mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 08:15:11 +08:00
update: snapshot link
This commit is contained in:
@@ -14,7 +14,7 @@ export default defineAppConfig({
|
||||
rules: [
|
||||
{
|
||||
matches: '@LinearLayout[clickable=true] > TextView[text="跳过"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12472630',
|
||||
snapshotUrls: 'https://i.gkd.li/i/12472630',
|
||||
},
|
||||
'@View[id=null] + ImageView + FrameLayout TextView[text=`向上滑动或点击查看`]', // 缺少快照
|
||||
],
|
||||
@@ -33,8 +33,8 @@ export default defineAppConfig({
|
||||
matches:
|
||||
'@ViewGroup[clickable=true][visibleToUser=true] > ViewGroup > [desc="广告"]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/12907446',
|
||||
'https://i.gkd.li/import/12907445', // 限定 visibleToUser=true,防止在节点不可见时触发规则
|
||||
'https://i.gkd.li/i/12907446',
|
||||
'https://i.gkd.li/i/12907445', // 限定 visibleToUser=true,防止在节点不可见时触发规则
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -43,8 +43,8 @@ export default defineAppConfig({
|
||||
name: '点击[屏蔽此广告]',
|
||||
matches: '@ViewGroup > [desc="屏蔽此广告"]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/12907654',
|
||||
'https://i.gkd.li/import/12907651',
|
||||
'https://i.gkd.li/i/12907654',
|
||||
'https://i.gkd.li/i/12907651',
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -53,8 +53,8 @@ export default defineAppConfig({
|
||||
name: '点击[不感兴趣]',
|
||||
matches: '@ViewGroup > [desc="不感兴趣"]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/12907655',
|
||||
'https://i.gkd.li/import/12907653',
|
||||
'https://i.gkd.li/i/12907655',
|
||||
'https://i.gkd.li/i/12907653',
|
||||
],
|
||||
},
|
||||
],
|
||||
@@ -67,13 +67,13 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 0,
|
||||
matches: '[text="腾讯广告"] >n [id^="button_close"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12909822',
|
||||
snapshotUrls: 'https://i.gkd.li/i/12909822',
|
||||
},
|
||||
{
|
||||
preKeys: 0,
|
||||
key: 1,
|
||||
matches: '[id="com.tencent.mtt:id/reward_dialog_close"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12908955',
|
||||
snapshotUrls: 'https://i.gkd.li/i/12908955',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user