perf: 解压专家

This commit is contained in:
AIsouler
2024-04-05 21:35:35 +08:00
parent ee3441feeb
commit 4eee7e9477

View File

@@ -13,15 +13,14 @@ export default defineAppConfig({
name: '字节广告',
activityIds:
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
matches:
'@Image[text=""] < View +n View > View > TextView[text="广告"]',
matches: 'Image < @View[visibleToUser=true] +4 [text="反馈"]',
snapshotUrls: 'https://i.gkd.li/i/13328194',
},
{
key: 2,
name: '腾讯广告',
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',
},
],
@@ -29,23 +28,46 @@ export default defineAppConfig({
{
key: 2,
name: '全屏广告-升级专业版弹窗',
activityIds: 'com.fileunzip.zxwknight.activity.MainActivity',
rules:
'@[id="com.fileunzip.zxwknight:id/ziputil_dialog_imageview"] +n [text="升级到专业版"]',
snapshotUrls: 'https://i.gkd.li/i/13328212',
activityIds: [
'com.fileunzip.zxwknight.activity.MainActivity',
'com.fileunzip.zxwknight.activity.VideoPlayActivity',
],
rules: '@[vid="ziputil_dialog_imageview"] < * > [text="升级到专业版"]',
snapshotUrls: [
'https://i.gkd.li/i/13328212',
'https://i.gkd.li/i/14885336',
],
},
{
key: 3,
name: '全屏广告-软件推广',
desc: '全能保险箱',
quickFind: true,
rules: [
{
quickFind: true,
key: 0,
matches: '[vid="dialog_recommend_back"]',
exampleUrls:
'https://m.gkd.li/57941037/de127f4b-5de6-41ab-a1ea-5a98f7eeab58',
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',
},
],
},
],