refactor: ♻️ 优化图标和LOGO

This commit is contained in:
Ray.Hao
2024-12-08 21:05:20 +08:00
parent 1cdec3e5ea
commit 4f1969fe6f
20 changed files with 40 additions and 67 deletions

View File

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