Commit Graph

8 Commits

Author SHA1 Message Date
44b6c70a4b fix(roi):修复 working_hours 为空数组 [] 时被错误识别为 None 的问题,导致全天模式失效。
Some checks failed
Python Test / test (push) Has been cancelled
- 修改 `api/roi.py` 中的判断逻辑:使用 `is not None` 替代 truthy 检查,确保 `[]` 能正确序列化并存入数据库
- 更新 `config.yaml` 全局默认值为 `working_hours: []`,表示“全天开启”
2026-01-22 18:02:19 +08:00
2d5ada2909 fix: 统一配置参数 2026-01-22 15:53:31 +08:00
e965b10603 配置修改 2026-01-21 13:29:00 +08:00
604ef82ffb ROI选区01 2026-01-20 17:42:18 +08:00
232a3827d4 prompt优化、ROI更新 2026-01-20 11:39:23 +08:00
35a1d1ae50 . 2026-01-14 17:12:16 +08:00
1724b329ea . 2026-01-12 17:56:44 +08:00
ad6282c6d5 Initial commit 2026-01-12 17:38:39 +08:00