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天")