feat: 添加一键安装和卸载脚本,支持从仓库远程部署
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user