manifest.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "name" : "cool-unix",
  3. "appid" : "__UNI__651711F",
  4. "description" : "完全开源、永久免费、上手容易、效率极高的开发脚手架",
  5. "versionName" : "1.0.0",
  6. "versionCode" : "100",
  7. "uni-app-x" : {},
  8. "quickapp" : {},
  9. "mp-weixin" : {
  10. "darkmode" : true,
  11. "appid" : "wxdebc4de0b5584ca4",
  12. "setting" : {
  13. "urlCheck" : false,
  14. "es6" : true
  15. },
  16. "usingComponents" : true
  17. },
  18. "mp-alipay" : {
  19. "usingComponents" : true
  20. },
  21. "mp-baidu" : {
  22. "usingComponents" : true
  23. },
  24. "mp-toutiao" : {
  25. "usingComponents" : true
  26. },
  27. "uniStatistics" : {
  28. "enable" : false
  29. },
  30. "vueVersion" : "3",
  31. "app" : {
  32. "distribute" : {
  33. "icons" : {
  34. "android" : {
  35. "hdpi" : "",
  36. "xhdpi" : "",
  37. "xxhdpi" : "",
  38. "xxxhdpi" : ""
  39. }
  40. }
  41. }
  42. },
  43. "web" : {
  44. "darkmode" : true,
  45. "router" : {
  46. "mode" : "",
  47. "base" : "./"
  48. },
  49. "title" : "cool-unix"
  50. },
  51. "app-harmony" : {
  52. "distribute" : {
  53. "bundleName" : "cool.unix.demo",
  54. "signingConfigs" : {
  55. "default" : {
  56. "certpath" : "/Users/icssoa/Library/Application Support/HBuilder X/extensions/launcher/agc-certs/1761881606984.cer",
  57. "keyAlias" : "debugKey",
  58. "keyPassword" : "0000001B6F06517858019F05761FA6ED2A0253C5F0CC9B6A4283D24BA6EA2EDCA6DDED661284493269A46C",
  59. "profile" : "/Users/icssoa/Library/Application Support/HBuilder X/extensions/launcher/agc-certs/1768791750033.p7b",
  60. "signAlg" : "SHA256withECDSA",
  61. "storeFile" : "/Users/icssoa/Library/Application Support/HBuilder X/extensions/launcher/agc-certs/1761881606984.p12",
  62. "storePassword" : "0000001B6F06517858019F05761FA6ED2A0253C5F0CC9B6A4283D24BA6EA2EDCA6DDED661284493269A46C"
  63. }
  64. },
  65. "icons" : {
  66. "foreground" : "static/logo2.png",
  67. "background" : "static/logo2.png"
  68. }
  69. }
  70. },
  71. "app-android" : {
  72. "distribute" : {
  73. "modules" : {},
  74. "icons" : {
  75. "hdpi" : "static/logo.png",
  76. "xhdpi" : "static/logo.png",
  77. "xxhdpi" : "static/logo.png",
  78. "xxxhdpi" : "static/logo.png"
  79. },
  80. "splashScreens" : {
  81. "default" : {}
  82. }
  83. }
  84. },
  85. "app-ios" : {
  86. "distribute" : {
  87. "modules" : {},
  88. "icons" : {
  89. "appstore" : "docs/logo.png"
  90. },
  91. "splashScreens" : {}
  92. }
  93. }
  94. }