pages.json 21.0 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
      }
    },
DCloud-WZF's avatar
DCloud-WZF 已提交
138 139 140 141 142 143 144 145 146 147 148 149
    {
      "path": "pages/directive/v-html/v-html-options",
      "style": {
        "navigationBarTitleText": "v-html 选项式 API"
      }
    },
    {
      "path": "pages/directive/v-html/v-html-composition",
      "style": {
        "navigationBarTitleText": "v-html 组合式 API"
      }
    },
DCloud-WZF's avatar
DCloud-WZF 已提交
150 151 152 153 154 155 156 157 158 159 160 161
    {
      "path": "pages/directive/v-show/v-show-options",
      "style": {
        "navigationBarTitleText": "v-show 选项式 API"
      }
    },
    {
      "path": "pages/directive/v-show/v-show-composition",
      "style": {
        "navigationBarTitleText": "v-show 组合式 API"
      }
    },
DCloud-WZF's avatar
DCloud-WZF 已提交
162 163 164 165 166 167 168 169 170 171 172 173
    {
      "path": "pages/directive/v-if/v-if-options",
      "style": {
        "navigationBarTitleText": "v-if 选项式 API"
      }
    },
    {
      "path": "pages/directive/v-if/v-if-composition",
      "style": {
        "navigationBarTitleText": "v-if 组合式 API"
      }
    },
DCloud-WZF's avatar
DCloud-WZF 已提交
174 175 176 177 178 179 180 181 182 183 184 185
    {
      "path": "pages/directive/v-for/v-for-options",
      "style": {
        "navigationBarTitleText": "v-for 选项式 API"
      }
    },
    {
      "path": "pages/directive/v-for/v-for-composition",
      "style": {
        "navigationBarTitleText": "v-for 组合式 API"
      }
    },
DCloud-WZF's avatar
DCloud-WZF 已提交
186 187 188 189 190 191 192 193 194 195 196 197
    {
      "path": "pages/directive/v-on/v-on-options",
      "style": {
        "navigationBarTitleText": "v-on 选项式 API"
      }
    },
    {
      "path": "pages/directive/v-on/v-on-composition",
      "style": {
        "navigationBarTitleText": "v-on 组合式 API"
      }
    },
DCloud-WZF's avatar
DCloud-WZF 已提交
198 199 200 201 202 203
    {
      "path": "pages/directive/v-pre/v-pre",
      "style": {
        "navigationBarTitleText": "v-pre"
      }
    },
DCloud-WZF's avatar
DCloud-WZF 已提交
204 205 206 207 208 209 210 211 212 213 214 215 216
    // #ifdef APP
    {
      "path": "pages/directive/v-once/v-once-options",
      "style": {
        "navigationBarTitleText": "v-once 选项式 API"
      }
    },
    {
      "path": "pages/directive/v-once/v-once-composition",
      "style": {
        "navigationBarTitleText": "v-once 组合式 API"
      }
    },
DCloud-WZF's avatar
DCloud-WZF 已提交
217 218 219 220 221 222 223 224 225 226 227 228
    {
      "path": "pages/directive/v-memo/v-memo-options",
      "style": {
        "navigationBarTitleText": "v-memo 选项式 API"
      }
    },
    {
      "path": "pages/directive/v-memo/v-memo-composition",
      "style": {
        "navigationBarTitleText": "v-memo 组合式 API"
      }
    },
DCloud-WZF's avatar
DCloud-WZF 已提交
229
    // #endif
DCloud-WZF's avatar
DCloud-WZF 已提交
230 231 232 233 234 235 236 237 238 239 240 241 242 243
    // #ifdef WEB
    {
      "path": "pages/directive/v-text/v-text-options",
      "style": {
        "navigationBarTitleText": "v-text 选项式 API"
      }
    },
    {
      "path": "pages/directive/v-text/v-text-composition",
      "style": {
        "navigationBarTitleText": "v-text 组合式 API"
      }
    },
    // #endif
