From 2b6b5fc6bef42882aef7b4ecf12638204c9db9dc Mon Sep 17 00:00:00 2001 From: mini Date: Thu, 23 Apr 2026 13:30:01 +0800 Subject: [PATCH] =?UTF-8?q?fix(footer):=20=E7=A7=BB=E9=99=A4=E6=9A=B4?= =?UTF-8?q?=E9=9C=B2=E6=8A=80=E6=9C=AF=E7=BB=86=E8=8A=82=E7=9A=84=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除 更新日志 / Changelog 链接(指向 gitea commits) - 删除 git.puro.im 与 GitHub ↗ 联系项 - footer-meta 从 '© 2026 puro.im · MIT License · fork of Wei-Shaw/sub2api' 精简为 '© 2026 puro.im' - zh/en 对应 linkChangelog 键一并删除 --- frontend/src/components/layout/PortalLayout.vue | 5 +---- frontend/src/i18n/locales/en.ts | 1 - frontend/src/i18n/locales/zh.ts | 1 - 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/frontend/src/components/layout/PortalLayout.vue b/frontend/src/components/layout/PortalLayout.vue index 4fec3b6b..de5b5830 100644 --- a/frontend/src/components/layout/PortalLayout.vue +++ b/frontend/src/components/layout/PortalLayout.vue @@ -36,14 +36,13 @@ PURO AI - + diff --git a/frontend/src/i18n/locales/en.ts b/frontend/src/i18n/locales/en.ts index 92151f22..fa0602da 100644 --- a/frontend/src/i18n/locales/en.ts +++ b/frontend/src/i18n/locales/en.ts @@ -5710,7 +5710,6 @@ export default { colContact: 'Contact', linkDocs: 'Docs', linkFeatures: 'Features', - linkChangelog: 'Changelog', linkLogin: 'Sign in', linkRegister: 'Register', }, diff --git a/frontend/src/i18n/locales/zh.ts b/frontend/src/i18n/locales/zh.ts index a4a3e616..3f72db60 100644 --- a/frontend/src/i18n/locales/zh.ts +++ b/frontend/src/i18n/locales/zh.ts @@ -5903,7 +5903,6 @@ export default { colContact: '联系', linkDocs: '文档', linkFeatures: '功能', - linkChangelog: '更新日志', linkLogin: '登录', linkRegister: '注册', },