初步实现功能

This commit is contained in:
2025-08-06 14:15:15 +08:00
parent cbe3f72d1c
commit d57b5fb540
8 changed files with 3657 additions and 58 deletions

View File

@ -4,7 +4,9 @@
"description": "",
"main": "index.js",
"scripts": {
"dev": "concurrently \"cd renderer && npm run dev\" \"wait-on http://localhost:5173 && electron .\""
"dev": "concurrently \"cd renderer && npm run dev\" \"wait-on http://localhost:5173 && electron .\"",
"build": "cd renderer && npm run build && electron-builder",
"start": "electron ."
},
"repository": {
"type": "git",
@ -20,9 +22,14 @@
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"electron": "^37.2.5",
"vue": "^3.5.18"
"vue": "^3.5.18",
"concurrently": "^8.0.0",
"vite": "^4.0.0",
"wait-on": "^7.0.0"
},
"dependencies": {
"electron": "^37.2.5",
"vue": "^3.5.18",
"fs-extra": "^11.3.1",
"howler": "^2.2.4",
"path": "^0.12.7"