Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
添加版本号
index.html添加了window.STATIC_VERSION 以修改版本号去除缓存
代理池变动
添加http/https/socket5 代理池选项.
允许代理池的多行输入,自动进行轮询.
添加一个全模式代理开关(默认为关闭状态):
添加批量获取认证url的按钮
在前端可以批量生成认证url. 以减少直接新建标签页 复制url到其他浏览器环境下,登录出现异常的情况.
并允许粘贴多个url..
创建开发者.md
以指向部分接口文件,便于后续开放.
修改日志显示逻辑.
暴露请求时指向的url和使用的代理以提供代理请求检查.
显示逻辑位于. src\utils\proxyPool.js
由于代码是肘的gpt. 所以出现了大量行数变动,主要为代码格式换行变动.
麻烦检阅了.