mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
43 lines
1.0 KiB
TypeScript
43 lines
1.0 KiB
TypeScript
import { defineGkdApp } from '@gkd-kit/define';
|
|
|
|
export default defineGkdApp({
|
|
id: 'com.xmcy.hykb',
|
|
name: '好游快爆',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新提示',
|
|
fastQuery: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
activityIds: '.app.dialog.UpdateDialog',
|
|
matches:
|
|
'@[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: '全屏广告-弹窗广告',
|
|
fastQuery: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
activityIds: 'com.xmcy.hykb.app.ui.main.MainActivity',
|
|
matches: '[id="com.xmcy.hykb:id/dialog_home_notice_image_close"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13259427',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|