mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
feat: 囧次元-全屏广告
This commit is contained in:
28
src/apps/com.tingfeng.tool.ts
Normal file
28
src/apps/com.tingfeng.tool.ts
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'com.tingfeng.tool',
|
||||||
|
name: '囧次元',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '全屏广告-弹窗广告',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: [
|
||||||
|
'com.windmill.sdk.widget.InterstitialView',
|
||||||
|
'app.video.guoguo.MainActivity',
|
||||||
|
],
|
||||||
|
matches:
|
||||||
|
'[vid="tobid_interstitial_skip_ll" || vid="tobid_splash_skip_ll"][visibleToUser=true]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/64670315-c171-42f9-a55a-5bedf29f24c3',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/21278557',
|
||||||
|
'https://i.gkd.li/i/21282765',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user