美化计量单位显示

This commit is contained in:
zhbaor 2023-09-03 08:35:08 +08:00
parent 3295ef45b4
commit 479278ba62

View file

@ -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 = 0.2贸 + 0.8金 + 书 + 4000\n"
output += f"{gongsun:.2f}公 = 0.8贸 + 0.8金 + 书 + 4000\n"
output += f"{kaltsit:.0f}凯 = 贸 + 金 + 书向上取整到万\n"
output += f"{stupid:.1f}友 = 贸 + 书"
await chain.onebot_reply(Text(output.strip()))
except Exception as e: