mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat: fastQuery
This commit is contained in:
@@ -7,7 +7,7 @@ export default defineGkdApp({
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
quickFind: true,
|
||||
fastQuery: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
@@ -25,7 +25,7 @@ export default defineGkdApp({
|
||||
name: '青少年模式',
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
quickFind: true,
|
||||
fastQuery: true,
|
||||
rules: 'TextView[text*="青少年模式"] +n TextView[text="我知道了"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/12700145',
|
||||
},
|
||||
@@ -110,7 +110,7 @@ export default defineGkdApp({
|
||||
},
|
||||
{
|
||||
key: 6,
|
||||
quickFind: true,
|
||||
fastQuery: true,
|
||||
matches: '[id="com.tencent.qqlive:id/feed_icon"][clickable=true]',
|
||||
exampleUrls:
|
||||
'https://m.gkd.li/57941037/42013a93-fb12-4747-92e0-95f5028eb8e5',
|
||||
@@ -120,7 +120,7 @@ export default defineGkdApp({
|
||||
{
|
||||
preKeys: 6,
|
||||
key: 96,
|
||||
quickFind: true,
|
||||
fastQuery: true,
|
||||
matches:
|
||||
'[id="com.tencent.qqlive:id/ad_feed_back_dislike"][clickable=true]',
|
||||
exampleUrls:
|
||||
@@ -137,7 +137,7 @@ export default defineGkdApp({
|
||||
{
|
||||
key: 98,
|
||||
name: '广告反馈卡片-选择原因',
|
||||
quickFind: true,
|
||||
fastQuery: true,
|
||||
activityIds: [
|
||||
'com.tencent.qqlive.qaduikit.common.dialog.feedback.variable.QAdFeedbackVariableDislikeItemDialog',
|
||||
'com.tencent.qqlive.ona.activity.SplashHomeActivity',
|
||||
@@ -157,7 +157,7 @@ export default defineGkdApp({
|
||||
preKeys: [98],
|
||||
key: 99,
|
||||
name: '广告反馈卡片-确认原因',
|
||||
quickFind: true,
|
||||
fastQuery: true,
|
||||
activityIds: [
|
||||
'com.tencent.qqlive.qaduikit.common.dialog.feedback.variable.QAdFeedbackVariableDislikeItemDialog',
|
||||
'com.tencent.qqlive.ona.activity.SplashHomeActivity',
|
||||
@@ -183,7 +183,7 @@ export default defineGkdApp({
|
||||
{
|
||||
key: 0,
|
||||
name: '全屏广告',
|
||||
quickFind: true,
|
||||
fastQuery: true,
|
||||
matches:
|
||||
'@[text$="跳过广告"][clickable=true] < LinearLayout > [text="VIP可关闭该广告"]',
|
||||
snapshotUrls: [
|
||||
@@ -201,7 +201,7 @@ export default defineGkdApp({
|
||||
{
|
||||
key: 2,
|
||||
name: '全屏广告2',
|
||||
quickFind: true,
|
||||
fastQuery: true,
|
||||
matches: '@[text$="关闭广告"][clickable=true]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/13526547',
|
||||
},
|
||||
@@ -219,7 +219,7 @@ export default defineGkdApp({
|
||||
{
|
||||
key: 4,
|
||||
name: '居中广告-2',
|
||||
quickFind: true,
|
||||
fastQuery: true,
|
||||
matches: '[id="com.tencent.qqlive:id/pause_ad_close"]',
|
||||
exampleUrls:
|
||||
'https://m.gkd.li/57941037/c8f55e94-30ad-440d-b4d8-06fb19f0c17e',
|
||||
@@ -232,7 +232,7 @@ export default defineGkdApp({
|
||||
name: '全屏广告-首页-弹窗广告',
|
||||
resetMatch: 'app',
|
||||
actionMaximum: 1,
|
||||
quickFind: true,
|
||||
fastQuery: true,
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
@@ -264,7 +264,7 @@ export default defineGkdApp({
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
quickFind: true,
|
||||
fastQuery: true,
|
||||
matches: 'LinearLayout > @[text="以后再说"] + [text="好的"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/12700139',
|
||||
},
|
||||
@@ -283,7 +283,7 @@ export default defineGkdApp({
|
||||
{
|
||||
key: 0,
|
||||
name: '投屏页面广告',
|
||||
quickFind: true,
|
||||
fastQuery: true,
|
||||
activityIds: 'com.tencent.qqlive.ona.activity.VideoDetailActivity',
|
||||
matches: '@[clickable=true] - [text="广告"]',
|
||||
exampleUrls:
|
||||
|
||||
Reference in New Issue
Block a user