diff --git a/backend/services/user-service/src/application/services/admin-system.service.ts b/backend/services/user-service/src/application/services/admin-system.service.ts index 1b0f911..439757d 100644 --- a/backend/services/user-service/src/application/services/admin-system.service.ts +++ b/backend/services/user-service/src/application/services/admin-system.service.ts @@ -57,6 +57,12 @@ export class AdminSystemService { async getConfig() { return { + brandConfig: { + sloganZhCN: '让每一张券,自由流动', + sloganZhTW: '讓每一張券,自由流動', + sloganEn: 'Where Every Coupon Flows Freely', + sloganJa: 'すべてのクーポンを、自由に流通させる', + }, feeConfig: { primaryMarketFee: 2.5, secondaryMarketFee: 1.0, diff --git a/frontend/admin-web/src/app/login/page.tsx b/frontend/admin-web/src/app/login/page.tsx index 7b0daef..8d364a6 100644 --- a/frontend/admin-web/src/app/login/page.tsx +++ b/frontend/admin-web/src/app/login/page.tsx @@ -74,7 +74,7 @@ export default function LoginPage() { -
Genex 券金融平台 © 2025
+Genex 管理后台 © 2025
); diff --git a/frontend/admin-web/src/i18n/locales.ts b/frontend/admin-web/src/i18n/locales.ts index 4e8e113..428fac9 100644 --- a/frontend/admin-web/src/i18n/locales.ts +++ b/frontend/admin-web/src/i18n/locales.ts @@ -396,6 +396,13 @@ const translations: Record