Commit 622646be by Administrator

配置小改动

1 parent fa9f41ca
...@@ -14,6 +14,9 @@ flutter run -d 00008140-001068C93AB8801C --release ...@@ -14,6 +14,9 @@ flutter run -d 00008140-001068C93AB8801C --release
gao 00008130-0010788A2E01001C gao 00008130-0010788A2E01001C
yongosng 00008110-000A284C2178801E yongosng 00008110-000A284C2178801E
chenqian 00008101-000C19483450001E
flutter build ios --build-number=2511061 flutter build ios --build-number=2511061
flutter build ipa --export-method ad-hoc flutter build ipa --export-method ad-hoc
......
...@@ -50,7 +50,7 @@ class Constant { ...@@ -50,7 +50,7 @@ class Constant {
/// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/// ///
/// app 版本号规则 /// app 版本号规则
static const String appVersion = '1.0.2512162'; static const String appVersion = '1.0.2512165';
/// H5的起始终最低版本号规则 /// H5的起始终最低版本号规则
static const String h5Version = '1.0.0'; static const String h5Version = '1.0.0';
......
...@@ -250,7 +250,7 @@ class WebPage extends StatelessWidget { ...@@ -250,7 +250,7 @@ class WebPage extends StatelessWidget {
Divider(height: 1, thickness: 0.5, indent: 16, endIndent: 16), Divider(height: 1, thickness: 0.5, indent: 16, endIndent: 16),
ListTile( ListTile(
leading: const Icon(Icons.book_outlined, size: 20), leading: const Icon(Icons.book_outlined, size: 20),
title: const Text('用户协议C', style: TextStyle(fontSize: 14)), title: const Text('隐私设置', style: TextStyle(fontSize: 14)),
onTap: () { onTap: () {
Navigator.pop(ctx); Navigator.pop(ctx);
router.push( router.push(
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!