From 32a04c2da0195ac048812e355f1ea571fb50ec9d Mon Sep 17 00:00:00 2001 From: WinUser01 Date: Sat, 9 Apr 2022 14:46:51 +0800 Subject: [PATCH] =?UTF-8?q?hyzp=5Fybqx-Commit118=EF=BC=9A=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=E6=96=87=E6=9C=AC=E4=BF=A1=E6=81=AF=E3=80=82=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=E6=9B=B4=E6=96=B0=E4=B8=BA1.4.23+20220408?= =?UTF-8?q?=E3=80=82=E8=AF=A5=E7=89=88=E6=9C=AC=E5=B7=B2=E7=BB=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E4=B8=89=E6=B1=9F=E6=96=B0=E5=8C=BA=E7=82=B9=E4=BD=8D?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E4=B8=AD=E5=BF=83=E5=9D=90=E6=A0=87=E3=80=82?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=82=B9=E4=BD=8D=E5=9C=B0=E5=9B=BE=E7=BC=A9?= =?UTF-8?q?=E6=94=BE=E8=8C=83=E5=9B=B4=E4=B8=BA=EF=BC=9A10-18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/components/UserInfo.dart | 2 +- pubspec.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/components/UserInfo.dart b/lib/components/UserInfo.dart index 517bd62..07f9b64 100644 --- a/lib/components/UserInfo.dart +++ b/lib/components/UserInfo.dart @@ -96,7 +96,7 @@ class UserInfo { break; case 511530: // 三江新区 qx_name_long = '宜宾' + qx_name; - copyright_info = '© ' + qx_name_long + '城乡融合发展局 四川省踏石科技\n版权所有' + service_tel; + copyright_info = '© ' + qx_name_long + '城乡融合发展局 四川省踏石科技\n版权所有,' + service_tel.substring(1); copyright_info_PinYin = 'YIBIN SANJIANG NEW AREA BLACK SMOKE CAR CAPTURE SYSTEM'; // 中心地址: // mapPoi = {text: 四川轻化工大学宜宾校区, pt: {latitude: 28.811272454489966, longitude: 104.67718748580859}, uid: f79d3a036020ce5fa3d23041} diff --git a/pubspec.yaml b/pubspec.yaml index 124eda4..c6fc336 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -63,7 +63,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev #version: 1.4.20+20220306 #version: 1.4.21+20220319 #version: 1.4.22+20220320 -version: 1.4.23+20220408 +#version: 1.4.23+20220408 +version: 1.4.24+20220409 environment: sdk: ">=2.7.0 <3.0.0"