mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(淘票票): 开屏广告
This commit is contained in:
23
src/apps/com.taobao.movie.android.ts
Normal file
23
src/apps/com.taobao.movie.android.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'com.taobao.movie.android',
|
||||
name: '淘票票',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '开屏广告',
|
||||
fastQuery: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
|
||||
exampleUrls: 'https://e.gkd.li/b0b7bd5e-89fc-4079-b17f-1b1cf4938658',
|
||||
snapshotUrls: 'https://i.gkd.li/i/16498740',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user