feat(微信): 订阅号-展开更早的消息 (#3521)

close #3519
This commit is contained in:
adproqwq
2024-01-02 20:06:04 +08:00
committed by GitHub
parent 426e47d406
commit da632b6732

View File

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