chore: sync

This commit is contained in:
lisonge
2023-09-02 13:17:03 +08:00
parent cd5ec3bd6f
commit 17c007ebbf
88 changed files with 1191 additions and 363 deletions

View File

@@ -2,16 +2,21 @@ import type { AppConfig } from '../types';
export default <AppConfig>{
id: 'com.tencent.mtt',
name: `QQ浏览器`,
groups: [
{
key: 0,
name: 'QQ浏览器-开屏广告',
name: '开屏广告',
activityIds: 'com.tencent.mtt.MainActivity',
rules: [
'@View[id=null] + ImageView + FrameLayout TextView[text=`向上滑动或点击查看`]',
// https://gkd-kit.gitee.io/import/38517192/7d8e9661-c29a-4448-94c2-d7b0a1756107
`@LinearLayout[clickable=true] > TextView[text="跳过"]`,
{
matches: `@LinearLayout[clickable=true] > TextView[text="跳过"]`,
snapshotUrls: [
`https://gkd-kit.gitee.io/import/38517192/7d8e9661-c29a-4448-94c2-d7b0a1756107`,
],
},
],
},
],