修改 配置
This commit is contained in:
parent
51aefd6f30
commit
729d57afcf
Binary file not shown.
Binary file not shown.
@ -352,6 +352,41 @@
|
||||
"key": "Id",
|
||||
"sheet_name" :"RandomNameDataBase",
|
||||
"fields" :["EnName", "CnName", "Gender"]
|
||||
},
|
||||
{
|
||||
"in_file": "Mining.xlsx",
|
||||
"out_file": "MiningTemplate.json",
|
||||
"key": "Id",
|
||||
"sheet_name" :"template",
|
||||
"fields" :["Template", "PassNum", "ItemCost"]
|
||||
},
|
||||
{
|
||||
"in_file": "Mining.xlsx",
|
||||
"out_file": "MiningPass.json",
|
||||
"key": "Id",
|
||||
"sheet_name" :"Pass",
|
||||
"fields" :["Template", "Items"]
|
||||
},
|
||||
{
|
||||
"in_file": "Mining.xlsx",
|
||||
"out_file": "MiningPass.json",
|
||||
"key": "Id",
|
||||
"sheet_name" :"Pass",
|
||||
"fields" :["Template", "Items"]
|
||||
},
|
||||
{
|
||||
"in_file": "Mining.xlsx",
|
||||
"out_file": "MiningJackpot.json",
|
||||
"key": "Id",
|
||||
"sheet_name" :"Pass",
|
||||
"fields" :["Prob", "Items"]
|
||||
},
|
||||
{
|
||||
"in_file": "Mining.xlsx",
|
||||
"out_file": "MiningGem.json",
|
||||
"key": "Id",
|
||||
"sheet_name" :"Pass",
|
||||
"fields" :["Area"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user