Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a9760fc147 |
Vendored
+1
-2
@@ -1,4 +1,3 @@
|
||||
{
|
||||
"cmake.ignoreCMakeListsMissing": true,
|
||||
"gitlens.codeLens.enabled": false
|
||||
"cmake.ignoreCMakeListsMissing": true
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
description: This file stores settings for Dart & Flutter DevTools.
|
||||
documentation: https://docs.flutter.dev/tools/devtools/extensions#configure-extension-enablement-states
|
||||
extensions:
|
||||
@@ -33,7 +33,7 @@ class DeviceMatching {
|
||||
if (model.contains('21 Pro')) return '魅族21 Pro';
|
||||
if (model.contains('21')) return '魅族21';
|
||||
if (model.contains('20 Pro')) return '魅族20 Pro';
|
||||
if (model.contains('20 Inf')) return '魅族20 Infinity';
|
||||
if (model.contains('20 Inf')) return '魅族20 INFINITY';
|
||||
if (model.contains('20')) return '魅族20';
|
||||
if (model.contains('18s Pro')) return '魅族18s Pro';
|
||||
if (model.contains('18s')) return '魅族18s';
|
||||
|
||||
Reference in New Issue
Block a user