feat(miniprogram): 用 karuo-316 替换小程序目录

- 从 github/karuo-316 覆盖 miniprogram/
- 排除 project.private.config.json 与 *.backup

Made-with: Cursor
This commit is contained in:
卡若
2026-03-17 18:25:24 +08:00
parent 982622368a
commit 34f7c7bbdc
34 changed files with 450 additions and 891 deletions

View File

@@ -22,8 +22,8 @@
</view>
</view>
<!-- 充值金额选择(审核模式隐藏) -->
<view class="section" wx:if="{{!auditMode}}">
<!-- 充值金额选择 -->
<view class="section">
<view class="section-head">
<text class="section-title">选择充值金额</text>
<text class="section-note">当前已选 ¥{{selectedAmount}}</text>
@@ -47,8 +47,8 @@
</view>
</view>
<!-- 操作按钮(审核模式隐藏) -->
<view class="action-row" wx:if="{{!auditMode}}">
<!-- 操作按钮 -->
<view class="action-row">
<view class="btn btn-recharge" bindtap="handleRecharge">充值</view>
</view>