manifest.json 1003 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name" : "tpx",
  3. "appid" : "__UNI__A2B096F",
  4. "description" : "",
  5. "versionName" : "1.0.0",
  6. "versionCode" : "100",
  7. "transformPx" : false,
  8. "uniStatistics" : {
  9. "enable" : false
  10. },
  11. "app-plus" : {},
  12. "quickapp" : {},
  13. "mp-weixin" : {
  14. "appid" : "wxb59fe2aedd2d8bda",
  15. "setting" : {
  16. "urlCheck" : false,
  17. "postcss" : false,
  18. "minified" : true,
  19. "es6" : true
  20. },
  21. "usingComponents" : true,
  22. "permission" : {
  23. "scope.userLocation" : {
  24. "desc" : "请求获取您的位置信息"
  25. }
  26. }
  27. },
  28. "mp-alipay" : {
  29. "usingComponents" : true,
  30. "appid" : "2021002173670078"
  31. },
  32. "mp-baidu" : {
  33. "appid" : "",
  34. "usingComponents" : true
  35. },
  36. "mp-toutiao" : {
  37. "appid" : "",
  38. "usingComponents" : true,
  39. "urlCheck" : false
  40. },
  41. "mp-qq" : {
  42. "usingComponents" : true
  43. }
  44. }