chore: 更新项目路径到新工作区

- 所有自动化脚本、测试文件路径从旧工作区迁移到 /root/openclaw-workspace/projects/yu-zhi-ran/
- 保持项目独立于 OpenClaw 工作区管理
- 后端 run.sh 路径更新
This commit is contained in:
lt
2026-04-27 18:49:32 +08:00
parent 75ae5ae01f
commit d63074be71
17 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ if (!editor) {
}
// 上传封面图(如需自动上传)
const coverPath = "/root/.openclaw/workspaces/yzr-yxl/projects/yu-zhi-ran/content/publishing/images/05-封面图.png";
const coverPath = "/root/openclaw-workspace/projects/yu-zhi-ran/content/publishing/images/05-封面图.png";
console.log("📸 封面上传:请手动点击编辑器图片按钮,选择封面图文件");
console.log(" 文件路径:", coverPath);