feat(QQ音乐): 开屏广告(补充规则) (#3056)

Co-authored-by: adproqwq <2757917031@qq.com>
This commit is contained in:
adproqwq
2023-12-11 20:24:06 +08:00
committed by GitHub
parent 05637e0242
commit 51766cb68a

View File

@@ -13,6 +13,7 @@ export default defineAppConfig({
resetMatch: 'app',
rules: [
{
key: 0,
matches: 'TextView[text=`跳过`][clickable=true]',
snapshotUrls: [
'https://i.gkd.li/import/12673960', // text="互动广告"
@@ -21,6 +22,12 @@ export default defineAppConfig({
'https://i.gkd.li/import/12674074', // text="运营推广"
],
},
{
key: 1,
quickFind: false,
matches: '@ViewGroup > ViewGroup[text="跳过"]',
snapshotUrls: 'https://i.gkd.li/import/13628165',
},
],
},
{