generated from MaaXYZ/MaaPracticeBoilerplate
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
增加一个兑换cdk的小玩具 增加效率统计 增加2号位艾莲特化,可以快1秒(并无卵用)
- Loading branch information
Showing
12 changed files
with
420 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+2.89 KB
assets/resource/base/image/BAT_chat_bg_new__518_467_243_62__468_417_343_162.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.04 KB
assets/resource/base/image/CDK_clear__827_370_23_22__777_320_123_122.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.1 KB
assets/resource/base/image/CDK_confirm__663_503_29_22__613_453_129_122.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.44 KB
assets/resource/base/image/Desk_APPICON__176_514_45_49__126_464_145_149.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.23 KB
assets/resource/base/image/STR_logo__1180_636_35_33__1130_586_135_133.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
{ | ||
|
||
"兑换码已被使用": { | ||
"recognition": "OCR", | ||
"roi": [ | ||
527, | ||
427.5, | ||
230, | ||
41 | ||
], | ||
"expected": "[兑换码已被使用]{6,}", | ||
"timeout": 1000 | ||
}, | ||
"兑换成功": { | ||
"recognition": "OCR", | ||
"roi": [ | ||
527, | ||
427.5, | ||
230, | ||
41 | ||
], | ||
"expected": "[兑换成功请稍后前往邮箱领取]{6,}", | ||
"timeout": 1000 | ||
}, | ||
"兑换码同类型": { | ||
"recognition": "OCR", | ||
"roi": [ | ||
527, | ||
427.5, | ||
230, | ||
41 | ||
], | ||
"expected": "[已使用过同类型兑换码]{6,}", | ||
"timeout": 1000 | ||
}, | ||
"兑换码无效": { | ||
"recognition": "OCR", | ||
"roi": [ | ||
527, | ||
427.5, | ||
230, | ||
41 | ||
], | ||
"expected": "[无效的兑换码]{4,}", | ||
"timeout": 1000 | ||
}, | ||
"清除文本": { | ||
"recognition": "TemplateMatch", | ||
"roi": [ | ||
777, | ||
320, | ||
123, | ||
122 | ||
], | ||
"template": "CDK_clear__827_370_23_22__777_320_123_122.png", | ||
"action": "Click", | ||
"timeout": 1000 | ||
}, | ||
"输入文本": { | ||
"action": "Custom", | ||
"custom_action": "py_input" | ||
}, | ||
"点击确认兑换": { | ||
"recognition": "TemplateMatch", | ||
"roi": [ | ||
623, | ||
468.5, | ||
107, | ||
78 | ||
], | ||
"template": "CDK_confirm__663_503_29_22__613_453_129_122.png", | ||
"action": "Click", | ||
"timeout": 6000 | ||
}, | ||
"选中输入框": { | ||
"action": "Click", | ||
"target": [ | ||
585, | ||
370, | ||
69, | ||
21 | ||
] | ||
} | ||
} |
Oops, something went wrong.