From ec7d93aa4a5ee0d096ca71a0a2f1f12c03c64483 Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 26 Jan 2026 09:01:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A9=E6=B0=94=E4=B8=B0=E5=AF=8C=E4=B8=80?= =?UTF-8?q?=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/weather/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/weather/main.py b/plugins/weather/main.py index 70004a7..0d3a024 100644 --- a/plugins/weather/main.py +++ b/plugins/weather/main.py @@ -607,12 +607,12 @@ class WeatherPlugin(MessagePluginInterface): lines.append(f"- {a}") if tips: lines.append("") - lines.append("� 温馨提示") + lines.append("😅 温馨提示") for t in tips[:3]: lines.append(f"- {t}") if clothing: lines.append("") - lines.append(f"� 穿衣:{clothing}") + lines.append(f"👔 穿衣:{clothing}") if daily: lines.append("") lines.append("📈 未来3天")