Commit 622646be by Administrator

配置小改动

1 parent fa9f41ca
......@@ -14,6 +14,9 @@ flutter run -d 00008140-001068C93AB8801C --release
gao 00008130-0010788A2E01001C
yongosng 00008110-000A284C2178801E
chenqian 00008101-000C19483450001E
flutter build ios --build-number=2511061
flutter build ipa --export-method ad-hoc
......
......@@ -50,7 +50,7 @@ class Constant {
/// /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///
/// app 版本号规则
static const String appVersion = '1.0.2512162';
static const String appVersion = '1.0.2512165';
/// H5的起始终最低版本号规则
static const String h5Version = '1.0.0';
......
......@@ -250,7 +250,7 @@ class WebPage extends StatelessWidget {
Divider(height: 1, thickness: 0.5, indent: 16, endIndent: 16),
ListTile(
leading: const Icon(Icons.book_outlined, size: 20),
title: const Text('用户协议C', style: TextStyle(fontSize: 14)),
title: const Text('隐私设置', style: TextStyle(fontSize: 14)),
onTap: () {
Navigator.pop(ctx);
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!