diff --git a/activity/main_psd/90000_2023年感恩节封面.zip b/activity/main_psd/90000_2023年感恩节封面.zip index 76511a0..f5a876f 100644 Binary files a/activity/main_psd/90000_2023年感恩节封面.zip and b/activity/main_psd/90000_2023年感恩节封面.zip differ diff --git a/check_compress_psd.py b/check_compress_psd.py index 04df491..8baaca1 100644 --- a/check_compress_psd.py +++ b/check_compress_psd.py @@ -31,6 +31,7 @@ def parse_psd(path): has_base = False has_finish = False + has_thumbnail = False lines = {} patch_stages = {} bad_stages = {} @@ -112,7 +113,8 @@ def parse_psd(path): auto_stages[nArr[1]].append(nArr[2]) elif nArr[0] == 'thumbnail' or nArr[0] == 'role' or nArr[0] == 'rptmp': - pass + if nArr[0] == 'thumbnail': + has_thumbnail = True elif is_activity_main_psd and nArr[0] == 'entry': if len(nArr) != 3: log.append("活动子点位,命名错误:{}".format(item.name)) @@ -140,6 +142,9 @@ def parse_psd(path): if not is_activity_main_psd and not has_finish: log.append("未检测到finish图层\n") + if is_activity_main_psd and not has_thumbnail: + log.append("未检测到 缩略图 图层\n") + for stage in patch_stages: tmp = {} for item in patch_stages[stage]: diff --git a/version.json b/version.json index 7d1dd7e..0451dd2 100644 --- a/version.json +++ b/version.json @@ -1634,7 +1634,7 @@ "9": "8763b1aaa2f9e912fafc62d8ece7936e2b6715a6", "90": "2501bfb8d3b01598d3bb57a7dc54c518ca62e228", "900": "2539dfe26204667c84db16b49ba9cae98289e633", - "90000": "1e82dd216e505aeb518af281aa9b02756e164416", + "90000": "e8f49930b0c9b7b2aef6875e58801018afa06df6", "90001": "e8f49930b0c9b7b2aef6875e58801018afa06df6", "901": "d17f1c1954d16b9adfae896ffb79235601c14226", "902": "7db0cd70ad3bfda76b59bdfa3bfd89e0c5e84294",