@arkts/image-manager 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9,7 +9,8 @@ var default_product_config_default = {
|
|
|
9
9
|
screenDiagonal: "6.84",
|
|
10
10
|
screenDensity: "560",
|
|
11
11
|
oneCutoutPath: "M517 45 L802 45 v 103 h -285 Z",
|
|
12
|
-
visible: true
|
|
12
|
+
visible: true,
|
|
13
|
+
devModel: "PHEMU-FD00"
|
|
13
14
|
},
|
|
14
15
|
{
|
|
15
16
|
name: "nova 15",
|
|
@@ -18,7 +19,8 @@ var default_product_config_default = {
|
|
|
18
19
|
screenDiagonal: "6.7",
|
|
19
20
|
screenDensity: "480",
|
|
20
21
|
oneCutoutPath: "M504 16 L580 16 v 76 h -76 Z",
|
|
21
|
-
visible: true
|
|
22
|
+
visible: true,
|
|
23
|
+
devModel: "PHEMU-FD00"
|
|
22
24
|
},
|
|
23
25
|
{
|
|
24
26
|
name: "Mate 80 Pro Max、Mate 80 RS",
|
|
@@ -8,7 +8,8 @@ var default_product_config_default = {
|
|
|
8
8
|
screenDiagonal: "6.84",
|
|
9
9
|
screenDensity: "560",
|
|
10
10
|
oneCutoutPath: "M517 45 L802 45 v 103 h -285 Z",
|
|
11
|
-
visible: true
|
|
11
|
+
visible: true,
|
|
12
|
+
devModel: "PHEMU-FD00"
|
|
12
13
|
},
|
|
13
14
|
{
|
|
14
15
|
name: "nova 15",
|
|
@@ -17,7 +18,8 @@ var default_product_config_default = {
|
|
|
17
18
|
screenDiagonal: "6.7",
|
|
18
19
|
screenDensity: "480",
|
|
19
20
|
oneCutoutPath: "M504 16 L580 16 v 76 h -76 Z",
|
|
20
|
-
visible: true
|
|
21
|
+
visible: true,
|
|
22
|
+
devModel: "PHEMU-FD00"
|
|
21
23
|
},
|
|
22
24
|
{
|
|
23
25
|
name: "Mate 80 Pro Max、Mate 80 RS",
|
package/dist/index.cjs
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED