mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 08:15:11 +08:00
feat: snapshot use i.gkd.li
This commit is contained in:
@@ -13,9 +13,9 @@ export default defineAppConfig({
|
||||
],
|
||||
rules: '@[text="跳过"] - LinearLayout > [text*="广告"]',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.songe.li/import/12755818',
|
||||
'https://gkd-kit.songe.li/import/12755896',
|
||||
'https://gkd-kit.songe.li/import/12755901', // activityId: 'com.miui.home.launcher.Launcher'
|
||||
'https://i.gkd.li/import/12755818',
|
||||
'https://i.gkd.li/import/12755896',
|
||||
'https://i.gkd.li/import/12755901', // activityId: 'com.miui.home.launcher.Launcher'
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -33,9 +33,9 @@ export default defineAppConfig({
|
||||
matches:
|
||||
'FrameLayout[id="android:id/content"][childCount=1] >n [text="广告"] +n [id="com.tencent.news:id/dislike_streamAd_more"]',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.songe.li/import/12755834',
|
||||
'https://gkd-kit.songe.li/import/12755852', // 使用 FrameLayout[id="android:id/content"][childCount=1] 进行限定,防止点击【更多】按钮后继续触发规则
|
||||
'https://gkd-kit.songe.li/import/12755914', // activityId: 'com.miui.home.launcher.Launcher'
|
||||
'https://i.gkd.li/import/12755834',
|
||||
'https://i.gkd.li/import/12755852', // 使用 FrameLayout[id="android:id/content"][childCount=1] 进行限定,防止点击【更多】按钮后继续触发规则
|
||||
'https://i.gkd.li/import/12755914', // activityId: 'com.miui.home.launcher.Launcher'
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -44,7 +44,7 @@ export default defineAppConfig({
|
||||
desc: '点击【不感兴趣】按钮',
|
||||
matches:
|
||||
'[id="com.tencent.news:id/dislike_reason_view"] >n [text="不感兴趣"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12755852',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12755852',
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -56,7 +56,7 @@ export default defineAppConfig({
|
||||
key: 0,
|
||||
activityIds: 'com.tencent.news.activity.SplashActivity',
|
||||
matches: '@[text="关闭"] + [text="查看活动详情"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12755872',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12755872',
|
||||
},
|
||||
// 在这个规则组中继续添加广告、活动弹窗
|
||||
],
|
||||
@@ -67,7 +67,7 @@ export default defineAppConfig({
|
||||
name: '请求通知权限弹窗',
|
||||
activityIds: 'com.tencent.news.activity.SplashActivity',
|
||||
rules: '[text="开启通知"] + [text="先不了"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12755824',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12755824',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user