refactor: ♻️ 界面优化

This commit is contained in:
Ray.Hao
2024-12-04 00:53:16 +08:00
parent efe189bcc3
commit 1cdec3e5ea
19 changed files with 12 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
<view class="about-container">
<!-- 顶部 Logo 区域 -->
<view class="logo-section">
<image class="logo" src="/static/images/youlaiorg.png" mode="aspectFit" />
<image class="logo" src="/static/images/logo.png" mode="aspectFit" />
<text class="app-name">vue-uniapp-template</text>
<text class="version">版本 {{ version }}</text>
</view>