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, }; }