We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626cc09 commit e669a66Copy full SHA for e669a66
src/common/funcList/518_邮箱签到.ts
@@ -676,6 +676,21 @@ export class Func518 implements IFuncOrigin {
676
oper: [
677
[center, 1280, 720, 905, 142, 945, 173, 1000],
678
]
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
694
}
695
];
696
operatorFunc(thisScript: Script, thisOperator: IFuncOperator[]): boolean {
@@ -872,6 +887,7 @@ export class Func518 implements IFuncOrigin {
872
887
thisOperator[38], // 检测是否为好友弹窗 页签处于最近
873
888
thisOperator[41], // 检测_商店_热门推荐3
874
889
thisOperator[42], // 关式神拓展包弹窗并跳过动画
890
+ thisOperator[46], // 礼包屋未打开
875
891
],
876
892
})
877
893
) {
0 commit comments