Merge pull request #13 from gkd-sub-repo/io.iftech.android.box

feat(小组件盒子) 开屏广告、更新提示(移除 activityIds)
This commit is contained in:
AIsouler
2024-02-08 14:20:29 +08:00
committed by GitHub

View File

@@ -4,13 +4,22 @@ export default defineAppConfig({
id: 'io.iftech.android.box',
name: '小组件盒子',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules:
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView',
snapshotUrls: 'https://i.gkd.li/import/14204126',
},
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'io.iftech.android.box.main.HomeActivity',
rules: '[text*="新版本"] +(2) [text="取消"]',
snapshotUrls: 'https://i.gkd.li/import/12706195',
},