Files
AIsouler-GKD_subscription/src/apps/cn.chuci.and.wkfenshen.ts
2024-07-14 12:19:31 +08:00

24 lines
574 B
TypeScript

import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'cn.chuci.and.wkfenshen',
name: '猴子分身',
groups: [
{
key: 1,
name: '全屏广告-购买会员弹窗',
activityIds: 'cn.chuci.and.wkfenshen.ActMain',
rules: [
{
fastQuery: true,
matches: [
'[id="cn.chuci.and.wkfenshen:id/dialog_local_buy_btn"]',
'[id="cn.chuci.and.wkfenshen:id/action_close"]',
],
snapshotUrls: 'https://i.gkd.li/i/13226988',
},
],
},
],
});