From 93416ed5df8456e3d529351f4a6a19f6296f4cf4 Mon Sep 17 00:00:00 2001 From: shanlanCoding <44717382+shanlanCoding@users.noreply.github.com> Date: Wed, 11 Oct 2023 19:58:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BB=8A=E6=97=A5=E5=A4=B4=E6=9D=A1):=20?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=B5=81=E5=B9=BF=E5=91=8A-=E8=A7=84?= =?UTF-8?q?=E5=88=99=E4=BC=98=E5=8C=96=20(#902)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(今日头条): 信息流广告匹配 * feat(今日头条): 信息流广告-规则优化 --------- Co-authored-by: shanlan Co-authored-by: lisonge --- src/apps/com.ss.android.article.news.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/apps/com.ss.android.article.news.ts b/src/apps/com.ss.android.article.news.ts index 9568113f..330e2ebb 100644 --- a/src/apps/com.ss.android.article.news.ts +++ b/src/apps/com.ss.android.article.news.ts @@ -105,16 +105,16 @@ export default defineAppConfig({ name: '点击右上角x按钮', key: 0, matches: - '[text*="广告"||text^="来自"] UIView[text^="不感兴趣"][clickable=true]', + '[text^="广告"|| text$="广告" ||text^="来自"] UIView[text^="不感兴趣"][clickable=true]', action: 'clickCenter', snapshotUrls: [ 'https://gkd-kit.gitee.io/import/12733098', 'https://gkd-kit.gitee.io/import/12755264', 'https://gkd-kit.gitee.io/import/12836272', - 'https://gkd-kit.gitee.io/import/12840162', + 'https://gkd-kit.gitee.io/import/12840162', //别的‘广告’是单独的一个组件,它是和标题一起 ], exampleUrls: [ - 'https://user-images.githubusercontent.com/44717382/273436460-cf007525-81ce-418b-ac05-3bfd75a627fe.gif', + 'https://user-images.githubusercontent.com/44717382/273436460-cf007525-81ce-418b-ac05-3bfd75a627fe.gif', //这是 https://gkd-kit.gitee.io/import/12840162 ], }, {