ICLiuLi
ICLiuLi
部分调整页面的功能无法在Pandora上使用,如:日新月异的气泡、暗色主题等
> > 部分调整页面的功能无法在Pandora上使用,如:日新月异的气泡、暗色主题等 > > 原仓库也有人提到类似的bug [xcanwin/KeepChatGPT#363 (comment)](https://github.com/xcanwin/KeepChatGPT/issues/363#issue-2057998222) 了解,可能是openai的更新问题
你们公司为什么要屏蔽这个。。。
+1+1
> 最快的实现方式是用nginx的sub_filter,但是注意不要抹`PandoraNext`标志 思路打开,我把每个页面都改了,感谢思路  
> > > 最快的实现方式是用nginx的sub_filter,但是注意不要抹`PandoraNext`标志 > > > > > > 思路打开,我把每个页面都改了,感谢思路   > > 怎么弄的,能否把配置代码贴一下参考参考? 在nginx的location里加 #sub_filter 'Username' '管理员'; sub_filter '>username' '>管理员'; sub_filter 'Continue' '登陆'; sub_filter 'target="_blank"' ''; sub_filter...
> `worker_processes auto; error_log /www/wwwlogs/nginx_error.log crit; pid /www/server/nginx/logs/nginx.pid; worker_rlimit_nofile 51200; stream { log_format tcp_format '$time_local|$remote_addr|$protocol|$status|$bytes_sent|$bytes_received|$session_time|$upstream_addr|$upstream_bytes_sent|$upstream_bytes_received|$upstream_connect_time'; access_log /www/wwwlogs/tcp-access.log tcp_format; error_log /www/wwwlogs/tcp-error.log; include /www/server/panel/vhost/nginx/tcp/*.conf; } events { use epoll; worker_connections 51200; multi_accept...
>    @ICLiuLi 你改成这个试试,浏览器缓存也清一下,enter your password先注掉 sub_filter '>username' '>用户名';
> > >    @ICLiuLi > > > > > > 你改成这个试试,浏览器缓存也清一下,enter your password先注掉 > > ``` > > sub_filter '>username' '>用户名'; > > ``` > > 注掉了(注掉后才能登陆)...