diff --git a/src/apps/com.gamersky.ts b/src/apps/com.gamersky.ts index 87eb44e6..a1cb553c 100644 --- a/src/apps/com.gamersky.ts +++ b/src/apps/com.gamersky.ts @@ -44,9 +44,19 @@ export default defineAppConfig({ key: 2, activityIds: 'com.gamersky.common.activity.LibDetailContentDetailActivity', - matches: 'View[childCount=2] > [text="广告"] + View', + matches: 'View[childCount=2] > [text="广告"] + View[clickable=true]', snapshotUrls: 'https://i.gkd.li/import/13635579', }, + { + key: 3, + name: '评论区卡片广告', + activityIds: + 'com.gamersky.common.activity.LibDetailContentDetailActivity', + quickFind: true, + matches: + '@[id="com.gamersky:id/close"][clickable=true][visibleToUser=true] - * > [id="com.gamersky:id/badge"]', + snapshotUrls: 'https://i.gkd.li/import/13759484', + }, ], }, ],