mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(QQ音乐): 开屏广告(补充规则) (#3056)
Co-authored-by: adproqwq <2757917031@qq.com>
This commit is contained in:
@@ -13,6 +13,7 @@ export default defineAppConfig({
|
|||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
key: 0,
|
||||||
matches: 'TextView[text=`跳过`][clickable=true]',
|
matches: 'TextView[text=`跳过`][clickable=true]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/import/12673960', // text="互动广告"
|
'https://i.gkd.li/import/12673960', // text="互动广告"
|
||||||
@@ -21,6 +22,12 @@ export default defineAppConfig({
|
|||||||
'https://i.gkd.li/import/12674074', // text="运营推广"
|
'https://i.gkd.li/import/12674074', // text="运营推广"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
quickFind: false,
|
||||||
|
matches: '@ViewGroup > ViewGroup[text="跳过"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13628165',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user