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
+2 -1
View File
@@ -12,6 +12,7 @@
"word-card": "/components/word-card/word-card",
"word-picker": "/components/word-picker/word-picker",
"empty-state": "/components/empty-state/empty-state",
"share-guide-popup": "/components/share-guide-popup/share-guide-popup"
"share-guide-popup": "/components/share-guide-popup/share-guide-popup",
"add-to-miniprogram-tip": "/components/add-to-miniprogram-tip/add-to-miniprogram-tip"
}
}
+1
View File
@@ -95,6 +95,7 @@
show="{{showShareDialog}}"
bind:onClose="onCloseShareDialog"
bind:onShareSuccess="onShareSuccess" />
<add-to-miniprogram-tip />
<view class="empty"></view>
</view>
+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>
+1
View File
@@ -14,6 +14,7 @@
"color-picker": "../../components/color-picker/color-picker",
"introduction-popup": "../../components/introduction-popup/introduction-popup",
"share-guide-popup": "../../components/share-guide-popup/share-guide-popup",
"add-to-miniprogram-tip": "../../components/add-to-miniprogram-tip/add-to-miniprogram-tip",
"toy-button": "../../ui/button/button",
"word-picker": "../../components/word-picker/word-picker",
"empty-state": "../../components/empty-state/empty-state"
+1
View File
@@ -142,3 +142,4 @@
show="{{showShareDialog}}"
bind:onClose="onCloseShareDialog"
bind:onShareSuccess="onShareSuccess" />
<add-to-miniprogram-tip />
+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>