mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(小组件盒子) 开屏广告、更新提示(移除 activityIds)
This commit is contained in:
@@ -4,13 +4,21 @@ export default defineAppConfig({
|
|||||||
id: 'io.iftech.android.box',
|
id: 'io.iftech.android.box',
|
||||||
name: '小组件盒子',
|
name: '小组件盒子',
|
||||||
groups: [
|
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,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
activityIds: 'io.iftech.android.box.main.HomeActivity',
|
|
||||||
rules: '[text*="新版本"] +(2) [text="取消"]',
|
rules: '[text*="新版本"] +(2) [text="取消"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12706195',
|
snapshotUrls: 'https://i.gkd.li/import/12706195',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user