Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
auto_track_plugin
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
顾海波
2025-02-17 16:57:29 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
72ce35e7d94e84c4691a83990204a926420331d4
72ce35e7
1 parent
c72261e6
【需求】宽高INT
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
lib/auto_track/config/queue.dart
lib/auto_track/config/queue.dart
View file @
72ce35e
...
...
@@ -177,8 +177,8 @@ class AutoTrackQueue {
'
\
$device_id
'
:
AutoTrackConfigManager
.
instance
.
deviceId
,
'
\
$timezone_offset
'
:
getZoneOffset
(),
"
\
$manufacturer
"
:
manufacturer
,
"
\
$screen_width
"
:
size
.
width
,
"
\
$screen_height
"
:
size
.
height
,
"
\
$screen_width
"
:
size
.
width
.
toInt
(),
"
\
$screen_height
"
:
size
.
width
.
toInt
(),
"
\
$app_id
"
:
AutoTrackConfigManager
.
instance
.
pkgName
,
"
\
$lib_version
"
:
"6.0.0"
,
"
\
$network_type
"
:
map
[
connectivityResult
],
...
...
Please
register
or
login
to post a comment