增加基座插件
样式修改 公共组件初始化内容
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id" : "H5E705637",
|
||||
"name" : "app",
|
||||
// "appid" : "H5E705637",
|
||||
"name" : "718友晟",
|
||||
"appid" : "__UNI__4C459F4",
|
||||
"description" : "",
|
||||
"versionName" : "1.0.0",
|
||||
"versionCode" : "100",
|
||||
@@ -16,7 +16,7 @@
|
||||
"compilerVersion" : 3,
|
||||
"splashscreen" : {
|
||||
"alwaysShowBeforeRender" : true,
|
||||
"waiting" : false,// 是否显示等待界面
|
||||
"waiting" : false, // 是否显示等待界面
|
||||
"autoclose" : true,
|
||||
"delay" : 0
|
||||
},
|
||||
@@ -43,6 +43,9 @@
|
||||
"<uses-feature android:name=\"android.hardware.camera\"/>",
|
||||
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
|
||||
],
|
||||
"abiFilters" : [ "armeabi-v7a", "arm64-v8a" ],
|
||||
"minSdkVersion" : 26,
|
||||
"targetSdkVersion" : 35,
|
||||
"icons" : {
|
||||
"android" : {
|
||||
"hdpi" : "static/icons/72x72.png",
|
||||
@@ -53,9 +56,27 @@
|
||||
}
|
||||
},
|
||||
/* ios打包配置 */
|
||||
"ios" : {},
|
||||
"ios" : {
|
||||
"dSYMs" : false
|
||||
},
|
||||
/* SDK配置 */
|
||||
"sdkConfigs" : {}
|
||||
},
|
||||
"nativePlugins" : {
|
||||
"Tm-TmSafeSaveFileModule" : {
|
||||
"__plugin_info__" : {
|
||||
"name" : "TmSafeSaveFileModule隐私数据保存",
|
||||
"description" : "TmSafeSaveFileModule隐私数据保存",
|
||||
"platforms" : "Android",
|
||||
"url" : "",
|
||||
"android_package_name" : "",
|
||||
"ios_bundle_id" : "",
|
||||
"isCloud" : false,
|
||||
"bought" : -1,
|
||||
"pid" : "",
|
||||
"parameters" : {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
/* 快应用特有相关 */
|
||||
@@ -84,8 +105,8 @@
|
||||
"h5" : {
|
||||
"router" : {
|
||||
"base" : ""
|
||||
/*,"mode": "history" 仅对 H5 平台生效 */
|
||||
},
|
||||
/*,"mode": "history" 仅对 H5 平台生效 */
|
||||
"template" : "index.html"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user