feat: 添加一键安装和卸载脚本,支持从仓库远程部署

This commit is contained in:
QZMusic
2026-06-04 14:05:06 +00:00
parent daa342c2ec
commit 98da20cab4
4 changed files with 299 additions and 3 deletions

View File

@@ -10,7 +10,9 @@
"build": "vue-tsc && vite build",
"preview": "vite preview --port 10096 --host",
"deploy": "./deploy.sh",
"start": "./start.sh"
"start": "./start.sh",
"install-app": "./install.sh",
"uninstall": "./uninstall.sh"
},
"dependencies": {
"@applemusic-like-lyrics/core": "^0.2.0",