mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 20:53:38 +08:00
parent
b7e4a7b83e
commit
df672f8fa7
25
src/apps/com.didapinche.booking.ts
Normal file
25
src/apps/com.didapinche.booking.ts
Normal 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',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user