diff --git a/src/apps/com.mj.mjyd.ts b/src/apps/com.mj.mjyd.ts index a01e705c..989bbe0a 100644 --- a/src/apps/com.mj.mjyd.ts +++ b/src/apps/com.mj.mjyd.ts @@ -8,9 +8,20 @@ export default defineAppConfig({ key: 1, name: '广告弹窗', quickFind: true, - rules: - '@ImageView < FrameLayout[childCount=1] <2 FrameLayout[childCount=6] >3 [text="立即下载"]', - snapshotUrls: 'https://gkd-kit.songe.li/import/12877729', + activityIds: + 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Activity_T', + rules: [ + { + matches: + '@ImageView < FrameLayout[childCount=1] <2 FrameLayout[childCount=6] >3 [text="立即下载"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12877729', + }, + { + matches: + '@ImageView < FrameLayout[childCount=1] <3 FrameLayout[childCount=5] <3 FrameLayout[childCount=5] >3 [text="立即下载"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12895086', + }, + ], }, ], });