chore: 根目录非 SDK 迁入开发文档与机擎,补项目总览图
将 docs/tools/截图/挂载 Skill 等从根目录归位到 8部署/6测试/机擎阿服; 修复 publish_wiki、sync_when_online、run_live_verification 路径; 新增 00-项目总览 与 Obsidian 配色扩展;gitignore 仅忽略根 /scripts/。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -25,7 +25,10 @@ if not os.path.exists(SCRIPT_PATH):
|
||||
SCRIPT_PATH = os.path.expanduser("~/Documents/GitHub/workphone-sdk/sdk/agent/hook/wechat_hook_v2.js")
|
||||
|
||||
# 截图保存目录
|
||||
SCREENSHOT_DIR = os.path.join(os.path.dirname(__file__), '..', '..', 'verification_screenshots')
|
||||
SCREENSHOT_DIR = os.path.join(
|
||||
os.path.dirname(__file__), '..', '..', '..',
|
||||
'开发文档', '6、测试', 'screenshots', 'verification_110',
|
||||
)
|
||||
os.makedirs(SCREENSHOT_DIR, exist_ok=True)
|
||||
|
||||
# 结果文件
|
||||
|
||||
Reference in New Issue
Block a user