美化计量单位显示
This commit is contained in:
parent
f6a909e3cb
commit
3295ef45b4
1 changed files with 4 additions and 4 deletions
|
@ -194,10 +194,10 @@ class RIICReportAnalysis:
|
|||
output += f"钱书比例:{lmb_exp_ratio:.2f}\n\n"
|
||||
|
||||
output += "======产能======\n"
|
||||
output += f"{total:.2f}E\n0.2订单+0.8赤金+经验+4000\n"
|
||||
output += f"{gongsun:.2f}公\n0.8订单+0.8赤金+经验+4000\n"
|
||||
output += f"{kaltsit:.0f}凯\n订单+赤金+经验向上取整到万)\n"
|
||||
output += f"{stupid:.1f}友\n订单+经验"
|
||||
output += f"{total:.2f}E =\n0.2订单+0.8赤金+经验+4000\n"
|
||||
output += f"{gongsun:.2f}公 =\n0.8订单+0.8赤金+经验+4000\n"
|
||||
output += f"{kaltsit:.0f}凯 =\n订单+赤金+经验向上取整到万\n"
|
||||
output += f"{stupid:.1f}友 =\n订单+经验"
|
||||
|
||||
await chain.onebot_reply(Text(output.strip()))
|
||||
except Exception as e:
|
||||
|
|
Loading…
Reference in a new issue