Skip to content

Commit a388fd9

Browse files
committed
feat(百度网盘): 局部广告-右下角悬浮卡片
1 parent afc3f6e commit a388fd9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/apps/com.baidu.netdisk.ts

+15
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,20 @@ export default defineAppConfig({
125125
},
126126
],
127127
},
128+
{
129+
key: 12,
130+
name: '局部广告-右下角悬浮卡片',
131+
desc: '点击关闭',
132+
rules: [
133+
{
134+
activityIds: 'com.baidu.netdisk.ui.MainActivity',
135+
matches:
136+
'[vid="float_btn_close"][clickable=true][visibleToUser=true]',
137+
exampleUrls:
138+
'https://m.gkd.li/57941037/470eec82-ed99-4f50-beba-2587e525cfdf',
139+
snapshotUrls: 'https://i.gkd.li/import/14278618',
140+
},
141+
],
142+
},
128143
],
129144
});

0 commit comments

Comments
 (0)