康巴易测肤/伤疤uniapp小程序类
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1 个月前
1 个月前
1 个月前
1 个月前
1 个月前
1 个月前
1 个月前
1 个月前
1 个月前
1 个月前
1 个月前
1 个月前
1 个月前
1 个月前
1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/login/index",
  5. "pages/details/index",
  6. "pages/details/result",
  7. "pages/details/records",
  8. "pages/skin-assessment/croppedImage",
  9. "pages/skin-assessment/photograph",
  10. "pages/skin-assessment/photoProcess",
  11. "pages/user/mine",
  12. "pages/user/info"
  13. ],
  14. "subPackages": [],
  15. "window": {
  16. "navigationBarTextStyle": "black",
  17. "navigationBarTitleText": "uni-app",
  18. "navigationBarBackgroundColor": "#F8F8F8",
  19. "backgroundColor": "#F8F8F8"
  20. },
  21. "tabBar": {
  22. "color": "#fff",
  23. "selectedColor": "#F3D4A3",
  24. "backgroundColor": "#000",
  25. "list": [
  26. {
  27. "iconPath": "/static/tabbar/home_default.png",
  28. "selectedIconPath": "./static/tabbar/home_active.png",
  29. "pagePath": "pages/index/index",
  30. "text": "首页"
  31. },
  32. {
  33. "iconPath": "./static/tabbar/mine_default.png",
  34. "selectedIconPath": "./static/tabbar/mine_active.png",
  35. "pagePath": "pages/details/records",
  36. "text": "我的"
  37. }
  38. ]
  39. },
  40. "usingComponents": {}
  41. }