fix(AutoScheduler): 增强性处理,保持代码健壮性,增加友好提示

This commit is contained in:
SXP-Simon
2026-02-05 21:51:59 +08:00
parent 781e4e6fe6
commit 53be552be1
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
"type": "list",
"description": "自动分析时间列表",
"default": ["09:00"],
"hint": "每日自动分析的时间点列表,格式HH:MM,支持多个时间点",
"hint": "每日自动分析的时间点列表,格式HH:MM(例如 23:00 ,支持多个时间点",
"items": {
"type": "string"
}