From 5bfd6e3e6d76bccea433b82102773f8724930239 Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Mon, 20 Nov 2023 20:52:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=95=AA=E8=8C=84=E5=85=8D=E8=B4=B9?= =?UTF-8?q?=E5=B0=8F=E8=AF=B4):=20=E5=85=B3=E9=97=AD=E9=98=85=E8=AF=BB?= =?UTF-8?q?=E4=B8=AD=E4=BD=9C=E8=80=85=E7=AA=97=E5=8F=A3=20(#2275)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update com.dragon.read.ts * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] close #2233 --- src/apps/com.dragon.read.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/apps/com.dragon.read.ts b/src/apps/com.dragon.read.ts index 70cfedc5..e06cb783 100644 --- a/src/apps/com.dragon.read.ts +++ b/src/apps/com.dragon.read.ts @@ -83,6 +83,19 @@ export default defineAppConfig({ }, ], }, + { + key: 4, + name: '阅读页面_关注作者', + quickFind: true, + rules: [ + { + key: 0, + activityIds: 'com.dragon.read.reader.ui.ReaderActivity', + matches: '@ImageView +2 FrameLayout >3 [text="关注"]', + snapshotUrls: 'https://i.gkd.li/import/13399505', + }, + ], + }, { enable: false, key: 10,