-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathboxjs.json
More file actions
117 lines (117 loc) · 3.24 KB
/
boxjs.json
File metadata and controls
117 lines (117 loc) · 3.24 KB
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"id": "Lxcloud.app.sub",
"name": "凉心Tools",
"author": "@凉心",
"icon": "https://avatars.githubusercontent.com/u/48159191?v=4&w=256&q=75",
"repo": "https://github.com/52Lxcloud/ScriptKit",
"apps": [
{
"id": "FlarumCheckin",
"name": "Flarum 签到",
"keys": ["Flarum.Sites", "Flarum.Accounts"],
"settings": [
{
"id": "Flarum.Sites",
"name": "域名列表",
"val": "",
"type": "textarea",
"placeholder": "xxx.com",
"desc": "多个用 ; 分隔"
},
{
"id": "Flarum.Accounts",
"name": "账号列表",
"val": "",
"type": "textarea",
"placeholder": "user:pass",
"desc": "格式: 用户名:密码,多个用 ; 分隔,与域名顺序对应"
}
],
"author": "@凉心",
"repo": "https://github.com/52Lxcloud/ScriptKit",
"icons": [
"https://raw.githubusercontent.com/52Lxcloud/ScriptKit/main/Icons/flarum.png",
"https://raw.githubusercontent.com/52Lxcloud/ScriptKit/main/Icons/flarum.png"
]
},
{
"id": "AkileCheckin",
"name": "AkileCloud 签到",
"keys": ["Akile.Accounts"],
"settings": [
{
"id": "Akile.Accounts",
"name": "账号列表",
"val": "",
"type": "textarea",
"placeholder": "email:pass",
"desc": "格式: 邮箱:密码,多个用 ; 分隔"
}
],
"author": "@凉心",
"repo": "https://github.com/52Lxcloud/ScriptKit",
"icons": [
"https://raw.githubusercontent.com/52Lxcloud/ScriptKit/main/Icons/akile.png",
"https://raw.githubusercontent.com/52Lxcloud/ScriptKit/main/Icons/akile.png"
]
},
{
"id": "V2EXCheckin",
"name": "V2EX 签到",
"keys": ["V2EX.User", "V2EX.Cookie"],
"settings": [
{
"id": "V2EX.User",
"name": "用户名",
"val": "",
"type": "text",
"placeholder": "选填,留空则所有用户页触发",
"desc": "填写后仅访问自己主页时抓取 Cookie"
},
{
"id": "V2EX.Cookie",
"name": "Cookie",
"val": "",
"type": "textarea",
"placeholder": "自动抓取,一般无需手动填写",
"desc": "访问 V2EX 后自动获取,也可手动粘贴"
}
],
"author": "@凉心",
"repo": "https://github.com/52Lxcloud/ScriptKit",
"icons": [
"https://raw.githubusercontent.com/52Lxcloud/ScriptKit/main/Icons/v2ex.png",
"https://raw.githubusercontent.com/52Lxcloud/ScriptKit/main/Icons/v2ex.png"
]
},
{
"id": "NodeseekCheckin",
"name": "NodeSeek 签到",
"keys": ["Nodeseek.User", "Nodeseek.Headers"],
"settings": [
{
"id": "Nodeseek.User",
"name": "用户UID",
"val": "",
"type": "text",
"placeholder": "选填,个人主页链接 /space 后的数字",
"desc": "填写后仅访问自己主页时抓取 Headers"
},
{
"id": "Nodeseek.Headers",
"name": "Headers",
"val": "",
"type": "textarea",
"placeholder": "自动抓取,一般无需手动填写",
"desc": "访问个人主页后自动获取,也可手动粘贴 JSON"
}
],
"author": "@凉心",
"repo": "https://github.com/52Lxcloud/ScriptKit",
"icons": [
"https://raw.githubusercontent.com/52Lxcloud/ScriptKit/main/Icons/nodeseek.png",
"https://raw.githubusercontent.com/52Lxcloud/ScriptKit/main/Icons/nodeseek.png"
]
}
]
}