Files
bettergi-scripts-list/repo/js/等到4點/manifest.json
this-Fish 50f79211ff 等到4點 (#363)
等到4點,用於等到第二天4點執行其他任務
2025-02-24 09:59:11 +08:00

16 lines
434 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": "等到4點", // 名称
"version": "1.0", // 版本
"bgi_version": "1.0", // 适用于 BetterGI 的最低版本BetterGI低于此版本会提示
"description": "等到4點,用於等到第二天4點執行其他任務", // 描述
// 作者信息
"authors": [
{
"name": "蜜柑魚"
}
],
// 入口文件
"main": "main.js"
}