From e9d4ae58be6abf4eaa2af6cf9e6299475769566d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wuyi=E6=97=A0=E7=96=91?= <444835641@qq.com> Date: Sat, 11 Dec 2021 00:29:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E5=8E=9F=E7=A5=9Ewi?= =?UTF-8?q?ki=E7=9B=B8=E5=85=B3=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __init__.py | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/__init__.py b/__init__.py index bbc40103..84f3b1d0 100644 --- a/__init__.py +++ b/__init__.py @@ -96,25 +96,21 @@ UID:{} 原石收入组成: {}==============''' -weapon_im = ''' -名称:{} -类型:{} -稀有度:{} -介绍:{} -攻击力:{} -{}:{} -{}''' +weapon_im = '''【名称】:{} +【类型】:{} +【稀有度】:{} +【介绍】:{} +【攻击力】:{}{}{}''' -char_info_im =''' -{} -稀有度:{} -武器:{} -元素:{} -突破加成:{} -生日:{} -命之座:{} -cv:{} -介绍:{}''' +char_info_im = '''{} +【稀有度】:{} +【武器】:{} +【元素】:{} +【突破加成】:{} +【生日】:{} +【命之座】:{} +【cv】:{} +【介绍】:{}''' @sv.on_prefix('武器') async def _(bot:HoshinoBot, ev: CQEvent):