From 059b99b80291f644bc49dec369ab4908ab6eb368 Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Wed, 24 Sep 2025 14:44:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(footer):=20=E4=BF=AE=E6=94=B9footer?= =?UTF-8?q?=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在footer中添加实用工具的跳转链接 --- app/components/JinshenFooter.vue | 44 ++++++++++++-------------------- i18n/locales/en.json | 4 ++- i18n/locales/zh.json | 4 ++- 3 files changed, 23 insertions(+), 29 deletions(-) diff --git a/app/components/JinshenFooter.vue b/app/components/JinshenFooter.vue index 66a42e0..fea2407 100644 --- a/app/components/JinshenFooter.vue +++ b/app/components/JinshenFooter.vue @@ -42,6 +42,22 @@ + +
+ - - - @@ -106,14 +103,7 @@ diff --git a/i18n/locales/en.json b/i18n/locales/en.json index 728272a..3922894 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -25,6 +25,7 @@ "solutions-desc": "Providing customized technology solutions for enterprises to accelerate digital transformation.", "support-desc": "24/7 professional technical support to ensure stable operation of your business.", "quick-links": "Quick Links", + "utilities": "Utilities", "navigation": { "home": "Home", "productions": "Productions", @@ -33,7 +34,8 @@ "about-us": "About Us", "contact-info": "Contact Info", "faq": "FAQ", - "documents": "Documents" + "documents": "Documents", + "calculator": "Calculator" }, "contact-info": "Contact Us", "telephone": "Telephone", diff --git a/i18n/locales/zh.json b/i18n/locales/zh.json index 21ae75f..9a94dde 100644 --- a/i18n/locales/zh.json +++ b/i18n/locales/zh.json @@ -25,6 +25,7 @@ "solutions-desc": "为企业提供定制化的技术解决方案,助力数字化转型。", "support-desc": "7x24小时专业技术支持,确保您的业务稳定运行。", "quick-links": "快速链接", + "utilities": "实用工具", "navigation": { "home": "主页", "productions": "产品中心", @@ -33,7 +34,8 @@ "about-us": "关于我们", "contact-info": "联系信息", "faq": "常见问题", - "documents": "文档资料" + "documents": "文档资料", + "calculator": "纸管计算工具" }, "contact-info": "联系我们", "telephone": "电话",