hyzp_ybqx-Commit015:通过运行下面的批处理,完美实现不同区县App的文件自动删除和拷贝

hyzp_ybqx00_yibin.images_copy.cmd
hyzp_ybqx01_cuiping.images_copy.cmd
hyzp_ybqx02_xingwen.images_copy.cmd
hyzp_ybqx03_junlian.images_copy.cmd
hyzp_ybqx04_changning.images_copy.cmd
master
WinUser01 4 years ago
parent c8533353b5
commit 1398240ce7

@ -35,10 +35,11 @@
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.INTERNET" />
<!-- android:label="宜宾黑烟抓拍"--> <!-- android:label="宜宾黑烟抓拍"-->
<!-- android:label="宜宾市翠屏黑烟抓拍"-->
<application <application
android:name="com.flutter.hyzp_ybqx.MyApplication" android:name="com.flutter.hyzp_ybqx.MyApplication"
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_launcher"
android:label="宜宾市翠屏黑烟抓拍" android:label="宜宾黑烟抓拍"
android:networkSecurityConfig="@xml/network_security_config" android:networkSecurityConfig="@xml/network_security_config"
android:usesCleartextTraffic="true" android:usesCleartextTraffic="true"
tools:replace="android:label"> tools:replace="android:label">

@ -11,11 +11,12 @@
<!--启动图片不覆盖顶部状态栏S10、S7gravity="center"时可设为30dp <!--启动图片不覆盖顶部状态栏S10、S7gravity="center"时可设为30dp
gravity="fill"时可设为37.5dp普通手机为24dp--> gravity="fill"时可设为37.5dp普通手机为24dp-->
<!-- <bitmap android:gravity="center"--> <!-- <bitmap android:gravity="center"-->
<!-- android:src="@mipmap/hyzp_yibin_launche" />--> <!-- android:src="@mipmap/hyzp_ybqx00_yibin_launche" />-->
<!-- android:src="@mipmap/hyzp_ybqx01_cuiping_launche" />-->
<item android:top="37.5dp"> <item android:top="37.5dp">
<bitmap <bitmap
android:gravity="fill" android:gravity="fill"
android:src="@mipmap/hyzp_ybqx_cuipingqu_launche" /> android:src="@mipmap/hyzp_ybqx00_yibin_launche" />
</item> </item>
</layer-list> </layer-list>

Binary file not shown.

After

Width:  |  Height:  |  Size: 545 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 547 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 607 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 255 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 854 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 842 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 854 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 842 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

