From e7b0ebd197086cd812cb6bd0f40148eb2da5842e Mon Sep 17 00:00:00 2001 From: ueiu <39592269+ueiu@users.noreply.github.com> Date: Sun, 16 Jun 2024 13:05:36 +0800 Subject: [PATCH] =?UTF-8?q?fix(route):=20=E5=85=81=E8=AE=B8=E5=85=A8?= =?UTF-8?q?=E5=9B=BD=E6=B0=94=E8=B1=A1=E9=A2=84=E8=AD=A6=E7=94=9F=E6=88=90?= =?UTF-8?q?=E7=A9=BA=E6=BA=90=E4=B8=8D=E6=8A=A5=E9=94=99=20(#15908)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/routes/nmc/weatheralarm.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/routes/nmc/weatheralarm.ts b/lib/routes/nmc/weatheralarm.ts index f56b5bb97..e568606b4 100644 --- a/lib/routes/nmc/weatheralarm.ts +++ b/lib/routes/nmc/weatheralarm.ts @@ -69,6 +69,7 @@ async function handler(ctx) { return { title: '中央气象台全国气象预警', link: 'http://www.nmc.cn/publish/alarm.html', + allowEmpty: true, item: items, }; }