Files
bettergi-scripts-list/repo/js/等待到指定时间/manifest.json
2025-07-08 23:55:06 +08:00

16 lines
502 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.1",
"bgi_version": "0.42.0",
"description": "等待到指定时间:\n可用于等到第二天4点执行其他任务\n使用时務必先設定停止運行時間否則腳本不會正常運行\n詳見README.md",
"authors": [
{
"name": "蜜柑魚",
"link": "https://github.com/this-Fish"
}
],
"settings_ui": "settings.json",
"main": "main.js"
}