mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 15:25:08 +08:00
feat: 添加爱奇艺PAD开屏广告规则 (#1397)
Co-authored-by: AIsouler <zy43220@gmail.com>
This commit is contained in:
32
src/apps/com.qiyi.video.pad.ts
Normal file
32
src/apps/com.qiyi.video.pad.ts
Normal file
@@ -0,0 +1,32 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'com.qiyi.video.pad',
|
||||
name: '爱奇艺PAD',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
desc: '点击关闭',
|
||||
fastQuery: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
priorityTime: 10000,
|
||||
rules: [
|
||||
{
|
||||
activityIds: 'org.qiyi.android.video.MainActivity',
|
||||
matches: '@[clickable=true] >2 [text="关闭"]',
|
||||
exampleUrls: [
|
||||
'https://e.gkd.li/e731c9e7-b93e-4d3f-ae6c-887554b27d5a',
|
||||
'https://e.gkd.li/7a74687a-f576-4820-9ef8-3e10ddb67562',
|
||||
],
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/23381997',
|
||||
'https://i.gkd.li/i/23382047',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user