Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

72 righe
1.9 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. "ignoreDevUnusedFiles" : false,
  44. "ignoreUploadUnusedFiles" : false
  45. },
  46. "usingComponents" : true
  47. },
  48. "mp-alipay" : {
  49. "usingComponents" : true
  50. },
  51. "h5" : {
  52. "router" : {
  53. "mode" : "history",
  54. "base" : "/"
  55. },
  56. "devServer" : {
  57. "https" : false,
  58. "proxy" : {
  59. "/api" : {
  60. "target" : "https://api.jiefuku.com",
  61. "changeOrigin" : true,
  62. "secure" : false,
  63. "pathRewrite" : {
  64. "^/api" : ""
  65. }
  66. }
  67. }
  68. }
  69. },
  70. "vueVersion" : "3"
  71. }