修改玩法活动配置规则
parent
c467042923
commit
d71de5647e
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
Binary file not shown.
|
|
@ -95,7 +95,7 @@ def parse_psd(path):
|
||||||
elif nArr[0] == 'thumbnail' or nArr[0] == 'role' or nArr[0] == 'rptmp':
|
elif nArr[0] == 'thumbnail' or nArr[0] == 'role' or nArr[0] == 'rptmp':
|
||||||
pass
|
pass
|
||||||
elif is_activity_main_psd and nArr[0] == 'entry':
|
elif is_activity_main_psd and nArr[0] == 'entry':
|
||||||
if len(nArr) != 4:
|
if len(nArr) != 3:
|
||||||
log.append("活动子点位,命名错误:{}".format(item.name))
|
log.append("活动子点位,命名错误:{}".format(item.name))
|
||||||
elif is_activity_main_psd and nArr[0] == 'base':
|
elif is_activity_main_psd and nArr[0] == 'base':
|
||||||
if nArr[1] == '1':
|
if nArr[1] == '1':
|
||||||
|
|
|
||||||
|
|
@ -1575,7 +1575,7 @@
|
||||||
"9": "8763b1aaa2f9e912fafc62d8ece7936e2b6715a6",
|
"9": "8763b1aaa2f9e912fafc62d8ece7936e2b6715a6",
|
||||||
"90": "2501bfb8d3b01598d3bb57a7dc54c518ca62e228",
|
"90": "2501bfb8d3b01598d3bb57a7dc54c518ca62e228",
|
||||||
"900": "2539dfe26204667c84db16b49ba9cae98289e633",
|
"900": "2539dfe26204667c84db16b49ba9cae98289e633",
|
||||||
"90000": "54748ac6f85bb442681fd3646540e21aca8d41db",
|
"90000": "dc2eaf10c6c61cb22a339e3eeaefe20bcd37cca8",
|
||||||
"901": "d17f1c1954d16b9adfae896ffb79235601c14226",
|
"901": "d17f1c1954d16b9adfae896ffb79235601c14226",
|
||||||
"902": "7db0cd70ad3bfda76b59bdfa3bfd89e0c5e84294",
|
"902": "7db0cd70ad3bfda76b59bdfa3bfd89e0c5e84294",
|
||||||
"903": "7c553c29367cdcce406ac2a7d563192ff7d6c529",
|
"903": "7c553c29367cdcce406ac2a7d563192ff7d6c529",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue