Files
workphone-sdk/sdk/app/agent/config.json.example
卡若 9118df9eee
Some checks failed
SDK CI / python-compile (push) Has been cancelled
feat: sdk agent、Android 与文档同步至 Gitea
- 新增 sdk/app/agent(Hook/Skills/Anti-ban 等)及 NAS/ADB 脚本
- 更新 Android 端、unified、PHP SDK、Docker Compose
- Soul 文档迁移至 Soul调研/;移除资料目录内 APK
- .gitignore 排除 sdk/tmp、sdk/logs、sdk/tmp_rom

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-06 18:20:14 +08:00

15 lines
641 B
JSON
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.

{
"_说明": "设备端Agent配置文件 — 复制为 config.json 后修改",
"_优先级": "环境变量 > 命令行参数 > config.json > 默认值",
"device_id": "",
"server_url": "ws://192.168.1.100:8899/ws/device",
"heartbeat_interval": 10,
"project_id": "cunkebao",
"_device_id说明": "留空则自动检测getprop ro.serialno / ANDROID_SERIAL / 时间戳)",
"_server_url说明": "SDK服务器WebSocket基础地址程序自动拼接 /<device_id>",
"_heartbeat说明": "心跳间隔(秒),建议 5/10/30服务端可动态下发覆盖",
"_project_id说明": "项目ID用于服务端分组管理"
}