mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
feat: 星空视频壁纸-全屏广告 #1006
This commit is contained in:
22
src/apps/yyc.xk.ts
Normal file
22
src/apps/yyc.xk.ts
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'yyc.xk',
|
||||||
|
name: '星空视频壁纸',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '全屏广告-弹窗广告',
|
||||||
|
desc: '点击关闭',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: '.activity.MainActivity',
|
||||||
|
matches: '[vid="gm信息流广告关闭"][visibleToUser=true]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/972de09c-a399-4b7d-b7c4-e03c072a7170',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/20863704',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user