Files
AIsouler-GKD_subscription/src/apps/com.xmcy.hykb.ts
2024-04-10 14:33:03 +08:00

31 lines
811 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.xmcy.hykb',
name: '好游快爆',
groups: [
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules:
'@[id="com.xmcy.hykb:id/iv_inner_button_close"] - RelativeLayout >n [id="com.xmcy.hykb:id/text_update_tip"]',
snapshotUrls: [
'https://i.gkd.li/i/12870604',
'https://i.gkd.li/i/13297450',
],
},
{
key: 2,
name: '全屏广告-弹窗广告',
quickFind: true,
activityIds: 'com.xmcy.hykb.app.ui.main.MainActivity',
rules: '[id="com.xmcy.hykb:id/dialog_home_notice_image_close"]',
snapshotUrls: 'https://i.gkd.li/i/13259427',
},
],
});