mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
25 lines
548 B
TypeScript
25 lines
548 B
TypeScript
import { defineGkdApp } from '@gkd-kit/define';
|
|
|
|
export default defineGkdApp({
|
|
id: 'com.pmph.irenwei',
|
|
name: '人卫',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '全屏广告-抽奖弹窗',
|
|
desc: '点击关闭',
|
|
fastQuery: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
activityIds: 'com.pmph.main.ad.AdActivity',
|
|
matches: '[id="com.pmph.irenwei:id/iv_close"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13897421',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|