Initial commit: yu-zhi-ran platform with automation integration
This commit is contained in:
Executable
+12
@@ -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: $?"
|
||||
Reference in New Issue
Block a user