pages.json 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209
  1. {
  2. "pages": [
  3. // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. {
  5. "path": "pages/tabBar/component/component",
  6. "style": {
  7. "navigationBarTitleText": "内置组件",
  8. "app-plus": {
  9. "bounce": "vertical",
  10. "titleNView": {
  11. "buttons": [{
  12. "text": "\ue534",
  13. "fontSrc": "/static/uni.ttf",
  14. "fontSize": "22px",
  15. "color": "#FFFFFF"
  16. }]
  17. }
  18. }
  19. }
  20. },
  21. {
  22. "path": "pages/tabBar/API/API",
  23. "style": {
  24. "navigationBarTitleText": "接口",
  25. "app-plus": {
  26. "titleNView": {
  27. "buttons": [{
  28. "text": "\ue534",
  29. "fontSrc": "/static/uni.ttf",
  30. "fontSize": "22px",
  31. "color": "#FFFFFF"
  32. }]
  33. }
  34. }
  35. }
  36. },
  37. {
  38. "path": "pages/tabBar/template/template",
  39. "style": {
  40. "navigationBarTitleText": "模版",
  41. "app-plus": {
  42. "titleNView": {
  43. "buttons": [{
  44. "text": "\ue534",
  45. "fontSrc": "/static/uni.ttf",
  46. "fontSize": "22px",
  47. "color": "#FFFFFF"
  48. }]
  49. }
  50. }
  51. }
  52. },
  53. {
  54. "path": "pages/tabBar/extUI/extUI",
  55. "style": {
  56. "navigationBarTitleText": "扩展组件",
  57. "app-plus": {
  58. "titleNView": {
  59. "buttons": [{
  60. "text": "\ue534",
  61. "fontSrc": "/static/uni.ttf",
  62. "fontSize": "22px",
  63. "color": "#FFFFFF"
  64. }]
  65. }
  66. }
  67. }
  68. },
  69. {
  70. "path": "pages/component/view/view",
  71. "style": {
  72. "navigationBarTitleText": "view"
  73. }
  74. },
  75. {
  76. "path": "pages/component/scroll-view/scroll-view",
  77. "style": {
  78. "navigationBarTitleText": "scroll-view"
  79. }
  80. },
  81. {
  82. "path": "pages/component/swiper/swiper",
  83. "style": {
  84. "navigationBarTitleText": "swiper"
  85. }
  86. },
  87. // #ifndef MP-TOUTIAO
  88. {
  89. "path": "pages/component/cover-view/cover-view",
  90. "style": {
  91. "navigationBarTitleText": "cover-view"
  92. }
  93. },
  94. {
  95. "path": "pages/component/movable-view/movable-view",
  96. "style": {
  97. "navigationBarTitleText": "movable-view"
  98. }
  99. },
  100. // #endif
  101. {
  102. "path": "pages/component/text/text",
  103. "style": {
  104. "navigationBarTitleText": "text"
  105. }
  106. },
  107. {
  108. "path": "pages/component/rich-text/rich-text",
  109. "style": {
  110. "navigationBarTitleText": "rich-text"
  111. }
  112. },
  113. {
  114. "path": "pages/component/progress/progress",
  115. "style": {
  116. "navigationBarTitleText": "progress"
  117. }
  118. },
  119. {
  120. "path": "pages/component/button/button",
  121. "style": {
  122. "navigationBarTitleText": "button"
  123. }
  124. },
  125. {
  126. "path": "pages/component/checkbox/checkbox",
  127. "style": {
  128. "navigationBarTitleText": "checkbox"
  129. }
  130. },
  131. {
  132. "path": "pages/component/form/form",
  133. "style": {
  134. "navigationBarTitleText": "form"
  135. }
  136. },
  137. {
  138. "path": "pages/component/input/input",
  139. "style": {
  140. "navigationBarTitleText": "input",
  141. "app-plus": {
  142. "softinputNavBar": "none"
  143. }
  144. }
  145. },
  146. {
  147. "path": "pages/component/label/label",
  148. "style": {
  149. "navigationBarTitleText": "label"
  150. }
  151. },
  152. {
  153. "path": "pages/component/picker/picker",
  154. "style": {
  155. "navigationBarTitleText": "picker"
  156. }
  157. },
  158. {
  159. "path": "pages/component/picker-view/picker-view",
  160. "style": {
  161. "navigationBarTitleText": "picker-view"
  162. }
  163. },
  164. {
  165. "path": "pages/component/radio/radio",
  166. "style": {
  167. "navigationBarTitleText": "radio"
  168. }
  169. },
  170. {
  171. "path": "pages/component/slider/slider",
  172. "style": {
  173. "navigationBarTitleText": "slider"
  174. }
  175. },
  176. {
  177. "path": "pages/component/switch/switch",
  178. "style": {
  179. "navigationBarTitleText": "switch"
  180. }
  181. },
  182. {
  183. "path": "pages/component/textarea/textarea",
  184. "style": {
  185. "navigationBarTitleText": "textarea"
  186. }
  187. },
  188. // #ifdef APP-PLUS || MP-WEIXIN || H5
  189. {
  190. "path": "pages/component/editor/editor",
  191. "style": {
  192. "navigationBarTitleText": "editor"
  193. }
  194. },
  195. // #endif
  196. {
  197. "path": "pages/component/navigator/navigator",
  198. "style": {
  199. "navigationBarTitleText": "navigator"
  200. }
  201. },
  202. {
  203. "path": "pages/component/navigator/navigate/navigate",
  204. "style": {
  205. "navigationBarTitleText": "navigatePage"
  206. }
  207. },
  208. {
  209. "path": "pages/component/navigator/redirect/redirect",
  210. "style": {
  211. "navigationBarTitleText": "redirectPage"
  212. }
  213. },
  214. {
  215. "path": "pages/component/image/image",
  216. "style": {
  217. "navigationBarTitleText": "image"
  218. }
  219. },
  220. {
  221. "path": "pages/component/video/video",
  222. "style": {
  223. "navigationBarTitleText": "video"
  224. }
  225. },
  226. // #ifndef MP-ALIPAY || MP-TOUTIAO
  227. {
  228. "path": "pages/component/audio/audio",
  229. "style": {
  230. "navigationBarTitleText": "audio"
  231. }
  232. },
  233. // #endif
  234. // #ifndef MP-TOUTIAO
  235. {
  236. "path": "pages/component/map/map",
  237. "style": {
  238. "navigationBarTitleText": "map"
  239. }
  240. },
  241. // #endif
  242. {
  243. "path": "pages/component/canvas/canvas",
  244. "style": {
  245. "navigationBarTitleText": "canvas"
  246. }
  247. },
  248. {
  249. "path": "pages/component/web-view/web-view",
  250. "style": {
  251. "navigationBarTitleText": "web-view"
  252. }
  253. },
  254. // #ifndef H5 || MP-BAIDU || QUICKAPP-WEBVIEW
  255. {
  256. "path": "pages/component/ad/ad",
  257. "style": {
  258. "navigationBarTitleText": "AD"
  259. }
  260. },
  261. // #endif
  262. // #ifdef APP-PLUS || H5
  263. {
  264. "path": "pages/component/web-view-local/web-view-local",
  265. "style": {}
  266. },
  267. // #endif
  268. {
  269. "path": "platforms/app-plus/speech/speech",
  270. "style": {
  271. "navigationBarTitleText": "语音识别"
  272. }
  273. },
  274. {
  275. "path": "platforms/app-plus/orientation/orientation",
  276. "style": {
  277. "navigationBarTitleText": "方向传感器"
  278. }
  279. },
  280. {
  281. "path": "platforms/app-plus/proximity/proximity",
  282. "style": {
  283. "navigationBarTitleText": "距离传感器"
  284. }
  285. },
  286. {
  287. "path": "platforms/app-plus/push/push",
  288. "style": {
  289. "navigationBarTitleText": "推送"
  290. }
  291. },
  292. {
  293. "path": "platforms/app-plus/shake/shake",
  294. "style": {
  295. "navigationBarTitleText": "摇一摇"
  296. }
  297. },
  298. // #ifdef H5 || APP-PLUS
  299. {
  300. "path": "pages/about/about",
  301. "style": {
  302. "navigationBarTitleText": "关于"
  303. }
  304. },
  305. // #endif
  306. {
  307. "path": "platforms/app-plus/feedback/feedback",
  308. "style": {
  309. "navigationBarTitleText": "问题反馈"
  310. }
  311. }
  312. ],
  313. "subPackages": [{
  314. "root": "pages/API",
  315. "pages": [{
  316. "path": "login/login",
  317. "style": {
  318. "navigationBarTitleText": "授权登录"
  319. }
  320. },
  321. // #ifdef APP-PLUS
  322. {
  323. "path": "subnvue/subnvue",
  324. "style": {
  325. "navigationBarTitleText": "原生子窗体",
  326. "app-plus": {
  327. "subNVues": [{
  328. "id": "drawer",
  329. "path": "subnvue/subnvue/drawer",
  330. "type": "popup",
  331. "style": {
  332. "width": "50%"
  333. }
  334. }, {
  335. "id": "popup",
  336. "path": "subnvue/subnvue/popup",
  337. "type": "popup",
  338. "style": {
  339. "margin": "auto",
  340. "width": "80%",
  341. "height": "600rpx"
  342. }
  343. }, {
  344. "id": "video_mask",
  345. "path": "subnvue/subnvue/video-mask",
  346. "style": {
  347. "position": "absolute",
  348. "bottom": "30px",
  349. "left": "0",
  350. "width": "230px",
  351. "height": "110px",
  352. "background": "transparent"
  353. }
  354. }]
  355. }
  356. }
  357. },
  358. // #endif
  359. {
  360. "path": "get-user-info/get-user-info",
  361. "style": {
  362. "navigationBarTitleText": "获取用户信息"
  363. }
  364. },
  365. {
  366. "path": "request-payment/request-payment",
  367. "style": {
  368. "navigationBarTitleText": "发起支付"
  369. }
  370. },
  371. {
  372. "path": "share/share",
  373. "style": {
  374. "navigationBarTitleText": "分享"
  375. }
  376. },
  377. {
  378. "path": "set-navigation-bar-title/set-navigation-bar-title",
  379. "style": {
  380. "navigationBarTitleText": "设置界面标题"
  381. }
  382. },
  383. {
  384. "path": "show-loading/show-loading",
  385. "style": {
  386. "navigationBarTitleText": "加载提示框"
  387. }
  388. },
  389. {
  390. "path": "navigator/navigator",
  391. "style": {
  392. "navigationBarTitleText": "页面跳转"
  393. }
  394. },
  395. {
  396. "path": "navigator/new-page/new-vue-page-1",
  397. "style": {
  398. "navigationBarTitleText": "新VUE页面1"
  399. }
  400. },
  401. {
  402. "path": "navigator/new-page/new-vue-page-2",
  403. "style": {
  404. "navigationBarTitleText": "新VUE页面2"
  405. }
  406. },
  407. {
  408. "path": "navigator/new-page/new-nvue-page-1",
  409. "style": {
  410. "navigationBarTitleText": "新NVUE页面1"
  411. }
  412. },
  413. {
  414. "path": "navigator/new-page/new-nvue-page-2",
  415. "style": {
  416. "navigationBarTitleText": "新NVUE页面2"
  417. }
  418. },
  419. {
  420. "path": "pull-down-refresh/pull-down-refresh",
  421. "style": {
  422. "navigationBarTitleText": "下拉刷新",
  423. "enablePullDownRefresh": true
  424. }
  425. },
  426. {
  427. "path": "animation/animation",
  428. "style": {
  429. "navigationBarTitleText": "创建动画"
  430. }
  431. },
  432. {
  433. "path": "get-node-info/get-node-info",
  434. "style": {
  435. "navigationBarTitleText": "节点信息"
  436. }
  437. },
  438. {
  439. "path": "intersection-observer/intersection-observer",
  440. "style": {
  441. "navigationBarTitleText": "节点布局相交状态"
  442. }
  443. },
  444. {
  445. "path": "canvas/canvas",
  446. "style": {
  447. "navigationBarTitleText": "创建绘画"
  448. }
  449. },
  450. {
  451. "path": "action-sheet/action-sheet",
  452. "style": {
  453. "navigationBarTitleText": "操作菜单"
  454. }
  455. },
  456. {
  457. "path": "modal/modal",
  458. "style": {
  459. "navigationBarTitleText": "模态弹窗"
  460. }
  461. },
  462. {
  463. "path": "toast/toast",
  464. "style": {
  465. "navigationBarTitleText": "消息提示框"
  466. }
  467. },
  468. {
  469. "path": "get-network-type/get-network-type",
  470. "style": {
  471. "navigationBarTitleText": "获取手机网络状态"
  472. }
  473. },
  474. {
  475. "path": "get-system-info/get-system-info",
  476. "style": {
  477. "navigationBarTitleText": "获取手机系统信息"
  478. }
  479. },
  480. {
  481. "path": "add-phone-contact/add-phone-contact",
  482. "style": {
  483. "navigationBarTitleText": "添加手机联系人"
  484. }
  485. },
  486. {
  487. "path": "on-accelerometer-change/on-accelerometer-change",
  488. "style": {
  489. "navigationBarTitleText": "监听加速度计数据"
  490. }
  491. },
  492. {
  493. "path": "on-compass-change/on-compass-change",
  494. "style": {
  495. "navigationBarTitleText": "监听罗盘数据"
  496. }
  497. },
  498. {
  499. "path": "make-phone-call/make-phone-call",
  500. "style": {
  501. "navigationBarTitleText": "打电话"
  502. }
  503. },
  504. {
  505. "path": "scan-code/scan-code",
  506. "style": {
  507. "navigationBarTitleText": "扫码"
  508. }
  509. },
  510. {
  511. "path": "clipboard/clipboard",
  512. "style": {
  513. "navigationBarTitleText": "剪贴板"
  514. }
  515. },
  516. {
  517. "path": "request/request",
  518. "style": {
  519. "navigationBarTitleText": "网络请求"
  520. }
  521. },
  522. {
  523. "path": "upload-file/upload-file",
  524. "style": {
  525. "navigationBarTitleText": "上传文件"
  526. }
  527. },
  528. {
  529. "path": "download-file/download-file",
  530. "style": {
  531. "navigationBarTitleText": "下载文件"
  532. }
  533. },
  534. {
  535. "path": "image/image",
  536. "style": {
  537. "navigationBarTitleText": "图片"
  538. }
  539. },
  540. {
  541. "path": "voice/voice",
  542. "style": {
  543. "navigationBarTitleText": "录音"
  544. }
  545. },
  546. {
  547. "path": "inner-audio/inner-audio",
  548. "style": {
  549. "navigationBarTitleText": "音频"
  550. }
  551. },
  552. {
  553. "path": "background-audio/background-audio",
  554. "style": {
  555. "navigationBarTitleText": "背景音频"
  556. }
  557. },
  558. {
  559. "path": "video/video",
  560. "style": {
  561. "navigationBarTitleText": "视频"
  562. }
  563. },
  564. {
  565. "path": "file/file",
  566. "style": {
  567. "navigationBarTitleText": "文件"
  568. }
  569. },
  570. // #ifndef MP-QQ || MP-TOUTIAO
  571. {
  572. "path": "map/map",
  573. "style": {
  574. "navigationBarTitleText": "map"
  575. }
  576. },
  577. // #endif
  578. // #ifdef APP-PLUS
  579. {
  580. "path": "map-search/map-search",
  581. "style": {
  582. "navigationBarTitleText": "map search"
  583. }
  584. },
  585. // #endif
  586. {
  587. "path": "get-location/get-location",
  588. "style": {
  589. "navigationBarTitleText": "获取位置"
  590. }
  591. },
  592. {
  593. "path": "open-location/open-location",
  594. "style": {
  595. "navigationBarTitleText": "查看位置"
  596. }
  597. },
  598. // #ifndef MP-TOUTIAO
  599. {
  600. "path": "choose-location/choose-location",
  601. "style": {
  602. "navigationBarTitleText": "使用地图选择位置"
  603. }
  604. },
  605. // #endif
  606. {
  607. "path": "storage/storage",
  608. "style": {
  609. "navigationBarTitleText": "数据存储"
  610. }
  611. },
  612. {
  613. "path": "sqlite/sqlite",
  614. "style": {
  615. "navigationBarTitleText": "SQLite"
  616. }
  617. },
  618. // #ifdef APP-PLUS || MP-WEIXIN
  619. {
  620. "path": "rewarded-video-ad/rewarded-video-ad",
  621. "style": {
  622. "navigationBarTitleText": "激励视频广告"
  623. }
  624. },
  625. // #endif
  626. // #ifndef H5
  627. {
  628. "path": "brightness/brightness",
  629. "style": {
  630. "navigationBarTitleText": "屏幕亮度"
  631. }
  632. },
  633. // #endif
  634. // #ifndef H5 || MP-ALIPAY
  635. {
  636. "path": "save-media/save-media",
  637. "style": {
  638. "navigationBarTitleText": "保存媒体到本地"
  639. }
  640. },
  641. // #endif
  642. // #ifdef APP-PLUS || MP-WEIXIN || MP-QQ
  643. {
  644. "path": "bluetooth/bluetooth",
  645. "style": {
  646. "navigationBarTitleText": "蓝牙"
  647. }
  648. },
  649. {
  650. "path": "soter/soter",
  651. "style": {
  652. "navigationBarTitleText": "生物认证"
  653. }
  654. },
  655. // #endif
  656. // #ifdef APP-PLUS || MP-WEIXIN
  657. {
  658. "path": "ibeacon/ibeacon",
  659. "style": {
  660. "navigationBarTitleText": "iBeacon"
  661. }
  662. },
  663. // #endif
  664. {
  665. "path": "vibrate/vibrate",
  666. "style": {
  667. "navigationBarTitleText": "震动"
  668. }
  669. },
  670. // #ifndef MP-ALIPAY
  671. {
  672. "path": "websocket-socketTask/websocket-socketTask",
  673. "style": {
  674. "navigationBarTitleText": "websocket-socketTask"
  675. }
  676. },
  677. // #endif
  678. {
  679. "path": "websocket-global/websocket-global",
  680. "style": {
  681. "navigationBarTitleText": "websocket-global"
  682. }
  683. }
  684. ]
  685. },
  686. {
  687. "root": "pages/extUI",
  688. "pages": [{
  689. "path": "badge/badge",
  690. "style": {
  691. "navigationBarTitleText": "Badge 数字角标"
  692. }
  693. },
  694. {
  695. "path": "countdown/countdown",
  696. "style": {
  697. "navigationBarTitleText": "Countdown 倒计时"
  698. }
  699. },
  700. {
  701. "path": "drawer/drawer",
  702. "style": {
  703. "navigationBarTitleText": "Drawer 抽屉",
  704. "app-plus": {
  705. "titleNView": {
  706. "buttons": [{
  707. "text": "\ue563",
  708. "fontSrc": "/static/uni.ttf",
  709. "fontSize": "22px"
  710. }]
  711. },
  712. "bounce": "none"
  713. }
  714. }
  715. },
  716. {
  717. "path": "icons/icons",
  718. "style": {
  719. "navigationBarTitleText": "Icons 图标"
  720. }
  721. },
  722. {
  723. "path": "load-more/load-more",
  724. "style": {
  725. "navigationBarTitleText": "LoadMore 加载更多"
  726. }
  727. },
  728. {
  729. "path": "nav-bar/nav-bar",
  730. "style": {
  731. "navigationBarTitleText": "NavBar 导航栏",
  732. "navigationStyle": "custom",
  733. "enablePullDownRefresh": true,
  734. "app-plus": {
  735. "titleNView": false,
  736. "bounce": "none",
  737. "pullToRefresh": {
  738. "style": "circle",
  739. "offset": "70px"
  740. }
  741. }
  742. }
  743. },
  744. {
  745. "path": "number-box/number-box",
  746. "style": {
  747. "navigationBarTitleText": "NumberBox 数字输入框"
  748. }
  749. },
  750. {
  751. "path": "popup/popup",
  752. "style": {
  753. "navigationBarTitleText": "Popup 弹出层",
  754. "app-plus": {
  755. "softinputMode": "adjustResize"
  756. }
  757. }
  758. },
  759. {
  760. "path": "segmented-control/segmented-control",
  761. "style": {
  762. "navigationBarTitleText": "SegmentedControl 分段器"
  763. }
  764. },
  765. {
  766. "path": "tag/tag",
  767. "style": {
  768. "navigationBarTitleText": "Tag 标签"
  769. }
  770. },
  771. {
  772. "path": "list/list",
  773. "style": {
  774. "navigationBarTitleText": "List 列表"
  775. }
  776. },
  777. {
  778. "path": "card/card",
  779. "style": {
  780. "navigationBarTitleText": "Card 卡片"
  781. }
  782. },
  783. {
  784. "path": "collapse/collapse",
  785. "style": {
  786. "navigationBarTitleText": "Collapse 折叠面板"
  787. }
  788. },
  789. {
  790. "path": "pagination/pagination",
  791. "style": {
  792. "navigationBarTitleText": "Pagination 分页器"
  793. }
  794. },
  795. {
  796. "path": "swiper-dot/swiper-dot",
  797. "style": {
  798. "navigationBarTitleText": "SwiperDot 轮播图指示点",
  799. "mp-baidu": {
  800. "disableSwipeBack": true
  801. }
  802. }
  803. },
  804. {
  805. "path": "grid/grid",
  806. "style": {
  807. "navigationBarTitleText": "Grid 宫格"
  808. }
  809. },
  810. {
  811. "path": "rate/rate",
  812. "style": {
  813. "navigationBarTitleText": "Rate 评分"
  814. }
  815. },
  816. {
  817. "path": "steps/steps",
  818. "style": {
  819. "navigationBarTitleText": "Steps 步骤条"
  820. }
  821. },
  822. {
  823. "path": "notice-bar/notice-bar",
  824. "style": {
  825. "navigationBarTitleText": "NoticeBar 通告栏"
  826. }
  827. },
  828. {
  829. "path": "swipe-action/swipe-action",
  830. "style": {
  831. "navigationBarTitleText": "SwipeAction 滑动操作",
  832. "app-plus": {
  833. "bounce": "none"
  834. }
  835. }
  836. },
  837. {
  838. "path": "search-bar/search-bar",
  839. "style": {
  840. "navigationBarTitleText": "SearchBar 搜索栏"
  841. }
  842. },
  843. {
  844. "path": "calendar/calendar",
  845. "style": {
  846. "navigationBarTitleText": "Calendar 日历"
  847. }
  848. },
  849. {
  850. "path": "indexed-list/indexed-list",
  851. "style": {
  852. "navigationBarTitleText": "IndexedList 索引列表",
  853. "mp-weixin": {
  854. "disableScroll": true
  855. },
  856. "app-plus": {
  857. "bounce": "none"
  858. },
  859. "mp-alipay": {
  860. "allowsBounceVertical": "NO"
  861. },
  862. "mp-baidu": {
  863. "disableScroll": true
  864. }
  865. }
  866. },
  867. {
  868. "path": "fab/fab",
  869. "style": {
  870. "navigationBarTitleText": "Fab 悬浮按钮"
  871. }
  872. },
  873. {
  874. "path": "fav/fav",
  875. "style": {
  876. "navigationBarTitleText": "Fav 收藏按钮"
  877. }
  878. },
  879. {
  880. "path": "goods-nav/goods-nav",
  881. "style": {
  882. "navigationBarTitleText": "GoodsNav 商品导航"
  883. }
  884. },
  885. {
  886. "path": "section/section",
  887. "style": {
  888. "navigationBarTitleText": "Section 章节标题"
  889. }
  890. },
  891. {
  892. "path": "transition/transition",
  893. "style": {
  894. "navigationBarTitleText": "Transition 过渡动画"
  895. }
  896. },
  897. {
  898. "path": "title/title",
  899. "style": {
  900. "navigationBarTitleText": "Title 章节标题"
  901. }
  902. },
  903. {
  904. "path": "link/link",
  905. "style": {
  906. "navigationBarTitleText": "Link 链接"
  907. }
  908. },
  909. {
  910. "path": "combox/combox",
  911. "style": {
  912. "navigationBarTitleText": "Combox 组合框"
  913. }
  914. },
  915. {
  916. "path": "list/ad",
  917. "style": {}
  918. },
  919. {
  920. "path": "list/chat",
  921. "style": {}
  922. },
  923. {
  924. "path": "test/test",
  925. "style": {}
  926. }
  927. ]
  928. },
  929. {
  930. "root": "pages/template",
  931. "pages": [{
  932. "path": "ucharts/ucharts",
  933. "style": {
  934. "navigationBarTitleText": "uCharts 图表"
  935. }
  936. },
  937. {
  938. "path": "nav-default/nav-default",
  939. "style": {
  940. "navigationBarTitleText": "默认导航栏"
  941. }
  942. },
  943. {
  944. "path": "component-communication/component-communication",
  945. "style": {
  946. "navigationBarTitleText": "组件通讯"
  947. }
  948. },
  949. // #ifdef APP-PLUS || H5 || MP-ALIPAY
  950. {
  951. "path": "nav-transparent/nav-transparent",
  952. "style": {
  953. "navigationBarTitleText": "透明渐变导航栏",
  954. "transparentTitle": "auto"
  955. }
  956. },
  957. // #endif
  958. // #ifdef APP-PLUS || H5
  959. {
  960. "path": "nav-button/nav-button",
  961. "style": {
  962. "navigationBarTitleText": "导航栏带自定义按钮",
  963. "app-plus": {
  964. "titleNView": {
  965. "buttons": [{
  966. "type": "share"
  967. },
  968. {
  969. "type": "favorite"
  970. }
  971. ]
  972. }
  973. }
  974. }
  975. },
  976. // #endif
  977. // #ifdef APP-PLUS || H5 || MP-ALIPAY
  978. {
  979. "path": "nav-image/nav-image",
  980. "style": {
  981. "navigationBarBackgroundColor": "#FFFFFF",
  982. "navigationBarTextStyle": "black",
  983. "titleImage": "https://img-cdn-qiniu.dcloud.net.cn/static/images/logo1@2x.png"
  984. }
  985. },
  986. // #endif
  987. // #ifdef APP-PLUS || H5
  988. {
  989. "path": "nav-city-dropdown/nav-city-dropdown",
  990. "style": {
  991. "navigationBarTitleText": "导航栏带城市选择",
  992. "app-plus": {
  993. "titleNView": {
  994. "buttons": [{
  995. "text": "北京市",
  996. "fontSize": "14",
  997. "select": true,
  998. "width": "auto"
  999. }]
  1000. }
  1001. }
  1002. }
  1003. },
  1004. {
  1005. "path": "nav-dot/nav-dot",
  1006. "style": {
  1007. "navigationBarTitleText": "导航栏带红点和角标",
  1008. "app-plus": {
  1009. "titleNView": {
  1010. "buttons": [{
  1011. "text": "消息",
  1012. "fontSize": "14",
  1013. "redDot": true
  1014. },
  1015. {
  1016. "text": "关注",
  1017. "fontSize": "14",
  1018. "badgeText": "12"
  1019. }
  1020. ]
  1021. }
  1022. }
  1023. }
  1024. },
  1025. {
  1026. "path": "nav-search-input/nav-search-input",
  1027. "style": {
  1028. "navigationBarTitleText": "导航栏带搜索框",
  1029. "app-plus": {
  1030. "titleNView": {
  1031. "type": "transparent",
  1032. "titleColor": "#fff",
  1033. "backgroundColor": "#007AFF",
  1034. "buttons": [{
  1035. "fontSrc": "/static/uni.ttf",
  1036. "text": "\ue537",
  1037. "width": "40px",
  1038. "fontSize": "28px",
  1039. "color": "#fff",
  1040. "background": "rgba(0,0,0,0)"
  1041. }],
  1042. "searchInput": {
  1043. "backgroundColor": "#fff",
  1044. "borderRadius": "6px",
  1045. "placeholder": "请输入地址 如:大钟寺",
  1046. "disabled": true
  1047. }
  1048. }
  1049. }
  1050. }
  1051. },
  1052. {
  1053. "path": "nav-search-input/detail/detail",
  1054. "style": {
  1055. "navigationBarTitleText": "搜索",
  1056. "app-plus": {
  1057. "titleNView": {
  1058. "titleColor": "#fff",
  1059. "backgroundColor": "#007AFF",
  1060. "buttons": [{
  1061. "fontSrc": "/static/uni.ttf",
  1062. "text": "\ue537",
  1063. "width": "auto",
  1064. "fontSize": "28px",
  1065. "color": "#fff"
  1066. }],
  1067. "searchInput": {
  1068. "backgroundColor": "#fff",
  1069. "borderRadius": "6px",
  1070. "placeholder": "请输入地址 如:大钟寺",
  1071. "autoFocus": true
  1072. }
  1073. }
  1074. }
  1075. }
  1076. },
  1077. // #endif
  1078. {
  1079. "path": "list2detail-list/list2detail-list",
  1080. "style": {
  1081. "navigationBarTitleText": "列表到详情示例",
  1082. "enablePullDownRefresh": true
  1083. }
  1084. },
  1085. {
  1086. "path": "list2detail-detail/list2detail-detail",
  1087. "style": {
  1088. "navigationBarTitleText": "详情",
  1089. "app-plus": {
  1090. "titleNView": {
  1091. "type": "transparent",
  1092. "buttons": [{
  1093. "type": "share"
  1094. }]
  1095. }
  1096. },
  1097. "h5": {
  1098. "titleNView": {
  1099. "type": "transparent",
  1100. "buttons": []
  1101. }
  1102. }
  1103. }
  1104. },
  1105. {
  1106. "path": "tabbar/tabbar",
  1107. "style": {
  1108. "navigationBarTitleText": "可拖动顶部选项卡"
  1109. }
  1110. },
  1111. {
  1112. "path": "tabbar/detail/detail",
  1113. "style": {
  1114. "navigationBarTitleText": "详情页面"
  1115. }
  1116. },
  1117. // #ifdef APP-PLUS || H5 || MP-WEIXIN || MP-QQ
  1118. {
  1119. "path": "swiper-vertical/swiper-vertical",
  1120. "style": {
  1121. "navigationBarTitleText": "上下滑动切换视频",
  1122. "app-plus": {
  1123. "titleNView": false
  1124. }
  1125. }
  1126. },
  1127. {
  1128. "path": "swiper-list/swiper-list",
  1129. "style": {
  1130. "navigationBarTitleText": "swiper-list"
  1131. }
  1132. },
  1133. // #endif
  1134. // #ifdef APP-PLUS
  1135. {
  1136. "path": "swiper-list-nvue/swiper-list-nvue",
  1137. "style": {
  1138. "navigationBarTitleText": "swiper-list"
  1139. }
  1140. },
  1141. // #endif
  1142. {
  1143. "path": "scheme/scheme",
  1144. "style": {
  1145. "navigationBarTitleText": "打开外部应用"
  1146. }
  1147. },
  1148. // #ifdef APP-PLUS || MP-WEIXIN || MP-QQ || H5
  1149. {
  1150. "path": "vant-button/vant-button",
  1151. "style": {
  1152. "navigationBarTitleText": "微信自定义组件示例",
  1153. "usingComponents": {
  1154. "van-button": "/wxcomponents/vant/button/index"
  1155. }
  1156. }
  1157. },
  1158. // #endif
  1159. {
  1160. "path": "global/global",
  1161. "style": {
  1162. "navigationBarTitleText": "GlobalData和vuex"
  1163. }
  1164. }
  1165. ]
  1166. }
  1167. ],
  1168. "globalStyle": {
  1169. "pageOrientation": "portrait",
  1170. "navigationBarTextStyle": "white",
  1171. "navigationBarTitleText": "Hello uniapp",
  1172. "navigationBarBackgroundColor": "#007AFF",
  1173. "backgroundColor": "#F8F8F8",
  1174. "backgroundColorTop": "#F4F5F6",
  1175. "backgroundColorBottom": "#F4F5F6",
  1176. "mp-360": {
  1177. "navigationStyle": "custom"
  1178. }
  1179. },
  1180. "tabBar": {
  1181. "color": "#7A7E83",
  1182. "selectedColor": "#007AFF",
  1183. "borderStyle": "black",
  1184. "backgroundColor": "#F8F8F8",
  1185. "list": [{
  1186. "pagePath": "pages/tabBar/component/component",
  1187. "iconPath": "static/component.png",
  1188. "selectedIconPath": "static/componentHL.png",
  1189. "text": "内置组件"
  1190. },
  1191. {
  1192. "pagePath": "pages/tabBar/API/API",
  1193. "iconPath": "static/api.png",
  1194. "selectedIconPath": "static/apiHL.png",
  1195. "text": "接口"
  1196. }, {
  1197. "pagePath": "pages/tabBar/extUI/extUI",
  1198. "iconPath": "static/extui.png",
  1199. "selectedIconPath": "static/extuiHL.png",
  1200. "text": "扩展组件"
  1201. }, {
  1202. "pagePath": "pages/tabBar/template/template",
  1203. "iconPath": "static/template.png",
  1204. "selectedIconPath": "static/templateHL.png",
  1205. "text": "模板"
  1206. }
  1207. ]
  1208. }
  1209. }