upload project source code
This commit is contained in:
42
前端源码/uni-app/manifest.json
Normal file
42
前端源码/uni-app/manifest.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name" : "起名小程序",
|
||||
"appid" : "__UNI__ED3711F",
|
||||
"description" : "React 版迁移到 uni-app Vue3 的骨架",
|
||||
"versionName" : "1.0.0",
|
||||
"versionCode" : "100",
|
||||
"vueVersion" : "3",
|
||||
"transformPx" : false,
|
||||
"app-plus" : {
|
||||
"compatible" : {
|
||||
"ignoreVersion" : true
|
||||
},
|
||||
"distribute" : {
|
||||
"ios" : {
|
||||
"dSYMs" : false
|
||||
},
|
||||
"sdkConfigs" : {
|
||||
"maps" : {
|
||||
"google" : {
|
||||
"APIKey_ios" : "",
|
||||
"APIKey_android" : ""
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"modules" : {
|
||||
"Record" : {}
|
||||
}
|
||||
},
|
||||
"quickapp" : {},
|
||||
"mp-weixin" : {
|
||||
"appid" : "wx062a6d09abb115fe",
|
||||
"setting" : {
|
||||
"es6" : true
|
||||
}
|
||||
},
|
||||
"h5" : {
|
||||
"router" : {
|
||||
"mode" : "history"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user