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 2db5b4bc
authored
2026-06-03 17:17:27 +0800
by
tanghuan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
学习机固定品牌信息为 xepad
1 parent
eb7b0eec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
lib/data/repositories/message/device_info_handler.dart
lib/data/repositories/message/device_info_handler.dart
View file @
2db5b4b
...
@@ -19,7 +19,9 @@ class DeviceInfoHandler extends MessageHandler {
...
@@ -19,7 +19,9 @@ class DeviceInfoHandler extends MessageHandler {
'abi'
:
'
${androidInfo.supportedAbis}
'
,
'abi'
:
'
${androidInfo.supportedAbis}
'
,
'deviceAbi'
:
androidInfo
.
supportedAbis
.
isNotEmpty
?
androidInfo
.
supportedAbis
[
0
]
:
''
,
'deviceAbi'
:
androidInfo
.
supportedAbis
.
isNotEmpty
?
androidInfo
.
supportedAbis
[
0
]
:
''
,
'benchmarkLevel'
:
-
1
,
'benchmarkLevel'
:
-
1
,
'brand'
:
androidInfo
.
brand
,
// 'brand': androidInfo.brand,
/// 学习机固定未:xepad
'brand'
:
'xepad'
,
'model'
:
androidInfo
.
model
,
'model'
:
androidInfo
.
model
,
'system'
:
androidInfo
.
version
.
release
,
'system'
:
androidInfo
.
version
.
release
,
'platform'
:
'Android'
,
'platform'
:
'Android'
,
...
...
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