Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(晓晓优选):开屏广告 (#3693)
Browse files Browse the repository at this point in the history
close #3690
  • Loading branch information
AIsouler authored Jan 4, 2024
1 parent 6f9b106 commit ce30518
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions src/apps/moc.nauxuoyoaixoaix.www.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'moc.nauxuoyoaixoaix.www',
name: '晓晓优选',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
actionCdKey: 0,
actionMaximumKey: 0,
rules: [
{
key: 0,
matches: '[id$="tt_splash_skip_btn"] <<n [vid="adsFl"]',
snapshotUrls: 'https://i.gkd.li/import/13476862',
},
{
key: 1,
matches: ['[vid="adsFl"]', '[text^="跳过"][text.length<=10]'],
snapshotUrls: 'https://i.gkd.li/import/13625367',
},
{
key: 2,
matches:
'@View <3 FrameLayout <2 FrameLayout < FrameLayout < FrameLayout < [vid="adsFl"]',
snapshotUrls: 'https://i.gkd.li/import/13820450',
},
],
},
],
});

0 comments on commit ce30518

Please sign in to comment.