docs: 更新核心文档和前端代码中的后端目录引用为 server

This commit is contained in:
2026-06-27 17:26:50 +08:00
parent 8f51701f54
commit 5586dc5eac
8 changed files with 24 additions and 24 deletions
+4 -4
View File
@@ -68,7 +68,7 @@ ssh root@101.200.208.45 "ls -lh /data/www/emotion-museum/"
| 问题 | 解决方案 |
|------|---------|
| JAR 文件不存在 | `cd backend-single && mvn clean package -DskipTests` |
| JAR 文件不存在 | `cd server && mvn clean package -DskipTests` |
| dist 目录不存在 | `cd web && npm install && npm run build` |
| SSH 连接失败 | `ssh-copy-id -i ~/.ssh/id_rsa.pub root@101.200.208.45` |
| 前端 404 | `ssh root@101.200.208.45 "nginx -s reload"` |
@@ -80,7 +80,7 @@ ssh root@101.200.208.45 "ls -lh /data/www/emotion-museum/"
deploy-all.sh
├── 后端部署
│ ├── 检查脚本存在
│ ├── 执行 backend-single/deploy.sh
│ ├── 执行 server/deploy.sh
│ └── 验证部署结果
├── 前端部署
│ ├── 检查脚本存在
@@ -131,9 +131,9 @@ deploy-all.sh
## 📞 获取帮助
- 详细说明: `一键部署说明.md`
- 后端部署: `backend-single/部署说明.md`
- 后端部署: `server/部署说明.md`
- 前端部署: `web/部署说明.md`
- 后端脚本: `backend-single/deploy.sh`
- 后端脚本: `server/deploy.sh`
- 前端脚本: `web/deploy.sh`
---