mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 23:59:56 +08:00
Merge branch 'pr/tuzi3040/6741'
This commit is contained in:
@@ -52,7 +52,7 @@ module.exports = async (ctx) => {
|
||||
if (!config.debugInfo || config.debugInfo === 'false') {
|
||||
showDebug = false;
|
||||
} else {
|
||||
showDebug = config.debugInfo === true || config.debugInfo === ctx.query.debug;
|
||||
showDebug = config.debugInfo === 'true' || config.debugInfo === ctx.query.debug;
|
||||
}
|
||||
const { disallowRobot } = config;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user