@@ -149,7 +149,7 @@ export default {
149149 title : 'Cell 单元格' ,
150150 titleEn : 'Cell' ,
151151 name : 'cell' ,
152- component : ( ) => import ( 'tdesign-mobile-react/cell/_example/base .tsx' ) ,
152+ component : ( ) => import ( 'tdesign-mobile-react/cell/_example/index .tsx' ) ,
153153 } ,
154154 {
155155 title : 'Upload 上传' ,
@@ -165,7 +165,7 @@ export default {
165165 component : ( ) => import ( 'tdesign-mobile-react/skeleton/_example/index.tsx' ) ,
166166 } ,
167167 {
168- title : 'Sticky 吸顶 ' ,
168+ title : 'Sticky 吸顶容器 ' ,
169169 titleEn : 'Sticky' ,
170170 name : 'sticky' ,
171171 component : ( ) => import ( 'tdesign-mobile-react/sticky/_example/index.tsx' ) ,
@@ -249,7 +249,7 @@ export default {
249249 component : ( ) => import ( 'tdesign-mobile-react/side-bar/_example/custom.tsx' ) ,
250250 } ,
251251 {
252- title : 'SwipeCell 滑动单元格 ' ,
252+ title : 'SwipeCell 滑动操作 ' ,
253253 titleEn : 'SwipeCell' ,
254254 name : 'swipe-cell' ,
255255 component : ( ) => import ( 'tdesign-mobile-react/swipe-cell/_example/index.tsx' ) ,
@@ -321,7 +321,7 @@ export default {
321321 component : ( ) => import ( 'tdesign-mobile-react/steps/_example/index.tsx' ) ,
322322 } ,
323323 {
324- title : 'TabBar 标签栏 ' ,
324+ title : 'TabBar 底部标签栏 ' ,
325325 titleEn : 'TabBar' ,
326326 name : 'tab-bar' ,
327327 component : ( ) => import ( 'tdesign-mobile-react/tab-bar/_example/mobile.tsx' ) ,
@@ -363,7 +363,7 @@ export default {
363363 component : ( ) => import ( 'tdesign-mobile-react/table/_example/index.tsx' ) ,
364364 } ,
365365 {
366- title : 'TreeSelect 树形选择 ' ,
366+ title : 'TreeSelect 树形选择器 ' ,
367367 titleEn : 'TreeSelect' ,
368368 name : 'tree-select' ,
369369 component : ( ) => import ( 'tdesign-mobile-react/tree-select/_example/index.tsx' ) ,
0 commit comments