Files
bettergi-scripts-list/repo/js/waitUntilSpecifiedTime/manifest.json
this-Fish 1a17792d7f
Some checks failed
Build repo.json / build (18.x) (push) Has been cancelled
Build repo.json / upload (push) Has been cancelled
JS : 等待至指定时间点 1.2 (#1318)
* Delete repo/js/等待到指定时间 directory

* js : 等待至指定时间点 1.2

1.每5分钟报告一次剩余时间
2.改善描述
2025-07-10 09:29:56 +08:00

16 lines
685 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.

{
"manifest_version": 1,
"name": "等待到指定时间点",
"version": "1.2",
"bgi_version": "0.42.0",
"description": "等待到指定时间:\n脚本将暂停所有操作直至到达您设置的特定时间24小时制后結束等待让后面的任务在您设置的特定时间后才开始运行。\n例如设置04:00会让脚本等到凌晨4点再继续执行\n使用时务必先设置目标时间否则脚本不会正常运行\n详见README.md",
"authors": [
{
"name": "蜜柑魚",
"link": "https://github.com/this-Fish"
}
],
"settings_ui": "settings.json",
"main": "main.js"
}