D
DCloud_LXH 已提交
244
    {
DCloud-WZF's avatar
DCloud-WZF 已提交
245
      "path": "pages/directive/v-bind/v-bind-options",
D
DCloud_LXH 已提交
246
      "style": {
DCloud-WZF's avatar
DCloud-WZF 已提交
247
        "navigationBarTitleText": "v-bind 选项式 API"
D
DCloud_LXH 已提交
248 249 250
      }
    },
    {
DCloud-WZF's avatar
DCloud-WZF 已提交
251
      "path": "pages/directive/v-bind/v-bind-composition",
D
DCloud_LXH 已提交
252
      "style": {
DCloud-WZF's avatar
DCloud-WZF 已提交
253
        "navigationBarTitleText": "v-bind 组合式 API"
D
DCloud_LXH 已提交
254 255 256
      }
    },
    {
DCloud-WZF's avatar
DCloud-WZF 已提交
257
      "path": "pages/directive/v-model/v-model-options",
D
DCloud_LXH 已提交
258 259 260 261
      "style": {
        "navigationBarTitleText": "v-model"
      }
    },
DCloud-WZF's avatar
DCloud-WZF 已提交
262 263 264 265 266 267
    {
      "path": "pages/directive/v-model/v-model-composition",
      "style": {
        "navigationBarTitleText": "defineModel"
      }
    },
D
DCloud_LXH 已提交
268
    {
269
      "path": "pages/directive/v-slot/v-slot-options",
D
DCloud_LXH 已提交
270 271 272 273
      "style": {
        "navigationBarTitleText": "v-slot"
      }
    },
274 275 276 277 278 279
    {
      "path": "pages/directive/v-slot/v-slot-composition",
      "style": {
        "navigationBarTitleText": "defineSlots"
      }
    },
D
DCloud_LXH 已提交
280
    {
281 282 283 284 285 286 287
      "path": "pages/component-instance/slots/slots-options",
      "style": {
        "navigationBarTitleText": "$slots"
      }
    },
    {
      "path": "pages/component-instance/slots/slots-composition",
D
DCloud_LXH 已提交
288 289 290 291 292
      "style": {
        "navigationBarTitleText": "$slots"
      }
    },
    {
D
DCloud_LXH 已提交
293
      "path": "pages/component-instance/refs/refs-options",
D
DCloud_LXH 已提交
294
      "style": {
D
DCloud_LXH 已提交
295
        "navigationBarTitleText": "$refs 选项式 API"
D
DCloud_LXH 已提交
296 297 298 299 300
      }
    },
    {
      "path": "pages/component-instance/refs/refs-composition",
      "style": {
D
DCloud_LXH 已提交
301
        "navigationBarTitleText": "$refs 组合式 API"
D
DCloud_LXH 已提交
302 303 304 305 306 307 308 309 310 311 312 313 314 315 316
      }
    },
    {
      "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 已提交
317
      "path": "pages/component-instance/emit-function/emit-function-options",
D
DCloud_LXH 已提交
318
      "style": {
D
DCloud_LXH 已提交
319 320 321 322 323 324 325
        "navigationBarTitleText": "$emit() 选项式 API"
      }
    },
    {
      "path": "pages/component-instance/emit-function/emit-function-composition",
      "style": {
        "navigationBarTitleText": "defineEmits 组合式 API"
D
DCloud_LXH 已提交
326 327 328
      }
    },
    {
329
      "path": "pages/component-instance/force-update/force-update-options",
D
DCloud_LXH 已提交
330
      "style": {
331 332 333 334 335 336 337
        "navigationBarTitleText": "$forceUpdate 选项式 API"
      }
    },
    {
      "path": "pages/component-instance/force-update/force-update-composition",
      "style": {
        "navigationBarTitleText": "$forceUpdate 组合式 API"
D
DCloud_LXH 已提交
338 339
      }
    },
340 341 342 343 344 345 346 347 348 349 350 351
    {
      "path": "pages/component-instance/nextTick/nextTick-options",
      "style": {
        "navigationBarTitleText": "$nextTick"
      }
    },
    {
      "path": "pages/component-instance/nextTick/nextTick-composition",
      "style": {
        "navigationBarTitleText": "nextTick"
      }
    },
