Skip to content

Commit e669a66

Browse files
committed
修复518
1 parent 626cc09 commit e669a66

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/common/funcList/518_邮箱签到.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,21 @@ export class Func518 implements IFuncOrigin {
676676
oper: [
677677
[center, 1280, 720, 905, 142, 945, 173, 1000],
678678
]
679+
}, { // 46 礼包屋未打开
680+
desc: [
681+
1280, 720,
682+
[
683+
[right, 1133, 675, 0xdeb659],
684+
[right, 1149, 667, 0x842121],
685+
[right, 1136, 648, 0xa57935],
686+
[right, 1177, 647, 0x80b3cc],
687+
[left, 160, 158, 0x86474e],
688+
[center, 528, 323, 0xff7b23],
689+
]
690+
],
691+
oper: [
692+
[center, 1280, 720, 1137, 654, 1184, 696, 1000],
693+
]
679694
}
680695
];
681696
operatorFunc(thisScript: Script, thisOperator: IFuncOperator[]): boolean {
@@ -872,6 +887,7 @@ export class Func518 implements IFuncOrigin {
872887
thisOperator[38], // 检测是否为好友弹窗 页签处于最近
873888
thisOperator[41], // 检测_商店_热门推荐3
874889
thisOperator[42], // 关式神拓展包弹窗并跳过动画
890+
thisOperator[46], // 礼包屋未打开
875891
],
876892
})
877893
) {

0 commit comments

Comments
 (0)