feat(转转): 全屏广告-弹窗广告

This commit is contained in:
AIsouler
2024-04-10 14:18:50 +08:00
parent f049eea4ca
commit 5d02a91c25

View File

@@ -7,10 +7,10 @@ export default defineAppConfig({
{
key: 1,
name: '更新提示',
actionMaximum: 1,
actionMaximumKey: 0,
resetMatch: 'app',
quickFind: true,
actionMaximum: 1,
resetMatch: 'app',
actionMaximumKey: 0,
rules: [
{
key: 0,
@@ -24,5 +24,21 @@ export default defineAppConfig({
},
],
},
{
key: 2,
name: '全屏广告-弹窗广告',
desc: '点击关闭',
rules: [
{
activityIds:
'com.zhuanzhuan.module.reach.channel.impl.uicode.ReachDialogActivity',
matches:
'[id="android:id/content"] > ViewGroup[childCount=3] >2 ViewGroup[childCount=3] > ImageView[clickable=true][index=2]',
exampleUrls:
'https://m.gkd.li/57941037/2549c1c7-b3ff-49c0-8bcb-d981427c710a',
snapshotUrls: 'https://i.gkd.li/i/14927441',
},
],
},
],
});