Files
bettergi-scripts-list/repo/js/AutoPlanDomain/manifest.json
yan 4b3c865f83 feat(AutoPlanDomain): 更新插件配置和密钥设置
- 在 manifest.json 中添加了新的 key 字段用于标识插件
- 重构 settings.json 配置项,将 domain_config 重命名为 key
- 更新了配置项的标签说明,改为密钥配置提示
- 恢复了 domain_config 配置项到设置列表末尾
- 为新旧配置项提供了清晰的用户指引说明
2026-02-08 15:23:47 +08:00

20 lines
389 B
JSON

{
"name": "自动秘境计划",
"version": "0.0.1",
"description": "",
"settings_ui": "settings.json",
"main": "main.js",
"bgi_version": "0.55.0",
"key": "oiJbmjU2R0NniiwiZxh",
"authors": [
{
"name": "云端客",
"links": "https://github.com/Kirito520Asuna"
}
],
"dependencies": [],
"http_allowed_urls": [
"https://*",
"http://*"
]
}