pages.json 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405
  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. }
  78. }
  79. ]
  80. },
  81. {
  82. "root": "pages/demo",
  83. "pages": [
  84. {
  85. "path": "basic/text",
  86. "style": {
  87. "navigationBarTitleText": "Text 文本"
  88. }
  89. },
  90. {
  91. "path": "basic/button",
  92. "style": {
  93. "navigationBarTitleText": "Button 按钮"
  94. }
  95. },
  96. {
  97. "path": "basic/image",
  98. "style": {
  99. "navigationBarTitleText": "Image 图片"
  100. }
  101. },
  102. {
  103. "path": "basic/icon",
  104. "style": {
  105. "navigationBarTitleText": "Icon 图标"
  106. }
  107. },
  108. {
  109. "path": "basic/tag",
  110. "style": {
  111. "navigationBarTitleText": "Tag 标签"
  112. }
  113. },
  114. {
  115. "path": "form/input",
  116. "style": {
  117. "navigationBarTitleText": "Input 输入框"
  118. }
  119. },
  120. {
  121. "path": "form/textarea",
  122. "style": {
  123. "navigationBarTitleText": "Textarea 文本域"
  124. }
  125. },
  126. {
  127. "path": "form/input-number",
  128. "style": {
  129. "navigationBarTitleText": "InputNumber 计数器"
  130. }
  131. },
  132. {
  133. "path": "form/input-otp",
  134. "style": {
  135. "navigationBarTitleText": "InputOtp 口令输入"
  136. }
  137. },
  138. {
  139. "path": "form/keyboard",
  140. "style": {
  141. "navigationBarTitleText": "Keyboard 键盘"
  142. }
  143. },
  144. {
  145. "path": "form/radio",
  146. "style": {
  147. "navigationBarTitleText": "Radio 单选框"
  148. }
  149. },
  150. {
  151. "path": "form/checkbox",
  152. "style": {
  153. "navigationBarTitleText": "Checkbox 多选框"
  154. }
  155. },
  156. {
  157. "path": "form/switch",
  158. "style": {
  159. "navigationBarTitleText": "Switch 开关"
  160. }
  161. },
  162. {
  163. "path": "form/rate",
  164. "style": {
  165. "navigationBarTitleText": "Rate 评分"
  166. }
  167. },
  168. {
  169. "path": "form/slider",
  170. "style": {
  171. "navigationBarTitleText": "Slider 滑块"
  172. }
  173. },
  174. {
  175. "path": "form/select",
  176. "style": {
  177. "navigationBarTitleText": "Select 选择器"
  178. }
  179. },
  180. {
  181. "path": "form/select-date",
  182. "style": {
  183. "navigationBarTitleText": "SelectDate 日期选择器"
  184. }
  185. },
  186. {
  187. "path": "form/select-time",
  188. "style": {
  189. "navigationBarTitleText": "SelectTime 时间选择器"
  190. }
  191. },
  192. {
  193. "path": "form/cascader",
  194. "style": {
  195. "navigationBarTitleText": "Cascader 级联选择器"
  196. }
  197. },
  198. {
  199. "path": "form/upload",
  200. "style": {
  201. "navigationBarTitleText": "Upload 文件上传"
  202. }
  203. },
  204. {
  205. "path": "layout/flex",
  206. "style": {
  207. "navigationBarTitleText": "Flex 弹性布局"
  208. }
  209. },
  210. {
  211. "path": "layout/tabs",
  212. "style": {
  213. "navigationBarTitleText": "Tabs 标签页"
  214. }
  215. },
  216. {
  217. "path": "layout/collapse",
  218. "style": {
  219. "navigationBarTitleText": "Collapse 折叠面板"
  220. }
  221. },
  222. {
  223. "path": "layout/sticky",
  224. "style": {
  225. "navigationBarTitleText": "Sticky 吸顶"
  226. }
  227. },
  228. {
  229. "path": "layout/topbar",
  230. "style": {
  231. "navigationBarTitleText": "TopBar 导航栏"
  232. }
  233. },
  234. {
  235. "path": "layout/float-view",
  236. "style": {
  237. "navigationBarTitleText": "FloatView 悬浮视图"
  238. }
  239. },
  240. {
  241. "path": "layout/footer",
  242. "style": {
  243. "navigationBarTitleText": "Footer 底部视图"
  244. }
  245. },
  246. {
  247. "path": "data/list",
  248. "style": {
  249. "navigationBarTitleText": "List 列表"
  250. }
  251. },
  252. {
  253. "path": "data/list-view",
  254. "style": {
  255. "navigationBarTitleText": "ListView 列表视图"
  256. }
  257. },
  258. {
  259. "path": "data/waterfall",
  260. "style": {
  261. "navigationBarTitleText": "Waterfall 瀑布流"
  262. }
  263. },
  264. {
  265. "path": "data/banner",
  266. "style": {
  267. "navigationBarTitleText": "Banner 轮播图"
  268. }
  269. },
  270. {
  271. "path": "data/pagination",
  272. "style": {
  273. "navigationBarTitleText": "Pagination 分页"
  274. }
  275. },
  276. {
  277. "path": "data/timeline",
  278. "style": {
  279. "navigationBarTitleText": "Timeline 时间轴"
  280. }
  281. },
  282. {
  283. "path": "data/avatar",
  284. "style": {
  285. "navigationBarTitleText": "Avatar 头像"
  286. }
  287. },
  288. {
  289. "path": "status/badge",
  290. "style": {
  291. "navigationBarTitleText": "Badge 角标"
  292. }
  293. },
  294. {
  295. "path": "status/noticebar",
  296. "style": {
  297. "navigationBarTitleText": "NoticeBar 通知栏"
  298. }
  299. },
  300. {
  301. "path": "status/countdown",
  302. "style": {
  303. "navigationBarTitleText": "Countdown 倒计时"
  304. }
  305. },
  306. {
  307. "path": "status/progress",
  308. "style": {
  309. "navigationBarTitleText": "Progress 进度条"
  310. }
  311. },
  312. {
  313. "path": "status/skeleton",
  314. "style": {
  315. "navigationBarTitleText": "Skeleton 骨架图"
  316. }
  317. },
  318. {
  319. "path": "status/loadmore",
  320. "style": {
  321. "navigationBarTitleText": "LoadMore 加载更多"
  322. }
  323. },
  324. {
  325. "path": "status/rolling-number",
  326. "style": {
  327. "navigationBarTitleText": "RollingNumber 数字滚动"
  328. }
  329. },
  330. {
  331. "path": "feedback/action-sheet",
  332. "style": {
  333. "navigationBarTitleText": "ActionSheet 操作菜单"
  334. }
  335. },
  336. {
  337. "path": "feedback/popup",
  338. "style": {
  339. "navigationBarTitleText": "Popup 弹窗"
  340. }
  341. },
  342. {
  343. "path": "feedback/confirm",
  344. "style": {
  345. "navigationBarTitleText": "Confirm 确认框"
  346. }
  347. },
  348. {
  349. "path": "feedback/toast",
  350. "style": {
  351. "navigationBarTitleText": "Toast 提示框"
  352. }
  353. },
  354. {
  355. "path": "other/qrcode",
  356. "style": {
  357. "navigationBarTitleText": "QRCode 二维码"
  358. }
  359. },
  360. {
  361. "path": "other/day-uts",
  362. "style": {
  363. "navigationBarTitleText": "DayUts 日期"
  364. }
  365. },
  366. {
  367. "path": "other/vibrate",
  368. "style": {
  369. "navigationBarTitleText": "Vibrate 震动"
  370. }
  371. }
  372. ]
  373. }
  374. ],
  375. "globalStyle": {
  376. "navigationBarTitleText": "cool-unix",
  377. "navigationBarTextStyle": "@navTextStyle",
  378. "backgroundColorContent": "@bgContentColor",
  379. "backgroundColor": "@bgColor",
  380. "navigationBarBackgroundColor": "@navBgColor"
  381. },
  382. "tabBar": {
  383. "custom": true,
  384. "color": "@tabColor",
  385. "selectedColor": "@tabSelectedColor",
  386. "backgroundColor": "@tabBgColor",
  387. "borderStyle": "@tabBorderStyle",
  388. "height": "60px",
  389. "list": [
  390. {
  391. "pagePath": "pages/index/home",
  392. "iconPath": "/static/icon/tabbar/home.png",
  393. "selectedIconPath": "/static/icon/tabbar/home2.png",
  394. "text": "%首页%"
  395. },
  396. {
  397. "pagePath": "pages/index/my",
  398. "iconPath": "/static/icon/tabbar/my.png",
  399. "selectedIconPath": "/static/icon/tabbar/my2.png",
  400. "text": "%我的%"
  401. }
  402. ]
  403. },
  404. "uniIdRouter": {}
  405. }