feat(小组件盒子) 开屏广告、更新提示(移除 activityIds)

This commit is contained in:
Kun Jinkao
2024-02-08 12:11:29 +08:00
parent 6d27face49
commit 526661ffbb

View File

@@ -4,13 +4,21 @@ export default defineAppConfig({
id: 'io.iftech.android.box',
name: '小组件盒子',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[vid="adContainer"] >n View[clickable=true]',
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',
},