feat: 调整项目目录结构

This commit is contained in:
DEV_DSW
2025-09-24 17:15:02 +08:00
parent d9b59db465
commit bf83e95b7b
66 changed files with 3941 additions and 3855 deletions

8
tailwindcss.config.ts Normal file
View File

@@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/renderer/index.html', './src/**/*.{vue,js,ts,jsx,tsx}'], // 包含的内容
theme: {
extend: {}
},
plugins: []
}