Files
AIsouler-GKD_subscription/src/apps/com.tencent.qt.sns.ts
2024-12-05 23:25:12 +08:00

38 lines
887 B
TypeScript

import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.tencent.qt.sns',
name: '掌上穿越火线',
groups: [
{
key: 1,
name: '全屏广告-首页活动弹窗',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: '[id="com.tencent.qt.sns:id/closebtn"]',
snapshotUrls: 'https://i.gkd.li/i/13497978',
},
],
},
{
key: 2,
name: '更新提示',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
activityIds: 'com.tencent.gamehelper.ui.main.MainActivity',
matches: '[text="版本更新"] +4 LinearLayout > [text="取消"]',
snapshotUrls: 'https://i.gkd.li/i/13713478',
},
],
},
],
});