修改表格拼接格式

main
ZhuoZhou 2025-06-19 15:05:39 +08:00
parent 3743891d1b
commit aeffc3df1d
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ def update_level_config_assets(platform):
gameplay_sheet.update_cells(cell_list, value_input_option="USER_ENTERED")
# 关卡表创建
gameplay_level_db_sheet, is_new_create = sheet_helper.get_or_create_sheet_table(config.sheet_level_config, f"{gameplay}_main_db", 10000, 27)
gameplay_level_db_sheet, is_new_create = sheet_helper.get_or_create_sheet_table(config.sheet_level_config, f"{gameplay}_db", 10000, 27)
if is_new_create:
time.sleep(5)
# 设置表头