fix: 功能优化完善。
This commit is contained in:
@@ -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 © 2026 qdintc</text>
|
||||
<text class="copyright-text">Copyright © {{ 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(() => [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user