Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

70 linhas
1.8 KiB

  1. {
  2. "name" : "AI在线",
  3. "appid" : "__UNI__CD107E4",
  4. "description" : "AIonline 多端 AI 应用(Vue3 重构版)",
  5. "versionName" : "2.0.0",
  6. "versionCode" : 200,
  7. "transformPx" : false,
  8. "app-plus" : {
  9. "usingComponents" : true,
  10. "nvueStyleCompiler" : "uni-app",
  11. "compilerVersion" : 3,
  12. "splashscreen" : {
  13. "alwaysShowBeforeRender" : true,
  14. "waiting" : true,
  15. "autoclose" : true,
  16. "delay" : 0
  17. },
  18. "modules" : {},
  19. "distribute" : {
  20. "android" : {
  21. "permissions" : [ "<uses-permission android:name=\"android.permission.INTERNET\"/>" ]
  22. },
  23. "ios" : {},
  24. "sdkConfigs" : {
  25. "oauth" : {
  26. "apple" : {},
  27. "weixin" : {
  28. "appid" : "wx34fc0db30ace39bc",
  29. "UniversalLinks" : "https://aionline.cc/app/"
  30. }
  31. }
  32. }
  33. }
  34. },
  35. "quickapp" : {},
  36. "mp-weixin" : {
  37. "appid" : "wx6d948e86da551d48",
  38. "darkmode" : false,
  39. "setting" : {
  40. "urlCheck" : false,
  41. "es6" : true,
  42. "minified" : true
  43. },
  44. "usingComponents" : true
  45. },
  46. "mp-alipay" : {
  47. "usingComponents" : true
  48. },
  49. "h5" : {
  50. "router" : {
  51. "mode" : "history",
  52. "base" : "/"
  53. },
  54. "devServer" : {
  55. "https" : false,
  56. "proxy" : {
  57. "/api" : {
  58. "target" : "https://api.jiefuku.com",
  59. "changeOrigin" : true,
  60. "secure" : false,
  61. "pathRewrite" : {
  62. "^/api" : ""
  63. }
  64. }
  65. }
  66. }
  67. },
  68. "vueVersion" : "3"
  69. }