You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

72 line
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" : [
  22. "<uses-permission android:name=\"android.permission.INTERNET\"/>"
  23. ]
  24. },
  25. "ios" : {},
  26. "sdkConfigs" : {
  27. "oauth" : {
  28. "apple" : {},
  29. "weixin" : {
  30. "appid" : "wx34fc0db30ace39bc",
  31. "UniversalLinks" : "https://aionline.cc/app/"
  32. }
  33. }
  34. }
  35. }
  36. },
  37. "quickapp" : {},
  38. "mp-weixin" : {
  39. "appid" : "wx6d948e86da551d48",
  40. "darkmode" : false,
  41. "setting" : {
  42. "urlCheck" : false,
  43. "es6" : true,
  44. "minified" : true
  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. }