fix(route): 允许全国气象预警生成空源不报错 (#15908)
This commit is contained in:
parent
4255b79103
commit
e7b0ebd197
|
|
@ -69,6 +69,7 @@ async function handler(ctx) {
|
|||
return {
|
||||
title: '中央气象台全国气象预警',
|
||||
link: 'http://www.nmc.cn/publish/alarm.html',
|
||||
allowEmpty: true,
|
||||
item: items,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue