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

Commit

Permalink
feat(嘀嗒出行):开屏广告 (#3985)
Browse files Browse the repository at this point in the history
close #4011
  • Loading branch information
AIsouler authored Jan 28, 2024
1 parent b7e4a7b commit df672f8
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/apps/com.didapinche.booking.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.didapinche.booking',
name: '嘀嗒出行',
groups: [
{
key: 1,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
quickFind: true,
matches: '@View[clickable=true] <n * <2 * < [vid="flCSJAdContainer"]',
snapshotUrls: [
'https://i.gkd.li/import/13988957',
'https://i.gkd.li/import/13989178',
],
},
],
},
],
});

0 comments on commit df672f8

Please sign in to comment.