Initial commit: yu-zhi-ran platform with automation integration

This commit is contained in:
lt
2026-04-19 14:05:09 +08:00
commit 3cb2df51c8
209 changed files with 80379 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
set -e
cd /root/.openclaw/workspaces/yzr-yxl/projects/yu-zhi-ran
echo "=== 测试小红书真实发布(A01==="
node /root/.openclaw/workspaces/agent-lt/scripts/xhs-article-publisher.js \
"远程工作2026中国指南:从'不可能'到'可行'的路径图" \
"automation/temp/xhs/A01_content.md" \
"content/images/default-cover.png" \
"未来工作方式" "可持续生活" "全球案例"
echo "Exit code: $?"