Test
parent
4c34089a5d
commit
fedd1d675b
Binary file not shown.
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1572,7 +1572,7 @@
|
|||
"9": "8763b1aaa2f9e912fafc62d8ece7936e2b6715a6",
|
||||
"90": "2501bfb8d3b01598d3bb57a7dc54c518ca62e228",
|
||||
"900": "2539dfe26204667c84db16b49ba9cae98289e633",
|
||||
"90000": "bd63278b340343225ec29ee37615ea766eb1401b",
|
||||
"90000": "eb59be6cd1ef72f8f53a3f5499402ddbbc9cea20",
|
||||
"901": "d17f1c1954d16b9adfae896ffb79235601c14226",
|
||||
"902": "7db0cd70ad3bfda76b59bdfa3bfd89e0c5e84294",
|
||||
"903": "7c553c29367cdcce406ac2a7d563192ff7d6c529",
|
||||
|
|
|
|||
Loading…
Reference in New Issue