Skip to content

Commit 37f45ce

Browse files
committed
feat: 2.4.0-beta.1
1 parent ef295dc commit 37f45ce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

SRACore/util/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# 基础的常量定义
2020
AppPath = Path(os.path.dirname(os.path.realpath(sys.argv[0])))
21-
VERSION = "2.3.1" # 版本号
21+
VERSION = "2.4.0-beta.1" # 版本号
2222
CORE = f"{VERSION} on {sys.platform}" # 核心版本信息
2323

2424
# 随机标题列表

SRAFrontend/Models/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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更新公告",

0 commit comments

Comments
 (0)