D
DCloud_LXH 已提交
352
    {
353
      "path": "pages/component-instance/methods/call-method-uni-element-options",
D
DCloud_LXH 已提交
354
      "style": {
355
        "navigationBarTitleText": "call-method-uni-element 选项式 API"
D
DCloud_LXH 已提交
356 357 358
      }
    },
    {
359
      "path": "pages/component-instance/methods/call-method-uni-element-composition",
D
DCloud_LXH 已提交
360
      "style": {
361
        "navigationBarTitleText": "call-method-uni-element 组合式 API"
D
DCloud_LXH 已提交
362 363 364
      }
    },
    {
365
      "path": "pages/component-instance/methods/call-method-easycom-options",
D
DCloud_LXH 已提交
366
      "style": {
367
        "navigationBarTitleText": "call-method-easycom 选项式 API"
D
DCloud_LXH 已提交
368 369 370
      }
    },
    {
371
      "path": "pages/component-instance/methods/call-method-easycom-composition",
D
DCloud_LXH 已提交
372
      "style": {
373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397
        "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 已提交
398 399
      }
    },
400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417
    {
      "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"
      }
    },
418 419 420 421 422 423
    {
      "path": "pages/component-instance/setup-function/setup-function",
      "style": {
        "navigationBarTitleText": "setup()"
      }
    },
424 425 426 427 428 429
    {
      "path": "pages/component-instance/define-expose/define-expose",
      "style": {
        "navigationBarTitleText": "defineExpose"
      }
    },
D
DCloud_LXH 已提交
430
    {
431
      "path": "pages/component-instance/circular-reference/circular-reference-options",
D
DCloud_LXH 已提交
432
      "style": {
433 434 435 436 437 438 439
        "navigationBarTitleText": "循环引用 选项式 API"
      }
    },
    {
      "path": "pages/component-instance/circular-reference/circular-reference-composition",
      "style": {
        "navigationBarTitleText": "循环引用 组合式 API"
D
DCloud_LXH 已提交
440 441
      }
    },
442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463
    // #ifdef APP
    {
      "path": "pages/component-instance/mixins/mixins-app",
      "style": {
        "navigationBarTitleText": "mixins"
      }
    },
    {
      "path": "pages/component-instance/mixins/mixins-app-page-namesake",
      "style": {
        "navigationBarTitleText": "mixins page namesake"
      }
    },
    // #endif
    // #ifdef WEB
    {
      "path": "pages/component-instance/mixins/mixins-web",
      "style": {
        "navigationBarTitleText": "mixins"
      }
    },
    // #endif
