hyzp_ybqx-Commit079:版本号更新为1.4.12+20220107,增加筠连县中心坐标

This commit is contained in:
WinUser01
2022-01-07 20:51:06 +08:00
parent 316cc1c76a
commit e33f2da4c8
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":20220106,"versionName":"1.4.11","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] [{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":20220107,"versionName":"1.4.12","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
+4
View File
@@ -97,6 +97,10 @@ class UserInfo {
break; break;
case 511527: // 筠连县 case 511527: // 筠连县
copyright_info_PinYin = 'YIBIN JUNLIAN BLACK SMOKE CAR CAPTURE SYSTEM'; copyright_info_PinYin = 'YIBIN JUNLIAN BLACK SMOKE CAR CAPTURE SYSTEM';
// "dwinfo":"腾达镇中和村吉安驾校附近","dwzb":"104.529183|28.150055"
// 中心地址:腾达镇中和村吉安驾校附近
center_latitude = 28.150055; // 区县中心纬度
center_longitude = 104.529183; // 区县中心经度
break; break;
case 511528: // 兴文县 case 511528: // 兴文县
copyright_info_PinYin = 'YIBIN XINGWEN BLACK SMOKE CAR CAPTURE SYSTEM'; copyright_info_PinYin = 'YIBIN XINGWEN BLACK SMOKE CAR CAPTURE SYSTEM';
+2 -1
View File
@@ -47,7 +47,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# version: 1.4.7+20220101 # version: 1.4.7+20220101
# version: 1.4.9+20220103 # version: 1.4.9+20220103
# version: 1.4.10+20220104 # version: 1.4.10+20220104
version: 1.4.11+20220106 # version: 1.4.11+20220106
version: 1.4.12+20220107
environment: environment:
sdk: ">=2.7.0 <3.0.0" sdk: ">=2.7.0 <3.0.0"