Files
bettergi-scripts-list/repo/js/waitUntilSpecifiedTime/settings.json
火山 9f1d436bc1 JS脚本:等待到具体时间waitUntilSpecifiedTime v1.3 (#2150)
增加对当天日期的判断,防止之前的配置组超时导致之后的配置组执行拖延至第二天
2025-10-15 23:40:10 +08:00

30 lines
1.0 KiB
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.
[
{
"name": "specifyHours",
"type": "select",
"label": "指定等待直到下一个 HHMM 的时0~23默认4",
"default": "4",
"options": [
"0","1","2","3","4","5","6","7","8","9","10","11","12",
"13","14","15","16","17","18","19","20","21","22","23"
]
},
{
"name": "specifyMinutes",
"type": "select",
"label": "指定等待直到下一个 HHMM 的分钟0~59默认0",
"default": "0",
"options": [
"0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19",
"20","21","22","23","24","25","26","27","28","29","30","31","32","33","34","35","36","37",
"38","39","40","41","42","43","44","45","46","47","48","49","50","51","52","53","54","55",
"56","57","58","59"
]
},
{
"name": "allowNextDay",
"type": "checkbox",
"label": "如果目标时间今天已过,是否等待到明天同一时间(默认:否)",
"default": false
}
]