天气丰富一下
This commit is contained in:
@@ -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天")
|
||||
|
||||
Reference in New Issue
Block a user