- 新增 GET /api/internal/sync/config 接口,Master 下发 MinBalanceThreshold、MaxRetryCount、SyncBatchSize、SyncIntervalSeconds - Slave 每 5 分钟从 Master 拉取配置并持久化到本地数据库,确保重启不丢失 - 统一 startWorker 支持动态间隔,同步间隔前端修改后无需重启立即生效 - 主节点地址从 TagInput 改为 Form.Input,修复 JSON 数组格式问题 - stringToArray 兼容 JSON 数组和换行分隔两种格式 - 清理根目录测试脚本(已迁移到 test-scripts/) Co-Authored-By: Claude <noreply@anthropic.com>