mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
42
src/apps/com.svw.sc.mos.ts
Normal file
42
src/apps/com.svw.sc.mos.ts
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'com.svw.sc.mos',
|
||||||
|
name: '上汽大众',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '全屏广告-弹窗广告',
|
||||||
|
desc: '点击关闭',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
activityIds: '.main.ui.home.ui.AppStartDialogActivity',
|
||||||
|
matches: '[vid="iv_appstart_close"][visibleToUser=true]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/0acf720d-1752-449f-bbe6-357896f1bb2e',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/17528776',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '局部广告-悬浮广告',
|
||||||
|
desc: '点击关闭',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
activityIds: '.main.ui.MainActivity',
|
||||||
|
matches: '[vid="clyt_floating_close"][visibleToUser=true]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/fbbc311e-cfe1-468a-88c1-20633622a34e',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/17528781',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user