随手精灵小程序,单独为了获取WIFI信息加强围栏告警功能能力
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

45 lines
1.3KB

  1. {
  2. "pages": [
  3. "pages/home/home",
  4. "pages/more/more",
  5. "components/UserPrivacyDialog/index"
  6. ],
  7. "permission": {
  8. "scope.userLocation": {
  9. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  10. }
  11. },
  12. "window": {
  13. "backgroundTextStyle": "dark",
  14. "navigationBarBackgroundColor": "#1772cb",
  15. "navigationBarTitleText": "随手精灵",
  16. "navigationBarTextStyle": "white"
  17. },
  18. "tabBar": {
  19. "color": "#7A7E83",
  20. "selectedColor": "#13227a",
  21. "backgroundColor": "#ffffff",
  22. "list": [
  23. {
  24. "pagePath": "pages/home/home",
  25. "iconPath": "images/icon/icon_home.png",
  26. "selectedIconPath": "images/icon/icon_home_active.png",
  27. "text": "首页"
  28. },
  29. {
  30. "pagePath": "pages/more/more",
  31. "iconPath": "images/icon/icon_more.png",
  32. "selectedIconPath": "images/icon/icon_more_active.png",
  33. "text": "更多"
  34. }
  35. ]
  36. },
  37. "networkTimeout": {
  38. "request": 10000,
  39. "downloadFile": 10000
  40. },
  41. "debug": true,
  42. "sitemapLocation": "sitemap.json",
  43. "lazyCodeLoading": "requiredComponents",
  44. "__usePrivacyCheck__": true
  45. }