feat(demo-vue): update contact information with i18n support

- Replaced hardcoded contact details in FooterComponent.vue with localized strings using the t() function.
- Updated English and Chinese locale files to include new contact information for phone, email, and WeChat/WhatsApp.
This commit is contained in:
王文昊
2026-05-08 11:13:43 +08:00
parent 02a23df5f1
commit 6bd7774847
4 changed files with 12 additions and 5 deletions

View File

@@ -45,7 +45,11 @@ export const messages = {
allRights: 'All rights reserved',
copyrightFull: 'Copyright © 2026 Shandong Showdart Technology Engineering Co., Ltd. All rights reserved.',
companyInfo: 'Company',
addressLabel: 'Cunqian Village, Huangli Town, Wujin District, Changzhou, Jiangsu, China'
addressLabel:
'A4, Smart Valley, Economic and Technological Development Zone, Jining City, Shandong Province, China.',
contactPhoneLine: 'Tel: +86 177 144 33303',
contactEmailLine: 'amaransalesgroup@163.com',
contactWechatLine: 'Wechat & WhatsApp: +86 177 144 33303'
},
language: { zh: '中文', en: 'English', switch: 'Language' },
nav: {