-
Notifications
You must be signed in to change notification settings - Fork 0
/
boxjs.json
96 lines (96 loc) · 3.55 KB
/
boxjs.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"id": "jasoncedric.app.sub",
"name": "JasonCedric 应用订阅",
"author": "@jasoncedric",
"icon": "https://avatars.githubusercontent.com/u/72986377?v=4",
"repo": "https://github.com/JasonCedric/Quan_X",
"apps": [
{
"id": "wsgw",
"name": "国网",
"keys": ["95598_bizrt", "95598_username", "95598_password", "95598_log_debug"],
"settings": [
{
"id": "95598_username",
"name": "账号",
"val": "",
"type": "text",
"desc": "网上国网登录账号"
},
{
"id": "95598_password",
"name": "密码",
"val": "",
"type": "text",
"desc": "网上国网登录密码"
},
{
"id": "95598_log_debug",
"name": "调试日志",
"val": false,
"type": "boolean",
"desc": "开启调试日志"
}
],
"author": "@jasoncedric",
"repo": "https://github.com/JasonCedric/Quan_X",
"icons": [
"https://is1-ssl.mzstatic.com/image/thumb/Purple116/v4/83/d8/8a/83d88a92-5a4d-7a2f-118c-80d795e7a9f6/AppIcon-0-0-1x_U007emarketing-0-5-0-0-sRGB-85-220.png/144x144.png",
"https://is1-ssl.mzstatic.com/image/thumb/Purple116/v4/83/d8/8a/83d88a92-5a4d-7a2f-118c-80d795e7a9f6/AppIcon-0-0-1x_U007emarketing-0-5-0-0-sRGB-85-220.png/144x144.png"
],
"script": "https://raw.githubusercontent.com/JasonCedric/Quan_X/main/wsgw/60days.js"
},
{
"id": "wsgw-2",
"name": "国网-2",
"descs_html": ["<a target='_blank' href='https://github.com/dompling/Script/tree/master/wsgw'>README.md</a>"],
"keys": ["95598_log_debug", "95598_recent_elc_fee", "95598_notify_type", "95598_username", "95598_password", "95598_bizrt", "95598_bindInfo"],
"settings": [
{
"id": "95598_log_debug",
"name": "是否输出日志",
"val": false,
"type": "boolean",
"desc": "修改自Dompling大佬的文件"
},
{
"id": "95598_recent_elc_fee",
"name": "是否查看近期用电量",
"val": false,
"type": "boolean",
"desc": "修改自Dompling大佬的文件"
},
{
"id": "95598_notify_type",
"name": "是否通知全部绑定户号",
"val": false,
"type": "boolean",
"desc": "脚本链接:https://raw.githubusercontent.com/JasonCedric/Quan_X/main/wsgw/index2.js"
},
{
"id": "95598_username",
"name": "账号",
"val": null,
"type": "text",
"rows": 1,
"desc": "手机号"
},
{
"id": "95598_password",
"name": "密码",
"val": null,
"type": "text",
"rows": 1,
"desc": ""
}
],
"author": "@JasonCedric",
"repo": "https://github.com/JasonCedric/Quan_X",
"icons": [
"https://is1-ssl.mzstatic.com/image/thumb/Purple116/v4/83/d8/8a/83d88a92-5a4d-7a2f-118c-80d795e7a9f6/AppIcon-0-0-1x_U007emarketing-0-5-0-0-sRGB-85-220.png/144x144.png",
"https://is1-ssl.mzstatic.com/image/thumb/Purple116/v4/83/d8/8a/83d88a92-5a4d-7a2f-118c-80d795e7a9f6/AppIcon-0-0-1x_U007emarketing-0-5-0-0-sRGB-85-220.png/144x144.png"
],
"script": "https://raw.githubusercontent.com/JasonCedric/Quan_X/main/wsgw/index2.js"
}
]
}