尝试修正面板更新可能无响应的问题

This commit is contained in:
Kokomi 2023-04-04 03:10:07 +08:00
parent 48705666cb
commit c5367f30fd
2 changed files with 12 additions and 3 deletions

View File

@ -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)
// 发起请求

View File

@ -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: ['西风猎弓', '西福斯的月光', '西风长枪', '流浪晚星', '西风大剑']
}]