From a975cef18690c7f77a513054363e306a5a9fe519 Mon Sep 17 00:00:00 2001 From: WinUser01 Date: Mon, 16 May 2022 15:55:11 +0800 Subject: [PATCH] =?UTF-8?q?hyzp=5Fybqx-Commit165=EF=BC=9A=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=E6=9B=B4=E6=96=B0=E4=B8=BAversion:=201.5.1+2?= =?UTF-8?q?0220517=E3=80=82=E5=B7=B2=E7=BB=8F=E5=BC=80=E5=A7=8B=E9=80=82?= =?UTF-8?q?=E9=85=8DIOS=E7=89=88App=E3=80=82=E5=B7=B2=E7=BB=8F=E9=80=82?= =?UTF-8?q?=E9=85=8D=E5=8F=99=E5=B7=9E=E5=8C=BA=E7=9A=84=E7=82=B9=E4=BD=8D?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E4=B8=AD=E5=BF=83=E4=BD=8D=E7=BD=AE=E5=92=8C?= =?UTF-8?q?=E7=89=88=E6=9D=83=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/release/output.json | 2 +- lib/components/UserInfo.dart | 8 ++++++++ pubspec.yaml | 3 ++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/android/app/release/output.json b/android/app/release/output.json index 215018e..0eda983 100644 --- a/android/app/release/output.json +++ b/android/app/release/output.json @@ -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":{}}] \ No newline at end of file +[{"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":{}}] \ No newline at end of file diff --git a/lib/components/UserInfo.dart b/lib/components/UserInfo.dart index 3f546a2..40086d6 100644 --- a/lib/components/UserInfo.dart +++ b/lib/components/UserInfo.dart @@ -96,6 +96,14 @@ class UserInfo { center_latitude = 28.829484824941034; // 区县中心纬度 center_longitude = 104.9676905045844; // 区县中心经度 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: // 三江新区 qx_name_long = '宜宾' + qx_name; copyright_info = '© ' + qx_name_long + '城乡融合发展局 四川省踏石科技\n版权所有,' + service_tel.substring(1); diff --git a/pubspec.yaml b/pubspec.yaml index 8f8fd9c..0f786c6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.31+20220506 #version: 1.4.32+20220511 -version: 1.4.33+20220515 +#version: 1.4.33+20220515 +version: 1.5.1+20220517 environment: sdk: ">=2.7.0 <3.0.0"