refactoring

This commit is contained in:
hsueh chiahao
2025-10-16 14:03:28 +08:00
parent 6ab2c95990
commit b35bd159a8
8 changed files with 118 additions and 89 deletions

View File

@@ -153,8 +153,7 @@ npm run build-upload # 或 yarn build-upload
├── README.md
├── tsconfig.json
└── vite.config.ts # 主要的 vite 配置
└── vite.desktop.config.ts # 用于打包 desktop 文件的配置
└── vite.mobile.config.ts # 用于打包 mobile 文件的配置
└── vite.iife.config.ts # 用于打包 desktop/mobile 文件的配置
```