pages.json 21.5 KB
Newer Older
D
DCloud_LXH 已提交
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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 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
{
  "pages": [
    {
      "path": "pages/index/index",
      "style": {
        "navigationBarTitleText": "hello uvue"
      }
    },
    {
      "path": "pages/app-instance/component/component",
      "style": {
        "navigationBarTitleText": "app.component"
      }
    },
    {
      "path": "pages/app-instance/globalProperties/globalProperties-options",
      "style": {
        "navigationBarTitleText": "app.globalProperties"
      }
    },
    {
      "path": "pages/app-instance/globalProperties/globalProperties-composition",
      "style": {
        "navigationBarTitleText": "app.globalProperties"
      }
    },
    {
      "path": "pages/app-instance/use/use-options",
      "style": {
        "navigationBarTitleText": "app.use"
      }
    },
    {
      "path": "pages/app-instance/use/use-composition",
      "style": {
        "navigationBarTitleText": "app.use"
      }
    },
    {
      "path": "pages/component-instance/attrs/attrs-options",
      "style": {
        "navigationBarTitleText": "$attrs"
      }
    },
    {
      "path": "pages/component-instance/attrs/attrs-composition",
      "style": {
        "navigationBarTitleText": "useAttrs"
      }
    },
    {
      "path": "pages/component-instance/data/data-options",
      "style": {
        "navigationBarTitleText": "$data"
      }
    },
    {
      "path": "pages/component-instance/data/data-composition",
      "style": {
        "navigationBarTitleText": "data 组合式 API"
      }
    },
    {
      "path": "pages/component-instance/props/props-options",
      "style": {
        "navigationBarTitleText": "$props"
      }
    },
    {
      "path": "pages/component-instance/props/props-composition",
      "style": {
        "navigationBarTitleText": "defineProps"
      }
    },
    {
      "path": "pages/component-instance/el/el-options",
      "style": {
        "navigationBarTitleText": "$el 选项式 API"
      }
    },
    {
      "path": "pages/component-instance/el/el-composition",
      "style": {
        "navigationBarTitleText": "$el 组合式 API"
      }
    },
    {
      "path": "pages/component-instance/options/options-options",
      "style": {
        "navigationBarTitleText": "$options"
      }
    },
    {
      "path": "pages/component-instance/options/options-composition",
      "style": {
        "navigationBarTitleText": "defineOptions"
      }
    },
    {
      "path": "pages/component-instance/parent/parent-options",
      "style": {
        "navigationBarTitleText": "$parent 选项式 API"
      }
    },
    {
      "path": "pages/component-instance/parent/parent-composition",
      "style": {
        "navigationBarTitleText": "$parent 组合式 API"
      }
    },
    // #ifdef APP
    {
      "path": "pages/component-instance/root/root-options",
      "style": {
        "navigationBarTitleText": "$root 选项式 API"
      }
    },
    {
      "path": "pages/component-instance/root/root-composition",
      "style": {
        "navigationBarTitleText": "$root 组合式 API"
      }
    },
    // #endif

    {
      "path": "pages/built-in/component/keep-alive/keep-alive-options",
      "style": {
D
DCloud_LXH 已提交
129
        "navigationBarTitleText": "keep-alive 选项式 API"
D
DCloud_LXH 已提交
130 131 132 133 134
      }
    },
    {
      "path": "pages/built-in/component/keep-alive/keep-alive-composition",
      "style": {
D
DCloud_LXH 已提交
135
        "navigationBarTitleText": "keep-alive 组合式 API"
D
DCloud_LXH 已提交
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 185 186 187 188 189 190 191 192 193 194 195 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 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 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282
      }
    },
    {
      "path": "pages/directive/v-bind/v-bind",
      "style": {
        "navigationBarTitleText": "v-bind"
      }
    },
    {
      "path": "pages/directive/v-bind/v-bind-class",
      "style": {
        "navigationBarTitleText": "v-bind-class"
      }
    },
    {
      "path": "pages/directive/v-bind/v-bind-style",
      "style": {
        "navigationBarTitleText": "v-bind-style"
      }
    },
    {
      "path": "pages/directive/v-bind/v-bind-props",
      "style": {
        "navigationBarTitleText": "v-bind-props"
      }
    },
    {
      "path": "pages/directive/v-bind/v-bind-attribute",
      "style": {
        "navigationBarTitleText": "v-bind-attribute"
      }
    },
    {
      "path": "pages/directive/v-bind/v-bind-array-deep",
      "style": {
        "navigationBarTitleText": "v-bind-array-deep"
      }
    },
    {
      "path": "pages/directive/v-bind/v-bind-map",
      "style": {
        "navigationBarTitleText": "v-bind-map"
      }
    },
    {
      "path": "pages/directive/v-bind/v-bind-set",
      "style": {
        "navigationBarTitleText": "v-bind-set"
      }
    },
    // #ifdef WEB
    {
      "path": "pages/directive/v-bind/v-bind-css",
      "style": {
        "navigationBarTitleText": "v-bind-css"
      }
    },
    // #endif
    {
      "path": "pages/directive/v-for/v-for",
      "style": {
        "navigationBarTitleText": "v-for"
      }
    },
    {
      "path": "pages/directive/v-for/v-for-item-click",
      "style": {
        "navigationBarTitleText": "v-for-item-click"
      }
    },
    {
      "path": "pages/directive/v-for/v-for-item-v-if",
      "style": {
        "navigationBarTitleText": "v-for-item-v-if"
      }
    },
    {
      "path": "pages/directive/v-for/v-for-item-v-show",
      "style": {
        "navigationBarTitleText": "v-for-item-v-show"
      }
    },
    {
      "path": "pages/directive/v-for/v-for-v-for",
      "style": {
        "navigationBarTitleText": "v-for-v-for"
      }
    },
    {
      "path": "pages/directive/v-if/v-if",
      "style": {
        "navigationBarTitleText": "v-if"
      }
    },
    {
      "path": "pages/directive/v-model/v-model",
      "style": {
        "navigationBarTitleText": "v-model"
      }
    },
    {
      "path": "pages/directive/v-on/v-on",
      "style": {
        "navigationBarTitleText": "v-on"
      }
    },
    // #ifdef APP
    {
      "path": "pages/directive/v-once/v-once",
      "style": {
        "navigationBarTitleText": "v-once"
      }
    },
    // #endif
    {
      "path": "pages/directive/v-memo/v-memo",
      "style": {
        "navigationBarTitleText": "v-memo"
      }
    },
    {
      "path": "pages/directive/v-pre/v-pre",
      "style": {
        "navigationBarTitleText": "v-pre"
      }
    },
    {
      "path": "pages/directive/v-show/v-show",
      "style": {
        "navigationBarTitleText": "v-show"
      }
    },
    {
      "path": "pages/directive/v-slot/v-slot",
      "style": {
        "navigationBarTitleText": "v-slot"
      }
    },
    {
      "path": "pages/directive/v-html/v-html",
      "style": {
        "navigationBarTitleText": "v-html"
      }
    },
    {
      "path": "pages/lifecycle/page/page-composition",
      "style": {
D
DCloud_LXH 已提交
283
        "navigationBarTitleText": "page-lifecycle 组合式 API",
D
DCloud_LXH 已提交
284 285 286 287 288 289
        "enablePullDownRefresh": true
      }
    },
    {
      "path": "pages/lifecycle/page/page-options",
      "style": {
D
DCloud_LXH 已提交
290
        "navigationBarTitleText": "page-lifecycle 选项式 API",
D
DCloud_LXH 已提交
291 292 293 294
        "enablePullDownRefresh": true
      }
    },
    {
DCloud-WZF's avatar
DCloud-WZF 已提交
295
      "path": "pages/lifecycle/component/component-options",
D
DCloud_LXH 已提交
296
      "style": {
DCloud-WZF's avatar
DCloud-WZF 已提交
297 298 299 300 301 302 303 304 305
        "navigationBarTitleText": "component-lifecycle 选项式 API",
        "enablePullDownRefresh": true
      }
    },
    {
      "path": "pages/lifecycle/component/component-composition",
      "style": {
        "navigationBarTitleText": "component-lifecycle 组合式 API",
        "enablePullDownRefresh": true
D
DCloud_LXH 已提交
306 307 308
      }
    },
    {
309 310 311 312 313 314 315
      "path": "pages/component-instance/slots/slots-options",
      "style": {
        "navigationBarTitleText": "$slots"
      }
    },
    {
      "path": "pages/component-instance/slots/slots-composition",
D
DCloud_LXH 已提交
316 317 318 319 320
      "style": {
        "navigationBarTitleText": "$slots"
      }
    },
    {
D
DCloud_LXH 已提交
321
      "path": "pages/component-instance/refs/refs-options",
D
DCloud_LXH 已提交
322
      "style": {
D
DCloud_LXH 已提交
323
        "navigationBarTitleText": "$refs 选项式 API"
D
DCloud_LXH 已提交
324 325 326 327 328
      }
    },
    {
      "path": "pages/component-instance/refs/refs-composition",
      "style": {
D
DCloud_LXH 已提交
329
        "navigationBarTitleText": "$refs 组合式 API"
D
DCloud_LXH 已提交
330 331 332 333 334 335 336 337 338 339 340 341 342 343 344
      }
    },
    {
      "path": "pages/component-instance/watch-function/watch-function",
      "style": {
        "navigationBarTitleText": "$watch()"
      }
    },
    {
      "path": "pages/component-instance/watch-function/watch-array",
      "style": {
        "navigationBarTitleText": "watch-array"
      }
    },
    {
D
DCloud_LXH 已提交
345
      "path": "pages/component-instance/emit-function/emit-function-options",
D
DCloud_LXH 已提交
346
      "style": {
D
DCloud_LXH 已提交
347 348 349 350 351 352 353
        "navigationBarTitleText": "$emit() 选项式 API"
      }
    },
    {
      "path": "pages/component-instance/emit-function/emit-function-composition",
      "style": {
        "navigationBarTitleText": "defineEmits 组合式 API"
D
DCloud_LXH 已提交
354 355 356
      }
    },
    {
357
      "path": "pages/component-instance/force-update/force-update-options",
D
DCloud_LXH 已提交
358
      "style": {
359 360 361 362 363 364 365
        "navigationBarTitleText": "$forceUpdate 选项式 API"
      }
    },
    {
      "path": "pages/component-instance/force-update/force-update-composition",
      "style": {
        "navigationBarTitleText": "$forceUpdate 组合式 API"
D
DCloud_LXH 已提交
366 367 368 369 370 371 372 373 374
      }
    },
    {
      "path": "pages/component-instance/nextTick-function/nextTick-function",
      "style": {
        "navigationBarTitleText": "$nextTick()"
      }
    },
    {
375
      "path": "pages/component-instance/methods/call-method-uni-element-options",
D
DCloud_LXH 已提交
376
      "style": {
377
        "navigationBarTitleText": "call-method-uni-element 选项式 API"
D
DCloud_LXH 已提交
378 379 380
      }
    },
    {
381
      "path": "pages/component-instance/methods/call-method-uni-element-composition",
D
DCloud_LXH 已提交
382
      "style": {
383
        "navigationBarTitleText": "call-method-uni-element 组合式 API"
D
DCloud_LXH 已提交
384 385 386
      }
    },
    {
387
      "path": "pages/component-instance/methods/call-method-easycom-options",
D
DCloud_LXH 已提交
388
      "style": {
389
        "navigationBarTitleText": "call-method-easycom 选项式 API"
D
DCloud_LXH 已提交
390 391 392
      }
    },
    {
393
      "path": "pages/component-instance/methods/call-method-easycom-composition",
D
DCloud_LXH 已提交
394
      "style": {
395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419
        "navigationBarTitleText": "call-method-easycom 组合式 API"
      }
    },
    {
      "path": "pages/component-instance/methods/call-method-easycom-uni-modules-options",
      "style": {
        "navigationBarTitleText": "call-method-easycom-uni-modules 选项式 API"
      }
    },
    {
      "path": "pages/component-instance/methods/call-method-easycom-uni-modules-composition",
      "style": {
        "navigationBarTitleText": "call-method-easycom-uni-modules 组合式 API"
      }
    },
    {
      "path": "pages/component-instance/methods/call-method-other-options",
      "style": {
        "navigationBarTitleText": "call-method-other 选项式 API"
      }
    },
    {
      "path": "pages/component-instance/methods/call-method-other-composition",
      "style": {
        "navigationBarTitleText": "call-method-other 组合式 API"
D
DCloud_LXH 已提交
420 421
      }
    },
422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441
    {
      "path": "pages/component-instance/provide/provide-options-1",
      "style": {
        "navigationBarTitleText": "provide 选项式 API 字面量"
      }
    },
    {
      "path": "pages/component-instance/provide/provide-options-2",
      "style": {
        "navigationBarTitleText": "provide 选项式 API 函数"
      }
    },
    {
      "path": "pages/component-instance/provide/provide-composition",
      "style": {
        "navigationBarTitleText": "provide 组合式 API"
      }
    },
    

D
DCloud_LXH 已提交
442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480
    {
      "path": "pages/component-instance/circular-reference/circular-reference",
      "style": {
        "navigationBarTitleText": "circular reference"
      }
    },
    {
      "path": "pages/state/data/data",
      "style": {
        "navigationBarTitleText": "data"
      }
    },
    {
      "path": "pages/state/methods/methods",
      "style": {
        "navigationBarTitleText": ""
      }
    },
    {
      "path": "pages/state/props/props",
      "style": {
        "navigationBarTitleText": ""
      }
    },
    {
      "path": "pages/state/computed/computed",
      "style": {
        "navigationBarTitleText": ""
      }
    },
    {
      "path": "pages/state/watch/watch",
      "style": {
        "navigationBarTitleText": ""
      }
    },
    {
      "path": "pages/built-in/component/slots/slots-composition",
      "style": {
D
DCloud_LXH 已提交
481
        "navigationBarTitleText": "slots 组合式 API"
D
DCloud_LXH 已提交
482 483 484 485 486
      }
    },
    {
      "path": "pages/built-in/component/slots/slots-options",
      "style": {
D
DCloud_LXH 已提交
487
        "navigationBarTitleText": "slots 选项式 API"
D
DCloud_LXH 已提交
488 489 490 491 492
      }
    },
    {
      "path": "pages/built-in/component/template/template-options",
      "style": {
D
DCloud_LXH 已提交
493
        "navigationBarTitleText": "template 选项式 API"
D
DCloud_LXH 已提交
494 495 496 497 498
      }
    },
    {
      "path": "pages/built-in/component/template/template-composition",
      "style": {
D
DCloud_LXH 已提交
499
        "navigationBarTitleText": "template 组合式 API"
D
DCloud_LXH 已提交
500 501 502 503 504
      }
    },
    {
      "path": "pages/built-in/component/template/template-map-style-options",
      "style": {
D
DCloud_LXH 已提交
505
        "navigationBarTitleText": "template-map-style 选项式 API"
D
DCloud_LXH 已提交
506 507 508 509 510
      }
    },
    {
      "path": "pages/built-in/component/template/template-map-style-composition",
      "style": {
D
DCloud_LXH 已提交
511
        "navigationBarTitleText": "template-map-style 组合式 API"
D
DCloud_LXH 已提交
512 513 514 515 516 517 518 519 520 521 522
      }
    },
    {
      "path": "pages/rendering/unrecognized-component/unrecognized-component",
      "style": {
        "navigationBarTitleText": "unrecognized-component"
      }
    },
    {
      "path": "pages/built-in/component/component/component-options",
      "style": {
D
DCloud_LXH 已提交
523
        "navigationBarTitleText": "component 选项式 API"
D
DCloud_LXH 已提交
524 525 526 527 528
      }
    },
    {
      "path": "pages/built-in/component/component/component-composition",
      "style": {
D
DCloud_LXH 已提交
529
        "navigationBarTitleText": "component 组合式 API"
D
DCloud_LXH 已提交
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 557 558 559 560 561 562 563 564 565 566
      }
    },
    {
      "path": "pages/rendering/render/render",
      "style": {
        "navigationBarTitleText": "render function"
      }
    },
    // #ifdef APP
    {
      "path": "pages/composition/mixins/mixins",
      "style": {
        "navigationBarTitleText": "mixins"
      }
    },
    {
      "path": "pages/composition/mixins/mixins-page2",
      "style": {
        "navigationBarTitleText": "mixins-page-2"
      }
    },
    // #endif
    // #ifdef WEB
    {
      "path": "pages/composition/mixins/mixins-web",
      "style": {
        "navigationBarTitleText": "mixins"
      }
    },
    // #endif
    {
      "path": "pages/composition/setup/setup",
      "style": {
        "navigationBarTitleText": "setup"
      }
    },
    {
D
DCloud_LXH 已提交
567
      "path": "pages/examples/nested-component-communication/nested-component-communication-options",
D
DCloud_LXH 已提交
568
      "style": {
D
DCloud_LXH 已提交
569
        "navigationBarTitleText": "嵌套组件通信 选项式 API"
D
DCloud_LXH 已提交
570 571 572
      }
    },
    {
D
DCloud_LXH 已提交
573
      "path": "pages/examples/nested-component-communication/nested-component-communication-composition",
D
DCloud_LXH 已提交
574
      "style": {
D
DCloud_LXH 已提交
575
        "navigationBarTitleText": "嵌套组件通信 组合式 API"
D
DCloud_LXH 已提交
576 577 578 579 580
      }
    },
    {
      "path": "pages/examples/set-custom-child-component-root-node-class/set-custom-child-component-root-node-class-options",
      "style": {
D
DCloud_LXH 已提交
581
        "navigationBarTitleText": "自定义组件中使用 class 定制另一个自定义组件根节点样式 选项式 API"
D
DCloud_LXH 已提交
582 583 584 585 586
      }
    },
    {
      "path": "pages/examples/set-custom-child-component-root-node-class/set-custom-child-component-root-node-class-composition",
      "style": {
D
DCloud_LXH 已提交
587
        "navigationBarTitleText": "自定义组件中使用 class 定制另一个自定义组件根节点样式 组合式 API"
D
DCloud_LXH 已提交
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 659 660 661 662 663 664 665 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 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798
      }
    },
    {
      "path": "pages/composition-api/basic/define-props/define-props",
      "style": {
        "navigationBarTitleText": "defineProps"
      }
    },
    {
      "path": "pages/composition-api/basic/define-emits/define-emits",
      "style": {
        "navigationBarTitleText": "defineEmits"
      }
    },
    {
      "path": "pages/composition-api/basic/define-expose/define-expose",
      "style": {
        "navigationBarTitleText": "defineExpose"
      }
    },
    {
      "path": "pages/composition-api/basic/define-model/define-model",
      "style": {
        "navigationBarTitleText": "defineModel"
      }
    },
    {
      "path": "pages/composition-api/basic/define-options/define-options",
      "style": {
        "navigationBarTitleText": "defineOptions"
      }
    },
    {
      "path": "pages/composition-api/basic/define-slots/define-slots",
      "style": {
        "navigationBarTitleText": "defineSlots"
      }
    },
    {
      "path": "pages/composition-api/basic/use-attrs/use-attrs",
      "style": {
        "navigationBarTitleText": "useAttrs"
      }
    },
    {
      "path": "pages/composition-api/basic/use-slots/use-slots",
      "style": {
        "navigationBarTitleText": "useSlots"
      }
    },
    {
      "path": "pages/composition-api/reactivity/ref/ref",
      "style": {
        "navigationBarTitleText": "ref"
      }
    },
    {
      "path": "pages/composition-api/reactivity/computed/computed",
      "style": {
        "navigationBarTitleText": "computed"
      }
    },
    {
      "path": "pages/composition-api/reactivity/reactive/reactive",
      "style": {
        "navigationBarTitleText": "reactive"
      }
    },
    {
      "path": "pages/composition-api/reactivity/readonly/readonly",
      "style": {
        "navigationBarTitleText": "readonly"
      }
    },
    {
      "path": "pages/composition-api/reactivity/watch/watch",
      "style": {
        "navigationBarTitleText": "watch"
      }
    },
    {
      "path": "pages/composition-api/reactivity/watch-effect/watch-effect",
      "style": {
        "navigationBarTitleText": "watchEffect"
      }
    },
    {
      "path": "pages/composition-api/reactivity/watch-post-effect/watch-post-effect",
      "style": {
        "navigationBarTitleText": "watchPostEffect"
      }
    },
    {
      "path": "pages/composition-api/reactivity/watch-sync-effect/watch-sync-effect",
      "style": {
        "navigationBarTitleText": "watchSyncEffect"
      }
    },
    {
      "path": "pages/composition-api/reactivity/is-ref/is-ref",
      "style": {
        "navigationBarTitleText": "isRef"
      }
    },
    {
      "path": "pages/composition-api/reactivity/un-ref/un-ref",
      "style": {
        "navigationBarTitleText": "unRef"
      }
    },
    {
      "path": "pages/composition-api/reactivity/to-ref/to-ref",
      "style": {
        "navigationBarTitleText": "toRef"
      }
    },
    // #ifdef APP
    {
      "path": "pages/composition-api/reactivity/to-value/to-value",
      "style": {
        "navigationBarTitleText": "toValue"
      }
    },
    {
      "path": "pages/composition-api/reactivity/to-refs/to-refs",
      "style": {
        "navigationBarTitleText": "toRefs"
      }
    },
    // #endif
    {
      "path": "pages/composition-api/reactivity/is-proxy/is-proxy",
      "style": {
        "navigationBarTitleText": "isProxy"
      }
    },
    {
      "path": "pages/composition-api/reactivity/is-reactive/is-reactive",
      "style": {
        "navigationBarTitleText": "isReactive"
      }
    },
    {
      "path": "pages/composition-api/reactivity/is-readonly/is-readonly",
      "style": {
        "navigationBarTitleText": "isReadonly"
      }
    },
    {
      "path": "pages/composition-api/reactivity/shallow-ref/shallow-ref",
      "style": {
        "navigationBarTitleText": "shallowRef"
      }
    },
    {
      "path": "pages/composition-api/reactivity/trigger-ref/trigger-ref",
      "style": {
        "navigationBarTitleText": "triggerRef"
      }
    },
    {
      "path": "pages/composition-api/reactivity/custom-ref/custom-ref",
      "style": {
        "navigationBarTitleText": "customRef"
      }
    },
    {
      "path": "pages/composition-api/reactivity/shallow-reactive/shallow-reactive",
      "style": {
        "navigationBarTitleText": "shallowReactive"
      }
    },
    {
      "path": "pages/composition-api/reactivity/shallow-readonly/shallow-readonly",
      "style": {
        "navigationBarTitleText": "shallowReadonly"
      }
    },
    {
      "path": "pages/composition-api/reactivity/to-raw/to-raw",
      "style": {
        "navigationBarTitleText": "toRaw"
      }
    },
    {
      "path": "pages/composition-api/reactivity/mark-raw/mark-raw",
      "style": {
        "navigationBarTitleText": "markRaw"
      }
    },
    {
      "path": "pages/composition-api/reactivity/effect-scope/effect-scope",
      "style": {
        "navigationBarTitleText": "effectScope"
      }
    },
    {
      "path": "pages/composition-api/reactivity/get-current-scope/get-current-scope",
      "style": {
        "navigationBarTitleText": "getCurrentScope"
      }
    },
    {
      "path": "pages/composition-api/reactivity/on-scope-dispose/on-scope-dispose",
      "style": {
        "navigationBarTitleText": "onScopeDispose"
      }
    },
    {
      "path": "pages/built-in/component/teleport/teleport-options",
      "style": {
D
DCloud_LXH 已提交
799
        "navigationBarTitleText": "teleport 选项式 API",
D
DCloud_LXH 已提交
800 801 802 803 804 805
        "enablePullDownRefresh": false
      }
    },
    {
      "path": "pages/built-in/component/teleport/teleport-composition",
      "style": {
D
DCloud_LXH 已提交
806
        "navigationBarTitleText": "teleport 组合式 API",
D
DCloud_LXH 已提交
807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844
        "enablePullDownRefresh": false
      }
    },
    {
      "path": "pages/type/type",
      "style": {
        "navigationBarTitleText": "",
        "enablePullDownRefresh": false
      }
    }
  ],
  "globalStyle": {
    "pageOrientation": "portrait",
    "navigationBarTitleText": "Hello UVUE",
    "navigationBarTextStyle": "white",
    "navigationBarBackgroundColor": "#007AFF",
    "backgroundColor": "#F8F8F8",
    "backgroundColorTop": "#F4F5F6",
    "backgroundColorBottom": "#F4F5F6",
    "h5": {
      "maxWidth": 1190,
      "navigationBarTextStyle": "white",
      "navigationBarBackgroundColor": "#007AFF"
    }
  },
  "uniIdRouter": {},
  "condition": {
    //模式配置,仅开发期间生效
    "current": 0, //当前激活的模式(list 的索引项)
    "list": [
      {
        "name": "", //模式名称
        "path": "", //启动页面,必选
        "query": "" //启动参数,在页面的onLoad函数里面得到
      }
    ]
  }
}