feat(囧次元): 广告弹窗 (#1639)

close #970
This commit is contained in:
walklty
2023-10-31 23:41:33 +08:00
committed by GitHub
parent 6b77856d37
commit 44289d613b

View File

@@ -8,7 +8,9 @@ export default defineAppConfig({
key: 0,
name: '开屏广告',
quickFind: true,
matchLauncher: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: 'TextView[text^="跳过"][text.length<=4]',
@@ -62,6 +64,13 @@ export default defineAppConfig({
'TextView[text="反馈"] + @ImageView[clickable=true] + TextView',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12888945',
},
{
matches: [
'[text="查看详情"]',
'ImageView < FrameLayout[childCount=1]',
],
snapshotUrls: 'https://gkd-kit.gitee.io/import/13213661',
},
],
},
],