Refactor UUID generation, remove unused logger and encryption utilities, and clean up request handling
- Updated `generateUUID` function for improved readability and performance. - Deleted `logger.ts`, `other.ts`, `request.ts`, `storage.ts`, `tansParams.ts`, and `validate.ts` as they were no longer needed. - Simplified TypeScript configuration by removing unnecessary paths and aliases. - Enhanced Vite configuration for better project structure and maintainability.
This commit is contained in:
@@ -87,6 +87,6 @@
|
||||
|
||||
## 开发命令
|
||||
|
||||
* `npm start`: 以开发模式启动应用 (Electron + Vite HMR)。
|
||||
* `npm run package`: 打包应用程序以进行分发。
|
||||
* `npm run lint`: 对代码库进行 Lint 检查。
|
||||
* `pnpm run dev`: 以开发模式启动应用 (Electron + Vite HMR)。
|
||||
* `pnpm run package`: 打包应用程序以进行分发。
|
||||
* `pnpm run lint`: 对代码库进行 Lint 检查。
|
||||
|
||||
Reference in New Issue
Block a user