Squashed commit of the following:

commit 67a741ba35e2fb3420918816f113043a67d4766f
Author: aisouler <zy43220@gmail.com>
Date:   Fri Jan 26 17:25:17 2024 +0800

    Update com.sina.weibo.ts

commit ccc7e52aff555ff6ae857f33db0b65a6f81ef3c2
Author: aisouler <zy43220@gmail.com>
Date:   Fri Jan 26 17:19:42 2024 +0800

    feat:优化规则

commit 3d12563e31639551c6ba4391475eb6f6517f7e3a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed Jan 24 06:11:29 2024 +0000

    chore(actions): check_format_lint

commit add0e623885865b6dcde50e0e449e9e60ee85a14
Author: aisouler <zy43220@gmail.com>
Date:   Wed Jan 24 14:10:43 2024 +0800

    feat(微博):最热钻超弹窗

commit 6dc8ffe61efbca6f0362cd93936c3ad79f4b9b89
Author: aisouler <zy43220@gmail.com>
Date:   Wed Jan 17 13:01:58 2024 +0800

    feat(微博):分段广告(补充规则)
This commit is contained in:
aisouler
2024-02-01 18:38:57 +08:00
parent f494fe3905
commit 47ad5f439d

View File

@@ -260,6 +260,13 @@ export default defineAppConfig({
matches: '[text="不感兴趣"][clickable=true]',
snapshotUrls: 'https://i.gkd.li/import/13852322',
},
{
preKeys: 0,
key: 2,
activityIds: 'com.sina.weibo.feed.DetailWeiboActivity',
matches: '[text="不想看到此类内容"]',
snapshotUrls: 'https://i.gkd.li/import/13958782',
},
],
},
{
@@ -285,5 +292,19 @@ export default defineAppConfig({
},
],
},
{
key: 21,
name: '全屏广告-最热钻超弹窗',
desc: '点击X',
quickFind: true,
rules: [
{
activityIds: 'com.sina.weibo.feed.MPDialogActivity',
matches:
'@Image[text="close"] < View[childCount=4] <2 * <<n [id="com.sina.weibo:id/container"]',
snapshotUrls: 'https://i.gkd.li/import/14033735',
},
],
},
],
});