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.
我配上截图说明吧~
1. 增加文件类型的缓存 , 因为我们学校的课表和成绩都是图片来的...还有一些公用数据的缓存 ,不过那个弃用了, 代码就没删
2.增加单项更新按钮 , 这样就不需要全部刷新一次了, 所以首次登陆不再是拉取全部数据了 , 改为按需拉取了~ 这样首次登陆速度加快了
3.数据更新权限和登陆状态绑定的分离~session保存时间很长 , 可以实现记住密码 , 根据cookies不是记在浏览器里头的那个保存密码~ 截图有误导~
获取数据更新权限之后, 会跳转到需要更新的页面, 如果启用验证码的识别, 就没有这一步了 , 直接更新了
, 还有修复了使用首次登陆,总是失败的bug
4.细节的调整~易用性提高
还有就是一些小细节修复了~ 就不贴图了
一些标签改为了微报的了, 所以就那个...
对了, 空课室之类应用可以试试我的小小框架 | Github , 不过代码不是最新的, 也因为最近有两个轮子需要在上面开 , 代码有很多更新的地方 , 我等等把安装文档简单写写~
学了amsproxy的curl的库 , 还有爬虫的结构 , 不过改为滥用魔术方法了[faceplam]~
大概这样了 , 第一次PR , 不是那么规范请见谅~~