diff --git a/docs/.vitepress/theme/components/VPIframe.vue b/docs/.vitepress/theme/components/VPIframe.vue index cbb1477a..fe52a6e8 100644 --- a/docs/.vitepress/theme/components/VPIframe.vue +++ b/docs/.vitepress/theme/components/VPIframe.vue @@ -54,7 +54,7 @@ const href = computed(() => { if (!paths.length) return baseUrl.value - return baseUrl.value + `pages/${kebabToCamel(paths[paths.length - 1])}/Index` + return baseUrl.value + `subPages/${kebabToCamel(paths[paths.length - 1])}/Index` }) const qrcode = computed(() => { diff --git a/docs/public/wxqrcode/about.png b/docs/public/wxqrcode/about.png new file mode 100644 index 00000000..980ffd8c Binary files /dev/null and b/docs/public/wxqrcode/about.png differ diff --git a/docs/public/wxqrcode/action-sheet.png b/docs/public/wxqrcode/action-sheet.png index 820105fb..207caaf0 100644 Binary files a/docs/public/wxqrcode/action-sheet.png and b/docs/public/wxqrcode/action-sheet.png differ diff --git a/docs/public/wxqrcode/backtop.png b/docs/public/wxqrcode/backtop.png index a2bf1505..1ab99cf6 100644 Binary files a/docs/public/wxqrcode/backtop.png and b/docs/public/wxqrcode/backtop.png differ diff --git a/docs/public/wxqrcode/badge.png b/docs/public/wxqrcode/badge.png index 96814f98..e3321836 100644 Binary files a/docs/public/wxqrcode/badge.png and b/docs/public/wxqrcode/badge.png differ diff --git a/docs/public/wxqrcode/button.png b/docs/public/wxqrcode/button.png index e4054392..438169fe 100644 Binary files a/docs/public/wxqrcode/button.png and b/docs/public/wxqrcode/button.png differ diff --git a/docs/public/wxqrcode/calendar-view.png b/docs/public/wxqrcode/calendar-view.png index 4ed04037..644300bf 100644 Binary files a/docs/public/wxqrcode/calendar-view.png and b/docs/public/wxqrcode/calendar-view.png differ diff --git a/docs/public/wxqrcode/calendar.png b/docs/public/wxqrcode/calendar.png index 229911d1..b1d2f16e 100644 Binary files a/docs/public/wxqrcode/calendar.png and b/docs/public/wxqrcode/calendar.png differ diff --git a/docs/public/wxqrcode/card.png b/docs/public/wxqrcode/card.png index e1a31594..259f570a 100644 Binary files a/docs/public/wxqrcode/card.png and b/docs/public/wxqrcode/card.png differ diff --git a/docs/public/wxqrcode/cell.png b/docs/public/wxqrcode/cell.png index 8c46af19..a45f2a71 100644 Binary files a/docs/public/wxqrcode/cell.png and b/docs/public/wxqrcode/cell.png differ diff --git a/docs/public/wxqrcode/checkbox.png b/docs/public/wxqrcode/checkbox.png index b7c03bc4..c80238f6 100644 Binary files a/docs/public/wxqrcode/checkbox.png and b/docs/public/wxqrcode/checkbox.png differ diff --git a/docs/public/wxqrcode/circle.png b/docs/public/wxqrcode/circle.png index 46e9a41a..af4f09ac 100644 Binary files a/docs/public/wxqrcode/circle.png and b/docs/public/wxqrcode/circle.png differ diff --git a/docs/public/wxqrcode/col-picker.png b/docs/public/wxqrcode/col-picker.png index e90f6f92..1899b876 100644 Binary files a/docs/public/wxqrcode/col-picker.png and b/docs/public/wxqrcode/col-picker.png differ diff --git a/docs/public/wxqrcode/collapse.png b/docs/public/wxqrcode/collapse.png index fd665b1e..0f00a33f 100644 Binary files a/docs/public/wxqrcode/collapse.png and b/docs/public/wxqrcode/collapse.png differ diff --git a/docs/public/wxqrcode/config-provider.png b/docs/public/wxqrcode/config-provider.png index 46409dc1..30afbc28 100644 Binary files a/docs/public/wxqrcode/config-provider.png and b/docs/public/wxqrcode/config-provider.png differ diff --git a/docs/public/wxqrcode/count-down.png b/docs/public/wxqrcode/count-down.png index 81a9acbb..e2c416d4 100644 Binary files a/docs/public/wxqrcode/count-down.png and b/docs/public/wxqrcode/count-down.png differ diff --git a/docs/public/wxqrcode/count-to.png b/docs/public/wxqrcode/count-to.png index 4c4daa30..701913c2 100644 Binary files a/docs/public/wxqrcode/count-to.png and b/docs/public/wxqrcode/count-to.png differ diff --git a/docs/public/wxqrcode/curtain.png b/docs/public/wxqrcode/curtain.png index fe20905f..70de5c5c 100644 Binary files a/docs/public/wxqrcode/curtain.png and b/docs/public/wxqrcode/curtain.png differ diff --git a/docs/public/wxqrcode/datetime-picker-view.png b/docs/public/wxqrcode/datetime-picker-view.png index e1b72628..a293840a 100644 Binary files a/docs/public/wxqrcode/datetime-picker-view.png and b/docs/public/wxqrcode/datetime-picker-view.png differ diff --git a/docs/public/wxqrcode/datetime-picker.png b/docs/public/wxqrcode/datetime-picker.png index 0ef04bd9..8dc0abcb 100644 Binary files a/docs/public/wxqrcode/datetime-picker.png and b/docs/public/wxqrcode/datetime-picker.png differ diff --git a/docs/public/wxqrcode/divider.png b/docs/public/wxqrcode/divider.png index 59962a27..7ab7a229 100644 Binary files a/docs/public/wxqrcode/divider.png and b/docs/public/wxqrcode/divider.png differ diff --git a/docs/public/wxqrcode/drop-menu.png b/docs/public/wxqrcode/drop-menu.png index 496c641e..3378ee7c 100644 Binary files a/docs/public/wxqrcode/drop-menu.png and b/docs/public/wxqrcode/drop-menu.png differ diff --git a/docs/public/wxqrcode/fab.png b/docs/public/wxqrcode/fab.png index 31b0b2bd..442afce1 100644 Binary files a/docs/public/wxqrcode/fab.png and b/docs/public/wxqrcode/fab.png differ diff --git a/docs/public/wxqrcode/floating-panel.png b/docs/public/wxqrcode/floating-panel.png index 9ecdee8d..0ed81e53 100644 Binary files a/docs/public/wxqrcode/floating-panel.png and b/docs/public/wxqrcode/floating-panel.png differ diff --git a/docs/public/wxqrcode/form.png b/docs/public/wxqrcode/form.png index 2bf18986..b7d8841a 100644 Binary files a/docs/public/wxqrcode/form.png and b/docs/public/wxqrcode/form.png differ diff --git a/docs/public/wxqrcode/gap.png b/docs/public/wxqrcode/gap.png index 78ba916c..b7a9a125 100644 Binary files a/docs/public/wxqrcode/gap.png and b/docs/public/wxqrcode/gap.png differ diff --git a/docs/public/wxqrcode/grid.png b/docs/public/wxqrcode/grid.png index 6ddca6b2..dc38f924 100644 Binary files a/docs/public/wxqrcode/grid.png and b/docs/public/wxqrcode/grid.png differ diff --git a/docs/public/wxqrcode/icon.png b/docs/public/wxqrcode/icon.png index 004d5b4e..8205ad5c 100644 Binary files a/docs/public/wxqrcode/icon.png and b/docs/public/wxqrcode/icon.png differ diff --git a/docs/public/wxqrcode/img-cropper.png b/docs/public/wxqrcode/img-cropper.png index 267b644b..c933e0a1 100644 Binary files a/docs/public/wxqrcode/img-cropper.png and b/docs/public/wxqrcode/img-cropper.png differ diff --git a/docs/public/wxqrcode/img.png b/docs/public/wxqrcode/img.png index d7219bbf..0879b235 100644 Binary files a/docs/public/wxqrcode/img.png and b/docs/public/wxqrcode/img.png differ diff --git a/docs/public/wxqrcode/index-bar.png b/docs/public/wxqrcode/index-bar.png index aa9fdd22..dbf06aff 100644 Binary files a/docs/public/wxqrcode/index-bar.png and b/docs/public/wxqrcode/index-bar.png differ diff --git a/docs/public/wxqrcode/index.png b/docs/public/wxqrcode/index.png index fe54bb0c..76211ed9 100644 Binary files a/docs/public/wxqrcode/index.png and b/docs/public/wxqrcode/index.png differ diff --git a/docs/public/wxqrcode/input-number.png b/docs/public/wxqrcode/input-number.png index 87c00e8d..a9a0c617 100644 Binary files a/docs/public/wxqrcode/input-number.png and b/docs/public/wxqrcode/input-number.png differ diff --git a/docs/public/wxqrcode/input.png b/docs/public/wxqrcode/input.png index 4d97eb8e..0b146a15 100644 Binary files a/docs/public/wxqrcode/input.png and b/docs/public/wxqrcode/input.png differ diff --git a/docs/public/wxqrcode/keyboard.png b/docs/public/wxqrcode/keyboard.png index a3dcb6e4..389740bf 100644 Binary files a/docs/public/wxqrcode/keyboard.png and b/docs/public/wxqrcode/keyboard.png differ diff --git a/docs/public/wxqrcode/layout.png b/docs/public/wxqrcode/layout.png index 01cb2275..2110178a 100644 Binary files a/docs/public/wxqrcode/layout.png and b/docs/public/wxqrcode/layout.png differ diff --git a/docs/public/wxqrcode/loading.png b/docs/public/wxqrcode/loading.png index 6f7a705b..e129d14a 100644 Binary files a/docs/public/wxqrcode/loading.png and b/docs/public/wxqrcode/loading.png differ diff --git a/docs/public/wxqrcode/loadmore.png b/docs/public/wxqrcode/loadmore.png index 06a84f79..d0b36540 100644 Binary files a/docs/public/wxqrcode/loadmore.png and b/docs/public/wxqrcode/loadmore.png differ diff --git a/docs/public/wxqrcode/message-box.png b/docs/public/wxqrcode/message-box.png index fe2945a0..d21ce959 100644 Binary files a/docs/public/wxqrcode/message-box.png and b/docs/public/wxqrcode/message-box.png differ diff --git a/docs/public/wxqrcode/navbar.png b/docs/public/wxqrcode/navbar.png index 9edef87f..19691d77 100644 Binary files a/docs/public/wxqrcode/navbar.png and b/docs/public/wxqrcode/navbar.png differ diff --git a/docs/public/wxqrcode/notice-bar.png b/docs/public/wxqrcode/notice-bar.png index 1018aa01..d97369ab 100644 Binary files a/docs/public/wxqrcode/notice-bar.png and b/docs/public/wxqrcode/notice-bar.png differ diff --git a/docs/public/wxqrcode/notify.png b/docs/public/wxqrcode/notify.png index 0cf1eb61..d8fd6eb4 100644 Binary files a/docs/public/wxqrcode/notify.png and b/docs/public/wxqrcode/notify.png differ diff --git a/docs/public/wxqrcode/number-keyboard.png b/docs/public/wxqrcode/number-keyboard.png index 24b66851..4014cc39 100644 Binary files a/docs/public/wxqrcode/number-keyboard.png and b/docs/public/wxqrcode/number-keyboard.png differ diff --git a/docs/public/wxqrcode/overlay.png b/docs/public/wxqrcode/overlay.png index e4e33c5f..d791a714 100644 Binary files a/docs/public/wxqrcode/overlay.png and b/docs/public/wxqrcode/overlay.png differ diff --git a/docs/public/wxqrcode/pagination.png b/docs/public/wxqrcode/pagination.png index 658cdc32..361d9a0e 100644 Binary files a/docs/public/wxqrcode/pagination.png and b/docs/public/wxqrcode/pagination.png differ diff --git a/docs/public/wxqrcode/password-input.png b/docs/public/wxqrcode/password-input.png index 62ca933b..ea579d43 100644 Binary files a/docs/public/wxqrcode/password-input.png and b/docs/public/wxqrcode/password-input.png differ diff --git a/docs/public/wxqrcode/picker-view.png b/docs/public/wxqrcode/picker-view.png index 8e365c52..7986c790 100644 Binary files a/docs/public/wxqrcode/picker-view.png and b/docs/public/wxqrcode/picker-view.png differ diff --git a/docs/public/wxqrcode/picker.png b/docs/public/wxqrcode/picker.png index 0c8477b4..e85a6d45 100644 Binary files a/docs/public/wxqrcode/picker.png and b/docs/public/wxqrcode/picker.png differ diff --git a/docs/public/wxqrcode/popover.png b/docs/public/wxqrcode/popover.png index 07ab5234..a092aad6 100644 Binary files a/docs/public/wxqrcode/popover.png and b/docs/public/wxqrcode/popover.png differ diff --git a/docs/public/wxqrcode/popup.png b/docs/public/wxqrcode/popup.png index 56a1dbdc..e49dfb91 100644 Binary files a/docs/public/wxqrcode/popup.png and b/docs/public/wxqrcode/popup.png differ diff --git a/docs/public/wxqrcode/progress.png b/docs/public/wxqrcode/progress.png index 4ec42137..87869d64 100644 Binary files a/docs/public/wxqrcode/progress.png and b/docs/public/wxqrcode/progress.png differ diff --git a/docs/public/wxqrcode/radio.png b/docs/public/wxqrcode/radio.png index a785f3ff..29d14f3a 100644 Binary files a/docs/public/wxqrcode/radio.png and b/docs/public/wxqrcode/radio.png differ diff --git a/docs/public/wxqrcode/rate.png b/docs/public/wxqrcode/rate.png index 680f300b..ea2034e7 100644 Binary files a/docs/public/wxqrcode/rate.png and b/docs/public/wxqrcode/rate.png differ diff --git a/docs/public/wxqrcode/resize.png b/docs/public/wxqrcode/resize.png index c96313ad..b4e08cac 100644 Binary files a/docs/public/wxqrcode/resize.png and b/docs/public/wxqrcode/resize.png differ diff --git a/docs/public/wxqrcode/search.png b/docs/public/wxqrcode/search.png index 7ce5a9ec..37f72dc2 100644 Binary files a/docs/public/wxqrcode/search.png and b/docs/public/wxqrcode/search.png differ diff --git a/docs/public/wxqrcode/segmented.png b/docs/public/wxqrcode/segmented.png index 0697d281..2cad1f21 100644 Binary files a/docs/public/wxqrcode/segmented.png and b/docs/public/wxqrcode/segmented.png differ diff --git a/docs/public/wxqrcode/select-picker.png b/docs/public/wxqrcode/select-picker.png index e1184523..0f9df5a1 100644 Binary files a/docs/public/wxqrcode/select-picker.png and b/docs/public/wxqrcode/select-picker.png differ diff --git a/docs/public/wxqrcode/sidebar.png b/docs/public/wxqrcode/sidebar.png index cc4d49ee..7a332f55 100644 Binary files a/docs/public/wxqrcode/sidebar.png and b/docs/public/wxqrcode/sidebar.png differ diff --git a/docs/public/wxqrcode/signature.png b/docs/public/wxqrcode/signature.png index cd35b73c..71d98595 100644 Binary files a/docs/public/wxqrcode/signature.png and b/docs/public/wxqrcode/signature.png differ diff --git a/docs/public/wxqrcode/skeleton.png b/docs/public/wxqrcode/skeleton.png index 29ca30d1..a070179a 100644 Binary files a/docs/public/wxqrcode/skeleton.png and b/docs/public/wxqrcode/skeleton.png differ diff --git a/docs/public/wxqrcode/slider.png b/docs/public/wxqrcode/slider.png index 50cfab02..82148150 100644 Binary files a/docs/public/wxqrcode/slider.png and b/docs/public/wxqrcode/slider.png differ diff --git a/docs/public/wxqrcode/sort-button.png b/docs/public/wxqrcode/sort-button.png index 19e01967..51797f84 100644 Binary files a/docs/public/wxqrcode/sort-button.png and b/docs/public/wxqrcode/sort-button.png differ diff --git a/docs/public/wxqrcode/status-tip.png b/docs/public/wxqrcode/status-tip.png index 11ae8253..7698a3e2 100644 Binary files a/docs/public/wxqrcode/status-tip.png and b/docs/public/wxqrcode/status-tip.png differ diff --git a/docs/public/wxqrcode/steps.png b/docs/public/wxqrcode/steps.png index d0fdf515..81671bdf 100644 Binary files a/docs/public/wxqrcode/steps.png and b/docs/public/wxqrcode/steps.png differ diff --git a/docs/public/wxqrcode/sticky.png b/docs/public/wxqrcode/sticky.png index e461daca..5fe1b72b 100644 Binary files a/docs/public/wxqrcode/sticky.png and b/docs/public/wxqrcode/sticky.png differ diff --git a/docs/public/wxqrcode/swipe-action.png b/docs/public/wxqrcode/swipe-action.png index 9a2400ce..b6c2291c 100644 Binary files a/docs/public/wxqrcode/swipe-action.png and b/docs/public/wxqrcode/swipe-action.png differ diff --git a/docs/public/wxqrcode/swiper.png b/docs/public/wxqrcode/swiper.png index 8ed1e1da..49a3d48d 100644 Binary files a/docs/public/wxqrcode/swiper.png and b/docs/public/wxqrcode/swiper.png differ diff --git a/docs/public/wxqrcode/switch.png b/docs/public/wxqrcode/switch.png index 96671b80..d6445bd5 100644 Binary files a/docs/public/wxqrcode/switch.png and b/docs/public/wxqrcode/switch.png differ diff --git a/docs/public/wxqrcode/tabbar.png b/docs/public/wxqrcode/tabbar.png index 65becc4e..e5bc860a 100644 Binary files a/docs/public/wxqrcode/tabbar.png and b/docs/public/wxqrcode/tabbar.png differ diff --git a/docs/public/wxqrcode/table.png b/docs/public/wxqrcode/table.png index 342b6265..3aafb1c1 100644 Binary files a/docs/public/wxqrcode/table.png and b/docs/public/wxqrcode/table.png differ diff --git a/docs/public/wxqrcode/tabs.png b/docs/public/wxqrcode/tabs.png index 387d99f2..d0c8b719 100644 Binary files a/docs/public/wxqrcode/tabs.png and b/docs/public/wxqrcode/tabs.png differ diff --git a/docs/public/wxqrcode/tag.png b/docs/public/wxqrcode/tag.png index 0ecd45e7..9c737d0c 100644 Binary files a/docs/public/wxqrcode/tag.png and b/docs/public/wxqrcode/tag.png differ diff --git a/docs/public/wxqrcode/text.png b/docs/public/wxqrcode/text.png index 883d3dc7..a57c3e57 100644 Binary files a/docs/public/wxqrcode/text.png and b/docs/public/wxqrcode/text.png differ diff --git a/docs/public/wxqrcode/textarea.png b/docs/public/wxqrcode/textarea.png index 31df3641..7fff03cc 100644 Binary files a/docs/public/wxqrcode/textarea.png and b/docs/public/wxqrcode/textarea.png differ diff --git a/docs/public/wxqrcode/toast.png b/docs/public/wxqrcode/toast.png index 97f51487..b5f9f9ae 100644 Binary files a/docs/public/wxqrcode/toast.png and b/docs/public/wxqrcode/toast.png differ diff --git a/docs/public/wxqrcode/tooltip.png b/docs/public/wxqrcode/tooltip.png index 869aeefe..8b269760 100644 Binary files a/docs/public/wxqrcode/tooltip.png and b/docs/public/wxqrcode/tooltip.png differ diff --git a/docs/public/wxqrcode/transition.png b/docs/public/wxqrcode/transition.png index 811fc705..d2305c39 100644 Binary files a/docs/public/wxqrcode/transition.png and b/docs/public/wxqrcode/transition.png differ diff --git a/docs/public/wxqrcode/upload.png b/docs/public/wxqrcode/upload.png index f9e593da..54840e69 100644 Binary files a/docs/public/wxqrcode/upload.png and b/docs/public/wxqrcode/upload.png differ diff --git a/docs/public/wxqrcode/watermark.png b/docs/public/wxqrcode/watermark.png index 70d6ccea..695dbeb7 100644 Binary files a/docs/public/wxqrcode/watermark.png and b/docs/public/wxqrcode/watermark.png differ diff --git a/docs/public/wxqrcode/wx-reward-ad.png b/docs/public/wxqrcode/wx-reward-ad.png index fab19d55..d10db6bf 100644 Binary files a/docs/public/wxqrcode/wx-reward-ad.png and b/docs/public/wxqrcode/wx-reward-ad.png differ diff --git a/scripts/qrcode.ts b/scripts/qrcode.ts index 2800cab2..4f0daf4a 100644 --- a/scripts/qrcode.ts +++ b/scripts/qrcode.ts @@ -30,6 +30,13 @@ try { } const pages = pagesJson.pages.filter((page: { path: string }) => page.path.endsWith('Index')) +if (pagesJson.subPackages) { + pagesJson.subPackages.forEach((subPackage: { root: string; pages: Record[] }) => { + subPackage.pages.forEach((page: Record) => { + pages.push({ path: `${subPackage.root}/${page.path}` }) + }) + }) +} function camelToKebabCase(str: string): string { return str diff --git a/src/components/page-wraper/page-wraper.vue b/src/components/page-wraper/page-wraper.vue index 3deab02a..0ba75990 100644 --- a/src/components/page-wraper/page-wraper.vue +++ b/src/components/page-wraper/page-wraper.vue @@ -93,7 +93,7 @@ const theme = computed(() => { function goToReward() { fabActive.value = false uni.navigateTo({ - url: '/pages/wxRewardAd/Index' + url: '/subPages/wxRewardAd/Index' }) } diff --git a/src/pages.json b/src/pages.json index 1e98d90d..a7206cd7 100644 --- a/src/pages.json +++ b/src/pages.json @@ -15,1283 +15,6 @@ // #endif } }, - { - "path": "pages/button/Index", - "name": "button", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Button 按钮", - // #endif - // #ifndef MP - "navigationBarTitleText": "%button-title%" - // #endif - } - }, - { - "path": "pages/icon/Index", - "name": "icon", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Icon 图标", - // #endif - // #ifndef MP - "navigationBarTitleText": "%icon-title%" - // #endif - } - }, - { - "path": "pages/badge/Index", - "name": "badge", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Badge 徽标", - // #endif - // #ifndef MP - "navigationBarTitleText": "%badge-title%" - // #endif - } - }, - { - "path": "pages/cell/Index", - "name": "cell", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Cell 单元格", - // #endif - // #ifndef MP - "navigationBarTitleText": "%cell-title%" - // #endif - } - }, - { - "path": "pages/rate/Index", - "name": "rate", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Rate 评分", - // #endif - // #ifndef MP - "navigationBarTitleText": "%rate-title%" - // #endif - } - }, - { - "path": "pages/slider/Index", - "name": "slider", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Slider 滑块", - // #endif - // #ifndef MP - "navigationBarTitleText": "%slider-title%" - // #endif - } - }, - { - "path": "pages/layout/Index", - "name": "layout", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Layout 布局", - // #endif - // #ifndef MP - "navigationBarTitleText": "%layout-title%" - // #endif - } - }, - { - "path": "pages/card/Index", - "name": "card", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Card 卡片", - // #endif - // #ifndef MP - "navigationBarTitleText": "%card-title%" - // #endif - } - }, - { - "path": "pages/tag/Index", - "name": "tag", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Tag 标签", - // #endif - // #ifndef MP - "navigationBarTitleText": "%tag-title%" - // #endif - } - }, - { - "path": "pages/search/Index", - "name": "search", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Search 搜索", - // #endif - // #ifndef MP - "navigationBarTitleText": "%search-title%" - // #endif - } - }, - { - "path": "pages/transition/Index", - "name": "transition", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Transition 动画", - // #endif - // #ifndef MP - "navigationBarTitleText": "%transition-title%" - // #endif - } - }, - { - "path": "pages/popup/Index", - "name": "popup", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Popup 弹出层", - // #endif - // #ifndef MP - "navigationBarTitleText": "%popup-title%" - // #endif - } - }, - { - "path": "pages/divider/Index", - "name": "divider", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Divider 分割线", - // #endif - // #ifndef MP - "navigationBarTitleText": "%divider-title%" - // #endif - } - }, - { - "path": "pages/switch/Index", - "name": "switch", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Switch 开关", - // #endif - // #ifndef MP - "navigationBarTitleText": "%switch-title%" - // #endif - } - }, - { - "path": "pages/input/Index", - "name": "input", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Input 输入框", - // #endif - // #ifndef MP - "navigationBarTitleText": "%input-title%" - // #endif - } - }, - { - "path": "pages/textarea/Index", - "name": "textarea", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Textarea 多行输入框", - // #endif - // #ifndef MP - "navigationBarTitleText": "%textarea-title%" - // #endif - } - }, - { - "path": "pages/messageBox/Index", - "name": "messageBox", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "MessageBox 弹框", - // #endif - // #ifndef MP - "navigationBarTitleText": "%messagebox-title%" - // #endif - } - }, - { - "path": "pages/toast/Index", - "name": "toast", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Toast 轻提示", - // #endif - // #ifndef MP - "navigationBarTitleText": "%toast-title%" - // #endif - } - }, - { - "path": "pages/notify/Index", - "name": "toast", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Notify 消息通知", - // #endif - // #ifndef MP - "navigationBarTitleText": "%notify-title%" - // #endif - } - }, - { - "path": "pages/loading/Index", - "name": "loading", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Loading 加载", - // #endif - // #ifndef MP - "navigationBarTitleText": "%loading-title%" - // #endif - } - }, - { - "path": "pages/progress/Index", - "name": "progress", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Progress 进度条", - // #endif - // #ifndef MP - "navigationBarTitleText": "%progress-title%" - // #endif - } - }, - { - "path": "pages/statusTip/Index", - "name": "statusTip", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "StatusTip 缺省提示", - // #endif - // #ifndef MP - "navigationBarTitleText": "%statustip-title%" - // #endif - } - }, - { - "path": "pages/inputNumber/Index", - "name": "inputNumber", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "InputNumber 计数器", - // #endif - // #ifndef MP - "navigationBarTitleText": "%inputnumber-title%" - // #endif - } - }, - { - "path": "pages/loadmore/Index", - "name": "loadmore", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Loadmore 加载更多", - // #endif - // #ifndef MP - "navigationBarTitleText": "%loadmore-title%" - // #endif - } - }, - { - "path": "pages/resize/Index", - "name": "resize", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Resize 监听变化", - // #endif - // #ifndef MP - "navigationBarTitleText": "%resize-title%" - // #endif - } - }, - { - "path": "pages/sticky/Index", - "name": "sticky", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Sticky 粘性布局", - // #endif - // #ifndef MP - "navigationBarTitleText": "%sticky-title%" - // #endif - } - }, - { - "path": "pages/img/Index", - "name": "img", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Img 图片", - // #endif - // #ifndef MP - "navigationBarTitleText": "%img-title%" - // #endif - } - }, - { - "path": "pages/imgCropper/Index", - "name": "imgCropper", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "ImgCropper 图片裁剪", - // #endif - // #ifndef MP - "navigationBarTitleText": "%imgcropper-title%" - // #endif - } - }, - { - "path": "pages/pagination/Index", - "name": "pagination", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Pagination 分页", - // #endif - // #ifndef MP - "navigationBarTitleText": "%pagination-title%" - // #endif - } - }, - { - "path": "pages/sortButton/Index", - "name": "sortButton", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "SortButton 排序按钮", - // #endif - // #ifndef MP - "navigationBarTitleText": "%sortbutton-title%" - // #endif - } - }, - { - "path": "pages/actionSheet/Index", - "name": "actionSheet", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "ActionSheet 动作面板", - // #endif - // #ifndef MP - "navigationBarTitleText": "%actionsheet-title%" - // #endif - } - }, - { - "path": "pages/curtain/Index", - "name": "curtain", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Curtain 幕帘", - // #endif - // #ifndef MP - "navigationBarTitleText": "%curtain-title%" - // #endif - } - }, - { - "path": "pages/noticeBar/Index", - "name": "noticeBar", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "NoticeBar 通知栏", - // #endif - // #ifndef MP - "navigationBarTitleText": "%noticebar-title%" - // #endif - } - }, - { - "path": "pages/popover/Index", - "name": "popover", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Popover 气泡弹出框", - // #endif - // #ifndef MP - "navigationBarTitleText": "%popover-title%" - // #endif - } - }, - { - "path": "pages/tooltip/Index", - "name": "tooltip", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Tooltip 文字提示", - // #endif - // #ifndef MP - "navigationBarTitleText": "%tooltip-title%" - // #endif - } - }, - { - "path": "pages/pickerView/Index", - "name": "pickerView", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "PickerView 选择器视图", - // #endif - // #ifndef MP - "navigationBarTitleText": "%pickerview-title%" - // #endif - } - }, - { - "path": "pages/picker/Index", - "name": "picker", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Picker 选择器", - // #endif - // #ifndef MP - "navigationBarTitleText": "%picker-title%" - // #endif - } - }, - { - "path": "pages/tabs/Index", - "name": "tabs", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Tabs 标签页", - // #endif - // #ifndef MP - "navigationBarTitleText": "%tabs-title%" - // #endif - } - }, - { - "path": "pages/radio/Index", - "name": "radio", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Radio 单选框", - // #endif - // #ifndef MP - "navigationBarTitleText": "%radio-title%" - // #endif - } - }, - { - "path": "pages/checkbox/Index", - "name": "checkbox", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Checkbox 复选框", - // #endif - // #ifndef MP - "navigationBarTitleText": "%checkbox-title%" - // #endif - } - }, - { - "path": "pages/colPicker/Index", - "name": "colPicker", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "ColPicker 多列选择器", - // #endif - // #ifndef MP - "navigationBarTitleText": "%colpicker-title%" - // #endif - } - }, - { - "path": "pages/selectPicker/Index", - "name": "selectPicker", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "SelectPicker 选择器", - // #endif - // #ifndef MP - "navigationBarTitleText": "%selectpicker-title%" - // #endif - } - }, - { - "path": "pages/dropMenu/Index", - "name": "dropMenu", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "DropMenu 下拉菜单", - // #endif - // #ifndef MP - "navigationBarTitleText": "%dropmenu-title%" - // #endif - } - }, - { - "path": "pages/grid/Index", - "name": "grid", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Grid 宫格", - // #endif - // #ifndef MP - "navigationBarTitleText": "%grid-title%" - // #endif - } - }, - { - "path": "pages/swipeAction/Index", - "name": "swipeAction", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "SwipeAction 滑动操作", - // #endif - // #ifndef MP - "navigationBarTitleText": "%swipeaction-title%" - // #endif - } - }, - { - "path": "pages/skeleton/Index", - "name": "skeleton", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Skeleton 骨架屏", - // #endif - // #ifndef MP - "navigationBarTitleText": "%skeleton-title%" - // #endif - } - }, - { - "path": "pages/steps/Index", - "name": "steps", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Steps 步骤条", - // #endif - // #ifndef MP - "navigationBarTitleText": "%steps-title%" - // #endif - } - }, - { - "path": "pages/upload/Index", - "name": "upload", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Upload 上传", - // #endif - // #ifndef MP - "navigationBarTitleText": "%upload-title%" - // #endif - } - }, - { - "path": "pages/calendarView/Index", - "name": "calendarView", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "CalendarView 日历面板组件", - // #endif - // #ifndef MP - "navigationBarTitleText": "%calendarview-title%" - // #endif - } - }, - { - "path": "pages/calendar/Index", - "name": "calendar", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Calendar 日历选择器", - // #endif - // #ifndef MP - "navigationBarTitleText": "%calendar-title%" - // #endif - } - }, - { - "path": "pages/datetimePickerView/Index", - "name": "datetimePickerView", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "DatetimePickerView 日期时间选择器视图", - // #endif - // #ifndef MP - "navigationBarTitleText": "%datetimepickerview-title%" - // #endif - } - }, - { - "path": "pages/datetimePicker/Index", - "name": "datetimePicker", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "DatetimePicker 日期时间选择器", - // #endif - // #ifndef MP - "navigationBarTitleText": "%datetimepicker-title%" - // #endif - } - }, - { - "path": "pages/form/Index", - "name": "form", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Form 表单", - // #endif - // #ifndef MP - "navigationBarTitleText": "%form-title%" - // #endif - } - }, - { - "path": "pages/form/demo1", - "name": "formDemo1", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "动态表单", - // #endif - // #ifndef MP - "navigationBarTitleText": "%form-demo1-title%" - // #endif - } - }, - { - "path": "pages/form/demo2", - "name": "formDemo2", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "失焦校验", - // #endif - // #ifndef MP - "navigationBarTitleText": "%form-demo2-title%" - // #endif - } - }, - { - "path": "pages/form/demo3", - "name": "formDemo3", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "复杂表单", - // #endif - // #ifndef MP - "navigationBarTitleText": "%form-demo3-title%" - // #endif - } - }, - { - "path": "pages/collapse/Index", - "name": "collapse", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Collapse 折叠面板", - // #endif - // #ifndef MP - "navigationBarTitleText": "%collapse-title%" - // #endif - } - }, - { - "path": "pages/configProvider/Index", - "name": "configProvider", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "ConfigProvider 全局配置", - // #endif - // #ifndef MP - "navigationBarTitleText": "%configprovider-title%" - // #endif - } - }, - { - "path": "pages/watermark/Index", - "name": "watermark", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Watermark 水印", - // #endif - // #ifndef MP - "navigationBarTitleText": "%watermark-title%" - // #endif - } - }, - { - "path": "pages/circle/Index", - "name": "circle", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Circle 环形进度条", - // #endif - // #ifndef MP - "navigationBarTitleText": "%circle-title%" - // #endif - } - }, - { - "path": "pages/swiper/Index", - "name": "swiper", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Swiper 轮播", - // #endif - // #ifndef MP - "navigationBarTitleText": "%swiper-title%" - // #endif - } - }, - { - "path": "pages/segmented/Index", - "name": "segmented", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Segmented 分段器", - // #endif - // #ifndef MP - "navigationBarTitleText": "%segmented-title%" - // #endif - } - }, - { - "path": "pages/tabbar/Index", - "name": "tabbar", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Tabbar 标签栏", - // #endif - // #ifndef MP - "navigationBarTitleText": "%tabbar-title%" - // #endif - } - }, - { - "path": "pages/overlay/Index", - "name": "overlay", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Overlay 遮罩层", - // #endif - // #ifndef MP - "navigationBarTitleText": "%overlay-title%" - // #endif - } - }, - { - "path": "pages/navbar/Index", - "name": "navbar", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Navbar 导航栏", - // #endif - // #ifndef MP - "navigationBarTitleText": "%navbar-title%", - // #endif - "navigationStyle": "custom" - } - }, - { - "path": "pages/table/Index", - "name": "table", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Table 表格", - // #endif - // #ifndef MP - "navigationBarTitleText": "%table-title%" - // #endif - } - }, - { - "path": "pages/sidebar/Index", - "name": "sidebar", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Sidebar 侧边栏", - // #endif - // #ifndef MP - "navigationBarTitleText": "%sidebar-title%" - // #endif - } - }, - { - "path": "pages/sidebar/demo1", - "name": "sidebar", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Sidebar 锚点用法", - // #endif - // #ifndef MP - "navigationBarTitleText": "%sidebar-demo1-title%" - // #endif - } - }, - { - "path": "pages/sidebar/demo2", - "name": "sidebar", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Sidebar 切换页面", - // #endif - // #ifndef MP - "navigationBarTitleText": "%sidebar-demo2-title%" - // #endif - } - }, - { - "path": "pages/sidebar/demo3", - "name": "sidebar", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Sidebar 自定义图标", - // #endif - // #ifndef MP - "navigationBarTitleText": "%sidebar-demo3-title%" - // #endif - } - }, - { - "path": "pages/form/demo4", - "name": "formDemo4", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "表单校验", - // #endif - // #ifndef MP - "navigationBarTitleText": "%form-demo4-title%" - // #endif - } - }, - { - "path": "pages/fab/Index", - "name": "fab", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Fab 悬浮按钮", - // #endif - // #ifndef MP - "navigationBarTitleText": "%fab-title%" - // #endif - } - }, - { - "path": "pages/text/Index", - "name": "text", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Text 文本", - // #endif - // #ifndef MP - "navigationBarTitleText": "%text-title%" - // #endif - } - }, - { - "path": "pages/countDown/Index", - "name": "countDown", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "CountDown 倒计时", - // #endif - // #ifndef MP - "navigationBarTitleText": "%countdown-title%" - // #endif - } - }, - { - "path": "pages/countTo/Index", - "name": "countTo", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "CountTo 数字滚动", - // #endif - // #ifndef MP - "navigationBarTitleText": "%countto-title%" - // #endif - } - }, - { - "path": "pages/keyboard/Index", - "name": "keyboard", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Keyboard 键盘", - // #endif - // #ifndef MP - "navigationBarTitleText": "%keyboard-title%" - // #endif - } - }, - { - "path": "pages/numberKeyboard/Index", - "name": "numberKeyboard", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "NumberKeyboard 数字键盘", - // #endif - // #ifndef MP - "navigationBarTitleText": "%numberkeyboard-title%" - // #endif - } - }, - { - "path": "pages/gap/Index", - "name": "gap", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Gap 间隔", - // #endif - // #ifndef MP - "navigationBarTitleText": "%gap-title%" - // #endif - } - }, - { - "path": "pages/passwordInput/Index", - "name": "passwordInput", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "PasswordInput 密码输入框", - // #endif - // #ifndef MP - "navigationBarTitleText": "%passwordinput-title%" - // #endif - } - }, - { - "path": "pages/signature/Index", - "name": "signature", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Signature 签名", - // #endif - // #ifndef MP - "navigationBarTitleText": "%signature-title%" - // #endif - } - }, - { - "path": "pages/signature/Landscape", - "name": "signatureLandscape", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Signature 横屏签名", - // #endif - // #ifndef MP - "navigationBarTitleText": "%signature-landscape-title%", - // #endif - "pageOrientation": "landscape" - } - }, - { - "path": "pages/backtop/Index", - "name": "backtop", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "Backtop 回到顶部", - // #endif - // #ifndef MP - "navigationBarTitleText": "%backtop-title%" - // #endif - } - }, - { - "path": "pages/indexBar/Index", - "name": "indexBar", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "IndexBar 索引栏", - // #endif - // #ifndef MP - "navigationBarTitleText": "%indexbar-title%" - // #endif - } - }, - { - "path": "pages/floatingPanel/Index", - "name": "floatingPanel", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "FloatingPanel 浮动面板", - // #endif - // #ifndef MP - "navigationBarTitleText": "%floatingpanel-title%" - // #endif - } - }, - { - "path": "pages/wxRewardAd/Index", - "name": "wxRewardAd", - "style": { - "mp-alipay": { - "allowsBounceVertical": "NO" - }, - // #ifdef MP - "navigationBarTitleText": "激励一下", - // #endif - // #ifndef MP - "navigationBarTitleText": "%wxrewardad-title%" - // #endif - } - }, { "path": "pages/about/Index", "name": "about", @@ -1308,6 +31,1290 @@ } } ], + "subPackages": [ + { + "root": "subPages", + "pages": [ + { + "path": "button/Index", + "name": "button", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Button 按钮", + // #endif + // #ifndef MP + "navigationBarTitleText": "%button-title%" + // #endif + } + }, + { + "path": "icon/Index", + "name": "icon", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Icon 图标", + // #endif + // #ifndef MP + "navigationBarTitleText": "%icon-title%" + // #endif + } + }, + { + "path": "badge/Index", + "name": "badge", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Badge 徽标", + // #endif + // #ifndef MP + "navigationBarTitleText": "%badge-title%" + // #endif + } + }, + { + "path": "cell/Index", + "name": "cell", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Cell 单元格", + // #endif + // #ifndef MP + "navigationBarTitleText": "%cell-title%" + // #endif + } + }, + { + "path": "rate/Index", + "name": "rate", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Rate 评分", + // #endif + // #ifndef MP + "navigationBarTitleText": "%rate-title%" + // #endif + } + }, + { + "path": "slider/Index", + "name": "slider", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Slider 滑块", + // #endif + // #ifndef MP + "navigationBarTitleText": "%slider-title%" + // #endif + } + }, + { + "path": "layout/Index", + "name": "layout", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Layout 布局", + // #endif + // #ifndef MP + "navigationBarTitleText": "%layout-title%" + // #endif + } + }, + { + "path": "card/Index", + "name": "card", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Card 卡片", + // #endif + // #ifndef MP + "navigationBarTitleText": "%card-title%" + // #endif + } + }, + { + "path": "tag/Index", + "name": "tag", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Tag 标签", + // #endif + // #ifndef MP + "navigationBarTitleText": "%tag-title%" + // #endif + } + }, + { + "path": "search/Index", + "name": "search", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Search 搜索", + // #endif + // #ifndef MP + "navigationBarTitleText": "%search-title%" + // #endif + } + }, + { + "path": "transition/Index", + "name": "transition", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Transition 动画", + // #endif + // #ifndef MP + "navigationBarTitleText": "%transition-title%" + // #endif + } + }, + { + "path": "popup/Index", + "name": "popup", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Popup 弹出层", + // #endif + // #ifndef MP + "navigationBarTitleText": "%popup-title%" + // #endif + } + }, + { + "path": "divider/Index", + "name": "divider", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Divider 分割线", + // #endif + // #ifndef MP + "navigationBarTitleText": "%divider-title%" + // #endif + } + }, + { + "path": "switch/Index", + "name": "switch", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Switch 开关", + // #endif + // #ifndef MP + "navigationBarTitleText": "%switch-title%" + // #endif + } + }, + { + "path": "input/Index", + "name": "input", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Input 输入框", + // #endif + // #ifndef MP + "navigationBarTitleText": "%input-title%" + // #endif + } + }, + { + "path": "textarea/Index", + "name": "textarea", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Textarea 多行输入框", + // #endif + // #ifndef MP + "navigationBarTitleText": "%textarea-title%" + // #endif + } + }, + { + "path": "messageBox/Index", + "name": "messageBox", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "MessageBox 弹框", + // #endif + // #ifndef MP + "navigationBarTitleText": "%messagebox-title%" + // #endif + } + }, + { + "path": "toast/Index", + "name": "toast", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Toast 轻提示", + // #endif + // #ifndef MP + "navigationBarTitleText": "%toast-title%" + // #endif + } + }, + { + "path": "notify/Index", + "name": "toast", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Notify 消息通知", + // #endif + // #ifndef MP + "navigationBarTitleText": "%notify-title%" + // #endif + } + }, + { + "path": "loading/Index", + "name": "loading", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Loading 加载", + // #endif + // #ifndef MP + "navigationBarTitleText": "%loading-title%" + // #endif + } + }, + { + "path": "progress/Index", + "name": "progress", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Progress 进度条", + // #endif + // #ifndef MP + "navigationBarTitleText": "%progress-title%" + // #endif + } + }, + { + "path": "statusTip/Index", + "name": "statusTip", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "StatusTip 缺省提示", + // #endif + // #ifndef MP + "navigationBarTitleText": "%statustip-title%" + // #endif + } + }, + { + "path": "inputNumber/Index", + "name": "inputNumber", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "InputNumber 计数器", + // #endif + // #ifndef MP + "navigationBarTitleText": "%inputnumber-title%" + // #endif + } + }, + { + "path": "loadmore/Index", + "name": "loadmore", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Loadmore 加载更多", + // #endif + // #ifndef MP + "navigationBarTitleText": "%loadmore-title%" + // #endif + } + }, + { + "path": "resize/Index", + "name": "resize", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Resize 监听变化", + // #endif + // #ifndef MP + "navigationBarTitleText": "%resize-title%" + // #endif + } + }, + { + "path": "sticky/Index", + "name": "sticky", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Sticky 粘性布局", + // #endif + // #ifndef MP + "navigationBarTitleText": "%sticky-title%" + // #endif + } + }, + { + "path": "img/Index", + "name": "img", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Img 图片", + // #endif + // #ifndef MP + "navigationBarTitleText": "%img-title%" + // #endif + } + }, + { + "path": "imgCropper/Index", + "name": "imgCropper", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "ImgCropper 图片裁剪", + // #endif + // #ifndef MP + "navigationBarTitleText": "%imgcropper-title%" + // #endif + } + }, + { + "path": "pagination/Index", + "name": "pagination", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Pagination 分页", + // #endif + // #ifndef MP + "navigationBarTitleText": "%pagination-title%" + // #endif + } + }, + { + "path": "sortButton/Index", + "name": "sortButton", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "SortButton 排序按钮", + // #endif + // #ifndef MP + "navigationBarTitleText": "%sortbutton-title%" + // #endif + } + }, + { + "path": "actionSheet/Index", + "name": "actionSheet", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "ActionSheet 动作面板", + // #endif + // #ifndef MP + "navigationBarTitleText": "%actionsheet-title%" + // #endif + } + }, + { + "path": "curtain/Index", + "name": "curtain", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Curtain 幕帘", + // #endif + // #ifndef MP + "navigationBarTitleText": "%curtain-title%" + // #endif + } + }, + { + "path": "noticeBar/Index", + "name": "noticeBar", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "NoticeBar 通知栏", + // #endif + // #ifndef MP + "navigationBarTitleText": "%noticebar-title%" + // #endif + } + }, + { + "path": "popover/Index", + "name": "popover", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Popover 气泡弹出框", + // #endif + // #ifndef MP + "navigationBarTitleText": "%popover-title%" + // #endif + } + }, + { + "path": "tooltip/Index", + "name": "tooltip", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Tooltip 文字提示", + // #endif + // #ifndef MP + "navigationBarTitleText": "%tooltip-title%" + // #endif + } + }, + { + "path": "pickerView/Index", + "name": "pickerView", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "PickerView 选择器视图", + // #endif + // #ifndef MP + "navigationBarTitleText": "%pickerview-title%" + // #endif + } + }, + { + "path": "picker/Index", + "name": "picker", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Picker 选择器", + // #endif + // #ifndef MP + "navigationBarTitleText": "%picker-title%" + // #endif + } + }, + { + "path": "tabs/Index", + "name": "tabs", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Tabs 标签页", + // #endif + // #ifndef MP + "navigationBarTitleText": "%tabs-title%" + // #endif + } + }, + { + "path": "radio/Index", + "name": "radio", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Radio 单选框", + // #endif + // #ifndef MP + "navigationBarTitleText": "%radio-title%" + // #endif + } + }, + { + "path": "checkbox/Index", + "name": "checkbox", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Checkbox 复选框", + // #endif + // #ifndef MP + "navigationBarTitleText": "%checkbox-title%" + // #endif + } + }, + { + "path": "colPicker/Index", + "name": "colPicker", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "ColPicker 多列选择器", + // #endif + // #ifndef MP + "navigationBarTitleText": "%colpicker-title%" + // #endif + } + }, + { + "path": "selectPicker/Index", + "name": "selectPicker", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "SelectPicker 选择器", + // #endif + // #ifndef MP + "navigationBarTitleText": "%selectpicker-title%" + // #endif + } + }, + { + "path": "dropMenu/Index", + "name": "dropMenu", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "DropMenu 下拉菜单", + // #endif + // #ifndef MP + "navigationBarTitleText": "%dropmenu-title%" + // #endif + } + }, + { + "path": "grid/Index", + "name": "grid", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Grid 宫格", + // #endif + // #ifndef MP + "navigationBarTitleText": "%grid-title%" + // #endif + } + }, + { + "path": "swipeAction/Index", + "name": "swipeAction", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "SwipeAction 滑动操作", + // #endif + // #ifndef MP + "navigationBarTitleText": "%swipeaction-title%" + // #endif + } + }, + { + "path": "skeleton/Index", + "name": "skeleton", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Skeleton 骨架屏", + // #endif + // #ifndef MP + "navigationBarTitleText": "%skeleton-title%" + // #endif + } + }, + { + "path": "steps/Index", + "name": "steps", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Steps 步骤条", + // #endif + // #ifndef MP + "navigationBarTitleText": "%steps-title%" + // #endif + } + }, + { + "path": "upload/Index", + "name": "upload", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Upload 上传", + // #endif + // #ifndef MP + "navigationBarTitleText": "%upload-title%" + // #endif + } + }, + { + "path": "calendarView/Index", + "name": "calendarView", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "CalendarView 日历面板组件", + // #endif + // #ifndef MP + "navigationBarTitleText": "%calendarview-title%" + // #endif + } + }, + { + "path": "calendar/Index", + "name": "calendar", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Calendar 日历选择器", + // #endif + // #ifndef MP + "navigationBarTitleText": "%calendar-title%" + // #endif + } + }, + { + "path": "datetimePickerView/Index", + "name": "datetimePickerView", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "DatetimePickerView 日期时间选择器视图", + // #endif + // #ifndef MP + "navigationBarTitleText": "%datetimepickerview-title%" + // #endif + } + }, + { + "path": "datetimePicker/Index", + "name": "datetimePicker", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "DatetimePicker 日期时间选择器", + // #endif + // #ifndef MP + "navigationBarTitleText": "%datetimepicker-title%" + // #endif + } + }, + { + "path": "form/Index", + "name": "form", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Form 表单", + // #endif + // #ifndef MP + "navigationBarTitleText": "%form-title%" + // #endif + } + }, + { + "path": "form/demo1", + "name": "formDemo1", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "动态表单", + // #endif + // #ifndef MP + "navigationBarTitleText": "%form-demo1-title%" + // #endif + } + }, + { + "path": "form/demo2", + "name": "formDemo2", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "失焦校验", + // #endif + // #ifndef MP + "navigationBarTitleText": "%form-demo2-title%" + // #endif + } + }, + { + "path": "form/demo3", + "name": "formDemo3", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "复杂表单", + // #endif + // #ifndef MP + "navigationBarTitleText": "%form-demo3-title%" + // #endif + } + }, + { + "path": "collapse/Index", + "name": "collapse", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Collapse 折叠面板", + // #endif + // #ifndef MP + "navigationBarTitleText": "%collapse-title%" + // #endif + } + }, + { + "path": "configProvider/Index", + "name": "configProvider", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "ConfigProvider 全局配置", + // #endif + // #ifndef MP + "navigationBarTitleText": "%configprovider-title%" + // #endif + } + }, + { + "path": "watermark/Index", + "name": "watermark", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Watermark 水印", + // #endif + // #ifndef MP + "navigationBarTitleText": "%watermark-title%" + // #endif + } + }, + { + "path": "circle/Index", + "name": "circle", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Circle 环形进度条", + // #endif + // #ifndef MP + "navigationBarTitleText": "%circle-title%" + // #endif + } + }, + { + "path": "swiper/Index", + "name": "swiper", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Swiper 轮播", + // #endif + // #ifndef MP + "navigationBarTitleText": "%swiper-title%" + // #endif + } + }, + { + "path": "segmented/Index", + "name": "segmented", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Segmented 分段器", + // #endif + // #ifndef MP + "navigationBarTitleText": "%segmented-title%" + // #endif + } + }, + { + "path": "tabbar/Index", + "name": "tabbar", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Tabbar 标签栏", + // #endif + // #ifndef MP + "navigationBarTitleText": "%tabbar-title%" + // #endif + } + }, + { + "path": "overlay/Index", + "name": "overlay", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Overlay 遮罩层", + // #endif + // #ifndef MP + "navigationBarTitleText": "%overlay-title%" + // #endif + } + }, + { + "path": "navbar/Index", + "name": "navbar", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Navbar 导航栏", + // #endif + // #ifndef MP + "navigationBarTitleText": "%navbar-title%", + // #endif + "navigationStyle": "custom" + } + }, + { + "path": "table/Index", + "name": "table", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Table 表格", + // #endif + // #ifndef MP + "navigationBarTitleText": "%table-title%" + // #endif + } + }, + { + "path": "sidebar/Index", + "name": "sidebar", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Sidebar 侧边栏", + // #endif + // #ifndef MP + "navigationBarTitleText": "%sidebar-title%" + // #endif + } + }, + { + "path": "sidebar/demo1", + "name": "sidebar", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Sidebar 锚点用法", + // #endif + // #ifndef MP + "navigationBarTitleText": "%sidebar-demo1-title%" + // #endif + } + }, + { + "path": "sidebar/demo2", + "name": "sidebar", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Sidebar 切换页面", + // #endif + // #ifndef MP + "navigationBarTitleText": "%sidebar-demo2-title%" + // #endif + } + }, + { + "path": "sidebar/demo3", + "name": "sidebar", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Sidebar 自定义图标", + // #endif + // #ifndef MP + "navigationBarTitleText": "%sidebar-demo3-title%" + // #endif + } + }, + { + "path": "form/demo4", + "name": "formDemo4", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "表单校验", + // #endif + // #ifndef MP + "navigationBarTitleText": "%form-demo4-title%" + // #endif + } + }, + { + "path": "fab/Index", + "name": "fab", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Fab 悬浮按钮", + // #endif + // #ifndef MP + "navigationBarTitleText": "%fab-title%" + // #endif + } + }, + { + "path": "text/Index", + "name": "text", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Text 文本", + // #endif + // #ifndef MP + "navigationBarTitleText": "%text-title%" + // #endif + } + }, + { + "path": "countDown/Index", + "name": "countDown", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "CountDown 倒计时", + // #endif + // #ifndef MP + "navigationBarTitleText": "%countdown-title%" + // #endif + } + }, + { + "path": "countTo/Index", + "name": "countTo", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "CountTo 数字滚动", + // #endif + // #ifndef MP + "navigationBarTitleText": "%countto-title%" + // #endif + } + }, + { + "path": "keyboard/Index", + "name": "keyboard", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Keyboard 键盘", + // #endif + // #ifndef MP + "navigationBarTitleText": "%keyboard-title%" + // #endif + } + }, + { + "path": "numberKeyboard/Index", + "name": "numberKeyboard", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "NumberKeyboard 数字键盘", + // #endif + // #ifndef MP + "navigationBarTitleText": "%numberkeyboard-title%" + // #endif + } + }, + { + "path": "gap/Index", + "name": "gap", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Gap 间隔", + // #endif + // #ifndef MP + "navigationBarTitleText": "%gap-title%" + // #endif + } + }, + { + "path": "passwordInput/Index", + "name": "passwordInput", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "PasswordInput 密码输入框", + // #endif + // #ifndef MP + "navigationBarTitleText": "%passwordinput-title%" + // #endif + } + }, + { + "path": "signature/Index", + "name": "signature", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Signature 签名", + // #endif + // #ifndef MP + "navigationBarTitleText": "%signature-title%" + // #endif + } + }, + { + "path": "signature/Landscape", + "name": "signatureLandscape", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Signature 横屏签名", + // #endif + // #ifndef MP + "navigationBarTitleText": "%signature-landscape-title%", + // #endif + "pageOrientation": "landscape" + } + }, + { + "path": "backtop/Index", + "name": "backtop", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "Backtop 回到顶部", + // #endif + // #ifndef MP + "navigationBarTitleText": "%backtop-title%" + // #endif + } + }, + { + "path": "indexBar/Index", + "name": "indexBar", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "IndexBar 索引栏", + // #endif + // #ifndef MP + "navigationBarTitleText": "%indexbar-title%" + // #endif + } + }, + { + "path": "floatingPanel/Index", + "name": "floatingPanel", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "FloatingPanel 浮动面板", + // #endif + // #ifndef MP + "navigationBarTitleText": "%floatingpanel-title%" + // #endif + } + }, + { + "path": "wxRewardAd/Index", + "name": "wxRewardAd", + "style": { + "mp-alipay": { + "allowsBounceVertical": "NO" + }, + // #ifdef MP + "navigationBarTitleText": "激励一下", + // #endif + // #ifndef MP + "navigationBarTitleText": "%wxrewardad-title%" + // #endif + } + } + ] + } + ], "tabBar": { "color": "#7a7e83", "selectedColor": "#1C64FD", @@ -1342,4 +1349,4 @@ "backgroundColorBottom": "@bgColorBottom", "navigationStyle": "default" } -} +} \ No newline at end of file diff --git a/src/pages/about/Index.vue b/src/pages/about/Index.vue index 5b0d38b9..bb37edc9 100644 --- a/src/pages/about/Index.vue +++ b/src/pages/about/Index.vue @@ -137,23 +137,21 @@ const switchLanguage = (locale: string) => { // 打开公众号二维码 const openWeChat = () => { uni.previewImage({ - urls: ['/static/WeChatOfficialAccounts.jpg'] + urls: ['https://wot-design-uni.cn/wechatPublicAccount.png'] }) } // 打开捐赠二维码 const donate = () => { - uni.getImageInfo({ src: '/static/weixinQrcode.jpg' }).then((res) => { - uni.previewImage({ - urls: [res.path] - }) + uni.previewImage({ + urls: ['https://wot-design-uni.cn/weixinQrcode.jpg'] }) // 打开捐赠页面 } const watchAd = () => { uni.navigateTo({ - url: '/pages/wxRewardAd/Index' + url: '/subPages/wxRewardAd/Index' }) } diff --git a/src/pages/index/Index.vue b/src/pages/index/Index.vue index 2940cb4e..b865f0f6 100644 --- a/src/pages/index/Index.vue +++ b/src/pages/index/Index.vue @@ -31,7 +31,7 @@ :key="j" is-link :label="page.name" - @click="handleClick(`/pages/${page.id}/Index`)" + @click="handleClick(`/subPages/${page.id}/Index`)" > diff --git a/src/static/WeChatOfficialAccounts.jpg b/src/static/WeChatOfficialAccounts.jpg deleted file mode 100644 index 3de83e2f..00000000 Binary files a/src/static/WeChatOfficialAccounts.jpg and /dev/null differ diff --git a/src/static/weixinQrcode.jpg b/src/static/weixinQrcode.jpg deleted file mode 100644 index 533d2d17..00000000 Binary files a/src/static/weixinQrcode.jpg and /dev/null differ diff --git a/src/pages/actionSheet/Index.vue b/src/subPages/actionSheet/Index.vue similarity index 100% rename from src/pages/actionSheet/Index.vue rename to src/subPages/actionSheet/Index.vue diff --git a/src/pages/backtop/Index.vue b/src/subPages/backtop/Index.vue similarity index 100% rename from src/pages/backtop/Index.vue rename to src/subPages/backtop/Index.vue diff --git a/src/pages/badge/Index.vue b/src/subPages/badge/Index.vue similarity index 100% rename from src/pages/badge/Index.vue rename to src/subPages/badge/Index.vue diff --git a/src/pages/button/Index.vue b/src/subPages/button/Index.vue similarity index 100% rename from src/pages/button/Index.vue rename to src/subPages/button/Index.vue diff --git a/src/pages/calendar/Index.vue b/src/subPages/calendar/Index.vue similarity index 100% rename from src/pages/calendar/Index.vue rename to src/subPages/calendar/Index.vue diff --git a/src/pages/calendarView/Index.vue b/src/subPages/calendarView/Index.vue similarity index 100% rename from src/pages/calendarView/Index.vue rename to src/subPages/calendarView/Index.vue diff --git a/src/pages/card/Index.vue b/src/subPages/card/Index.vue similarity index 100% rename from src/pages/card/Index.vue rename to src/subPages/card/Index.vue diff --git a/src/pages/cell/Index.vue b/src/subPages/cell/Index.vue similarity index 100% rename from src/pages/cell/Index.vue rename to src/subPages/cell/Index.vue diff --git a/src/pages/checkbox/Index.vue b/src/subPages/checkbox/Index.vue similarity index 100% rename from src/pages/checkbox/Index.vue rename to src/subPages/checkbox/Index.vue diff --git a/src/pages/circle/Index.vue b/src/subPages/circle/Index.vue similarity index 100% rename from src/pages/circle/Index.vue rename to src/subPages/circle/Index.vue diff --git a/src/pages/colPicker/Index.vue b/src/subPages/colPicker/Index.vue similarity index 100% rename from src/pages/colPicker/Index.vue rename to src/subPages/colPicker/Index.vue diff --git a/src/pages/collapse/Index.vue b/src/subPages/collapse/Index.vue similarity index 100% rename from src/pages/collapse/Index.vue rename to src/subPages/collapse/Index.vue diff --git a/src/pages/configProvider/Index.vue b/src/subPages/configProvider/Index.vue similarity index 100% rename from src/pages/configProvider/Index.vue rename to src/subPages/configProvider/Index.vue diff --git a/src/pages/countDown/Index.vue b/src/subPages/countDown/Index.vue similarity index 100% rename from src/pages/countDown/Index.vue rename to src/subPages/countDown/Index.vue diff --git a/src/pages/countTo/Index.vue b/src/subPages/countTo/Index.vue similarity index 100% rename from src/pages/countTo/Index.vue rename to src/subPages/countTo/Index.vue diff --git a/src/pages/curtain/Index.vue b/src/subPages/curtain/Index.vue similarity index 100% rename from src/pages/curtain/Index.vue rename to src/subPages/curtain/Index.vue diff --git a/src/pages/datetimePicker/Index.vue b/src/subPages/datetimePicker/Index.vue similarity index 100% rename from src/pages/datetimePicker/Index.vue rename to src/subPages/datetimePicker/Index.vue diff --git a/src/pages/datetimePickerView/Index.vue b/src/subPages/datetimePickerView/Index.vue similarity index 100% rename from src/pages/datetimePickerView/Index.vue rename to src/subPages/datetimePickerView/Index.vue diff --git a/src/pages/divider/Index.vue b/src/subPages/divider/Index.vue similarity index 100% rename from src/pages/divider/Index.vue rename to src/subPages/divider/Index.vue diff --git a/src/pages/dropMenu/Index.vue b/src/subPages/dropMenu/Index.vue similarity index 100% rename from src/pages/dropMenu/Index.vue rename to src/subPages/dropMenu/Index.vue diff --git a/src/pages/fab/Index.vue b/src/subPages/fab/Index.vue similarity index 100% rename from src/pages/fab/Index.vue rename to src/subPages/fab/Index.vue diff --git a/src/pages/floatingPanel/Index.vue b/src/subPages/floatingPanel/Index.vue similarity index 100% rename from src/pages/floatingPanel/Index.vue rename to src/subPages/floatingPanel/Index.vue diff --git a/src/pages/form/Index.vue b/src/subPages/form/Index.vue similarity index 96% rename from src/pages/form/Index.vue rename to src/subPages/form/Index.vue index 2c50e522..950a6663 100644 --- a/src/pages/form/Index.vue +++ b/src/subPages/form/Index.vue @@ -198,19 +198,19 @@ function handleSubmit2() { } function handleClick1() { - uni.navigateTo({ url: '/pages/form/demo1' }) + uni.navigateTo({ url: '/subPages/form/demo1' }) } function handleClick2() { - uni.navigateTo({ url: '/pages/form/demo2' }) + uni.navigateTo({ url: '/subPages/form/demo2' }) } function handleClick3() { - uni.navigateTo({ url: '/pages/form/demo3' }) + uni.navigateTo({ url: '/subPages/form/demo3' }) } function handleClick4() { - uni.navigateTo({ url: '/pages/form/demo4' }) + uni.navigateTo({ url: '/subPages/form/demo4' }) }