feat: 添加计算工具的跳转功能 #37
@ -42,6 +42,22 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- 实用工具 -->
|
||||
<div class="footer-section">
|
||||
<h4>{{ $t('utilities') }}</h4>
|
||||
<ul class="footer-links">
|
||||
<li>
|
||||
<a
|
||||
href="http://cal.jinshen.cn"
|
||||
target="_blank"
|
||||
rel="noopener noreferer"
|
||||
>
|
||||
{{ $t('navigation.calculator') }}
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- 联系信息 -->
|
||||
<div class="footer-section">
|
||||
<h4>{{ $t('contact-info') }}</h4>
|
||||
@ -58,25 +74,6 @@
|
||||
<span>{{ $t('address') }}: {{ $t('company-address') }}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 社交媒体 -->
|
||||
<div class="footer-section">
|
||||
<h4>{{ $t('follow-us') }}</h4>
|
||||
<div class="social-links">
|
||||
<a href="#" class="social-link" aria-label="WeChat">
|
||||
<el-icon size="20"><ChatDotRound /></el-icon>
|
||||
</a>
|
||||
<a href="#" class="social-link" aria-label="Weibo">
|
||||
<el-icon size="20"><Star /></el-icon>
|
||||
</a>
|
||||
<a href="#" class="social-link" aria-label="LinkedIn">
|
||||
<el-icon size="20"><Link /></el-icon>
|
||||
</a>
|
||||
<a href="#" class="social-link" aria-label="Email">
|
||||
<el-icon size="20"><Message /></el-icon>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 版权信息 -->
|
||||
@ -106,14 +103,7 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import {
|
||||
Phone,
|
||||
Message,
|
||||
Location,
|
||||
ChatDotRound,
|
||||
Star,
|
||||
Link,
|
||||
} from '@element-plus/icons-vue';
|
||||
import { Phone, Message, Location } from '@element-plus/icons-vue';
|
||||
|
||||
const currentYear = new Date().getFullYear();
|
||||
</script>
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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": "电话",
|
||||
|
||||
Reference in New Issue
Block a user