fix: douyu allow empty (#2427)
This commit is contained in:
parent
4b1a0bc5f6
commit
a92f69cfac
|
|
@ -23,6 +23,8 @@ module.exports = async (ctx) => {
|
|||
link: `https://www.douyu.com/${id}`,
|
||||
},
|
||||
];
|
||||
} else {
|
||||
ctx.state.allowEmpty = true;
|
||||
}
|
||||
|
||||
ctx.state.data = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue