Files
yu-zhi-ran/tests/test_xhs_publish.sh
lt e1ba31afda 版本1.0.4 - 发布前准备
- 修复system.py缩进错误
- 优化前端页面样式(待重构)
- 改进API接口结构
- 完善文档和自动化脚本
- 平台基本功能稳定运行
2026-04-29 09:32:43 +08:00

12 lines
427 B
Bash
Executable File
Raw Permalink 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-workspace/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: $?"