Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-12-18 23:38:43 +08:00
parent cf50a5322f
commit f6b2c74d2d
2 changed files with 1239 additions and 8 deletions

View File

@@ -7,20 +7,20 @@
"dev": "vite", "dev": "vite",
"build": "tsc && vite build", "build": "tsc && vite build",
"preview": "vite preview", "preview": "vite preview",
"tauri": "tauri" "tauri": "tauri dev"
}, },
"dependencies": { "dependencies": {
"react": "^19.1.0", "react": "^19.2.3",
"react-dom": "^19.1.0", "react-dom": "^19.2.3",
"@tauri-apps/api": "^2", "@tauri-apps/api": "^2",
"@tauri-apps/plugin-opener": "^2" "@tauri-apps/plugin-opener": "^2"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^19.1.8", "@types/react": "^19.2.7",
"@types/react-dom": "^19.1.6", "@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.6.0", "@vitejs/plugin-react": "^5.1.2",
"typescript": "~5.8.3", "typescript": "~5.9.3",
"vite": "^7.0.4", "vite": "^7.3.0",
"@tauri-apps/cli": "^2" "@tauri-apps/cli": "^2"
} }
} }

1231
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff