feat(微博): 分段广告(补充规则)

This commit is contained in:
AIsouler
2024-03-23 18:25:30 +08:00
parent dc96f9f5c7
commit 29854ec5cb

View File

@@ -254,6 +254,19 @@ export default defineAppConfig({
'https://i.gkd.li/i/14210775', 'https://i.gkd.li/i/14210775',
], ],
}, },
{
key: 2,
position: {
left: 'width * 0.9537',
top: 'width * 0.0611',
},
activityIds: 'com.sina.weibo.MainTabActivity',
matches:
'LinearLayout[visibleToUser=true][childCount=6] > @ViewGroup > ViewGroup > FrameLayout > ImageView',
snapshotUrls: 'https://i.gkd.li/i/14729705',
},
// 预留key
{ {
preKeys: 0, preKeys: 0,
key: 90, key: 90,
@@ -269,6 +282,14 @@ export default defineAppConfig({
'@LinearLayout[index=1][clickable=true] >2 [text="不想看到此类内容"]', '@LinearLayout[index=1][clickable=true] >2 [text="不想看到此类内容"]',
snapshotUrls: 'https://i.gkd.li/i/13958782', snapshotUrls: 'https://i.gkd.li/i/13958782',
}, },
{
preKeys: [2],
key: 92,
quickFind: true,
activityIds: 'com.sina.weibo.MainTabActivity',
matches: '@[clickable=true] >2 [text="不感兴趣"]',
snapshotUrls: 'https://i.gkd.li/i/14730274',
},
], ],
}, },
{ {