File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818
1919# 基础的常量定义
2020AppPath = Path (os .path .dirname (os .path .realpath (sys .argv [0 ])))
21- VERSION = "2.3 .1" # 版本号
21+ VERSION = "2.4.0-beta .1" # 版本号
2222CORE = f"{ VERSION } on { sys .platform } " # 核心版本信息
2323
2424# 随机标题列表
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public partial class Settings : ObservableObject
4747
4848 [ ObservableProperty ] private double _zoom = 1 ; // 屏幕缩放比例
4949 [ JsonPropertyName ( "MirrorChyanCdk" ) ] public string EncryptedMirrorChyanCdk { get ; set ; } = "" ;
50- public const string Version = "2.3 .1" ; // 应用版本号
50+ public const string Version = "2.4.0-beta .1" ; // 应用版本号
5151
5252 // 新增快捷键设置
5353 public string ActivityHotkey { get ; set ; } = "F1" ; // 活动 默认 F1
Original file line number Diff line number Diff line change 11{
2- "version" : " 2.3 .1" ,
3- "resource_version" : " 2.3 .0" ,
2+ "version" : " 2.4.0-beta .1" ,
3+ "resource_version" : " 2.4 .0" ,
44 "Announcement" : [
55 {
66 "title" : " 2.3更新公告" ,
You can’t perform that action at this time.
0 commit comments