init version kelfy-mini for new gitea

This commit is contained in:
terry.wang
2025-11-13 13:38:59 +08:00
commit 493fa4f1e1
763 changed files with 55626 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<!--pages/my.wxml-->
<view class="main">
<view class="content">
<view class="wrap" wx:for="{{menuList}}" wx:key="item">
<view class="title">{{item.TYPE_NAME}}</view>
<view class="item" wx:for="{{item.childList}}" wx:for-item="item2" wx:key="item2" bindtap="naviTo" data-item="{{item2}}"> {{item2.NAME}}</view>
</view>
</view>
</view>