From 1bcb61bf92e552403521967a4975c5d0fbe5c8ff Mon Sep 17 00:00:00 2001 From: Zhao Zuohong Date: Mon, 1 Jan 2024 08:30:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=88=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/riic_report_analysis.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/riic_report_analysis.py b/apps/riic_report_analysis.py index c38b701..996419d 100644 --- a/apps/riic_report_analysis.py +++ b/apps/riic_report_analysis.py @@ -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())