From da632b67324d2e1541443e25e4503c41ce722b8d Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:06:04 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BE=AE=E4=BF=A1):=20=E8=AE=A2=E9=98=85?= =?UTF-8?q?=E5=8F=B7-=E5=B1=95=E5=BC=80=E6=9B=B4=E6=97=A9=E7=9A=84?= =?UTF-8?q?=E6=B6=88=E6=81=AF=20(#3521)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3519 --- src/apps/com.tencent.mm.ts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 6869dbe4..1ac70a47 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -474,5 +474,26 @@ export default defineAppConfig({ }, ], }, + { + key: 19, + name: '订阅号-展开更早的消息', + rules: [ + { + key: 0, + name: '8.0.44以下', + quickFind: true, + activityIds: + 'com.tencent.mm.plugin.brandservice.ui.timeline.BizTimeLineUI', + matches: '[text="展开更早的消息"] < [id="com.tencent.mm:id/aqc"]', + snapshotUrls: 'https://i.gkd.li/import/13790550', + }, + { + key: 1, + name: '8.0.44', + matches: '[desc="展开更早的消息"]', + snapshotUrls: 'https://i.gkd.li/import/13790949', + }, + ], + }, ], });