修正了 pages 名为拼音的问题,以及部分细节

This commit is contained in:
2026-06-13 12:23:44 +08:00
parent 296e41a8a7
commit 6fbae9b32c
57 changed files with 1317 additions and 1463 deletions

View File

@@ -3,7 +3,7 @@
<!-- 1. 毛玻璃搜索框区域(固定) -->
<view class="search-container">
<view class="search-box search-box--glass">
<image src="/images/sousuo.png" class="search-icon" />
<image src="/images/search.png" class="search-icon" />
<input
type="text"
class="search-input"
@@ -213,5 +213,5 @@
</view>
<!-- 底部自定义TabBar -->
<custom-tab-bar />
<tab-bar />
<global-notification id="global-notification" />