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