mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(百度网盘): 开屏广告-优化规则 (#946)
This commit is contained in:
@@ -14,8 +14,11 @@ export default defineAppConfig({
|
||||
],
|
||||
rules: [
|
||||
{
|
||||
matches: 'TextView[text="跳过"][clickable=true]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12472597',
|
||||
matches: 'TextView[text^="跳过"][clickable=true]',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12472597',
|
||||
'https://gkd-kit.songe.li/import/12877626',
|
||||
],
|
||||
},
|
||||
{
|
||||
matches: '@TextView[text^="跳过"] + TextView[text="广告"]',
|
||||
|
||||
Reference in New Issue
Block a user