mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(i深圳): 全屏广告-弹窗广告
This commit is contained in:
25
src/apps/com.pingan.smt.ts
Normal file
25
src/apps/com.pingan.smt.ts
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'com.pingan.smt',
|
||||||
|
name: 'i深圳',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '全屏广告-弹窗广告',
|
||||||
|
desc: '点击关闭',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
activityIds: 'com.pingan.smt.MainActivity',
|
||||||
|
matches: '[vid="close_view"]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/97a058cf-0564-4194-b527-b2ec40233204',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/17011387',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user