Skip to content

Commit

Permalink
修复518
Browse files Browse the repository at this point in the history
  • Loading branch information
shui670 committed Jan 16, 2025
1 parent 626cc09 commit e669a66
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/common/funcList/518_邮箱签到.ts
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,21 @@ export class Func518 implements IFuncOrigin {
oper: [
[center, 1280, 720, 905, 142, 945, 173, 1000],
]
}, { // 46 礼包屋未打开
desc: [
1280, 720,
[
[right, 1133, 675, 0xdeb659],
[right, 1149, 667, 0x842121],
[right, 1136, 648, 0xa57935],
[right, 1177, 647, 0x80b3cc],
[left, 160, 158, 0x86474e],
[center, 528, 323, 0xff7b23],
]
],
oper: [
[center, 1280, 720, 1137, 654, 1184, 696, 1000],
]
}
];
operatorFunc(thisScript: Script, thisOperator: IFuncOperator[]): boolean {
Expand Down Expand Up @@ -872,6 +887,7 @@ export class Func518 implements IFuncOrigin {
thisOperator[38], // 检测是否为好友弹窗 页签处于最近
thisOperator[41], // 检测_商店_热门推荐3
thisOperator[42], // 关式神拓展包弹窗并跳过动画
thisOperator[46], // 礼包屋未打开
],
})
) {
Expand Down

0 comments on commit e669a66

Please sign in to comment.