diff --git a/activity/main_psd/90000_测试.zip b/activity/main_psd/90000_测试.zip index 8ccaced..85aa0af 100644 Binary files a/activity/main_psd/90000_测试.zip and b/activity/main_psd/90000_测试.zip differ diff --git a/check_compress_psd.py b/check_compress_psd.py index eb12c20..a23b76a 100644 --- a/check_compress_psd.py +++ b/check_compress_psd.py @@ -64,7 +64,7 @@ def parse_psd(path): if has_base: log.append("存在多个base图层") has_base = True - elif not is_activity_main_psd and nArr[0] == 'finish': + elif nArr[0] == 'finish': if has_finish: log.append("存在多个finish图层") has_finish = True @@ -118,7 +118,7 @@ def parse_psd(path): if not has_base: log.append("未检测到base图层\n") - if not is_activity_main_psd and not has_finish: + if not has_finish: log.append("未检测到finish图层\n") for stage in patch_stages: diff --git a/version.json b/version.json index 6bd7504..fe13408 100644 --- a/version.json +++ b/version.json @@ -1572,7 +1572,7 @@ "9": "8763b1aaa2f9e912fafc62d8ece7936e2b6715a6", "90": "2501bfb8d3b01598d3bb57a7dc54c518ca62e228", "900": "2539dfe26204667c84db16b49ba9cae98289e633", - "90000": "bd63278b340343225ec29ee37615ea766eb1401b", + "90000": "eb59be6cd1ef72f8f53a3f5499402ddbbc9cea20", "901": "d17f1c1954d16b9adfae896ffb79235601c14226", "902": "7db0cd70ad3bfda76b59bdfa3bfd89e0c5e84294", "903": "7c553c29367cdcce406ac2a7d563192ff7d6c529",