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 401282c4
authored
2025-12-05 11:02:46 +0800
by
Administrator
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
编译版本号规则
1 parent
a6505868
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
README.md
lib/config/constant.dart
README.md
View file @
401282c
...
@@ -11,6 +11,11 @@ flutter run -d 00008030-001C75810E42402E --release
...
@@ -11,6 +11,11 @@ flutter run -d 00008030-001C75810E42402E --release
flutter run -d 00008140-001068C93AB8801C --release
flutter run -d 00008140-001068C93AB8801C --release
gao 00008130-0010788A2E01001C
yongosng 00008110-000A284C2178801E
flutter build ios --build-number=2511061
flutter build ipa --export-method ad-hoc
flutter build ipa --export-method ad-hoc
flutter build ipa --export-method ad-hoc --build-name=1.0.0 --build-number=1
flutter build ipa --export-method ad-hoc --build-name=1.0.0 --build-number=1
...
...
lib/config/constant.dart
View file @
401282c
...
@@ -17,7 +17,7 @@ class Constant {
...
@@ -17,7 +17,7 @@ class Constant {
static
const
int
obsUploadChunkSize
=
1024
*
1024
*
5
;
static
const
int
obsUploadChunkSize
=
1024
*
1024
*
5
;
/// app 版本号规则
/// app 版本号规则
static
const
String
appVersion
=
'1.0.25120
2
1'
;
static
const
String
appVersion
=
'1.0.25120
3
1'
;
// h5的起始终最低版本号规则
// h5的起始终最低版本号规则
static
const
String
h5Version
=
'1.0.0'
;
static
const
String
h5Version
=
'1.0.0'
;
...
...
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