chore: 精简桌面端语言包

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