cbmland
cbmland
今天看这个功能,目前还没有支持。
 我来补充一下macOS catalina 10.15.7下白屏的错误截图
我花了些时间尝试修复了这个bug,保证访问码不会同步时被重置清空,如果有需要可以使用 https://github.com/cbmland/ChatGPT-Next-Web/tree/cloudflare 来部署
I spent some time trying to fix this bug, ensuring that the access code will not be reset or cleared when synchronized. If needed, you can deploy it using https://github.com/cbmland/ChatGPT-Next-Web/tree/cloudflare.
> According to the video, I final solve it. https://www.bilibili.com/video/BV1me411q7wZ/?spm_id_from=333.1007.top_right_bar_window_history.content.click&vd_source=984e922e999474896ae171bd4d0ef4d6 > >  > > download the setting.apk then install on your phone, it will be work for you! its...
发现问题代码 try { if (title) { title = decodeURIComponent(title.replaceAll("\\+","%20")) } if (subtitle) { subtitle = decodeURIComponent(subtitle.replaceAll("\\+","%20")) } if (body) { console.log('body1',body) body = decodeURIComponent(body.replaceAll("\\+","%20")) console.log('body2',body) } } chatGPT的解决方案: ✅ 最稳妥修复:先将非法“裸百分号”转义成...