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