@@ -121,13 +121,13 @@ declare module '../../index' {
121
121
122
122
interface TaroStatic {
123
123
/** 显示 tabBar 某一项的右上角的红点
124
- * @supported weapp, h5, rn, tt, harmony, harmony_hybrid
124
+ * @supported weapp, h5, rn, tt, harmony_hybrid
125
125
* @see https://developers.weixin.qq.com/miniprogram/dev/api/ui/tab-bar/wx.showTabBarRedDot.html
126
126
*/
127
127
showTabBarRedDot ( option : showTabBarRedDot . Option ) : Promise < TaroGeneral . CallbackResult >
128
128
129
129
/** 显示 tabBar
130
- * @supported weapp, h5, rn, tt, harmony, harmony_hybrid
130
+ * @supported weapp, h5, rn, tt, harmony_hybrid
131
131
* @see https://developers.weixin.qq.com/miniprogram/dev/api/ui/tab-bar/wx.showTabBar.html
132
132
*/
133
133
showTabBar ( option ?: showTabBar . Option ) : Promise < TaroGeneral . CallbackResult >
@@ -148,7 +148,7 @@ declare module '../../index' {
148
148
setTabBarStyle ( option ?: setTabBarStyle . Option ) : Promise < TaroGeneral . CallbackResult >
149
149
150
150
/** 动态设置 tabBar 某一项的内容,`2.7.0` 起图片支持临时文件和网络文件。
151
- * @supported weapp, h5, rn, tt, harmony, harmony_hybrid
151
+ * @supported weapp, h5, rn, tt, harmony_hybrid
152
152
* @example
153
153
* ```tsx
154
154
* Taro.setTabBarItem({
@@ -163,7 +163,7 @@ declare module '../../index' {
163
163
setTabBarItem ( option : setTabBarItem . Option ) : Promise < TaroGeneral . CallbackResult >
164
164
165
165
/** 为 tabBar 某一项的右上角添加文本
166
- * @supported weapp, h5, rn, tt, harmony, harmony_hybrid
166
+ * @supported weapp, h5, rn, tt, harmony_hybrid
167
167
* @example
168
168
* ```tsx
169
169
* Taro.setTabBarBadge({
@@ -176,19 +176,19 @@ declare module '../../index' {
176
176
setTabBarBadge ( option : setTabBarBadge . Option ) : Promise < TaroGeneral . CallbackResult >
177
177
178
178
/** 移除 tabBar 某一项右上角的文本
179
- * @supported weapp, h5, rn, tt, harmony, harmony_hybrid
179
+ * @supported weapp, h5, rn, tt, harmony_hybrid
180
180
* @see https://developers.weixin.qq.com/miniprogram/dev/api/ui/tab-bar/wx.removeTabBarBadge.html
181
181
*/
182
182
removeTabBarBadge ( option : removeTabBarBadge . Option ) : Promise < TaroGeneral . CallbackResult >
183
183
184
184
/** 隐藏 tabBar 某一项的右上角的红点
185
- * @supported weapp, h5, rn, tt, harmony, harmony_hybrid
185
+ * @supported weapp, h5, rn, tt, harmony_hybrid
186
186
* @see https://developers.weixin.qq.com/miniprogram/dev/api/ui/tab-bar/wx.hideTabBarRedDot.html
187
187
*/
188
188
hideTabBarRedDot ( option : hideTabBarRedDot . Option ) : Promise < TaroGeneral . CallbackResult >
189
189
190
190
/** 隐藏 tabBar
191
- * @supported weapp, h5, rn, tt, harmony, harmony_hybrid
191
+ * @supported weapp, h5, rn, tt, harmony_hybrid
192
192
* @see https://developers.weixin.qq.com/miniprogram/dev/api/ui/tab-bar/wx.hideTabBar.html
193
193
*/
194
194
hideTabBar ( option ?: hideTabBar . Option ) : Promise < TaroGeneral . CallbackResult >
0 commit comments