docs: sdk README handbook link; gitea sync_when_online helper
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
10
docs/gitea/sync_when_online.sh
Executable file
10
docs/gitea/sync_when_online.sh
Executable 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."
|
||||
@@ -1,6 +1,7 @@
|
||||
# 工作手机SDK v3.0
|
||||
|
||||
> 存客宝的 AI 手机控制引擎 — 替代奥创,统一控制微信/抖音/小红书/闲鱼等
|
||||
> 存客宝的 AI 手机控制引擎 — 替代奥创,统一控制微信/抖音/小红书/闲鱼等
|
||||
> **完整手册**:[开发文档/9、手册/工作手机·五图总览与使用手册.md](../开发文档/9、手册/工作手机·五图总览与使用手册.md)(v2.1)
|
||||
|
||||
## 项目模块结构
|
||||
|
||||
|
||||
Reference in New Issue
Block a user