Files
AIsouler-GKD_subscription/src/apps/com.leduoworks.gpstoolbox.ts
jiuqianyuan d2753397bf feat: 删除问题quickFind (#2985)
删除开屏规则[id="com.byted.pangle:id/tt_splash_skip_btn"]的quickFind属性。
快照中[id="com.byted.pangle:id/tt_splash_skip_btn"]可快速查找系GKD标识错误。
- https://github.com/gkd-kit/gkd/issues/369
2023-12-11 21:21:01 +08:00

27 lines
702 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.leduoworks.gpstoolbox',
name: 'GPS工具箱',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13062600',
},
{
key: 1,
name: '首页占位广告',
activityIds: 'com.leduoworks.gpstoolbox.frmt.MainFrmtActivity',
matchLauncher: true,
quickFind: true,
rules: '[id="com.leduoworks.gpstoolbox:id/iv_close"]',
snapshotUrls: 'https://i.gkd.li/import/13062612',
},
],
});