feat: 发布标准 Windows 安装向导

This commit is contained in:
SkyJourney
2026-07-27 23:01:22 +08:00
parent 8d91d08809
commit 06407650e0
9 changed files with 1477 additions and 4092 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ import {
describe("应用版本", () => {
it("从统一构建版本生成标题徽标", () => {
expect(APP_VERSION).toBe("0.4.2");
expect(APP_VERSION_LABEL).toBe("v0.4.2");
expect(APP_VERSION).toBe("0.4.3");
expect(APP_VERSION_LABEL).toBe("v0.4.3");
});
});