mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
docs: 删除 maa_task_schema 中 hash 任务相关
This commit is contained in:
@@ -13,9 +13,6 @@
|
||||
},
|
||||
{
|
||||
"$ref": "#/definitions/OcrDetectTask"
|
||||
},
|
||||
{
|
||||
"$ref": "#/definitions/HashTask"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -211,21 +208,6 @@
|
||||
},
|
||||
"description": "文字识别",
|
||||
"required": ["algorithm", "text"]
|
||||
},
|
||||
"HashTask": {
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/definitions/BaseTask"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"algorithm": {
|
||||
"type": "string",
|
||||
"pattern": "Hash"
|
||||
}
|
||||
},
|
||||
"description": "哈希计算",
|
||||
"required": ["algorithm"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,9 +13,6 @@
|
||||
},
|
||||
{
|
||||
"$ref": "#/definitions/OcrDetectTask"
|
||||
},
|
||||
{
|
||||
"$ref": "#/definitions/HashTask"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -211,21 +208,6 @@
|
||||
},
|
||||
"description": "Text recognition",
|
||||
"required": ["algorithm", "text"]
|
||||
},
|
||||
"HashTask": {
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/definitions/BaseTask"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"algorithm": {
|
||||
"type": "string",
|
||||
"pattern": "Hash"
|
||||
}
|
||||
},
|
||||
"description": "Hash calculation",
|
||||
"required": ["algorithm"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user