Skip to content

Commit

Permalink
chore: update trime-schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shitlime authored and WhiredPlanck committed May 15, 2024
1 parent 343f3cd commit b6f4b27
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions doc/trime-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -832,8 +832,14 @@
"fixed_key_bar": {
"type": "object",
"properties": {
"position": {"type": "string", "description": "固定按键条摆放位置(相对滚动区域的方位) top|bottom|left|right (上/下/左/右)"},
"keys": {"type": "array", "description": "固定按键条的按键(显示名称为对应的label,不能放太多)"}
"position": {
"enum": ["top", "bottom", "left", "right"],
"description": "固定按键条摆放位置(相对滚动区域的上/下/左/右方位)"
},
"keys": {
"type": "array",
"description": "固定按键条的按键(显示名称为对应的label,不能放太多)"
}
}
},
"keyboards": { "type": "array", "items": { "type": "string" } }
Expand Down

0 comments on commit b6f4b27

Please sign in to comment.