-
Notifications
You must be signed in to change notification settings - Fork 0
/
guoba.support.js
354 lines (353 loc) · 10.8 KB
/
guoba.support.js
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
import Cfg from "./model/Cfg.js";
import _ from "lodash";
// 支持锅巴
export function supportGuoba() {
let groupList = Array.from(Bot.gl.values());
groupList = groupList.map(
(item) =>
(item = {
label: `${item.bot_id || Bot.uin}-${item.group_name}-${item.group_id}`,
value: `${item.bot_id || Bot.uin}:${item.group_id}`,
})
);
return {
// 插件信息,将会显示在前端页面
// 如果你的插件没有在插件库里,那么需要填上补充信息
// 如果存在的话,那么填不填就无所谓了,填了就以你的信息为准
pluginInfo: {
name: "米游社工具",
title: "米游社工具",
author: "@kissnavel",
authorLink: "https://github.com/kissnavel",
link: "https://github.com/kissnavel/bujidaoRUN",
isV3: true,
isV2: false,
description: "米游社工具",
// 显示图标,此为个性化配置
// 图标可在 https://icon-sets.iconify.design 这里进行搜索
icon: "bx:atom",
// 图标颜色,例:#FF0000 或 rgb(255, 0, 0)
iconColor: "rgb(241,212,152)",
// 如果想要显示成图片,也可以填写图标路径(绝对路径)
// iconPath: path.join(_paths.pluginRoot, 'resources/images/icon.png'),
},
// 配置项信息
configInfo: {
// 配置项 schemas
schemas: [
{
component: "Divider",
label: "插件设置",
},
{
field: "config.priority",
label: "插件优先级",
component: "InputNumber",
required: true,
componentProps: {
placeholder: "请输入数字",
},
},
{
field: "config.isLog",
label: "请求日志",
bottomHelpMessage: "显示所有请求日志",
component: "Switch",
},
{
field: "config.resLog",
label: "返回日志",
bottomHelpMessage: "显示所有返回日志",
component: "Switch",
},
{
component: "Divider",
label: "游戏签到设置",
},
{
field: "config.AutoSign",
label: "自动签到",
bottomHelpMessage: "是否开启米游社签到福利每日自动签到",
component: "Switch",
},
{
field: "config.signTime",
label: "自动签到cron",
bottomHelpMessage:
'自动签到定时表达式,不会写可以百度"cron定时表达式"',
component: "Input",
required: true,
componentProps: {
placeholder: "请输入定时表达式",
},
},
{
field: "config.game",
label: "签到游戏",
bottomHelpMessage:
"可签到游戏设置,崩坏3: bh3;原神: gs;星铁: sr;绝区零: zzz",
component: "GTags",
componentProps: {
allowAdd: true,
allowDel: true,
},
},
{
field: "config.retry",
label: "签到重试次数",
bottomHelpMessage: "签到失败后重试次数",
component: "InputNumber",
required: true,
componentProps: {
min: 0,
placeholder: "请输入次数",
},
},
{
field: "config.recall",
label: "签到消息撤回",
bottomHelpMessage: "签到消息撤回时间,单位秒",
component: "InputNumber",
required: true,
componentProps: {
min: 0,
placeholder: "请输入时间",
},
},
{
field: "config.Autodelck",
label: "自动删除ck",
bottomHelpMessage: "是否开启签到失败ck失效自动删除ck",
component: "Switch",
},
{
component: "Divider",
label: "社区签到设置",
},
{
field: "config.AutobbsSign",
label: "社区自动签到",
bottomHelpMessage: "是否开启每日社区自动签到",
component: "Switch",
},
{
field: "config.bbsSignTime",
label: "社区签到cron",
bottomHelpMessage:
'社区自动签到定时表达式,不会写可以百度"cron定时表达式"',
component: "Input",
required: true,
componentProps: {
placeholder: "请输入定时表达式",
},
},
{
field: "config.bbsRetry",
label: "社区签到重试",
bottomHelpMessage: "社区签到失败后重试次数",
component: "InputNumber",
required: true,
componentProps: {
min: 0,
placeholder: "请输入次数",
},
},
{
field: "config.ddos",
label: "社区签到DDos",
bottomHelpMessage:
"开启后可加快社区自动签到速度,但不建议0-1点大量并发",
component: "Switch",
},
{
field: "config.ddostime",
label: "社区ddos限制",
bottomHelpMessage: "社区自动签到每15~30秒同时签到多少个",
component: "InputNumber",
componentProps: {
min: 0,
placeholder: "请输入并发数",
},
},
{
field: "config.Autodelsk",
label: "自动删除sk",
bottomHelpMessage: "是否开启签到失败sk失效自动删除sk",
component: "Switch",
},
{
component: "Divider",
label: "禁用/解禁UID设置",
},
{
field: "banuid.bh3",
label: "禁用/解禁崩坏3UID",
bottomHelpMessage: "禁用/解禁崩坏3UID,依次添加或删除",
component: "GTags",
componentProps: {
allowAdd: true,
allowDel: true,
},
},
{
field: "banuid.gs",
label: "禁用/解禁原神UID",
bottomHelpMessage: "禁用/解禁原神UID,依次添加或删除",
component: "GTags",
componentProps: {
allowAdd: true,
allowDel: true,
},
},
{
field: "banuid.sr",
label: "禁用/解禁星铁UID",
bottomHelpMessage: "禁用/解禁星铁UID,依次添加或删除",
component: "GTags",
componentProps: {
allowAdd: true,
allowDel: true,
},
},
{
field: "banuid.zzz",
label: "禁用/解禁绝区零UID",
bottomHelpMessage: "禁用/解禁绝区零UID,依次添加或删除",
component: "GTags",
componentProps: {
allowAdd: true,
allowDel: true,
},
},
{
component: "Divider",
label: "白名单设置",
},
{
field: "config.whiteSign",
label: "非自动签到群白名单",
bottomHelpMessage: "非(签到福利|社区)自动签到时是否开启群白名单",
component: "Switch",
},
{
field: "config.whiteGroup",
label: "自动签到群和QQ白名单",
bottomHelpMessage:
"(签到福利|社区)自动签到时是否同时开启群和QQ白名单,关闭则仅使用QQ白名单\n注意:部分适配器可能不支持群白名单",
component: "Switch",
},
{
field: "white.Group",
label: "签到白名单群",
bottomHelpMessage: "只让这些群可用签到",
component: "Select",
componentProps: {
allowAdd: true,
allowDel: true,
mode: "multiple",
options: groupList,
},
},
{
field: "white.signPush",
label: "自动签到推送",
bottomHelpMessage: "米游社签到福利自动签到消息推送至群",
component: "Select",
componentProps: {
allowAdd: true,
allowDel: true,
mode: "multiple",
options: groupList,
},
},
{
field: "white.bbsPush",
label: "社区签到推送",
bottomHelpMessage: "社区自动签到消息推送至群",
component: "Select",
componentProps: {
allowAdd: true,
allowDel: true,
mode: "multiple",
options: groupList,
},
},
{
component: "Divider",
label: "api设置",
},
{
field: "api.api",
label: "使用的api",
component: "Input",
componentProps: {
placeholder: "例:https://api.example.com/geetest",
},
},
{
field: "api.token",
label: "api对应的token",
component: "Input",
componentProps: {
placeholder: "若参数不为token不填",
},
},
{
field: "api.query",
label: "api需要的其他参数",
bottomHelpMessage: "除“token、gt、challenge”以外的",
component: "Input",
componentProps: {
placeholder: "例: appkey=***&referer=***",
},
},
{
component: "Divider",
label: "其他设置",
},
{
field: "config.retrytime",
label: "本体过码重试",
bottomHelpMessage: "本体过码重试次数,需已使用#寄替换才可本体过码",
component: "InputNumber",
required: true,
componentProps: {
min: 0,
placeholder: "请输入数字",
},
},
{
field: "config.invalid",
label: "失效QQ每行显示",
bottomHelpMessage: "(签到福利|社区)自动签到失效QQ每行显示个数",
component: "InputNumber",
required: true,
componentProps: {
min: 1,
placeholder: "请输入数字",
},
},
],
// 获取配置数据方法(用于前端填充显示数据)
getConfigData() {
return {
api: Cfg.getConfig("api"),
white: Cfg.getConfig("white"),
config: Cfg.getConfig("config"),
banuid: Cfg.getConfig("banuid"),
};
},
// 设置配置的方法(前端点确定后调用的方法)
setConfigData(data, { Result }) {
for (const key in data) {
let split = key.split(".");
let config = Cfg.getConfig(split[0]);
if (_.isEqual(config[split[1]], data[key])) continue;
config[split[1]] = data[key];
Cfg.setConfig(split[0], config);
}
return Result.ok({}, "保存成功~");
},
},
};
}