modify width
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -28,7 +28,7 @@ WH_COUPLE_4 = (100, 300) | ... | @@ -28,7 +28,7 @@ WH_COUPLE_4 = (100, 300) |
28 | WH_COUPLE_5 = (100, 200) | 28 | WH_COUPLE_5 = (100, 200) |
29 | 29 | ||
30 | # 碎图宽度阈值 | 30 | # 碎图宽度阈值 |
31 | TINY_IMG_MAX_WIDTH = 1800 | 31 | TINY_IMG_MAX_WIDTH = 1400 |
32 | 32 | ||
33 | # 大图宽高阈值 | 33 | # 大图宽高阈值 |
34 | WH_COUPLE_6 = (1800, 1400) | 34 | WH_COUPLE_6 = (1800, 1400) | ... | ... |
-
Please register or sign in to post a comment