Skip to content

Commit 6195e0b

Browse files
committed
文档格式修正
1 parent 83c3aaa commit 6195e0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default {
5252
- If you are using advanced features (get item data), you need to focus on the `base` and `advanced` attributes.
5353

5454
| Attribute | Level | Description | Type | Default |
55-
|-------- |-------- |-------- | -------- |
55+
|-------- |-------- |-------- |-------- | -------- |
5656
| data | basic | json data | JSON object | - |
5757
| deep | basic |data depth, data larger than this depth will not be expanded | number | Infinity |
5858
| path | advanced | root data path | string | root |

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default {
5151
- 若仅使用基础功能(JSON美化),只需关注功能级别为 `基础` 的属性。
5252
- 若使用高级功能(数据层级的获取),需关注 `基础``高级` 的属性。
5353

54-
| 属性 | 功能级别 | 说明 | 类型 | 默认值 |
54+
| 属性 | 级别 | 说明 | 类型 | 默认值 |
5555
|-------- |-------- |-------- |-------- | -------- |
5656
| data | 基础 | 待美化的源数据,注意不是 `JSON` 字符串 | `JSON` 对象 | - |
5757
| deep | 基础 | 数据深度, 大于该深度的数据将不被展开 | number | Infinity |

0 commit comments

Comments
 (0)