Files
yu-zhi-ran/tests/test_xhs_publish.sh
T

12 lines
437 B
Bash
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!/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: $?"