fix: allow kingkong empty (#3999)

This commit is contained in:
hoilc
2020-02-17 19:12:15 +08:00
committed by GitHub
parent 5e4ae2aaf2
commit 2fe5e59bb1
+1
View File
@@ -27,5 +27,6 @@ module.exports = async (ctx) => {
title: `${name}的kingkong直播`,
link: url,
item: item,
allowEmpty: true,
};
};