feat:V2.5.4 增加添加到我的小程序Tip

This commit is contained in:
R524809
2025-12-18 09:43:27 +08:00
parent a8ed4a2cfc
commit e97dd8f159
12 changed files with 142 additions and 3 deletions
+3 -1
View File
@@ -4,5 +4,7 @@
"homeButton": true,
"backgroundColor": "#F6F6F6",
"enablePullDownRefresh": false,
"usingComponents": {}
"usingComponents": {
"add-to-miniprogram-tip": "../../components/add-to-miniprogram-tip/add-to-miniprogram-tip"
}
}
@@ -40,4 +40,5 @@
</view>
</view>
<view class="empty"></view>
<add-to-miniprogram-tip />
</view>