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: