Jerry

Results 19 issues of Jerry

` { "anonymous": "", "check_count": 343, "fail_count": 0, "https": false, "last_status": true, "last_time": "2022-05-17 23:09:30", "proxy": "127.0.0.1:80", "region": "", "source": "freeProxy02" },` 在使用api获取代理后,里面有这个浑水摸鱼的

enhancement

输入关键字后,连续多次按压enter,会导致重复搜索(或者是sousuo搜索结果重复显示) 视频中,第一次搜索只按一次enter第二次搜索按6次enter,出现5次结果 https://user-images.githubusercontent.com/86408775/182639469-cf3c52de-f37c-495b-a2ae-af0143a28388.mp4

bug

希望使用api上传图片的时候可以有参数来选择所上传到的相册 同时,我认为这个功能也应该在web的上传界面有体现

部署此项目到服务器后访问返回500 尝试版本2.0、2.0.4 目录已绑public

在check.py中,我不明白为什么只在work_type为raw时检查ip归属 我的理解: ip归属有改变的可能, 所以我认为在work_type为use时检查归属也是必要的 如果在代理加入数据库时归属检查失败(值为error), 这将影响数据库准确性, 所以我认为每次检查ip可用性时检查归属是有必要的 ``` if work_type == "raw": proxy.region = cls.regionGetter(proxy) if cls.conf.proxyRegion else "" ```

添加了匿名度校验(anonymous不空啦) 扩展了/get api,支持参数anonymous从而支持获取指定匿名度的ip (包括redis和ssdb) anonymous值说明 后端: -1获取失败, 0透明, 1匿名, 2高匿 前端: -1任意匿名度的代理, 空:同-1, 其他同后端 e.g. /get/?anonymous=2 返回: { "anonymous": 2, "check_count": 21, "fail_count": 0, "https": false, "last_status": true, "last_time": "2022-08-14...

前提:我提交的上一个pr #691 非常抱歉我没能更改有关ssdb的代码(这意味着使用ssdb的用户无法使用此api) 我将在后续的pr中提交相关更改, 见谅 扩展了/get api,使其支持参数region从而支持获取指定地区的代理 e.g. http://ip:5010/get?region=中国 返回 { "anonymous": "", "check_count": 27, "fail_count": 0, "https": false, "last_status": true, "last_time": "2022-08-13 22:36:27", "proxy": "112.250.110.172:9091", "region": "中国 山东 泰安...

当用鼠标拖拽选中页面内文本后, 页面中会出现第二个id为footerwrap的div标签, 挡住页面使部分页面内容无法显示 https://user-images.githubusercontent.com/86408775/187965987-d498de2b-e021-4fd1-a4c3-98d49085d88f.mp4

安装「OAuth 客户端核心」插件, 刷新页面提示「OAuth 客户端核心」插件存在错误,无法加载。 开debug, 报错: Class "SocialiteProviders\Manager\ServiceProvider" not found php版本8.1

### Please make sure of the following things - [X] I have read the [documentation](https://alist.nn.ci). - [X] I'm sure there are no duplicate issues or discussions. - [X] I'm sure...

bug