diff --git a/heicode/web/default/src/components/layout/components/footer.tsx b/heicode/web/default/src/components/layout/components/footer.tsx index fe3446d..9344aa2 100644 --- a/heicode/web/default/src/components/layout/components/footer.tsx +++ b/heicode/web/default/src/components/layout/components/footer.tsx @@ -155,9 +155,16 @@ export function Footer(props: FooterProps) { © {currentYear} {displayName}.{' '} {props.copyright ?? t('footer.defaultCopyright')}

- - {t('Platform Console')} - +
+ + {t('Contact')}: november@taijiaicloud.com + + · + {t('Platform Console')} +
diff --git a/heicode/web/default/src/i18n/locales/en.json b/heicode/web/default/src/i18n/locales/en.json index ebb88f0..847e85e 100644 --- a/heicode/web/default/src/i18n/locales/en.json +++ b/heicode/web/default/src/i18n/locales/en.json @@ -2645,6 +2645,7 @@ "Plan Title": "Plan Title", "Plan, dispatch and monitor multi-agent runs across tenants.": "Plan, dispatch and monitor multi-agent runs across tenants.", "Planned maintenance on Friday at 22:00 UTC...": "Planned maintenance on Friday at 22:00 UTC...", + "Contact": "Contact", "Platform": "Platform", "Platform Console": "Platform Console", "Playground": "Playground", diff --git a/heicode/web/default/src/i18n/locales/zh.json b/heicode/web/default/src/i18n/locales/zh.json index 7ee107e..b2bc76a 100644 --- a/heicode/web/default/src/i18n/locales/zh.json +++ b/heicode/web/default/src/i18n/locales/zh.json @@ -2645,6 +2645,7 @@ "Plan Title": "套餐标题", "Plan, dispatch and monitor multi-agent runs across tenants.": "跨租户编排、分发并监控多 Agent 运行。", "Planned maintenance on Friday at 22:00 UTC...": "计划于周五 22:00 UTC 进行维护...", + "Contact": "联系我们", "Platform": "平台", "Platform Console": "平台控制台", "Playground": "游乐场",