Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions src/apps/com.lucky.luckyclient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,21 @@ export default defineGkdApp({
},
],
},
{
key: 4,
name: '全屏广告-添加瑞幸幸运官',
desc: '匹配93x93关闭按钮,点击后执行返回键关闭添加瑞幸幸运官弹窗',
matchTime: 15000,
actionMaximum: 1,
rules: [
{
activityIds: 'com.lucky.luckincoffee.MainActivity',
matches:
'@Image[width=93][height=93][visibleToUser=true] <<n [vid="webview_dialog"]',
action: 'back',
snapshotUrls: 'https://i.gkd.li/i/28737243',
},
],
},
],
});
Loading