转换配置表为csv格式

This commit is contained in:
flswld
2023-01-06 11:16:59 +08:00
parent 7596d87bb4
commit b6512b58c2
814 changed files with 320715 additions and 54 deletions

View File

@@ -0,0 +1,13 @@
ID,城市,探索进度,奖励id
1,1,20,2010031
2,1,40,2010032
3,1,60,2010033
4,2,20,2020031
5,2,40,2020032
6,2,60,2020033
7,3,20,2030031
8,3,40,2030032
9,3,60,2030033
10,4,20,2040031
11,4,40,2040032
12,4,60,2040033
1 ID 城市 探索进度 奖励id
2 1 1 20 2010031
3 2 1 40 2010032
4 3 1 60 2010033
5 4 2 20 2020031
6 5 2 40 2020032
7 6 2 60 2020033
8 7 3 20 2030031
9 8 3 40 2030032
10 9 3 60 2030033
11 10 4 20 2040031
12 11 4 40 2040032
13 12 4 60 2040033