fix(摩托范): 弹窗广告(删除多余字段) (#2709)

This commit is contained in:
Kun Jinkao
2023-12-03 16:34:52 +08:00
committed by GitHub
parent 480dc9f1e6
commit 691b77597d

View File

@@ -6,8 +6,7 @@ export default defineAppConfig({
groups: [ groups: [
{ {
key: 1, key: 1,
name: '第三方 SDK 广告弹窗', name: '弹窗广告',
matchLauncher: true,
activityIds: [], activityIds: [],
rules: [ rules: [
{ {
@@ -29,7 +28,7 @@ export default defineAppConfig({
{ {
key: 1, key: 1,
matches: '@ImageView -n RelativeLayout > TextView[text*="广告"]', matches: '@ImageView -n RelativeLayout > TextView[text*="广告"]',
snapshotUrls: ['https://i.gkd.li/import/12826288'], snapshotUrls: 'https://i.gkd.li/import/12826288',
}, },
], ],
}, },