diff --git a/src/apps/com.pleasure.trace_wechat.ts b/src/apps/com.pleasure.trace_wechat.ts new file mode 100644 index 00000000..5d6d4747 --- /dev/null +++ b/src/apps/com.pleasure.trace_wechat.ts @@ -0,0 +1,40 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.pleasure.trace_wechat', + name: '微拾', + groups: [ + { + enable: false, + key: 5, + name: '我的-卡片式广告', + desc: '需点击二次弹窗确认', + quickFind: true, + activityIds: 'com.camellia.trace.activity.MainActivity', + rules: [ + { + key: 0, + name: '点击【x】', + matches: + 'View < @FrameLayout[desc^="dislike"] < [id="com.byted.pangle:id/tt_item_tv"][text="不感兴趣"]', + snapshotUrls: 'https://i.gkd.li/import/13479469', + }, + ], + }, + { + key: 11, + name: '【字节】广告弹窗', + activityIds: + 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', + rules: '[text="反馈"] -2 @View > Image', + snapshotUrls: 'https://i.gkd.li/import/13479468', + }, + ], +});