modify
This commit is contained in:
Binary file not shown.
@@ -70,7 +70,6 @@
|
|||||||
<Compile Include="Extend.cs" />
|
<Compile Include="Extend.cs" />
|
||||||
<Compile Include="FileManager.cs" />
|
<Compile Include="FileManager.cs" />
|
||||||
<Compile Include="IBinarySerializable.cs" />
|
<Compile Include="IBinarySerializable.cs" />
|
||||||
<Compile Include="official_room.cs" />
|
|
||||||
<Compile Include="Parser\GenModels.cs" />
|
<Compile Include="Parser\GenModels.cs" />
|
||||||
<Compile Include="Parser\TableExcelData.cs" />
|
<Compile Include="Parser\TableExcelData.cs" />
|
||||||
<Compile Include="Parser\TableExcelExportBytes.cs" />
|
<Compile Include="Parser\TableExcelExportBytes.cs" />
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
* 字段不配置会使用默认数值
|
* 字段不配置会使用默认数值
|
||||||
|
|
||||||
#### 目前支持的字段
|
#### 目前支持的字段
|
||||||
* 常规的字段,例如int,float,string,bool,long
|
* 常规的字段,例如int,float,string,bool,long,list,intlist,longlist,floatlist,boollist,List<int>,List<bool>,List<long>,List<string> 大小写不限
|
||||||
* 支持自定义字段 vector,例如[1,2,3]
|
* 支持自定义字段 vector,例如[1,2,3]
|
||||||
* 支持自定义字段 list,其实是vector数组,例如[[1,2,3],[2,3,4],[4,5,6]]
|
* 支持自定义字段 list,其实是vector数组,例如[[1,2,3],[2,3,4],[4,5,6]]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user