mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
40 lines
1.1 KiB
TypeScript
40 lines
1.1 KiB
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.xmcy.hykb',
|
|
name: '好游快爆',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: '[id="com.xmcy.hykb:id/skip"][text^="跳过"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12774856',
|
|
},
|
|
{
|
|
key: 1,
|
|
name: '更新弹窗',
|
|
quickFind: true,
|
|
matchLauncher: true,
|
|
activityIds: 'com.xmcy.hykb.app.dialog.UpdateDialog',
|
|
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/import/12870604',
|
|
'https://i.gkd.li/import/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/import/13259427',
|
|
},
|
|
],
|
|
});
|