docs: sdk README handbook link; gitea sync_when_online helper

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Manus AI
2026-05-24 08:46:00 +08:00
parent 5b45956177
commit 13d0770ca7
2 changed files with 12 additions and 1 deletions

10
docs/gitea/sync_when_online.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
# NAS/Gitea 恢复后:补推 main + 同步 Wiki
set -euo pipefail
ROOT="$(cd "$(dirname "$0")/../.." && pwd)"
cd "$ROOT"
echo "==> git push gitea main"
git push gitea main
echo "==> publish wiki"
python3 docs/gitea/publish_wiki.py
echo "Done."

View File

@@ -1,6 +1,7 @@
# 工作手机SDK v3.0
> 存客宝的 AI 手机控制引擎 — 替代奥创,统一控制微信/抖音/小红书/闲鱼等
> 存客宝的 AI 手机控制引擎 — 替代奥创,统一控制微信/抖音/小红书/闲鱼等
> **完整手册**[开发文档/9、手册/工作手机·五图总览与使用手册.md](../开发文档/9、手册/工作手机·五图总览与使用手册.md)v2.1
## 项目模块结构