mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
fix: 向日葵远程控制-分段广告 #1243
This commit is contained in:
@@ -77,11 +77,13 @@ export default defineGkdApp({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '局部广告-卡片广告',
|
name: '分段广告-卡片广告',
|
||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
|
activityIds: '.application.Main',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
activityIds: 'com.oray.sunlogin.application.Main',
|
key: 0,
|
||||||
|
action: 'clickCenter', // clickNode 可能无效
|
||||||
matches:
|
matches:
|
||||||
'[id="com.oray.sunlogin:id/fl_close_advertise" || vid="iv_dislike"][visibleToUser=true]',
|
'[id="com.oray.sunlogin:id/fl_close_advertise" || vid="iv_dislike"][visibleToUser=true]',
|
||||||
exampleUrls: 'https://e.gkd.li/2cad526b-1691-45e9-826b-eb92299cb8ee',
|
exampleUrls: 'https://e.gkd.li/2cad526b-1691-45e9-826b-eb92299cb8ee',
|
||||||
@@ -90,6 +92,12 @@ export default defineGkdApp({
|
|||||||
'https://i.gkd.li/i/17159821',
|
'https://i.gkd.li/i/17159821',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
preKeys: [0],
|
||||||
|
matches: '@[clickable=true] > [text="不感兴趣"][visibleToUser=true]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/55f927c7-edb5-4324-a73a-ad6dfa090eb6',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/22865433',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user