diff --git a/src/apps/com.ss.android.ugc.aweme.ts b/src/apps/com.ss.android.ugc.aweme.ts index 5c50b02a..8a3ab354 100644 --- a/src/apps/com.ss.android.ugc.aweme.ts +++ b/src/apps/com.ss.android.ugc.aweme.ts @@ -253,5 +253,20 @@ export default defineAppConfig({ }, ], }, + { + key: 17, + name: '全屏广告-[去首页商城]弹窗', + desc: '点击[知道了]', + rules: [ + { + quickFind: true, + activityIds: 'com.ss.android.ugc.aweme.live.LiveDummyActivity', + matches: '[text="去首页商城,查订单更方便"] +2 [text="知道了"]', + exampleUrls: + 'https://m.gkd.li/57941037/385f4262-d744-4482-887c-be2e1f0c0943', + snapshotUrls: 'https://i.gkd.li/i/14533732', + }, + ], + }, ], });