diff --git a/src/apps/com.guwendao.gwd.ts b/src/apps/com.guwendao.gwd.ts index d5298bed..f34b3f5a 100644 --- a/src/apps/com.guwendao.gwd.ts +++ b/src/apps/com.guwendao.gwd.ts @@ -17,6 +17,7 @@ export default defineAppConfig({ name: '第三方 SDK 广告弹窗', activityIds: 'com.guwendao.gwd.MainActivity', rules: [ + // 腾讯广告 { key: 0, matches: 'ImageView - FrameLayout > FrameLayout > ImageView[id=null]', @@ -31,17 +32,25 @@ export default defineAppConfig({ snapshotUrls: 'https://gkd-kit.songe.li/import/12777151', }, { - activityIds: - 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', key: 2, - matches: '@Image[id=null] < View + View + TextView[text="反馈"]', - snapshotUrls: 'https://gkd-kit.songe.li/import/12781327', + matches: + '[id="com.byted.pangle.m:id/tt_reward_full_count_down_after"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12781344', }, { key: 3, matches: - '[id="com.byted.pangle.m:id/tt_reward_full_count_down_after"]', - snapshotUrls: 'https://gkd-kit.songe.li/import/12781344', + 'ImageView < FrameLayout + FrameLayout > FrameLayout > ImageView[id=null]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12924728', + }, + + // 字节广告 + { + activityIds: + 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', + key: 10, + matches: '@Image[id=null] < View + View + TextView[text="反馈"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12781327', }, ], },