feat(嘀嗒出行):开屏广告 (#3985)

close #4011
This commit is contained in:
AIsouler 2024-01-28 13:32:18 +08:00 committed by GitHub
parent b7e4a7b83e
commit df672f8fa7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',
],
},
],
},
],
});