mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
perf: 解压专家
This commit is contained in:
@@ -13,15 +13,14 @@ export default defineAppConfig({
|
|||||||
name: '字节广告',
|
name: '字节广告',
|
||||||
activityIds:
|
activityIds:
|
||||||
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||||
matches:
|
matches: 'Image < @View[visibleToUser=true] +4 [text="反馈"]',
|
||||||
'@Image[text=""] < View +n View > View > TextView[text="广告"]',
|
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13328194',
|
snapshotUrls: 'https://i.gkd.li/i/13328194',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '腾讯广告',
|
name: '腾讯广告',
|
||||||
matches:
|
matches:
|
||||||
'ImageView - FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]',
|
'[id="android:id/content"] >(3,4) FrameLayout[childCount>4] > FrameLayout[childCount=1] > ImageView',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13391833',
|
snapshotUrls: 'https://i.gkd.li/i/13391833',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@@ -29,23 +28,46 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '全屏广告-升级专业版弹窗',
|
name: '全屏广告-升级专业版弹窗',
|
||||||
activityIds: 'com.fileunzip.zxwknight.activity.MainActivity',
|
activityIds: [
|
||||||
rules:
|
'com.fileunzip.zxwknight.activity.MainActivity',
|
||||||
'@[id="com.fileunzip.zxwknight:id/ziputil_dialog_imageview"] +n [text="升级到专业版"]',
|
'com.fileunzip.zxwknight.activity.VideoPlayActivity',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13328212',
|
],
|
||||||
|
rules: '@[vid="ziputil_dialog_imageview"] < * > [text="升级到专业版"]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/13328212',
|
||||||
|
'https://i.gkd.li/i/14885336',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: '全屏广告-软件推广',
|
name: '全屏广告-软件推广',
|
||||||
desc: '全能保险箱',
|
desc: '全能保险箱',
|
||||||
|
quickFind: true,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
quickFind: true,
|
key: 0,
|
||||||
matches: '[vid="dialog_recommend_back"]',
|
matches: '[vid="dialog_recommend_back"]',
|
||||||
exampleUrls:
|
exampleUrls:
|
||||||
'https://m.gkd.li/57941037/de127f4b-5de6-41ab-a1ea-5a98f7eeab58',
|
'https://m.gkd.li/57941037/de127f4b-5de6-41ab-a1ea-5a98f7eeab58',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/14472568',
|
snapshotUrls: 'https://i.gkd.li/i/14472568',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
activityIds: 'com.fileunzip.zxwknight.activity.MainActivity',
|
||||||
|
matches: '@[text="本次启动不再提示"][checked=false]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/57e29faf-2806-4166-a21d-839f1479960d',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/14885425',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
preKeys: [1],
|
||||||
|
key: 2,
|
||||||
|
activityIds: 'com.fileunzip.zxwknight.activity.MainActivity',
|
||||||
|
matches: '[vid="promote_vault_full_screen_close"]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/57e29faf-2806-4166-a21d-839f1479960d',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/14885425',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user