@ -24,7 +24,7 @@ import 'UserInfo.dart';
// android:label="宜宾市翠屏黑烟抓拍" // android:label="宜宾市翠屏黑烟抓拍"
// 2Appandroid // 2Appandroid
// (1)hyzp_ybqx_cuipingqu_launche.png // (1) hyzp_ybqx00_yibin.images_copy.cmd hyzp_ybqx01_cuiping_launche.png
// r:\FlutterProject\FlutterProject51-hyzp_ybqx\hyzp_ybqx\android\app\src\main\res\mipmap-hdpi\ // r:\FlutterProject\FlutterProject51-hyzp_ybqx\hyzp_ybqx\android\app\src\main\res\mipmap-hdpi\
// r:\FlutterProject\FlutterProject51-hyzp_ybqx\hyzp_ybqx\android\app\src\main\res\mipmap-mdpi\ // r:\FlutterProject\FlutterProject51-hyzp_ybqx\hyzp_ybqx\android\app\src\main\res\mipmap-mdpi\
// r:\FlutterProject\FlutterProject51-hyzp_ybqx\hyzp_ybqx\android\app\src\main\res\mipmap-xhdpi\ // r:\FlutterProject\FlutterProject51-hyzp_ybqx\hyzp_ybqx\android\app\src\main\res\mipmap-xhdpi\
@ -33,28 +33,28 @@ import 'UserInfo.dart';
// (2) // (2)
// R:\FlutterProject\FlutterProject51-hyzp_ybqx\hyzp_ybqx\android\app\src\main\res\drawable\launch_background.xml // R:\FlutterProject\FlutterProject51-hyzp_ybqx\hyzp_ybqx\android\app\src\main\res\drawable\launch_background.xml
// android:src="@mipmap/hyzp_yibin_launche" /> // android:src="@mipmap/hyzp_yibin_launche" />
// android:src="@mipmap/hyzp_ybqx_cuipingqu_launche" /> // android:src="@mipmap/hyzp_ybqx_cuiping_launche" />
// 3AppFlutter // 3AppFlutter
// (1) 750 * 1334 // (1) hyzp_ybqx00_yibin.images_copy.cmd 750 * 1334
// r:\FlutterProject\FlutterProject51-hyzp_ybqx\hyzp_ybqx\assets\images\hyzp_ybqx_cuipingqu_launche.png // r:\FlutterProject\FlutterProject51-hyzp_ybqx\hyzp_ybqx\assets\images\hyzp_ybqx01_cuiping_launche.png
// (2) // (2)
// R:\FlutterProject\FlutterProject51-hyzp_ybqx\hyzp_ybqx\lib\main.dart // R:\FlutterProject\FlutterProject51-hyzp_ybqx\hyzp_ybqx\lib\main.dart
// child: new Image.asset('assets/images/hyzp_ybqx_cuipingqu_launche.png'), // child: new Image.asset('assets/images/hyzp_ybqx01_cuiping_launche.png'),
// child: Image.asset('assets/images/hyzp_ybqx_cuipingqu_launche.png', fit: BoxFit.cover), // child: Image.asset('assets/images/hyzp_ybqx01_cuiping_launche.png', fit: BoxFit.cover),
// 4 // 4
// (1) // (1)
// String service_tel = '\n服务热线187-8467-8300'; String service_tel = '\n服务热线187-8467-8300';
// String yibin_QuXian = '宜宾'; String yibin_QuXian = '宜宾';
// String copyright_info = '© 宜宾市生态环境局 四川省踏石科技有限公司 版权所有' + service_tel; String copyright_info = '© 宜宾市生态环境局 四川省踏石科技有限公司 版权所有' + service_tel;
// String copyright_info_PinYin = 'YIBIN BLACK SMOKE CAR CAPTURE SYSTEM'; String copyright_info_PinYin = 'YIBIN BLACK SMOKE CAR CAPTURE SYSTEM';
// (2) // (2)
String service_tel = ''; // String service_tel = '';
String yibin_QuXian = '宜宾市翠屏'; // String yibin_QuXian = '宜宾市翠屏';
String copyright_info = '© 宜宾市翠屏生态环境局 版权所有' + service_tel; // String copyright_info = '© 宜宾市翠屏生态环境局 版权所有' + service_tel;
String copyright_info_PinYin = 'YIBIN CUIPING BLACK SMOKE CAR CAPTURE SYSTEM'; // String copyright_info_PinYin = 'YIBIN CUIPING BLACK SMOKE CAR CAPTURE SYSTEM';
// end // end
//////////////////////////////////////////// ////////////////////////////////////////////

@ -223,7 +223,7 @@ class _SplashScreenState extends State<SplashScreen> {
// return new Scaffold( // return new Scaffold(
// body: new Center( // body: new Center(
// child: new Image.asset('assets/images/hyzp_yibin_launche.png', fit: BoxFit.fill), // child: new Image.asset('assets/images/hyzp_yibin_launche.png', fit: BoxFit.fill),
// // child: new Image.asset('assets/images/hyzp_ybqx_cuipingqu_launche.png'), // // child: new Image.asset('assets/images/hyzp_ybqx01_cuiping_launche.png'),
// ), // ),
// ); // );
// return Container( // return Container(
@ -239,8 +239,8 @@ class _SplashScreenState extends State<SplashScreen> {
Container( Container(
width: MediaQuery.of(context).size.width, // width: MediaQuery.of(context).size.width, //
height: MediaQuery.of(context).size.height - MediaQuery.of(context).padding.top, // height: MediaQuery.of(context).size.height - MediaQuery.of(context).padding.top, //
// child: Image.asset('assets/images/hyzp_yibin_launche.png', fit: BoxFit.cover), child: Image.asset('assets/images/hyzp_ybqx00_yibin_launche.png', fit: BoxFit.cover),
child: Image.asset('assets/images/hyzp_ybqx_cuipingqu_launche.png', fit: BoxFit.cover), // child: Image.asset('assets/images/hyzp_ybqx01_cuiping_launche.png', fit: BoxFit.cover),
), ),
], ],
), ),

Loading…
Cancel
Save