mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
尝试修正面板更新可能无响应的问题
This commit is contained in:
parent
48705666cb
commit
c5367f30fd
@ -76,7 +76,7 @@ export default class ProfileReq extends Base {
|
||||
// 若3秒后还未响应则返回提示
|
||||
setTimeout(() => {
|
||||
if (self._isReq) {
|
||||
this.msg(`开始获取uid:${uid}的数据,可能会需要一定时间~`)
|
||||
this.e.msg(`开始获取uid:${uid}的数据,可能会需要一定时间~`)
|
||||
}
|
||||
}, 2000)
|
||||
// 发起请求
|
||||
|
@ -439,7 +439,16 @@ export const poolDetail = [{
|
||||
from: '2023-04-12 06:00:00',
|
||||
to: '2023-05-02 17:59:59',
|
||||
char5: ['妮露', '纳西妲'],
|
||||
char4: ['米卡', '砂糖', '迪奥娜'], // 待更新
|
||||
char4: ['多莉', '久岐忍', '坎蒂丝'],
|
||||
weapon5: ['圣显之钥', '千夜浮梦'],
|
||||
weapon4: ['暗巷的酒与诗', '祭礼剑', '钟剑', '西风长枪', '西风猎弓'] // 待更新
|
||||
weapon4: ['笛剑', '流浪乐章', '匣里龙吟', '匣里灭辰', '玛海菈的水色']
|
||||
}, {
|
||||
version: '3.6',
|
||||
half: '下半',
|
||||
from: '2023-05-02 18:59:59',
|
||||
to: '2023-05-23 14:59:59',
|
||||
char5: ['白术', '甘雨'],
|
||||
char4: ['重云', '菲谢尔', '卡维'],
|
||||
weapon5: ['碧落之珑', '阿莫斯之弓'],
|
||||
weapon4: ['西风猎弓', '西福斯的月光', '西风长枪', '流浪晚星', '西风大剑']
|
||||
}]
|
||||
|
Loading…
Reference in New Issue
Block a user