From 3d02382e39412d8d82573758008927fe9f6be40d Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 11 Feb 2024 20:39:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BF=AB=E6=89=8B)=20=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E7=B1=BB-=E6=8E=A8=E8=8D=90=E5=85=B3=E6=B3=A8=EF=BC=88?= =?UTF-8?q?=E8=A1=A5=E5=85=85=E3=80=81=E4=BC=98=E5=8C=96=E8=A7=84=E5=88=99?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.smile.gifmaker.ts | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/src/apps/com.smile.gifmaker.ts b/src/apps/com.smile.gifmaker.ts index ed858ddb..1e386dbd 100644 --- a/src/apps/com.smile.gifmaker.ts +++ b/src/apps/com.smile.gifmaker.ts @@ -62,27 +62,32 @@ export default defineAppConfig({ ], }, { - enable: false, key: 12, - name: '功能类-你可能感兴趣的人', + name: '功能类-推荐关注', desc: '自动点击"关闭/隐藏"', activityIds: 'com.yxcorp.gifshow.HomeActivity', rules: [ { key: 0, + name: '消息页面-你可能感兴趣的人', matches: '[id="com.smile.gifmaker:id/close_pymk"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12708620', - 'https://i.gkd.li/import/12708707', - ], + snapshotUrls: 'https://i.gkd.li/import/12708707', }, { key: 1, + name: '我的页面-你可能感兴趣的人', quickFind: true, matches: 'ViewGroup[childCount=3] > [text="隐藏"][visibleToUser=true]', snapshotUrls: 'https://i.gkd.li/import/14001536', }, + { + key: 2, + name: '朋友推荐弹窗', + quickFind: true, + matches: '[text="朋友推荐"] + [vid="close_btn"]', + snapshotUrls: 'https://i.gkd.li/import/14232217', + }, ], }, ],