ChatGPT-wechat-bot icon indicating copy to clipboard operation
ChatGPT-wechat-bot copied to clipboard

这句代码明显有问题

Open wwwiii520 opened this issue 2 years ago • 0 comments

if (config.privateKey === '') { privateContent = content.substring(config.privateKey.length).trim(); } 这句代码明显有问题 改成 if (config.privateKey.length>0)

wwwiii520 avatar Mar 03 '23 02:03 wwwiii520