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 0198c7c9
authored
2026-02-12 11:46:55 +0800
by
Administrator
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
苹果的推送配置确认
1 parent
9f24cd67
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/config/env_config.dart
lib/config/env_config.dart
View file @
0198c7c
...
...
@@ -3,7 +3,7 @@ class EnvConfig {
static
const
String
version
=
String
.
fromEnvironment
(
'version'
,
defaultValue:
'0.0.0'
);
static
const
String
apnsEnv
=
String
.
fromEnvironment
(
'apns'
,
defaultValue:
'
produc
t'
);
static
const
String
apnsEnv
=
String
.
fromEnvironment
(
'apns'
,
defaultValue:
'
developmen
t'
);
static
bool
isDev
()
{
return
env
==
'dev'
;
...
...
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