Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -477,4 +477,12 @@ package-lock.json
package.json
prettier.config.mjs

# macOS
.DS_Store
**/.DS_Store

.claude/*

# MaaOWM
**/.maaowm
**/__mod_extras__.json
1 change: 1 addition & 0 deletions assets/resource/PC/model/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ocr
35 changes: 5 additions & 30 deletions assets/resource/base/pipeline/Activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,8 @@
"desc": "[通用复位]复位到主界面模块,开始,中继调用",
"recognition": "And",
"all_of": [
{
"sub_name": "Main_OCR",
"recognition": "OCR",
"roi": [
98,
656,
66,
32
],
"expected": [
"抽抽乐"
]
},
"Global_Main_Clr"
"Rec_HomePage_GA_Ocr",
"Sub_HomePage_GA_Bright_Clr"
],
"next": [
"Activities_InIndex",
Expand Down Expand Up @@ -372,7 +360,6 @@
"recognition": "And",
"all_of": [
{
"sub_name": "Sub_Ocr",
"recognition": "OCR",
"roi": [
966,
Expand All @@ -384,7 +371,7 @@
"旋转"
]
},
"Global_Ocr_Clr_Enable_Sub"
"Sub_Ocr_Enable_Clr"
],
"action": "Click",
"post_delay": 4000,
Expand Down Expand Up @@ -561,20 +548,8 @@
"desc": "返回主页",
"recognition": "And",
"all_of": [
{
"sub_name": "Main_OCR",
"recognition": "OCR",
"roi": [
98,
656,
66,
32
],
"expected": [
"抽抽乐"
]
},
"Global_Main_Clr"
"Rec_HomePage_GA_Ocr",
"Sub_HomePage_GA_Bright_Clr"
],
"next": [
"Activities_InIndex",
Expand Down
Loading
Loading