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 0958f40f
authored
2025-12-11 10:42:06 +0800
by
tanghuan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
更改常量配置
1 parent
b489b6e0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
lib/config/constant.dart
lib/config/constant.dart
View file @
0958f40
...
@@ -49,7 +49,7 @@ class Constant {
...
@@ -49,7 +49,7 @@ class Constant {
static
const
String
appVersion
=
'1.0.2512092'
;
static
const
String
appVersion
=
'1.0.2512092'
;
/// H5的起始终最低版本号规则
/// H5的起始终最低版本号规则
static
const
String
h5Version
=
'1.0.0
-202512090942
'
;
static
const
String
h5Version
=
'1.0.0'
;
/// H5的版本号存储的key
/// H5的版本号存储的key
static
const
String
h5VersionKey
=
'h5_version'
;
static
const
String
h5VersionKey
=
'h5_version'
;
...
@@ -91,5 +91,5 @@ class Constant {
...
@@ -91,5 +91,5 @@ class Constant {
/// 测试阶段使用
/// 测试阶段使用
static
const
bool
needIM
=
false
;
static
const
bool
needIM
=
false
;
static
const
bool
needUpgrade
=
fals
e
;
static
const
bool
needUpgrade
=
tru
e
;
}
}
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