文案微调

This commit is contained in:
zhbaor 2024-01-01 08:30:00 +08:00
parent 6f56393ad0
commit 1bcb61bf92

View file

@ -37,9 +37,8 @@ class RIICReportAnalysis:
card = raw_event["sender"]["card"]
err_msg = "请修改群昵称(群名片),标注基建布局。若使用2电站布局,请额外标注贸易站等级。\n"
err_msg += "如:\n"
err_msg += "EE0000 252 11贸\n"
err_msg = "请修改群昵称(群名片),标注基建布局。若使用2电站布局,请额外标注贸易站等级。如:\n"
err_msg += "EE0000 252 21贸\n"
err_msg += "教捐 252(33贸易站)\n"
err_msg += "千梵 243烟火 单推狮蝎\n"
err_msg += "琉璃 243-153"
@ -128,7 +127,7 @@ class RIICReportAnalysis:
output += f"{date_list[i][1]}\n"
output += f"💵 {lmb_list[2 * i][1]}订单({lmb_list[2 * i + 1][1]})\n"
output += f"🧈 {gold_list[i][1]}赤金\n"
output += f"🪙 {gold_list[i][1]}赤金\n"
output += f"📼 {exp_list[i][1]}经验\n\n"
output_list.append(output.strip())