Skip to content

Commit

Permalink
feat(呆萌价): 开屏广告(补充规则)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed May 27, 2024
1 parent 9b6c277 commit 8d2fb08
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/apps/com.lxkj.dmhw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,26 @@ export default defineGkdApp({
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
actionMaximumKey: 0,
rules: [
{
key: 0,
quickFind: true,
position: {
left: 'width * 0.8981',
top: 'width * 0.1629',
},
matches: '[id="com.lxkj.dmhw:id/animation_view"]',
exampleUrls:
'https://m.gkd.li/57941037/c523fe10-484f-4bdb-b331-51745e494af1',
snapshotUrls: 'https://i.gkd.li/i/13246178',
},
{
key: 1,
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
snapshotUrls: 'https://i.gkd.li/i/15454142',
},
],
},
],
Expand Down

0 comments on commit 8d2fb08

Please sign in to comment.