-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.json
81 lines (81 loc) · 3.91 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"version": "0.1.7",
"zipVersion": "0.1.9",
"updateUrl": "https://raw.githubusercontent.com/bingoogolapple/bga-god-assistant-config/main/god-assistant-0.1.9.zip",
"changelogUrl": "https://raw.githubusercontent.com/bingoogolapple/bga-god-assistant-config/main/CHANGELOG.md",
"blacklistUrl": "https://raw.githubusercontent.com/bingoogolapple/bga-god-assistant-config/main/configs/blacklistUrl.json",
"tailwindCss": "https://raw.githubusercontent.com/bingoogolapple/bga-god-assistant-config/main/configs/tailwindCss.json",
"vip": {
"enabled": false,
"configUrl": "https://raw.githubusercontent.com/bingoogolapple/bga-god-assistant-config/main/configs/vip.json",
"freeDay": 3
},
"defaultSchema": {
"demo": "https://raw.githubusercontent.com/bingoogolapple/bga-god-assistant-config/main/defaultSchema/demo.json",
"popup": "https://raw.githubusercontent.com/bingoogolapple/bga-god-assistant-config/main/defaultSchema/popup.json",
"newtab": "https://raw.githubusercontent.com/bingoogolapple/bga-god-assistant-config/main/defaultSchema/newtab.json",
"sidePanel": "https://raw.githubusercontent.com/bingoogolapple/bga-god-assistant-config/main/defaultSchema/sidePanel.json",
"devtoolsPanel": "https://raw.githubusercontent.com/bingoogolapple/bga-god-assistant-config/main/defaultSchema/devtoolsPanel.json",
"elementsSidebarPane": "https://raw.githubusercontent.com/bingoogolapple/bga-god-assistant-config/main/defaultSchema/elementsSidebarPane.json"
},
"buildSelfSchemaList": [
{
"key": "UpdateVersion",
"title": "更新版本",
"schemaUrl": "https://raw.githubusercontent.com/bingoogolapple/bga-god-assistant-config/main/buildSelfSchema/UpdateVersion.json",
"showInOptionsMenu": false,
"order": -1
},
{
"key": "OpenVipDialog",
"title": "上帝小助手开通会员提示",
"schemaUrl": "https://raw.githubusercontent.com/bingoogolapple/bga-god-assistant-config/main/buildSelfSchema/OpenVipDialog.json",
"showInOptionsMenu": false,
"order": -1
},
{
"key": "DynamicSchemaBlockTemplateMarket",
"title": "低代码区块模板市场",
"schemaUrl": "https://raw.githubusercontent.com/bingoogolapple/bga-god-assistant-config/main/buildSelfSchema/DynamicSchemaBlockTemplateMarket.json",
"config": "https://raw.githubusercontent.com/bingoogolapple/bga-god-assistant-config/main/configs/DynamicSchemaBlockTemplateMarket.json",
"showInOptionsMenu": true,
"order": 1
},
{
"key": "LowCodePageTemplateMarket",
"title": "低代码页面模板市场",
"schemaUrl": "https://raw.githubusercontent.com/bingoogolapple/bga-god-assistant-config/main/buildSelfSchema/LowCodePageTemplateMarket.json",
"config": "https://raw.githubusercontent.com/bingoogolapple/bga-god-assistant-config/main/configs/LowCodePageTemplateMarket.json",
"showInOptionsMenu": true,
"order": 2
},
{
"key": "UserScriptMarket",
"title": "用户脚本市场",
"schemaUrl": "https://raw.githubusercontent.com/bingoogolapple/bga-god-assistant-config/main/buildSelfSchema/UserScriptMarket.json",
"showInOptionsMenu": true,
"order": 3
},
{
"key": "SettingAssistant",
"title": "扩展选项设置",
"schemaUrl": "https://raw.githubusercontent.com/bingoogolapple/bga-god-assistant-config/main/buildSelfSchema/SettingAssistant.json",
"showInOptionsMenu": true,
"order": 4
},
{
"key": "About",
"title": "关于",
"schemaUrl": "https://raw.githubusercontent.com/bingoogolapple/bga-god-assistant-config/main/buildSelfSchema/About.json",
"showInOptionsMenu": true,
"order": 5
},
{
"key": "Privacy",
"title": "隐私声明",
"schemaUrl": "https://raw.githubusercontent.com/bingoogolapple/bga-god-assistant-config/main/buildSelfSchema/Privacy.json",
"showInOptionsMenu": true,
"order": 6
}
]
}