fix: 移除桌面端原生菜单栏

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