pages.json 26.0 KB
Newer Older
Y
yurj26 已提交
1
{
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
  "pages": [
    //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
    {
      "path": "pages/tabBar/component",
      "style": {
        "navigationBarTitleText": "内置组件",
        "backgroundColor": "#F8F8F8"
      }
    },
    {
      "path": "pages/component/view/view",
      "style": {
        "navigationBarTitleText": "view"
      }
    },
    {
      "path": "pages/component/scroll-view/scroll-view",
      "style": {
        "navigationBarTitleText": "scroll-view"
      }
    },
    {
      "path": "pages/component/text/text",
      "style": {
        "navigationBarTitleText": "text"
      }
    },
    {
      "path": "pages/component/text/text-props",
      "style": {
        "navigationBarTitleText": "text-props"
      }
    },
    {
      "path": "pages/component/progress/progress",
      "style": {
        "navigationBarTitleText": "progress"
      }
    },
    {
      "path": "pages/component/button/button",
      "style": {
        "navigationBarTitleText": "button"
      }
    },
    {
      "path": "pages/component/radio/radio",
      "style": {
        "navigationBarTitleText": "radio"
      }
雪洛's avatar
雪洛 已提交
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
    },
    {
      "path": "pages/component/rich-text/rich-text",
      "style": {
        "navigationBarTitleText": "rich-text"
      }
    },
    {
      "path": "pages/component/rich-text/rich-text-tags",
      "style": {
        "navigationBarTitleText": "rich-text-tags"
      }
    },
    {
      "path": "pages/component/rich-text/rich-text-complex",
      "style": {
        "navigationBarTitleText": "rich-text-complex"
      }
70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184
    },
    {
      "path": "pages/component/checkbox/checkbox",
      "style": {
        "navigationBarTitleText": "checkbox"
      }
    },
    {
      "path": "pages/component/input/input",
      "style": {
        "navigationBarTitleText": "input"
      }
    },
    {
      "path": "pages/component/textarea/textarea",
      "style": {
        "navigationBarTitleText": "textarea"
      }
    },
    {
      "path": "pages/component/slider/slider",
      "style": {
        "navigationBarTitleText": "slider"
      }
    },
    {
      "path": "pages/component/picker-view/picker-view",
      "style": {
        "navigationBarTitleText": "picker-view"
      }
    },
    {
      "path": "pages/component/slider-100/slider-100",
      "style": {
        "navigationBarTitleText": "slider x 100"
      }
    },
    {
      "path": "pages/component/switch/switch",
      "style": {
        "navigationBarTitleText": "switch"
      }
    },
    {
      "path": "pages/component/swiper/swiper",
      "style": {
        "navigationBarTitleText": "swiper"
      }
    },
    {
      "path": "pages/component/image/image",
      "style": {
        "navigationBarTitleText": "image"
      }
    },
    {
      "path": "pages/component/image/image-format",
      "style": {
        "navigationBarTitleText": "image-format"
      }
    },
    {
      "path": "pages/component/image/image-mode",
      "style": {
        "navigationBarTitleText": "image-mode"
      }
    },
    {
      "path": "pages/component/image/image-path",
      "style": {
        "navigationBarTitleText": "image-path"
      }
    },
    {
      "path": "pages/component/image/image-large",
      "style": {
        "navigationBarTitleText": "大图测试"
      }
    },
    {
      "path": "pages/component/video/video",
      "style": {
        "navigationBarTitleText": "video"
      }
    },
    {
      "path": "pages/component/web-view/web-view",
      "style": {
        "navigationBarTitleText": "web-view"
      }
    },
    {
      "path": "pages/component/web-view-local/web-view-local",
      "style": {
        "navigationBarTitleText": "web-view-local"
      }
    },
    {
      "path": "pages/component/navigator/navigator",
      "style": {
        "navigationBarTitleText": "navigator"
      }
    },
    {
      "path": "pages/component/navigator/navigate",
      "style": {
        "navigationBarTitleText": "navigatePage"
      }
    },
    {
      "path": "pages/component/navigator/redirect",
      "style": {
        "navigationBarTitleText": "redirectPage"
      }
    },
185 186 187 188 189 190 191 192 193 194 195
    {
      "path": "pages/component/general-attribute/general-attribute",
      "style": {
        "navigationBarTitleText": "general-attribute"
      }
    },
    {
      "path": "pages/component/general-event/general-event",
      "style": {
        "navigationBarTitleText": "general-event"
      }
196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221
    },
    {
      "path": "pages/component/unicloud-db-contacts/list",
      "style": {
        "navigationBarTitleText": "联系人",
        "enablePullDownRefresh": true
      }
    },
    {
      "path": "pages/component/unicloud-db-contacts/add",
      "style": {
        "navigationBarTitleText": "新增联系人"
      }
    },
    {
      "path": "pages/component/unicloud-db-contacts/edit",
      "style": {
        "navigationBarTitleText": "编辑联系人",
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/component/unicloud-db-contacts/detail",
      "style": {
        "navigationBarTitleText": ""
      }
222
    },
223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265
    {
      "path": "pages/tabBar/API",
      "style": {
        "navigationBarTitleText": "接口",
        "backgroundColor": "#F8F8F8"
      }
    },
    {
      "path": "pages/API/get-app/get-app",
      "style": {
        "navigationBarTitleText": "getApp"
      }
    },
    {
      "path": "pages/API/exit/exit",
      "style": {
        "navigationBarTitleText": "exit"
      }
    },
    {
      "path": "pages/API/get-current-pages/get-current-pages",
      "style": {
        "navigationBarTitleText": "getCurrentPages"
      }
    },
    {
      "path": "pages/API/get-launch-options-sync/get-launch-options-sync",
      "style": {
        "navigationBarTitleText": "getLaunchOptionsSync"
      }
    },
    {
      "path": "pages/API/navigator/navigator",
      "style": {
        "navigationBarTitleText": "页面跳转"
      }
    },
    {
      "path": "pages/API/set-navigation-bar-color/set-navigation-bar-color",
      "style": {
        "navigationBarTitleText": "设置导航条颜色"
      }
    },
266 267 268 269 270 271 272
    {
      "path": "pages/API/set-navigation-bar-color/set-custom-navigation-bar-color",
      "style": {
        "navigationBarTitleText": "设置自定义导航栏颜色",
        "navigationStyle": "custom"
      }
    },
273 274 275 276 277 278
    {
      "path": "pages/API/navigator/new-page/new-page-1",
      "style": {
        "navigationBarTitleText": "新页面-1"
      }
    },
279 280 281 282 283 284 285 286 287 288 289 290
    {
      "path": "pages/API/navigator/new-page/new-page-2",
      "style": {
        "navigationBarTitleText": "新页面-2",
        "enablePullDownRefresh": true
      }
    },
    {
      "path": "pages/API/navigator/new-page/new-page-3",
      "style": {
        "navigationBarTitleText": "新页面-3"
      }
291
    },
292 293 294 295 296 297
    {
      "path": "pages/API/navigator/new-page/onLoad",
      "style": {
        "navigationBarTitleText": "onLoad 生命周期测试"
      }
    },
298 299 300 301 302 303
    {
      "path": "pages/API/pull-down-refresh/pull-down-refresh",
      "style": {
        "navigationBarTitleText": "页面级下拉刷新",
        "enablePullDownRefresh": true
      }
雪洛's avatar
雪洛 已提交
304 305 306 307 308 309
    },
    {
      "path": "pages/API/get-element-by-id/get-element-by-id",
      "style": {
        "navigationBarTitleText": "获取节点"
      }
310 311 312 313 314 315
    },
    {
      "path": "pages/API/get-element-by-id/get-element-by-id-multiple-root-node",
      "style": {
        "navigationBarTitleText": "获取节点-多根节点"
      }
316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341
    },
    {
      "path": "pages/API/nodes-info/nodes-info",
      "style": {
        "navigationBarTitleText": "查询节点信息的对象"
      }
    },
    {
      "path": "pages/API/storage/storage",
      "style": {
        "navigationBarTitleText": "数据存储"
      }
    },
    {
      "path": "pages/API/action-sheet/action-sheet",
      "style": {
        "navigationBarTitleText": "操作菜单"
      }
    },
    {
      "path": "pages/API/modal/modal",
      "style": {
        "navigationBarTitleText": "模态弹窗"
      }
    },
    {
342
      "path": "pages/API/loading/loading",
343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388
      "style": {
        "navigationBarTitleText": "加载提示框"
      }
    },
    {
      "path": "pages/API/toast/toast",
      "style": {
        "navigationBarTitleText": "消息提示框"
      }
    },
    {
      "path": "pages/API/load-font-face/load-font-face",
      "style": {
        "navigationBarTitleText": "动态加载字体"
      }
    },
    {
      "path": "pages/API/load-font-face/load-font-face-child",
      "style": {
        "navigationBarTitleText": "动态加载字体-子页面"
      }
    },
    {
      "path": "pages/API/get-location/get-location",
      "style": {
        "navigationBarTitleText": "获取定位"
      }
    },
    {
      "path": "pages/tabBar/CSS",
      "style": {
        "navigationBarTitleText": "CSS",
        "backgroundColor": "#F8F8F8"
      }
    },
    {
      "path": "pages/CSS/background/background-color",
      "style": {
        "navigationBarTitleText": "background-color"
      }
    },
    {
      "path": "pages/CSS/background/background-image",
      "style": {
        "navigationBarTitleText": "background-image"
      }
389 390 391 392 393 394
    },
    {
      "path": "pages/CSS/border/border-bottom",
      "style": {
        "navigationBarTitleText": "border-bottom"
      }
395 396 397 398 399 400
    },
    {
      "path": "pages/CSS/border/border-color",
      "style": {
        "navigationBarTitleText": "border-color"
      }
401 402 403 404 405 406
    },
    {
      "path": "pages/CSS/border/border-left",
      "style": {
        "navigationBarTitleText": "border-left"
      }
407 408 409 410 411 412
    },
    {
      "path": "pages/CSS/border/border-radius",
      "style": {
        "navigationBarTitleText": "border-radius"
      }
413 414 415 416 417 418
    },
    {
      "path": "pages/CSS/border/border-right",
      "style": {
        "navigationBarTitleText": "border-right"
      }
419 420 421 422 423 424
    },
    {
      "path": "pages/CSS/border/border-style",
      "style": {
        "navigationBarTitleText": "border-style"
      }
425 426 427 428 429 430
    },
    {
      "path": "pages/CSS/border/border-top",
      "style": {
        "navigationBarTitleText": "border-top"
      }
431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449
    },
    {
      "path": "pages/CSS/border/border-width",
      "style": {
        "navigationBarTitleText": "border-width"
      }
    },
    {
      "path": "pages/CSS/border/border",
      "style": {
        "navigationBarTitleText": "border"
      }
    },
    {
      "path": "pages/CSS/box-shadow/box-shadow",
      "style": {
        "navigationBarTitleText": "box-shadow"
      }
    },
450 451 452
    {
      "path": "pages/CSS/display/flex",
      "style": {
DCloud-yyl's avatar
DCloud-yyl 已提交
453 454
        "navigationBarTitleText": "display:flex"
      }
455 456 457 458
    },
    {
      "path": "pages/CSS/display/none",
      "style": {
DCloud-yyl's avatar
DCloud-yyl 已提交
459 460
        "navigationBarTitleText": "display:none"
      }
461
    },
462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556
    {
      "path": "pages/CSS/flex/align-content",
      "style": {
        "navigationBarTitleText": "align-content"
      }
    },
    {
      "path": "pages/CSS/flex/align-items",
      "style": {
        "navigationBarTitleText": "align-items"
      }
    },
    {
      "path": "pages/CSS/flex/flex-basis",
      "style": {
        "navigationBarTitleText": "flex-basis"
      }
    },
    {
      "path": "pages/CSS/flex/flex-direction",
      "style": {
        "navigationBarTitleText": "flex-direction"
      }
    },
    {
      "path": "pages/CSS/flex/flex-flow",
      "style": {
        "navigationBarTitleText": "flex-flow"
      }
    },
    {
      "path": "pages/CSS/flex/flex-grow",
      "style": {
        "navigationBarTitleText": "flex-grow"
      }
    },
    {
      "path": "pages/CSS/flex/flex-shrink",
      "style": {
        "navigationBarTitleText": "flex-shrink"
      }
    },
    {
      "path": "pages/CSS/flex/flex",
      "style": {
        "navigationBarTitleText": "flex"
      }
    },
    {
      "path": "pages/CSS/flex/justify-content",
      "style": {
        "navigationBarTitleText": "justify-content"
      }
    },
    {
      "path": "pages/CSS/layout/height",
      "style": {
        "navigationBarTitleText": "height"
      }
    },
    {
      "path": "pages/CSS/layout/max-height",
      "style": {
        "navigationBarTitleText": "max-height"
      }
    },
    {
      "path": "pages/CSS/layout/max-width",
      "style": {
        "navigationBarTitleText": "max-width"
      }
    },
    {
      "path": "pages/CSS/layout/min-height",
      "style": {
        "navigationBarTitleText": "min-height"
      }
    },
    {
      "path": "pages/CSS/layout/min-width",
      "style": {
        "navigationBarTitleText": "min-width"
      }
    },
    {
      "path": "pages/CSS/layout/position",
      "style": {
        "navigationBarTitleText": "position"
      }
    },
    {
      "path": "pages/CSS/layout/width",
      "style": {
        "navigationBarTitleText": "width"
      }
W
wanganxp 已提交
557 558 559 560 561 562
    },
    {
      "path": "pages/CSS/layout/z-index",
      "style": {
        "navigationBarTitleText": "z-index"
      }
563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658
    },
    {
      "path": "pages/CSS/layout/visibility",
      "style": {
        "navigationBarTitleText": "visibility"
      }
    },
    {
      "path": "pages/CSS/margin/margin-bottom",
      "style": {
        "navigationBarTitleText": "margin-bottom"
      }
    },
    {
      "path": "pages/CSS/margin/margin-left",
      "style": {
        "navigationBarTitleText": "margin-left"
      }
    },
    {
      "path": "pages/CSS/margin/margin-right",
      "style": {
        "navigationBarTitleText": "margin-right"
      }
    },
    {
      "path": "pages/CSS/margin/margin-top",
      "style": {
        "navigationBarTitleText": "margin-top"
      }
    },
    {
      "path": "pages/CSS/margin/margin",
      "style": {
        "navigationBarTitleText": "margin"
      }
    },
    {
      "path": "pages/CSS/padding/padding-bottom",
      "style": {
        "navigationBarTitleText": "padding-bottom"
      }
    },
    {
      "path": "pages/CSS/padding/padding-left",
      "style": {
        "navigationBarTitleText": "padding-left"
      }
    },
    {
      "path": "pages/CSS/padding/padding-right",
      "style": {
        "navigationBarTitleText": "padding-right"
      }
    },
    {
      "path": "pages/CSS/padding/padding-top",
      "style": {
        "navigationBarTitleText": "padding-top"
      }
    },
    {
      "path": "pages/CSS/padding/padding",
      "style": {
        "navigationBarTitleText": "padding"
      }
    },
    {
      "path": "pages/CSS/text/color",
      "style": {
        "navigationBarTitleText": "color"
      }
    },
    {
      "path": "pages/CSS/text/font-family",
      "style": {
        "navigationBarTitleText": "font-family"
      }
    },
    {
      "path": "pages/CSS/text/font-size",
      "style": {
        "navigationBarTitleText": "font-size"
      }
    },
    {
      "path": "pages/CSS/text/font-style",
      "style": {
        "navigationBarTitleText": "font-style"
      }
    },
    {
      "path": "pages/CSS/text/font-weight",
      "style": {
        "navigationBarTitleText": "font-weight"
      }
659
    },
660 661 662 663 664 665
    {
      "path": "pages/CSS/text/letter-spacing",
      "style": {
        "navigationBarTitleText": "letter-spacing"
      }
    },
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696
    {
      "path": "pages/CSS/text/line-height",
      "style": {
        "navigationBarTitleText": "line-height"
      }
    },
    {
      "path": "pages/CSS/text/text-align",
      "style": {
        "navigationBarTitleText": "text-align"
      }
    },
    {
      "path": "pages/CSS/text/text-overflow",
      "style": {
        "navigationBarTitleText": "text-overflow"
      }
    },
    {
      "path": "pages/CSS/text/text-decoration-line",
      "style": {
        "navigationBarTitleText": "text-decoration-line"
      }
    },
    {
      "path": "pages/CSS/transition/transition",
      "style": {
        "navigationBarTitleText": "Transition"
      }
    },
    {
DCloud-yyl's avatar
DCloud-yyl 已提交
697
      "path": "pages/CSS/transform/translate",
698
      "style": {
DCloud-yyl's avatar
DCloud-yyl 已提交
699 700 701 702 703 704 705 706 707 708 709 710 711
        "navigationBarTitleText": "Translate"
      }
    },
    {
      "path": "pages/CSS/transform/scale",
      "style": {
        "navigationBarTitleText": "Scale"
      }
    },
    {
      "path": "pages/CSS/transform/rotate",
      "style": {
        "navigationBarTitleText": "Rotate"
712 713 714 715 716
      }
    },
    {
      "path": "pages/API/request/request",
      "style": {
717
        "navigationBarTitleText": "request"
718 719 720 721 722
      }
    },
    {
      "path": "pages/API/upload-file/upload-file",
      "style": {
723
        "navigationBarTitleText": "upload-file"
724 725 726 727 728
      }
    },
    {
      "path": "pages/API/download-file/download-file",
      "style": {
729
        "navigationBarTitleText": "download-file"
730 731 732 733 734
      }
    },
    {
      "path": "pages/API/websocket-socketTask/websocket-socketTask",
      "style": {
735
        "navigationBarTitleText": "websocket-socketTask"
736 737 738 739 740
      }
    },
    {
      "path": "pages/API/websocket-global/websocket-global",
      "style": {
741
        "navigationBarTitleText": "websocket-global"
742 743
      }
    },
雪洛's avatar
雪洛 已提交
744
    {
雪洛's avatar
雪洛 已提交
745
      "path": "pages/API/unicloud-call-function/unicloud-call-function",
雪洛's avatar
雪洛 已提交
746 747 748 749
      "style": {
        "navigationBarTitleText": ""
      }
    },
750
    {
雪洛's avatar
雪洛 已提交
751
      "path": "pages/API/unicloud-import-object/unicloud-import-object",
752 753 754 755
      "style": {
        "navigationBarTitleText": ""
      }
    },
756 757 758
    {
      "path": "pages/API/get-system-info/get-system-info",
      "style": {
759
        "navigationBarTitleText": "get-system-info"
760 761 762 763 764
      }
    },
    {
      "path": "pages/API/get-device-info/get-device-info",
      "style": {
765
        "navigationBarTitleText": "get-device-info"
766 767 768 769 770
      }
    },
    {
      "path": "pages/API/get-app-base-info/get-app-base-info",
      "style": {
771
        "navigationBarTitleText": "get-app-base-info"
772 773 774 775 776
      }
    },
    {
      "path": "pages/API/get-system-setting/get-system-setting",
      "style": {
777
        "navigationBarTitleText": "get-system-setting"
778 779 780 781 782
      }
    },
    {
      "path": "pages/API/get-app-authorize-setting/get-app-authorize-setting",
      "style": {
783
        "navigationBarTitleText": "get-app-authorize-setting"
784 785 786 787 788 789 790 791
      }
    },
    {
      "path": "pages/API/preview-image/preview-image",
      "style": {
        "navigationBarTitleText": "图片预览"
      }
    },
792
    {
793
      "path": "pages/API/save-image-to-photos-album/save-image-to-photos-album",
794 795 796 797
      "style": {
        "navigationBarTitleText": "保存图片到相册"
      }
    },
张磊 已提交
798 799 800 801 802 803
    {
      "path": "pages/API/choose-image/choose-image",
      "style": {
        "navigationBarTitleText": "图片"
      }
    },
804 805 806 807 808 809 810
    {
      "path": "pages/component/scroll-view/scroll-view-refresher",
      "style": {
        "navigationBarTitleText": "scroll-view-refresher"
      }
    },
    {
W
微调  
wanganxp 已提交
811
      "path": "pages/template/list-news/list-news",
812 813 814 815 816
      "style": {
        "navigationBarTitleText": "列表到详情示例"
      }
    },
    {
W
微调  
wanganxp 已提交
817
      "path": "pages/template/list-news/detail/detail",
818
      "style": {
W
微调  
wanganxp 已提交
819
        "navigationBarTitleText": "详情示例"
820 821 822
      }
    },
    {
W
微调  
wanganxp 已提交
823
      "path": "pages/API/get-network-type/get-network-type",
824
      "style": {
825
        "navigationBarTitleText": "get-network-type"
826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856
      }
    },
    {
      "path": "pages/API/page-scroll-to/page-scroll-to",
      "style": {
        "navigationBarTitleText": "pageScrollTo"
      }
    },
    {
      "path": "pages/API/event-bus/event-bus",
      "style": {
        "navigationBarTitleText": "event-bus"
      }
    },
    {
      "path": "pages/template/drop-card/drop-card",
      "style": {
        "navigationBarTitleText": "drop-card"
      }
    },
    {
      "path": "pages/tabBar/template",
      "style": {
        "navigationBarTitleText": "模板"
      }
    },
    {
      "path": "pages/template/swiper-list/swiper-list",
      "style": {
        "navigationBarTitleText": "swiper-list"
      }
雪洛's avatar
雪洛 已提交
857 858 859 860 861 862
    },
    {
      "path": "pages/template/swiper-list2/swiper-list2",
      "style": {
        "navigationBarTitleText": "swiper-list2"
      }
863 864 865 866 867 868 869 870 871 872
    },
    {
      "path": "pages/template/swiper-vertical-video/swiper-vertical-video",
      "style": {
        "navigationStyle": "custom"
      }
    },
    {
      "path": "pages/template/scroll-sticky/scroll-sticky",
      "style": {
873
        "navigationBarTitleText": "scroll-view自定义滚动吸顶"
874 875 876 877 878 879 880 881 882 883 884
      }
    },
    {
      "path": "pages/API/get-battery-info/get-battery-info",
      "style": {
        "navigationBarTitleText": "电量"
      }
    },
    {
      "path": "pages/CSS/border/complex-border/complex-border",
      "style": {
W
wanganxp 已提交
885
        "navigationBarTitleText": "border属性组合示例"
886 887 888
      }
    },
    {
889
      "path": "pages/template/scroll-fold-nav/scroll-fold-nav",
890 891 892 893 894 895 896 897
      "style": {
        "navigationStyle": "custom",
        "navigationBarTextStyle": "black"
      }
    },
    {
      "path": "pages/template/calendar/calendar",
      "style": {
W
wanganxp 已提交
898
        "navigationBarTitleText": "日历"
899 900 901 902 903
      }
    },
    {
      "path": "pages/template/custom-refresher/custom-refresher",
      "style": {
W
wanganxp 已提交
904
        "navigationBarTitleText": "自定义下拉刷新"
905 906 907 908 909
      }
    },
    {
      "path": "pages/API/get-window-info/get-window-info",
      "style": {
910
        "navigationBarTitleText": "get-window-info"
911 912 913 914 915
      }
    },
    {
      "path": "pages/template/half-screen/half-screen",
      "style": {
W
wanganxp 已提交
916
        "navigationBarTitleText": "半屏弹窗"
917 918 919 920 921
      }
    },
    {
      "path": "pages/template/long-list/long-list",
      "style": {
雪洛's avatar
雪洛 已提交
922
        "navigationBarTitleText": "复杂长列表",
923
        "enablePullDownRefresh": true
924
      }
shutao-dc's avatar
shutao-dc 已提交
925 926 927 928 929 930 931
    },
    {
      "path": "pages/template/long-list2/long-list2",
      "style": {
        "navigationBarTitleText": "复杂长列表2",
        "enablePullDownRefresh": true
      }
932 933
    },
    {
W
wanganxp 已提交
934
      "path": "pages/component/list-view/list-view",
935
      "style": {
W
wanganxp 已提交
936
        "navigationBarTitleText": "list-view"
937 938 939 940 941
      }
    },
    {
      "path": "pages/component/scroll-view/scroll-view-props",
      "style": {
W
wanganxp 已提交
942
        "navigationBarTitleText": "非下拉刷新的scroll-view属性示例"
943 944 945 946 947
      }
    },
    {
      "path": "pages/component/scroll-view/scroll-view-refresher-props",
      "style": {
W
wanganxp 已提交
948
        "navigationBarTitleText": "下拉刷新的scroll-view属性示例"
949 950 951 952 953
      }
    },
    {
      "path": "pages/component/scroll-view/scroll-view-custom-refresher-props",
      "style": {
W
wanganxp 已提交
954
        "navigationBarTitleText": "自定义下拉刷新的scroll-view属性示例"
955
      }
雪洛's avatar
雪洛 已提交
956
    },
957 958 959 960 961
    {
      "path": "pages/template/pull-zoom-image/pull-zoom-image",
      "style": {
        "navigationStyle": "custom"
      }
962 963
    },
    {
W
wanganxp 已提交
964 965 966 967
      "path": "pages/API/unicloud-file-api/unicloud-file-api",
      "style": {
        "navigationBarTitleText": ""
      }
968 969
    },
    {
W
wanganxp 已提交
970 971 972 973
      "path": "pages/API/unicloud-database/unicloud-database",
      "style": {
        "navigationBarTitleText": ""
      }
974 975
    },
    {
976
      "path": "pages/template/navbar-lite/navbar-lite",
W
wanganxp 已提交
977 978 979 980
      "style": {
        "navigationBarTitleText": "自定义导航栏",
        "navigationStyle": "custom"
      }
981 982
    },
    {
H
hdx 已提交
983 984 985 986
      "path": "pages/template/custom-tab-bar/custom-tab-bar",
      "style": {
        "navigationBarTitleText": "自定义TabBar"
      }
987 988
    },
    {
雪洛's avatar
雪洛 已提交
989 990 991 992 993
      "path": "pages/API/facial-recognition-verify/facial-recognition-verify",
      "style": {
        "navigationBarTitleText": "",
        "enablePullDownRefresh": false
      }
shutao-dc's avatar
shutao-dc 已提交
994 995 996 997 998 999 1000
    },
    {
      "path": "pages/component/sticky-header/sticky-header",
      "style": {
        "navigationBarTitleText": "sticky-header",
        "enablePullDownRefresh": false
      }
1001 1002 1003 1004 1005
    },
    {
      "path" : "pages/API/element-takesnapshot/element-takesnapshot",
      "style" :
      {
1006 1007 1008 1009 1010 1011
        "navigationBarTitleText" : "takeSnapshot",
        "enablePullDownRefresh" : false
      }
    },
    {
      "path" : "pages/API/element-draw/element-draw",
shutao-dc's avatar
shutao-dc 已提交
1012
      "style" :
1013 1014
      {
        "navigationBarTitleText" : "getDrawableContext",
1015 1016
        "enablePullDownRefresh" : false
      }
张磊 已提交
1017 1018
    },
    {
1019
      "path" : "pages/component/general-event/transition-event",
shutao-dc's avatar
shutao-dc 已提交
1020
      "style" :
张磊 已提交
1021
      {
W
wanganxp 已提交
1022
        "navigationBarTitleText" : "transitionend事件",
张磊 已提交
1023 1024
        "enablePullDownRefresh" : false
      }
shutao-dc's avatar
shutao-dc 已提交
1025
    }
1026

W
wanganxp 已提交
1027
  ],
1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041
  "globalStyle": {
    "pageOrientation": "portrait",
    "navigationBarTitleText": "Hello uniapp x",
    "navigationBarTextStyle": "white",
    "navigationBarBackgroundColor": "#007AFF",
    "backgroundColor": "#efeff4",
    "backgroundColorTop": "#F4F5F6",
    "backgroundColorBottom": "#F4F5F6"
  },
  "tabBar": {
    "color": "#7A7E83",
    "selectedColor": "#007AFF",
    "borderStyle": "black",
    "backgroundColor": "#F8F8F8",
1042
    "list": [{
1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070
        "pagePath": "pages/tabBar/component",
        "iconPath": "static/component.png",
        "selectedIconPath": "static/componentHL.png",
        "text": "内置组件"
      },
      {
        "pagePath": "pages/tabBar/API",
        "iconPath": "static/api.png",
        "selectedIconPath": "static/apiHL.png",
        "text": "接口"
      },
      {
        "pagePath": "pages/tabBar/CSS",
        "iconPath": "static/css.png",
        "selectedIconPath": "static/cssHL.png",
        "text": "CSS"
      },
      {
        "pagePath": "pages/tabBar/template",
        "iconPath": "static/template.png",
        "selectedIconPath": "static/templateHL.png",
        "text": "模板"
      }
    ]
  },
  "condition": {
    //模式配置,仅开发期间生效
    "current": 0, //当前激活的模式(list 的索引项)
1071 1072 1073 1074 1075
    "list": [{
      "name": "", //模式名称
      "path": "", //启动页面,必选
      "query": "" //启动参数,在页面的onLoad函数里面得到
    }]
1076
  }
1077
}