manifest.json 2.1 KB

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