feat(branding): rebrand user-facing GPUStack to MesaStack

Applied via scripts/rebrand across UI labels, page title, and all
locale strings (en/zh/ja/ru/tr). Functional references untouched:
npm package, URLs, paths, JS identifiers, GPUSTACK_ constants, and the
X-GPUStack-Model header. The backend-contract startsWith string in
llmodels/hooks keeps "GPUStack server" to stay matchable. Logo images
intentionally left unchanged for now.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
lofyer
2026-08-04 14:39:20 +08:00
co-authored by Claude Opus 4.8
parent 7143f06148
commit 30d53f2f7e
40 changed files with 125 additions and 125 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ export const ExtraContent = (props: { isDarkTheme?: boolean }) => {
{
key: 'site',
icon: <HomeOutlined />,
label: 'GPUStack',
label: 'MesaStack',
url: externalLinks.site
},
{
+1 -1
View File
@@ -82,7 +82,7 @@ export const getRightRenderContent = (opts: {
{
key: 'site',
icon: <HomeOutlined />,
label: 'GPUStack',
label: 'MesaStack',
url: externalLinks.site
},
{