🍱 更新收集的宝箱数据

This commit is contained in:
‘KimigaiiWuyi’ 2023-04-14 11:49:34 +08:00
parent 490677b4e9
commit 1f41172b8d
2 changed files with 6 additions and 6 deletions

View File

@ -23,13 +23,13 @@ red_color = (255, 66, 66)
green_color = (74, 189, 119)
max_data = {
'成就': 939,
'成就': 944,
'华丽的宝箱': 185,
'珍贵的宝箱': 503,
'精致的宝箱': 1629,
'普通的宝箱': 2632,
'珍贵的宝箱': 509,
'精致的宝箱': 1639,
'普通的宝箱': 2687,
'奇馈宝箱': 146,
'解锁传送点': 303,
'解锁传送点': 304,
'解锁秘境': 51,
}

View File

@ -37,7 +37,7 @@ async def send_change_api_info(bot: Bot, ev: Event):
@sv_get_enka.on_prefix('查询')
async def send_char_info(bot: Bot, ev: Event):
# 获取角色名
msg = ''.join(re.findall('[\u4e00-\u9fa5]', ev.text))
msg = ''.join(re.findall('[\u4e00-\u9fa5 ]', ev.text))
if not msg:
return
await bot.logger.info('开始执行[查询角色面板]')