mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
feat: 有鱼生活-全屏广告 #957
This commit is contained in:
28
src/apps/com.example.youxyouy.ts
Normal file
28
src/apps/com.example.youxyouy.ts
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'com.example.youxyouy',
|
||||||
|
name: '有鱼生活',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '全屏广告-弹窗广告',
|
||||||
|
desc: '点击关闭',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: '.MainActivity',
|
||||||
|
matches: '[vid="iv_close"][visibleToUser=true]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/ddeb0c34-6a3d-407d-b600-96d21dd1f77b',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/20637763',
|
||||||
|
'https://i.gkd.li/i/20637764',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user