From 5a613abc3309970183d633fe76c829be5c70b7c6 Mon Sep 17 00:00:00 2001 From: liangxu Date: Fri, 1 May 2026 11:03:55 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20rebrand=20product=20as=20=E7=9C=81?= =?UTF-8?q?=E5=BF=83=E6=8E=A8=20and=20lock=20UI=20to=20zh-CN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update server titles, web/desktop window/tray/document titles, login copy, and electron build metadata to use the Chinese product name 省心推. Drop the runtime locale switcher and en-US import — the app now ships zh-CN only. Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/admin-web/index.html | 2 +- apps/admin-web/src/App.vue | 8 +-- apps/admin-web/src/i18n/index.ts | 36 +--------- apps/admin-web/src/i18n/messages/zh-CN.ts | 6 +- apps/admin-web/src/layouts/AppShell.vue | 68 ------------------- apps/desktop-client/electron-builder.yml | 4 +- apps/desktop-client/package.json | 7 +- apps/desktop-client/src/main/bootstrap.ts | 4 +- .../src/main/playwright-cdp-targets.test.ts | 2 +- .../src/main/runtime-snapshot.ts | 2 +- apps/desktop-client/src/main/tray.ts | 2 +- .../src/renderer/components/DesktopShell.vue | 2 +- apps/desktop-client/src/renderer/index.html | 2 +- .../src/renderer/views/LoginView.vue | 2 +- server/internal/shared/swagger/swagger.go | 4 +- server/internal/tenant/transport/router.go | 2 +- 16 files changed, 25 insertions(+), 128 deletions(-) diff --git a/apps/admin-web/index.html b/apps/admin-web/index.html index 48e354b..9fffb15 100644 --- a/apps/admin-web/index.html +++ b/apps/admin-web/index.html @@ -6,7 +6,7 @@ name="viewport" content="width=device-width, initial-scale=1.0" /> - GEO 工具平台 + 省心推
diff --git a/apps/admin-web/src/App.vue b/apps/admin-web/src/App.vue index 072c2ae..f0e917d 100644 --- a/apps/admin-web/src/App.vue +++ b/apps/admin-web/src/App.vue @@ -1,18 +1,12 @@