File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
## Bug修复
2
2
3
- - 修复了首次启动时无法正确创建默认名单的问题
3
+ - 修复了无法打开更新界面的问题
4
4
5
5
## 稍微插点广告不过分吧
6
6
Original file line number Diff line number Diff line change 22
22
temp_dir = tempfile .gettempdir ()
23
23
err_info = ""
24
24
err_dialog = ""
25
- VERSION = "v2.2.0d1rel "
25
+ VERSION = "v2.2.0d2rel "
26
26
CODENAME = "Fugue"
27
- VER_NO = 6
27
+ VER_NO = 7
28
28
APIVER = 2
29
29
SEXFAVOR_ALL = NUMFAVOR_BOTH = - 1
30
30
SEXFAVOR_BOY = NUMFAVOR_1 = 0
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ a = Analysis(
11
11
('pages/main.qml' , 'pages' ),
12
12
('pages/Choose.qml' , 'pages' ),
13
13
('pages/Settings.qml' , 'pages' ),
14
- ('pages/About.qml' , 'pages' )],
14
+ ('pages/About.qml' , 'pages' ),
15
+ ('pages/Update.qml' , 'pages' )],
15
16
hiddenimports = [],
16
17
hookspath = [],
17
18
hooksconfig = {},
Original file line number Diff line number Diff line change 1
1
{
2
- "version_rel" : " v2.2.0d1rel " ,
3
- "VERNO_rel" :2 ,
4
- "version_dev" : " v2.2.0rel " ,
5
- "VERNO_dev" :5
2
+ "version_rel" : " v2.2.0d2rel " ,
3
+ "VERNO_rel" :6 ,
4
+ "version_dev" : " v2.2.0d2rel " ,
5
+ "VERNO_dev" :6
6
6
}
You can’t perform that action at this time.
0 commit comments