mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(微博): 分段广告(补充规则)
This commit is contained in:
@@ -254,6 +254,19 @@ export default defineAppConfig({
|
||||
'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,
|
||||
key: 90,
|
||||
@@ -269,6 +282,14 @@ export default defineAppConfig({
|
||||
'@LinearLayout[index=1][clickable=true] >2 [text="不想看到此类内容"]',
|
||||
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',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user