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