天气丰富一下

This commit is contained in:
liuwei
2026-01-26 09:01:59 +08:00
parent d15ff5c4c4
commit ec7d93aa4a

View File

@@ -607,12 +607,12 @@ class WeatherPlugin(MessagePluginInterface):
lines.append(f"- {a}")
if tips:
lines.append("")
lines.append("<EFBFBD> 温馨提示")
lines.append("😅 温馨提示")
for t in tips[:3]:
lines.append(f"- {t}")
if clothing:
lines.append("")
lines.append(f"<EFBFBD> 穿衣:{clothing}")
lines.append(f"👔 穿衣:{clothing}")
if daily:
lines.append("")
lines.append("📈 未来3天")