mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(51CTO): 全屏广告-弹窗广告 (#679)
This commit is contained in:
25
src/apps/com.cto51.student.ts
Normal file
25
src/apps/com.cto51.student.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'com.cto51.student',
|
||||
name: '51CTO',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '全屏广告-弹窗广告',
|
||||
desc: '点击关闭',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
activityIds: '.foundation.activities.MainActivity',
|
||||
matches: '@[vid="iv_close"] - [vid="rl_ad"][visibleToUser=true]',
|
||||
exampleUrls: 'https://e.gkd.li/b646bfb4-0d23-483e-b03e-f827f1c4b155',
|
||||
snapshotUrls: 'https://i.gkd.li/i/18308616',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user