@@ -14,7 +14,6 @@ export const componentMenus: MenuData[] = [
1414 { path : '/components/winblank' , name : 'WingBlank 两翼留白' } ,
1515 { divider : true , name : 'Navigation' } ,
1616 { path : '/components/drawer' , name : 'Drawer 抽屉' } ,
17- { path : '/components/dragdrawer' , name : 'DragDrawer 拖曳抽屉' } ,
1817 { path : '/components/menudropdown' , name : 'MenuDropdown 菜单下拉按钮' } ,
1918 { path : '/components/swipeaction' , name : 'SwipeAction 滑动操作组件' } ,
2019 { path : '/components/expandablesection' , name : 'ExpandableSection 展开缩放组件' } ,
@@ -78,6 +77,9 @@ export const docsMenus: MenuData[] = [
7877 { path : '/docs/environment-setup/ios' , name : 'iOS 环境安装' } ,
7978 { path : '/docs/environment-setup/android' , name : 'Android(Mac) 环境安装' } ,
8079 { path : '/docs/environment-setup/android-windows' , name : 'Android(Windows) 环境安装' } ,
80+ { divider : true , name : 'APP 打包' } ,
81+ { path : '/docs/unpack/ios' , name : 'iOS 打包' } ,
82+ { path : '/docs/unpack/android' , name : 'Android(Mac) 打包' } ,
8183 { divider : true , name : '发布应用商店' } ,
8284 { path : '/docs/app-store/ios' , name : '发布 iOS 应用商店' } ,
8385 { path : '/docs/app-store/android' , name : '发布 Android 应用商店' } ,
0 commit comments