| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "zebra-swiper"
- }
- }, {
- "path": "pages/base/index",
- "style": {
- "navigationBarTitleText": "基础轮播",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/fade/index",
- "style": {
- "navigationBarTitleText": "淡入",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/cube/index",
- "style": {
- "navigationBarTitleText": "方块",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/coverflow/index",
- "style": {
- "navigationBarTitleText": "3D流",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/flip/index",
- "style": {
- "navigationBarTitleText": "3D翻转",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/cards/index",
- "style": {
- "navigationBarTitleText": "卡片式",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/creative/index",
- "style": {
- "navigationBarTitleText": "创意性",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/indicator/index",
- "style": {
- "navigationBarTitleText": "指示器",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/indicator-custom/index",
- "style": {
- "navigationBarTitleText": "自定义",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/switcher/index",
- "style": {
- "navigationBarTitleText": "Switcher",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/carousel/index",
- "style": {
- "navigationBarTitleText": "Carousel",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/loop/index",
- "style": {
- "navigationBarTitleText": "Loop",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/autoplay/index",
- "style": {
- "navigationBarTitleText": "Autoplay",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/panorama/index",
- "style": {
- "navigationBarTitleText": "Panorama",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/thumbs/index",
- "style": {
- "navigationBarTitleText": "Thumbs",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/scrollbar/index",
- "style": {
- "navigationBarTitleText": "Scrollbar",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/demos/travel-slider/index",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/demos/paper/index",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/virtual/index",
- "style": {
- "navigationBarTitleText": "Virtual",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/debug/index",
- "style": {
- "navigationBarTitleText": "Debug",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/demos/carousel/index",
- "style": {
- "navigationBarTitleText": "Carousel",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/controller/index",
- "style": {
- "navigationBarTitleText": "Controller",
- "enablePullDownRefresh": false
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "zebra-swiper",
- "navigationBarBackgroundColor": "#e4ebf5",
- "backgroundColor": "#e4ebf5"
- }
- }
|