🐛 Fix 角色材料

This commit is contained in:
CMHopeSunshine 2022-08-26 00:20:44 +08:00
parent 416edc5609
commit f5c5d3d1ba

View File

@ -124,7 +124,7 @@ def create_wiki_matcher(pattern: str, help_fun: str, help_name: str):
state['img_url'] = 'https://static.cherishmoon.fun/LittlePaimon/XFGuide/{}.jpg'
elif state['type'] == '角色材料':
state['type'] = '角色'
state['img_url'] = 'https://static.cherishmoon.fun/LittlePaimon/RoleMaterials/{}.jpg'
state['img_url'] = 'https://static.cherishmoon.fun/LittlePaimon/RoleMaterials/{}材料.jpg'
elif state['type'] == '收益曲线':
state['type'] = '角色'
state['img_url'] = 'https://static.cherishmoon.fun/LittlePaimon/blue/{}.jpg'