fix: 功能优化完善。

This commit is contained in:
tianyongbao
2026-07-12 14:23:18 +08:00
parent cc1ccad308
commit 88cf663855
4 changed files with 79 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
<view class="about-container">
<view class="header-section">
<view class="logo-wrapper">
<image class="logo-image" src="/static/logo.png" mode="aspectFit"></image>
<image class="logo-image" src="/static/logo1.png" mode="aspectFit"></image>
<view class="logo-shine"></view>
</view>
<text class="app-name">智聪网络科技</text>
@@ -25,7 +25,7 @@
</view>
<view class="copyright">
<text class="copyright-text">Copyright &copy; 2026 qdintc</text>
<text class="copyright-text">Copyright &copy; {{ currentYear }} qdintc</text>
<text class="copyright-text">All Rights Reserved.</text>
</view>
</view>
@@ -37,6 +37,8 @@ import config from '@/config.js'
const url = config.appInfo.site_url
const version = config.appInfo.version
// 动态显示当前年份
const currentYear = new Date().getFullYear()
const infoList = computed(() => [
{