Skip to content

Commit 86b9c27

Browse files
committed
修复1102不买契灵盘
1 parent 2660fb2 commit 86b9c27

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/common/funcList/1102_每周商店购买.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -921,11 +921,11 @@ export class Func1102 implements IFuncOrigin {
921921
return true;
922922
}
923923
curCnt++;
924-
thisScript.regionSwipe(thisOperator[11].oper[0], thisOperator[11].oper[1], [1500, 1550]);
925-
if (curCnt >= maxCount) {
924+
if (curCnt > maxCount) {
926925
thisScript.global.MT_shop = 'zaHuoPu_rongYu';
927926
break;
928927
}
928+
thisScript.regionSwipe(thisOperator[11].oper[0], thisOperator[11].oper[1], [1500, 1550], 500);
929929
thisScript.keepScreen(false);
930930
sleep(500);
931931
}

src/common/multiFindColors.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2636,6 +2636,7 @@ const multiFindColors: IMultiFindColorsOrigin = {
26362636
[center, 693, 453, 0xefd58b],
26372637
]
26382638
]],
2639+
similar: 95
26392640
},
26402641
'rongYu_lanPiao': {
26412642
region: [left, 1280, 720, 0, 0, 1280, 720],

0 commit comments

Comments
 (0)