Collect修改 cfg_txt修改

This commit is contained in:
hontbei 2025-03-12 16:47:30 +08:00
parent cc0947748c
commit 8514f30a6e
2 changed files with 12 additions and 0 deletions

Binary file not shown.

View File

@ -37,6 +37,18 @@
"out_file":"HeadData.txt",
"sheet_name":"Face",
"coloum_type":["int","string","string","int","string"]
},
{
"in_file":"Collect.xlsx",
"out_file":"CollectionsRewardsData.txt",
"sheet_name":"Collect",
"coloum_type":["int","int","int","int"]
},
{
"in_file":"Item.xlsx",
"out_file":"NetworkItemData.txt",
"sheet_name":"Item",
"coloum_type":["int","String","int","string"]
}
]