feat: 分类管理页开发

This commit is contained in:
R524809
2026-04-23 12:08:07 +08:00
parent b2ab123b4f
commit 5106dbbd7c
21 changed files with 1034 additions and 151 deletions
+12
View File
@@ -99,6 +99,18 @@
</view>
<text class="profile-row__chevron"></text>
</view>
<view
wx:if="{{isDevEnv}}"
class="profile-row"
bindtap="onGoToDebug">
<view class="profile-row__left">
<view class="profile-row__icon-bg">
<text class="profile-row__icon-emoji">🛠️</text>
</view>
<text class="profile-row__label">Debug 工具</text>
</view>
<text class="profile-row__chevron"></text>
</view>
<view
class="profile-row profile-row--last"
bindtap="onGoToAbout">