mirror of
https://github.com/larksuite/cli.git
synced 2026-07-06 08:12:36 +08:00
feat: 同步 tools-schema.json 改动
This commit is contained in:
@@ -560,7 +560,7 @@
|
||||
]
|
||||
},
|
||||
"items": {
|
||||
"description": "列表选项(type='list' 时必填)",
|
||||
"description": "列表选项",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
@@ -1772,6 +1772,10 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"position",
|
||||
"size"
|
||||
],
|
||||
"additionalProperties": {}
|
||||
}
|
||||
},
|
||||
@@ -2798,6 +2802,10 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"position",
|
||||
"size"
|
||||
],
|
||||
"additionalProperties": {}
|
||||
}
|
||||
},
|
||||
@@ -3573,7 +3581,7 @@
|
||||
},
|
||||
"+dropdown-set": {
|
||||
"options": {
|
||||
"description": "列表选项(type='list' 时必填)",
|
||||
"description": "列表选项",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
@@ -3582,7 +3590,7 @@
|
||||
},
|
||||
"+dropdown-update": {
|
||||
"options": {
|
||||
"description": "列表选项(type='list' 时必填)",
|
||||
"description": "列表选项",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
|
||||
@@ -118,7 +118,7 @@ _单元格边框配置,含 top/bottom/left/right 四个方向,每个方向
|
||||
|
||||
### `+dropdown-update` `--options`
|
||||
|
||||
_列表选项(type='list' 时必填)_
|
||||
_列表选项_
|
||||
|
||||
**数组项**(类型 string):
|
||||
- 标量:string
|
||||
|
||||
@@ -147,9 +147,9 @@ _公共四件套 · 系统:`--yes`、`--dry-run`_
|
||||
_创建/更新的图表属性_
|
||||
|
||||
**顶层字段**:
|
||||
- `position` (object?) — 必填 { row: number, col: string }
|
||||
- `position` (object) — 必填 { row: number, col: string }
|
||||
- `offset` (object?) — 可选 { row_offset?: number, col_offset?: number }
|
||||
- `size` (object?) — 必填 { width: number, height: number }
|
||||
- `size` (object) — 必填 { width: number, height: number }
|
||||
- `snapshot` (object?) — 图表快照配置 { title?: object, subTitle?: object, style?: object, legend?: oneOf, plotArea?: object, …共 6 项 }
|
||||
|
||||
## Examples
|
||||
|
||||
@@ -331,7 +331,7 @@ _单元格边框配置,含 top/bottom/left/right 四个方向,每个方向
|
||||
|
||||
### `+dropdown-set` `--options`
|
||||
|
||||
_列表选项(type='list' 时必填)_
|
||||
_列表选项_
|
||||
|
||||
**数组项**(类型 string):
|
||||
- 标量:string
|
||||
|
||||
Reference in New Issue
Block a user