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