pages.json 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/home",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/index/my",
  11. "style": {
  12. "navigationStyle": "custom"
  13. }
  14. }
  15. ],
  16. "subPackages": [
  17. {
  18. "root": "pages/set",
  19. "pages": [
  20. {
  21. "path": "index",
  22. "style": {
  23. "navigationBarTitleText": "%page.设置%"
  24. }
  25. },
  26. {
  27. "path": "general",
  28. "style": {
  29. "navigationBarTitleText": "%page.通用设置%"
  30. }
  31. },
  32. {
  33. "path": "notice",
  34. "style": {
  35. "navigationBarTitleText": "%page.通知设置%"
  36. }
  37. },
  38. {
  39. "path": "about",
  40. "style": {
  41. "navigationBarTitleText": ""
  42. }
  43. },
  44. {
  45. "path": "cs",
  46. "style": {
  47. "navigationBarTitleText": "%page.联系客服%"
  48. }
  49. }
  50. ]
  51. },
  52. {
  53. "root": "pages/user",
  54. "pages": [
  55. {
  56. "path": "edit",
  57. "style": {
  58. "navigationBarTitleText": "%page.编辑资料%"
  59. }
  60. },
  61. {
  62. "path": "edit-name",
  63. "style": {
  64. "navigationStyle": "custom"
  65. }
  66. },
  67. {
  68. "path": "edit-description",
  69. "style": {
  70. "navigationStyle": "custom"
  71. }
  72. },
  73. {
  74. "path": "login",
  75. "style": {
  76. "navigationStyle": "custom",
  77. "disableScroll": true
  78. }
  79. }
  80. ]
  81. },
  82. {
  83. "root": "pages/demo",
  84. "pages": [
  85. {
  86. "path": "basic/text",
  87. "style": {
  88. "navigationBarTitleText": "Text 文本"
  89. }
  90. },
  91. {
  92. "path": "basic/button",
  93. "style": {
  94. "navigationBarTitleText": "Button 按钮"
  95. }
  96. },
  97. {
  98. "path": "basic/image",
  99. "style": {
  100. "navigationBarTitleText": "Image 图片"
  101. }
  102. },
  103. {
  104. "path": "basic/icon",
  105. "style": {
  106. "navigationBarTitleText": "Icon 图标"
  107. }
  108. },
  109. {
  110. "path": "basic/tag",
  111. "style": {
  112. "navigationBarTitleText": "Tag 标签"
  113. }
  114. },
  115. {
  116. "path": "form/form",
  117. "style": {
  118. "navigationBarTitleText": "Form 表单验证"
  119. }
  120. },
  121. {
  122. "path": "form/input",
  123. "style": {
  124. "navigationBarTitleText": "Input 输入框"
  125. }
  126. },
  127. {
  128. "path": "form/textarea",
  129. "style": {
  130. "navigationBarTitleText": "Textarea 文本域"
  131. }
  132. },
  133. {
  134. "path": "form/input-number",
  135. "style": {
  136. "navigationBarTitleText": "InputNumber 计数器"
  137. }
  138. },
  139. {
  140. "path": "form/input-otp",
  141. "style": {
  142. "navigationBarTitleText": "InputOtp 口令输入"
  143. }
  144. },
  145. {
  146. "path": "form/keyboard",
  147. "style": {
  148. "navigationBarTitleText": "Keyboard 键盘"
  149. }
  150. },
  151. {
  152. "path": "form/radio",
  153. "style": {
  154. "navigationBarTitleText": "Radio 单选框"
  155. }
  156. },
  157. {
  158. "path": "form/checkbox",
  159. "style": {
  160. "navigationBarTitleText": "Checkbox 多选框"
  161. }
  162. },
  163. {
  164. "path": "form/switch",
  165. "style": {
  166. "navigationBarTitleText": "Switch 开关"
  167. }
  168. },
  169. {
  170. "path": "form/rate",
  171. "style": {
  172. "navigationBarTitleText": "Rate 评分"
  173. }
  174. },
  175. {
  176. "path": "form/slider",
  177. "style": {
  178. "navigationBarTitleText": "Slider 滑块"
  179. }
  180. },
  181. {
  182. "path": "form/select",
  183. "style": {
  184. "navigationBarTitleText": "Select 选择器"
  185. }
  186. },
  187. {
  188. "path": "form/select-date",
  189. "style": {
  190. "navigationBarTitleText": "SelectDate 日期选择器"
  191. }
  192. },
  193. {
  194. "path": "form/select-time",
  195. "style": {
  196. "navigationBarTitleText": "SelectTime 时间选择器"
  197. }
  198. },
  199. {
  200. "path": "form/cascader",
  201. "style": {
  202. "navigationBarTitleText": "Cascader 级联选择器"
  203. }
  204. },
  205. {
  206. "path": "form/upload",
  207. "style": {
  208. "navigationBarTitleText": "Upload 文件上传"
  209. }
  210. },
  211. {
  212. "path": "layout/flex",
  213. "style": {
  214. "navigationBarTitleText": "Flex 弹性布局"
  215. }
  216. },
  217. {
  218. "path": "layout/tabs",
  219. "style": {
  220. "navigationBarTitleText": "Tabs 标签页"
  221. }
  222. },
  223. {
  224. "path": "layout/collapse",
  225. "style": {
  226. "navigationBarTitleText": "Collapse 折叠面板"
  227. }
  228. },
  229. {
  230. "path": "layout/sticky",
  231. "style": {
  232. "navigationBarTitleText": "Sticky 吸顶"
  233. }
  234. },
  235. {
  236. "path": "layout/topbar",
  237. "style": {
  238. "navigationBarTitleText": "TopBar 导航栏"
  239. }
  240. },
  241. {
  242. "path": "layout/float-view",
  243. "style": {
  244. "navigationBarTitleText": "FloatView 悬浮视图"
  245. }
  246. },
  247. {
  248. "path": "layout/footer",
  249. "style": {
  250. "navigationBarTitleText": "Footer 底部视图"
  251. }
  252. },
  253. {
  254. "path": "data/list",
  255. "style": {
  256. "navigationBarTitleText": "List 列表"
  257. }
  258. },
  259. {
  260. "path": "data/list-view",
  261. "style": {
  262. "navigationBarTitleText": "ListView 列表视图"
  263. }
  264. },
  265. {
  266. "path": "data/list-view-refresh",
  267. "style": {
  268. "navigationBarTitleText": "ListViewRefresh 列表刷新"
  269. }
  270. },
  271. {
  272. "path": "data/waterfall",
  273. "style": {
  274. "navigationBarTitleText": "Waterfall 瀑布流"
  275. }
  276. },
  277. {
  278. "path": "data/banner",
  279. "style": {
  280. "navigationBarTitleText": "Banner 轮播图"
  281. }
  282. },
  283. {
  284. "path": "data/pagination",
  285. "style": {
  286. "navigationBarTitleText": "Pagination 分页"
  287. }
  288. },
  289. {
  290. "path": "data/timeline",
  291. "style": {
  292. "navigationBarTitleText": "Timeline 时间轴"
  293. }
  294. },
  295. {
  296. "path": "data/avatar",
  297. "style": {
  298. "navigationBarTitleText": "Avatar 头像"
  299. }
  300. },
  301. {
  302. "path": "data/draggable",
  303. "style": {
  304. "navigationBarTitleText": "Draggable 拖拽"
  305. }
  306. },
  307. {
  308. "path": "status/badge",
  309. "style": {
  310. "navigationBarTitleText": "Badge 角标"
  311. }
  312. },
  313. {
  314. "path": "status/noticebar",
  315. "style": {
  316. "navigationBarTitleText": "NoticeBar 通知栏"
  317. }
  318. },
  319. {
  320. "path": "status/countdown",
  321. "style": {
  322. "navigationBarTitleText": "Countdown 倒计时"
  323. }
  324. },
  325. {
  326. "path": "status/progress",
  327. "style": {
  328. "navigationBarTitleText": "Progress 进度条"
  329. }
  330. },
  331. {
  332. "path": "status/progress-circle",
  333. "style": {
  334. "navigationBarTitleText": "ProgressCircle 圆形进度条"
  335. }
  336. },
  337. {
  338. "path": "status/skeleton",
  339. "style": {
  340. "navigationBarTitleText": "Skeleton 骨架图"
  341. }
  342. },
  343. {
  344. "path": "status/loadmore",
  345. "style": {
  346. "navigationBarTitleText": "LoadMore 加载更多"
  347. }
  348. },
  349. {
  350. "path": "status/rolling-number",
  351. "style": {
  352. "navigationBarTitleText": "RollingNumber 数字滚动"
  353. }
  354. },
  355. {
  356. "path": "feedback/action-sheet",
  357. "style": {
  358. "navigationBarTitleText": "ActionSheet 操作菜单"
  359. }
  360. },
  361. {
  362. "path": "feedback/popup",
  363. "style": {
  364. "navigationBarTitleText": "Popup 弹窗"
  365. }
  366. },
  367. {
  368. "path": "feedback/confirm",
  369. "style": {
  370. "navigationBarTitleText": "Confirm 确认框"
  371. }
  372. },
  373. {
  374. "path": "feedback/toast",
  375. "style": {
  376. "navigationBarTitleText": "Toast 提示框"
  377. }
  378. },
  379. {
  380. "path": "other/qrcode",
  381. "style": {
  382. "navigationBarTitleText": "QRCode 二维码"
  383. }
  384. },
  385. {
  386. "path": "other/sign",
  387. "style": {
  388. "navigationBarTitleText": "Sign 签名"
  389. }
  390. },
  391. {
  392. "path": "other/day-uts",
  393. "style": {
  394. "navigationBarTitleText": "DayUts 日期"
  395. }
  396. },
  397. {
  398. "path": "other/vibrate",
  399. "style": {
  400. "navigationBarTitleText": "Vibrate 震动"
  401. }
  402. },
  403. {
  404. "path": "other/cropper",
  405. "style": {
  406. "navigationBarTitleText": "Cropper 图片裁剪"
  407. }
  408. },
  409. {
  410. "path": "other/canvas",
  411. "style": {
  412. "navigationBarTitleText": "Canvas 画布"
  413. }
  414. }
  415. ]
  416. }
  417. ],
  418. "globalStyle": {
  419. "navigationBarTitleText": "cool-unix",
  420. "navigationBarTextStyle": "@navTextStyle",
  421. "backgroundColorContent": "@bgContentColor",
  422. "backgroundColor": "@bgColor",
  423. "navigationBarBackgroundColor": "@navBgColor"
  424. },
  425. "tabBar": {
  426. "custom": true,
  427. "color": "@tabColor",
  428. "selectedColor": "@tabSelectedColor",
  429. "backgroundColor": "@tabBgColor",
  430. "borderStyle": "@tabBorderStyle",
  431. "height": "60px",
  432. "list": [
  433. {
  434. "pagePath": "pages/index/home",
  435. "iconPath": "/static/icon/tabbar/home.png",
  436. "selectedIconPath": "/static/icon/tabbar/home2.png",
  437. "text": "%首页%"
  438. },
  439. {
  440. "pagePath": "pages/index/my",
  441. "iconPath": "/static/icon/tabbar/my.png",
  442. "selectedIconPath": "/static/icon/tabbar/my2.png",
  443. "text": "%我的%"
  444. }
  445. ]
  446. },
  447. "uniIdRouter": {}
  448. }