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', + }, + ], + }, ], });