feat: 添加外网访问支持

This commit is contained in:
QZMusic
2026-06-04 15:15:17 +00:00
parent a4368eb232
commit a866d59053
3 changed files with 108 additions and 6 deletions

View File

@@ -9,6 +9,7 @@
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview --port 10096 --host",
"serve": "node server.cjs",
"deploy": "./deploy.sh",
"start": "./start.sh",
"install-app": "./install.sh",