Files
yingshiyun/.gitignore
T
yuming 45d17ee576 feat: 萤石 CB60 录像每日同步初始版本
通过 ADB 自动化模拟器中的萤石 App,每天把 SD 卡里昨天的录像批量
下载到本地。云 API 方案 (sync.py/probe.py) 是备选,需先在萤石开放
平台关闭设备码流加密。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-16 10:41:38 +08:00

23 lines
224 B
Plaintext
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.
# 敏感配置和缓存
config.py
token_cache.json
sync.log
# 下载的录像(每天几百 MB
recordings/
# Python
__pycache__/
*.pyc
.venv/
*.egg-info/
# IDE / 系统
.DS_Store
.idea/
.vscode/
# 临时
*.tmp
/tmp/