mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-12 08:10:32 +08:00
fix: allow empty for github feed (#4174)
This commit is contained in:
@@ -40,6 +40,7 @@ module.exports = async (ctx) => {
|
||||
.get();
|
||||
|
||||
ctx.state.data = {
|
||||
allowEmpty: true,
|
||||
title: `${query}的搜索结果`,
|
||||
link: link,
|
||||
item: out,
|
||||
|
||||
Reference in New Issue
Block a user