Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ethan
/
appframe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 622646be
authored
2025-12-16 12:38:23 +0800
by
Administrator
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
配置小改动
1 parent
fa9f41ca
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
README.md
lib/config/constant.dart
lib/ui/pages/web_page.dart
README.md
View file @
622646b
...
...
@@ -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
...
...
lib/config/constant.dart
View file @
622646b
...
...
@@ -50,7 +50,7 @@ class Constant {
/// /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///
/// app 版本号规则
static
const
String
appVersion
=
'1.0.251216
2
'
;
static
const
String
appVersion
=
'1.0.251216
5
'
;
/// H5的起始终最低版本号规则
static
const
String
h5Version
=
'1.0.0'
;
...
...
lib/ui/pages/web_page.dart
View file @
622646b
...
...
@@ -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
(
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment