Skip to content

Commit

Permalink
fix: 修复 ResourceReviewer 检查出来的错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Dissectum committed Dec 22, 2023
1 parent 3ffddcd commit b92b82f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 28 deletions.
5 changes: 3 additions & 2 deletions assets/Resource/Base/pipeline/StartUp.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"Sub_Click_BackButton",
"Sub_Click_CloseButton",
"Sub_Click_CloseFullscreenButton",
"Sub_SignInFlag_Partial",
"Sub_Click_SignIn_Partial",
"Sub_StartApp"
]
},
Expand Down Expand Up @@ -63,7 +63,8 @@
"StopTaskOnException"
]
},
"Sub_SignInFlag_Partial": {
"Sub_Click_SignIn_Partial": {
"is_sub": true,
"recognition": "OCR",
"text": "SignIn",
"action": "Click",
Expand Down
9 changes: 1 addition & 8 deletions assets/Resource/EN/pipeline/OCRPartialTasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,13 +341,6 @@
"R.*Select"
]
},
"Start_Commissions_Partial": {
"text": [
"Request Select",
"RequestSelect",
"R.*Select"
]
},
"Sub_Goto_BaseDefense_Partial": {
"text": [
"Base Defense",
Expand Down Expand Up @@ -432,7 +425,7 @@
"Tasks"
]
},
"Sub_SignInFlag_Partial": {
"Sub_Click_SignIn_Partial": {
"text": [
"^Day ?\\d+$"
]
Expand Down
10 changes: 1 addition & 9 deletions assets/Resource/SC/pipeline/OCRPartialTasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,14 +302,6 @@
"R.*Select"
]
},
"Start_Commissions_Partial": {
"model": "../../../Base/model/ocr/",
"text": [
"Request Select",
"RequestSelect",
"R.*Select"
]
},
"Sub_Goto_BaseDefense_Partial": {
"text": [
"据点防御",
Expand Down Expand Up @@ -391,7 +383,7 @@
"工作任务"
]
},
"Sub_SignInFlag_Partial": {
"Sub_Click_SignIn_Partial": {
"text": [
"^第.*天$"
]
Expand Down
4 changes: 4 additions & 0 deletions assets/Resource/SC/pipeline/Scrimmage.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"enabled": false
},
"Sub_Goto_Scrimmage_Partial": {
"skip_review": 4,
"roi": [ 630, 125, 650, 70 ]
},
"Sub_Check_TrinityTicket": {
Expand Down Expand Up @@ -77,12 +78,15 @@
]
},
"Click_Trinity_Partial": {
"skip_review": 4,
"roi": [ 680, 210, 600, 136 ]
},
"Click_Gehenna_Partial": {
"skip_review": 4,
"roi": [ 680, 346, 600, 136 ]
},
"Click_Millennium_Partial": {
"skip_review": 4,
"roi": [ 680, 482, 600, 136 ]
}
}
10 changes: 1 addition & 9 deletions assets/Resource/TC/pipeline/OCRPartialTasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,14 +347,6 @@
"R.*Select"
]
},
"Start_Commissions_Partial": {
"model": "../../../Base/model/ocr/",
"text": [
"Request Select",
"RequestSelect",
"R.*Select"
]
},
"Sub_Goto_BaseDefense_Partial": {
"text": [
"據點防禦",
Expand Down Expand Up @@ -446,7 +438,7 @@
"每天"
]
},
"Sub_SignInFlag_Partial": {
"Sub_Click_SignIn_Partial": {
"text": [
"^第.*天$"
]
Expand Down

0 comments on commit b92b82f

Please sign in to comment.