From 12b93606db9edd51dccac0ed22062bba611bde9a Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 26 Jan 2026 08:57:18 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/weather/main.py b/plugins/weather/main.py index 048531c..9743f65 100644 --- a/plugins/weather/main.py +++ b/plugins/weather/main.py @@ -620,7 +620,6 @@ class WeatherPlugin(MessagePluginInterface): d = str(day.get('fxDate',''))[5:] lines.append(f"- {d} {day.get('textDay','')} | {day.get('tempMin','')}~{day.get('tempMax','')}℃") lines.append("") - lines.append("回复 '取消订阅' 可退订每日早报") return "\n".join(lines) def _extract_city_name(self, content: str) -> str: