Skip to content

Commit 4316e72

Browse files
committed
修正文档错误
1 parent 61cc7d6 commit 4316e72

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

docs/beginner/usecollection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@
3232

3333
![item](/img/use_list2.jpg)
3434

35-
至于可以多行填写,只要字段名前加'*',则表示以多行方式填写数据,每行一个元素,详细见[Excel格式(高级)](../manual/exceladvanced)
35+
甚至可以多行填写,只要字段名前加'*',则表示以多行方式填写数据,每行一个元素,详细见[Excel格式(高级)](../manual/exceladvanced)
3636

3737
![item](/img/use_list3.jpg)
3838

3939
## 填写map数据
4040

41-
字典类型包含key和value,因此array之类要复杂一些
41+
字典类型包含key和value,因此比array之类要复杂一些
4242

4343
同样的,map也可以在一个单元格内填写,为了更好区别 key和value,以及划分每个key-value对,一般来说map的sep会填2个。示例如下:
4444

4545
![item](/img/use_map.jpg)
4646

47-
map的value类型也可以为容器类型,类似这样:
47+
map的value类型也可以为结构类型,类似这样:
4848

4949
![item](/img/use_map2.jpg)
5050

docs/beginner/usecustomtype.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
我们以定义Color枚举为例。
1010

11-
打开`\_\_enums\_\_.xlsx`(一般在Datas目录下),添加如下数据:
11+
打开`__enums__.xlsx`(一般在Datas目录下),添加如下数据:
1212

1313
![color](/img/define_color.jpg)
1414

@@ -34,7 +34,7 @@ flags=true表示这是标志类型枚举。
3434

3535
## 定义普通结构类型
3636

37-
我们以常见的道具结构为例。打开`\_\_beans\_\_.xlsx`,添加以下数据:
37+
我们以常见的道具结构为例。打开`__beans__.xlsx`,添加以下数据:
3838

3939
![item](/img/define_item.jpg)
4040

i18n/en/docusaurus-plugin-content-docs/current/beginner/usecollection.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,26 @@ When occupying a cell, you need to use `sep=x` to specify the separator. The sep
2929

3030
![item](/img/use_list.jpg)
3131

32-
The element type can also be an enumeration or structure type. The figure below only shows array. The filling method of list and set types is similar.
32+
The element type can also be an enumeration or structure type. The figure below only shows the array. The filling method of list and set types is similar.
3333

3434
![item](/img/use_list2.jpg)
3535

36-
As for the possibility of filling in multiple lines, as long as '*' is added before the field name, it means filling in data in multiple lines, one element per line. For details, see [Excel Format (Advanced)](../manual/exceladvanced).
36+
You can even fill in multiple lines. As long as '*' is added before the field name, it means filling in multiple lines of data, one element per line. For details, see [Excel Format (Advanced)](../manual/exceladvanced).
3737

3838
![item](/img/use_list3.jpg)
3939

4040
## Fill in map data
4141

42-
The dictionary type contains key and value, so array and the like are more complicated.
42+
The dictionary type contains key and value, so it is more complicated than array and the like.
4343

4444
Similarly, map can also be filled in a cell. In order to better distinguish key and value, and to divide each key-value pair, generally map's sep will be filled in 2. The example is as follows:
4545

4646
![item](/img/use_map.jpg)
4747

48-
The value type of map can also be a container type, similar to this:
48+
The value type of map can also be a structure type, similar to this:
4949

5050
![item](/img/use_map2.jpg)
5151

5252
map can also be filled in multiple lines, as follows:
5353

54-
![item](/img/use_map3.jpg)
54+
![item](/img/use_map3.jpg)

i18n/en/docusaurus-plugin-content-docs/current/beginner/usecustomtype.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For detailed definition documents, see [schema logical structure](../manual/sche
88

99
Let's take the definition of Color enumeration as an example.
1010

11-
Open `\_\_enums\_\_.xlsx` (usually in the Datas directory) and add the following data:
11+
Open `__enums__.xlsx` (usually in the Datas directory) and add the following data:
1212

1313
![color](/img/define_color.jpg)
1414

@@ -34,7 +34,7 @@ When configuring flag type enumeration, even if you can use only one enumeration
3434

3535
## Define common structure type
3636

37-
Let's take the common prop structure as an example. Open `\_\_beans\_\_.xlsx` and add the following data:
37+
Let's take the common prop structure as an example. Open `__beans__.xlsx` and add the following data:
3838

3939
![item](/img/define_item.jpg)
4040

0 commit comments

Comments
 (0)