mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
24 lines
574 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|