feat: 同步 tools-schema.json 改动

This commit is contained in:
zhengzhijie
2026-05-26 14:48:12 +08:00
parent 6b3c0b5556
commit a0d6472e9f
4 changed files with 15 additions and 7 deletions

View File

@@ -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"

View File

@@ -118,7 +118,7 @@ _单元格边框配置含 top/bottom/left/right 四个方向,每个方向
### `+dropdown-update` `--options`
_列表选项type='list' 时必填)_
_列表选项_
**数组项**(类型 string
- 标量string

View File

@@ -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

View File

@@ -331,7 +331,7 @@ _单元格边框配置含 top/bottom/left/right 四个方向,每个方向
### `+dropdown-set` `--options`
_列表选项type='list' 时必填)_
_列表选项_
**数组项**(类型 string
- 标量string