瀏覽代碼

图片尺寸比例新增2:1和1:2两种类型

lh 3 天之前
父節點
當前提交
d14e6fbb6b
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      app/Consts/BaseConst.php

+ 6 - 0
app/Consts/BaseConst.php

@@ -127,6 +127,8 @@ class BaseConst
             '3:2' => ['width' => 2496, 'height' => 1664],
             '3:2' => ['width' => 2496, 'height' => 1664],
             '2:3' => ['width' => 1664, 'height' => 2496],
             '2:3' => ['width' => 1664, 'height' => 2496],
             '21:9' => ['width' => 3136, 'height' => 1344],
             '21:9' => ['width' => 3136, 'height' => 1344],
+            '2:1' => ['width' => 2048, 'height' => 1024],
+            '1:2' => ['width' => 1024, 'height' => 2048],
         ],
         ],
         '3k' => [
         '3k' => [
             '1:1' => ['width' => 3072, 'height' => 3072],
             '1:1' => ['width' => 3072, 'height' => 3072],
@@ -137,6 +139,8 @@ class BaseConst
             '2:3' => ['width' => 2496, 'height' => 3744],
             '2:3' => ['width' => 2496, 'height' => 3744],
             '3:2' => ['width' => 3744, 'height' => 2496],
             '3:2' => ['width' => 3744, 'height' => 2496],
             '21:9' => ['width' => 3440, 'height' => 1440],
             '21:9' => ['width' => 3440, 'height' => 1440],
+            '2:1' => ['width' => 3072, 'height' => 1536],
+            '1:2' => ['width' => 1536, 'height' => 3072],
         ],
         ],
         '4k' => [
         '4k' => [
             '1:1' => ['width' => 4096, 'height' => 4096],
             '1:1' => ['width' => 4096, 'height' => 4096],
@@ -147,6 +151,8 @@ class BaseConst
             '2:3' => ['width' => 3328, 'height' => 4992],
             '2:3' => ['width' => 3328, 'height' => 4992],
             '3:2' => ['width' => 4992, 'height' => 3328],
             '3:2' => ['width' => 4992, 'height' => 3328],
             '21:9' => ['width' => 6240, 'height' => 2656],
             '21:9' => ['width' => 6240, 'height' => 2656],
+            '2:1' => ['width' => 3840, 'height' => 1920],
+            '1:2' => ['width' => 1920, 'height' => 3840],
         ],
         ],
     ];
     ];