From b7f088711992e560fd8329ebab7f07b2516a0ef6 Mon Sep 17 00:00:00 2001 From: CallMeBill Date: Fri, 6 Oct 2023 17:08:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=87=82=E8=BD=A6=E5=B8=9D):=20=E8=AF=84?= =?UTF-8?q?=E8=AE=BA=E5=8C=BA=E5=B9=BF=E5=91=8A=20(#669)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.ss.android.auto.ts | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/apps/com.ss.android.auto.ts b/src/apps/com.ss.android.auto.ts index aa5e3b3d..cc44482f 100644 --- a/src/apps/com.ss.android.auto.ts +++ b/src/apps/com.ss.android.auto.ts @@ -59,11 +59,16 @@ export default defineAppConfig({ { key: 5, name: '评论区广告', - activityIds: + activityIds: [ 'com.ss.android.article.base.feature.detail2.view.NewDetailActivity', + 'com.ss.android.auto.ugc.video.activity.UgcLongPostActivity', + ], rules: 'RelativeLayout[childCount=5][id=null] > @ImageView[clickable=true][id!=null] - LinearLayout[childCount=2][id!=null] > TextView[text="广告"][id!=null]', - snapshotUrls: 'https://gkd-kit.gitee.io/import/12811459', + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12811459', + 'https://gkd-kit.gitee.io/import/12825865', + ], }, ], });