mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
perf: 哔哩哔哩-自动点击评论区的[展开更多评论] #1196
This commit is contained in:
@@ -423,10 +423,16 @@ export default defineGkdApp({
|
|||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
activityIds: 'com.bilibili.video.story.StoryVideoActivity',
|
activityIds: [
|
||||||
|
'com.bilibili.video.story.StoryVideoActivity',
|
||||||
|
'com.bilibili.ship.theseus.detail.UnitedBizDetailsActivity',
|
||||||
|
],
|
||||||
matches: '@LinearLayout[clickable=true] > [text="展开更多评论"]',
|
matches: '@LinearLayout[clickable=true] > [text="展开更多评论"]',
|
||||||
exampleUrls: 'https://e.gkd.li/e7b7167e-7623-4079-9f16-fd253f303074',
|
exampleUrls: 'https://e.gkd.li/e7b7167e-7623-4079-9f16-fd253f303074',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/22572375',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/22572375',
|
||||||
|
'https://i.gkd.li/i/22573433',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user