Skip to content

Commit

Permalink
* 更新update.md
Browse files Browse the repository at this point in the history
*   更新版本号
*   解决一处更换账号但获取不到正确cookie的bug
  • Loading branch information
YaoZeyuan committed Mar 7, 2016
1 parent 3048038 commit 92b1292
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def login(self, account, password, captcha=''):
print u'跳过保存环节,进入下一流程'
Config._save()
cookie = self.get_cookie()
DB.execute('delete from LoginRecord') # 登陆成功后清除数据库中原有的登录记录,避免下次登陆时取到旧记录
data = {}
data['account'] = account
data['password'] = password
Expand Down
2 changes: 1 addition & 1 deletion src/tools/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Config(object):
用于储存、获取设置值、全局变量值
"""
# 全局变量
update_time = '2016-01-02' # 更新日期
update_time = '2016-03-07' # 更新日期

debug = False

Expand Down
10 changes: 10 additions & 0 deletions update.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#1.7.3.8版更新说明
0. 感谢[@Svenmax](https://www.zhihu.com/people/maxism)的捐赠
1. 感谢[@盒棍](https://www.zhihu.com/people/knarfeh)提交的代码和issue
2. 修复了解析回答日期错误的bug(由[@盒棍](https://www.zhihu.com/people/knarfeh)完成)
3. 增加了自动打开验证码功能(由[@盒棍](https://www.zhihu.com/people/knarfeh))完成)
4. 调整了电子书样式,新样式与知乎周刊效果类似,同时,使用bootstrap库对目录页面进行了美化
5. 修复了如果没有选择记住密码,导致程序永久性无法运行的bug
6. 修复了更换账号后不能下载私人收藏夹的bug
7. 修复了检查更新时一处可能导致程序崩溃的bug

#1.7.3.7版更新说明
0. 在电子书开始处添加了目录,方便进行查阅
1. 美化电子书样式
Expand Down

2 comments on commit 92b1292

@knarfeh
Copy link
Contributor

@knarfeh knarfeh commented on 92b1292 Mar 7, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

你今天真是超神的状态。。。。狂刷Issues,,,,,,很给力:+1: ,感激:clap:
什么时候才能像你这么牛逼啊:sweat_smile:

@YaoZeyuan
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

哈哈,偶尔爆发下,毕竟憋了一个多月了嘛 😄

Please sign in to comment.