From 6a720e0573f326566b27d76a163abef374fc02d0 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Fri, 13 Oct 2023 01:16:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(X):=20=E4=BF=A1=E6=81=AF=E6=B5=81=E5=B9=BF?= =?UTF-8?q?=E5=91=8A-=E5=B8=96=E5=AD=90=E8=AF=A6=E6=83=85=E9=A1=B5?= =?UTF-8?q?=E3=80=81=E6=90=9C=E7=B4=A2=E9=A1=B5=EF=BC=88=E5=AE=8C=E5=96=84?= =?UTF-8?q?=E8=A7=84=E5=88=99=EF=BC=89=20(#971)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #937 --- src/apps/com.twitter.android.ts | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/apps/com.twitter.android.ts b/src/apps/com.twitter.android.ts index ed2d608d..357e3f4a 100644 --- a/src/apps/com.twitter.android.ts +++ b/src/apps/com.twitter.android.ts @@ -56,7 +56,16 @@ export default defineAppConfig({ ], }, { - preKeys: [0], + name: '点击右上角关闭', + key: 1, + matches: + '@[id="com.twitter.android:id/tweet_curation_action"] <2 * + [id="com.twitter.android:id/tweet_auto_playable_content_parent"] > [id="com.twitter.android:id/tweet_promoted_badge_bottom"][text="推荐"]', + snapshotUrls: [ + 'https://gkd-kit.songe.li/import/12882676', // com.twitter.tweetdetail.TweetDetailActivity + ], + }, + { + preKeys: [0, 1], key: 10, name: '点击屏蔽', matches: