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

6
postcss.config.ts Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {}
}
}