mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
docs: support of multi_template in schema
This commit is contained in:
@@ -147,7 +147,13 @@
|
||||
"pattern": "MatchTemplate"
|
||||
},
|
||||
"template": {
|
||||
"type": "string",
|
||||
"type": [
|
||||
"array",
|
||||
"string"
|
||||
],
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"default": "",
|
||||
"description": "可选项,要匹配的图片文件名\n不填时写默认 \"任务名.png\""
|
||||
},
|
||||
|
||||
@@ -147,7 +147,13 @@
|
||||
"pattern": "MatchTemplate"
|
||||
},
|
||||
"template": {
|
||||
"type": "string",
|
||||
"type": [
|
||||
"array",
|
||||
"string"
|
||||
],
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"default": "",
|
||||
"description": "Optional, the file name of the image to be matched\nDefauts to \"task name.png\", If not filled"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user