hyzp_ybqx-Commit165:版本号更新为version: 1.5.1+20220517。已经开始适配IOS版App。已经适配叙州区的点位地图中心位置和版权信息

This commit is contained in:
WinUser01
2022-05-16 15:55:11 +08:00
parent 7d8eb148a4
commit a975cef186
3 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":20220515,"versionName":"1.4.33","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] [{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":20220517,"versionName":"1.5.1","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
+8
View File
@@ -96,6 +96,14 @@ class UserInfo {
center_latitude = 28.829484824941034; // 区县中心纬度 center_latitude = 28.829484824941034; // 区县中心纬度
center_longitude = 104.9676905045844; // 区县中心经度 center_longitude = 104.9676905045844; // 区县中心经度
break; break;
case 511504: // 叙州区
copyright_info = '© ' + qx_name_long + '生态环境局 四川省踏石科技版权所有' + service_tel;
copyright_info_PinYin = 'YIBIN XUZHOU BLACK SMOKE CAR CAPTURE SYSTEM';
// 中心位置:点击底图空白处响应:coordinate = {latitude: 28.72865142049528, longitude: 104.5638752288174}
center_latitude = 28.72865142049528; // 区县中心纬度
center_longitude = 104.5638752288174; // 区县中心经度
g_zoomLevel = g_zoomLevel_default = 13; //地图默认缩放倍数
break;
case 511530: // 三江新区 case 511530: // 三江新区
qx_name_long = '宜宾' + qx_name; qx_name_long = '宜宾' + qx_name;
copyright_info = '© ' + qx_name_long + '城乡融合发展局 四川省踏石科技\n版权所有,' + service_tel.substring(1); copyright_info = '© ' + qx_name_long + '城乡融合发展局 四川省踏石科技\n版权所有,' + service_tel.substring(1);
+2 -1
View File
@@ -71,7 +71,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
#version: 1.4.30+20220504 #version: 1.4.30+20220504
#version: 1.4.31+20220506 #version: 1.4.31+20220506
#version: 1.4.32+20220511 #version: 1.4.32+20220511
version: 1.4.33+20220515 #version: 1.4.33+20220515
version: 1.5.1+20220517
environment: environment:
sdk: ">=2.7.0 <3.0.0" sdk: ">=2.7.0 <3.0.0"