Files
bettergi-scripts-list/repo/js/waitUntilSpecifiedTime/manifest.json
起个名字好难的喵 e88da01a4f update js authors info
2025-07-22 17:25:30 +08:00

15 lines
651 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": "蜜柑魚",
"links": "https://github.com/this-Fish"
}
],
"settings_ui": "settings.json",
"main": "main.js"
}