From e33f2da4c8b0fbd1275f35246d06a812d522051d Mon Sep 17 00:00:00 2001 From: WinUser01 Date: Fri, 7 Jan 2022 20:51:06 +0800 Subject: [PATCH] =?UTF-8?q?hyzp=5Fybqx-Commit079=EF=BC=9A=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=E6=9B=B4=E6=96=B0=E4=B8=BA1.4.12+20220107?= =?UTF-8?q?=EF=BC=8C=E5=A2=9E=E5=8A=A0=E7=AD=A0=E8=BF=9E=E5=8E=BF=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E5=9D=90=E6=A0=87?= 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 | 4 ++++ pubspec.yaml | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/android/app/release/output.json b/android/app/release/output.json index 7aebd17..1b3d7ec 100644 --- a/android/app/release/output.json +++ b/android/app/release/output.json @@ -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":{}}] \ No newline at end of file +[{"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":{}}] \ No newline at end of file diff --git a/lib/components/UserInfo.dart b/lib/components/UserInfo.dart index 87ec9e8..d4d5bbe 100644 --- a/lib/components/UserInfo.dart +++ b/lib/components/UserInfo.dart @@ -97,6 +97,10 @@ class UserInfo { break; case 511527: // 筠连县 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; case 511528: // 兴文县 copyright_info_PinYin = 'YIBIN XINGWEN BLACK SMOKE CAR CAPTURE SYSTEM'; diff --git a/pubspec.yaml b/pubspec.yaml index 47bc091..6d5e8dc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.9+20220103 # version: 1.4.10+20220104 -version: 1.4.11+20220106 +# version: 1.4.11+20220106 +version: 1.4.12+20220107 environment: sdk: ">=2.7.0 <3.0.0"