美化计量单位显示
This commit is contained in:
parent
d60bef4ecb
commit
013946b298
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(0.2订单+0.8赤金+经验+4000)\n"
|
output += f"{total:.2f}E\n(0.2订单+0.8赤金+经验+4000)\n\n"
|
||||||
output += f"{gongsun:.2f}公(0.8订单+0.8赤金+经验+4000)\n"
|
output += f"{gongsun:.2f}公\n(0.8订单+0.8赤金+经验+4000)\n\n"
|
||||||
output += f"{kaltsit:.0f}凯(订单+赤金+经验向上取整到万)\n"
|
output += f"{kaltsit:.0f}凯\n(订单+赤金+经验向上取整到万)\n\n"
|
||||||
output += f"{stupid:.1f}友(订单+经验)\n"
|
output += f"{stupid:.1f}友\n(订单+经验)"
|
||||||
|
|
||||||
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