mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
perf: 字节SDK
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'com.bjsk.intelligent',
|
||||
name: 'WiFi智能钥匙',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '全屏广告-内部启动广告',
|
||||
activityIds:
|
||||
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||
rules: [
|
||||
'Image < @View +4 TextView[text="反馈"] + View TextView[text="广告"]',
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
@@ -99,21 +99,17 @@ export default defineGkdApp({
|
||||
],
|
||||
snapshotUrls: 'https://i.gkd.li/i/13372542',
|
||||
},
|
||||
{
|
||||
key: 8,
|
||||
name: '字节广告-2',
|
||||
activityIds:
|
||||
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||
matches: '[text="反馈"] -2 @View - Image',
|
||||
snapshotUrls: 'https://i.gkd.li/i/12925052',
|
||||
},
|
||||
{
|
||||
key: 9,
|
||||
name: '字节广告-3',
|
||||
activityIds:
|
||||
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||
matches: '[text="反馈"] -4 @View < View[childCount=7]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/12925095',
|
||||
matches:
|
||||
'@Image[childCount=0][text=""] < View[childCount=1] + View +n View > View[childCount=1] > TextView[text$="广告"]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/12925052',
|
||||
'https://i.gkd.li/i/12925095',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -13,12 +13,6 @@ export default defineGkdApp({
|
||||
'com.bytedance.sdk.openadsdk.core.dislike.ui.c',
|
||||
],
|
||||
rules: [
|
||||
{
|
||||
preKeys: [1, 2, 3, 4],
|
||||
name: '穿山甲广告-反馈理由',
|
||||
matches: '[id="com.byted.pangle:id/tt_item_tv"][text="不感兴趣"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/12640358',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
matches: ['[text="广告"] < * - View < * - View > Image[id=null]'],
|
||||
@@ -45,6 +39,12 @@ export default defineGkdApp({
|
||||
],
|
||||
snapshotUrls: ['https://i.gkd.li/i/12640406'],
|
||||
},
|
||||
{
|
||||
preKeys: [1, 2, 3, 4],
|
||||
name: '穿山甲广告-反馈理由',
|
||||
matches: '[id="com.byted.pangle:id/tt_item_tv"][text="不感兴趣"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/12640358',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
@@ -28,19 +28,16 @@ export default defineGkdApp({
|
||||
'https://i.gkd.li/i/13313576',
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
activityIds:
|
||||
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||
matches: '[text="反馈"] -2 @View - Image',
|
||||
snapshotUrls: 'https://i.gkd.li/i/12925052',
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
activityIds:
|
||||
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||
matches: '[text="反馈"] -4 @View < View[childCount=7]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/12925095',
|
||||
matches:
|
||||
'@Image[childCount=0][text=""] < View[childCount=1] + View[childCount=1][text=""] +n View >(1,2) View[childCount=1] > [text$="广告"]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/12925095',
|
||||
'https://i.gkd.li/i/12925052',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user