fix(route): 允许全国气象预警生成空源不报错 (#15908)

This commit is contained in:
ueiu 2024-06-16 13:05:36 +08:00 committed by GitHub
parent 4255b79103
commit e7b0ebd197
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ async function handler(ctx) {
return {
title: '中央气象台全国气象预警',
link: 'http://www.nmc.cn/publish/alarm.html',
allowEmpty: true,
item: items,
};
}