D
DCloud_LXH 已提交
464
    {
465
      "path": "pages/reactivity/core/ref/ref",
D
DCloud_LXH 已提交
466
      "style": {
467
        "navigationBarTitleText": "ref"
D
DCloud_LXH 已提交
468 469 470
      }
    },
    {
DCloud-WZF's avatar
DCloud-WZF 已提交
471
      "path": "pages/reactivity/core/computed/computed-options",
D
DCloud_LXH 已提交
472
      "style": {
DCloud-WZF's avatar
DCloud-WZF 已提交
473 474 475 476 477 478 479
        "navigationBarTitleText": "computed 选项式 API"
      }
    },
    {
      "path": "pages/reactivity/core/computed/computed-composition",
      "style": {
        "navigationBarTitleText": "computed 组合式 API"
D
DCloud_LXH 已提交
480 481 482
      }
    },
    {
483
      "path": "pages/reactivity/core/reactive/reactive",
D
DCloud_LXH 已提交
484
      "style": {
485
        "navigationBarTitleText": "reactive"
D
DCloud_LXH 已提交
486 487 488
      }
    },
    {
489
      "path": "pages/reactivity/core/readonly/readonly",
D
DCloud_LXH 已提交
490
      "style": {
491
        "navigationBarTitleText": "readonly"
D
DCloud_LXH 已提交
492 493 494
      }
    },
    {
DCloud-WZF's avatar
DCloud-WZF 已提交
495
      "path": "pages/reactivity/core/watch/watch-options",
D
DCloud_LXH 已提交
496
      "style": {
DCloud-WZF's avatar
DCloud-WZF 已提交
497 498 499 500 501 502 503
        "navigationBarTitleText": "watch 选项式 API"
      }
    },
    {
      "path": "pages/reactivity/core/watch/watch-composition",
      "style": {
        "navigationBarTitleText": "watch 组合式 API"
D
DCloud_LXH 已提交
504 505 506
      }
    },
    {
507
      "path": "pages/reactivity/core/watch-effect/watch-effect",
D
DCloud_LXH 已提交
508
      "style": {
509
        "navigationBarTitleText": "watchEffect"
D
DCloud_LXH 已提交
510 511 512
      }
    },
    {
513
      "path": "pages/reactivity/core/watch-post-effect/watch-post-effect",
D
DCloud_LXH 已提交
514
      "style": {
515
        "navigationBarTitleText": "watchPostEffect"
D
DCloud_LXH 已提交
516 517 518
      }
    },
    {
519
      "path": "pages/reactivity/core/watch-sync-effect/watch-sync-effect",
D
DCloud_LXH 已提交
520
      "style": {
521
        "navigationBarTitleText": "watchSyncEffect"
D
DCloud_LXH 已提交
522 523 524
      }
    },
    {
DCloud-WZF's avatar
DCloud-WZF 已提交
525
      "path": "pages/reactivity/utilities/is-proxy/is-proxy",
D
DCloud_LXH 已提交
526
      "style": {
DCloud-WZF's avatar
DCloud-WZF 已提交
527
        "navigationBarTitleText": "isProxy"
D
DCloud_LXH 已提交
528 529 530
      }
    },
    {
DCloud-WZF's avatar
DCloud-WZF 已提交
531
      "path": "pages/reactivity/utilities/is-reactive/is-reactive",
D
DCloud_LXH 已提交
532
      "style": {
DCloud-WZF's avatar
DCloud-WZF 已提交
533
        "navigationBarTitleText": "isReactive"
D
DCloud_LXH 已提交
534 535 536
      }
    },
    {
DCloud-WZF's avatar
DCloud-WZF 已提交
537
      "path": "pages/reactivity/utilities/is-readonly/is-readonly",
D
DCloud_LXH 已提交
538
      "style": {
DCloud-WZF's avatar
DCloud-WZF 已提交
539
        "navigationBarTitleText": "isReadonly"
D
DCloud_LXH 已提交
540 541 542
      }
    },
    {
DCloud-WZF's avatar
DCloud-WZF 已提交
543
      "path": "pages/reactivity/utilities/is-ref/is-ref",
D
DCloud_LXH 已提交
544
      "style": {
DCloud-WZF's avatar
DCloud-WZF 已提交
545
        "navigationBarTitleText": "isRef"
D
DCloud_LXH 已提交
546 547 548
      }
    },
    {
DCloud-WZF's avatar
DCloud-WZF 已提交
549
      "path": "pages/reactivity/utilities/un-ref/un-ref",
D
DCloud_LXH 已提交
550
      "style": {
DCloud-WZF's avatar
DCloud-WZF 已提交
551
        "navigationBarTitleText": "unRef"
D
DCloud_LXH 已提交
552 553 554
      }
    },
    {
DCloud-WZF's avatar
DCloud-WZF 已提交
555
      "path": "pages/reactivity/utilities/to-ref/to-ref",
D
DCloud_LXH 已提交
556
      "style": {
DCloud-WZF's avatar
DCloud-WZF 已提交
557
        "navigationBarTitleText": "toRef"
D
DCloud_LXH 已提交
558 559 560
      }
    },
    {
DCloud-WZF's avatar
DCloud-WZF 已提交
561
      "path": "pages/reactivity/utilities/to-refs/to-refs",
D
DCloud_LXH 已提交
562
      "style": {
DCloud-WZF's avatar
DCloud-WZF 已提交
563
        "navigationBarTitleText": "toRefs"
D
DCloud_LXH 已提交
564 565 566
      }
    },
    {
DCloud-WZF's avatar
DCloud-WZF 已提交
567
      "path": "pages/reactivity/utilities/to-value/to-value",
D
DCloud_LXH 已提交
568
      "style": {
DCloud-WZF's avatar
DCloud-WZF 已提交
569
        "navigationBarTitleText": "toValue"
D
DCloud_LXH 已提交
570 571 572
      }
    },
    {
573
      "path": "pages/reactivity/advanced/shallow-ref/shallow-ref",
D
DCloud_LXH 已提交
574
      "style": {
575
        "navigationBarTitleText": "shallowRef"
D
DCloud_LXH 已提交
576 577 578
      }
    },
    {
579
      "path": "pages/reactivity/advanced/trigger-ref/trigger-ref",
D
DCloud_LXH 已提交
580
      "style": {
581
        "navigationBarTitleText": "triggerRef"
D
DCloud_LXH 已提交
582 583 584
      }
    },
    {
585
      "path": "pages/reactivity/advanced/custom-ref/custom-ref",
D
DCloud_LXH 已提交
586
      "style": {
587
        "navigationBarTitleText": "customRef"
D
DCloud_LXH 已提交
588 589 590
      }
    },
    {
591
      "path": "pages/reactivity/advanced/shallow-reactive/shallow-reactive",
D
DCloud_LXH 已提交
592
      "style": {
593
        "navigationBarTitleText": "shallowReactive"
D
DCloud_LXH 已提交
594 595 596
      }
    },
    {
597
      "path": "pages/reactivity/advanced/shallow-readonly/shallow-readonly",
D
DCloud_LXH 已提交
598
      "style": {
599
        "navigationBarTitleText": "shallowReadonly"
D
DCloud_LXH 已提交
600 601 602
      }
    },
    {
603
      "path": "pages/reactivity/advanced/to-raw/to-raw",
D
DCloud_LXH 已提交
604
      "style": {
605
        "navigationBarTitleText": "toRaw"
D
DCloud_LXH 已提交
606 607 608
      }
    },
    {
609
      "path": "pages/reactivity/advanced/mark-raw/mark-raw",
D
DCloud_LXH 已提交
610
      "style": {
611
        "navigationBarTitleText": "markRaw"
D
DCloud_LXH 已提交
612 613 614
      }
    },
    {
615
      "path": "pages/reactivity/advanced/effect-scope/effect-scope",
D
DCloud_LXH 已提交
616
      "style": {
617
        "navigationBarTitleText": "effectScope"
D
DCloud_LXH 已提交
618 619 620
      }
    },
    {
621
      "path": "pages/reactivity/advanced/get-current-scope/get-current-scope",
D
DCloud_LXH 已提交
622
      "style": {
623
        "navigationBarTitleText": "getCurrentScope"
D
DCloud_LXH 已提交
624 625 626
      }
    },
    {
627
      "path": "pages/reactivity/advanced/on-scope-dispose/on-scope-dispose",
D
DCloud_LXH 已提交
628
      "style": {
629
        "navigationBarTitleText": "onScopeDispose"
D
DCloud_LXH 已提交
630 631 632
      }
    },
    {
633
      "path": "pages/lifecycle/page/page-composition",
D
DCloud_LXH 已提交
634
      "style": {
635 636
        "navigationBarTitleText": "page-lifecycle 组合式 API",
        "enablePullDownRefresh": true
D
DCloud_LXH 已提交
637 638 639
      }
    },
    {
640
      "path": "pages/lifecycle/page/page-options",
D
DCloud_LXH 已提交
641
      "style": {
642 643
        "navigationBarTitleText": "page-lifecycle 选项式 API",
        "enablePullDownRefresh": true
D
DCloud_LXH 已提交
644 645 646
      }
    },
    {
647
      "path": "pages/lifecycle/component/component-options",
D
DCloud_LXH 已提交
648
      "style": {
649 650
        "navigationBarTitleText": "component-lifecycle 选项式 API",
        "enablePullDownRefresh": true
D
DCloud_LXH 已提交
651 652 653
      }
    },
    {
654
      "path": "pages/lifecycle/component/component-composition",
D
DCloud_LXH 已提交
655
      "style": {
656 657
        "navigationBarTitleText": "component-lifecycle 组合式 API",
        "enablePullDownRefresh": true
D
DCloud_LXH 已提交
658 659 660
      }
    },
    {
661
      "path": "pages/built-in/component/slots/slots-composition",
D
DCloud_LXH 已提交
662
      "style": {
663
        "navigationBarTitleText": "slots 组合式 API"
D
DCloud_LXH 已提交
664 665 666
      }
    },
    {
667
      "path": "pages/built-in/component/slots/slots-options",
D
DCloud_LXH 已提交
668
      "style": {
669
        "navigationBarTitleText": "slots 选项式 API"
D
DCloud_LXH 已提交
670 671 672
      }
    },
    {
673
      "path": "pages/built-in/component/template/template-options",
D
DCloud_LXH 已提交
674
      "style": {
675
        "navigationBarTitleText": "template 选项式 API"
D
DCloud_LXH 已提交
676 677 678
      }
    },
    {
679
      "path": "pages/built-in/component/template/template-composition",
D
DCloud_LXH 已提交
680
      "style": {
681
        "navigationBarTitleText": "template 组合式 API"
D
DCloud_LXH 已提交
682 683 684
      }
    },
    {
685
      "path": "pages/built-in/component/template/template-map-style-options",
D
DCloud_LXH 已提交
686
      "style": {
687
        "navigationBarTitleText": "template-map-style 选项式 API"
D
DCloud_LXH 已提交
688 689 690
      }
    },
    {
691
      "path": "pages/built-in/component/template/template-map-style-composition",
D
DCloud_LXH 已提交
692
      "style": {
693
        "navigationBarTitleText": "template-map-style 组合式 API"
D
DCloud_LXH 已提交
694 695 696
      }
    },
    {
697
      "path": "pages/rendering/unrecognized-component/unrecognized-component",
D
DCloud_LXH 已提交
698
      "style": {
699
        "navigationBarTitleText": "unrecognized-component"
D
DCloud_LXH 已提交
700 701 702
      }
    },
    {
703
      "path": "pages/built-in/component/component/component-options",
D
DCloud_LXH 已提交
704
      "style": {
705
        "navigationBarTitleText": "component 选项式 API"
D
DCloud_LXH 已提交
706 707 708
      }
    },
    {
709
      "path": "pages/built-in/component/component/component-composition",
D
DCloud_LXH 已提交
710
      "style": {
711
        "navigationBarTitleText": "component 组合式 API"
D
DCloud_LXH 已提交
712 713 714
      }
    },
    {
715
      "path": "pages/rendering/render/render",
D
DCloud_LXH 已提交
716
      "style": {
717
        "navigationBarTitleText": "render function"
D
DCloud_LXH 已提交
718 719 720
      }
    },
    {
721
      "path": "pages/examples/nested-component-communication/nested-component-communication-options",
D
DCloud_LXH 已提交
722
      "style": {
723
        "navigationBarTitleText": "嵌套组件通信 选项式 API"
D
DCloud_LXH 已提交
724 725 726
      }
    },
    {
727
      "path": "pages/examples/nested-component-communication/nested-component-communication-composition",
D
DCloud_LXH 已提交
728
      "style": {
729
        "navigationBarTitleText": "嵌套组件通信 组合式 API"
D
DCloud_LXH 已提交
730 731 732
      }
    },
    {
733
      "path": "pages/examples/set-custom-child-component-root-node-class/set-custom-child-component-root-node-class-options",
D
DCloud_LXH 已提交
734
      "style": {
735
        "navigationBarTitleText": "自定义组件中使用 class 定制另一个自定义组件根节点样式 选项式 API"
D
DCloud_LXH 已提交
736 737 738
      }
    },
    {
739
      "path": "pages/examples/set-custom-child-component-root-node-class/set-custom-child-component-root-node-class-composition",
D
DCloud_LXH 已提交
740
      "style": {
741
        "navigationBarTitleText": "自定义组件中使用 class 定制另一个自定义组件根节点样式 组合式 API"
D
DCloud_LXH 已提交
742 743 744 745 746
      }
    },
    {
      "path": "pages/built-in/component/teleport/teleport-options",
      "style": {
D
DCloud_LXH 已提交
747
        "navigationBarTitleText": "teleport 选项式 API",
D
DCloud_LXH 已提交
748 749 750 751 752 753
        "enablePullDownRefresh": false
      }
    },
    {
      "path": "pages/built-in/component/teleport/teleport-composition",
      "style": {
D
DCloud_LXH 已提交
754
        "navigationBarTitleText": "teleport 组合式 API",
D
DCloud_LXH 已提交
755 756 757 758 759 760 761 762 763
        "enablePullDownRefresh": false
      }
    },
    {
      "path": "pages/type/type",
      "style": {
        "navigationBarTitleText": "",
        "enablePullDownRefresh": false
      }
764 765 766 767 768 769 770 771 772 773 774 775
    },
    {
      "path": "pages/error/runtime-error/runtime-error-options",
      "style": {
        "navigationBarTitleText": "runtime error 选项式 API"
      }
    },
    {
      "path": "pages/error/runtime-error/runtime-error-composition",
      "style": {
        "navigationBarTitleText": "runtime error 组合式 API"
      }
D
DCloud_LXH 已提交
776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804
    }
  ],
  "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函数里面得到
      }
    ]
  }
}