Skip to content

Commit

Permalink
chore: 同步2.0字段值
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Sep 27, 2024
1 parent 59c13cb commit 10f0682
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
"name": "桌面端",
"type": "Win32",
"win32": {
"method": "Search",
"class_name": ".*",
"window_name": "Visual Studio"
"class_regex": ".*",
"window_regex": "Visual Studio"
}
}
],
Expand Down Expand Up @@ -47,23 +46,23 @@
"option": [
"任务选项1"
],
"param": {}
"pipeline_override": {}
}
],
"option": {
"任务选项1": {
"cases": [
{
"name": "文本1",
"param": {
"pipeline_override": {
"OcrTask": {
"text": "文本1"
}
}
},
{
"name": "文本2",
"param": {
"pipeline_override": {
"OcrTask": {
"text": "文本2"
}
Expand Down

0 comments on commit 10f0682

Please sign in to comment.