feat(皮皮虾): 集五福弹窗

This commit is contained in:
aisouler
2024-02-03 18:28:15 +08:00
parent a5188424ac
commit bfa481c858

View File

@@ -6,7 +6,7 @@ export default defineAppConfig({
groups: [ groups: [
{ {
key: 1, key: 1,
name: '青少年模式弹窗', name: '青少年模式',
actionMaximum: 1, actionMaximum: 1,
resetMatch: 'app', resetMatch: 'app',
quickFind: true, quickFind: true,
@@ -15,7 +15,7 @@ export default defineAppConfig({
}, },
{ {
key: 5, key: 5,
name: '请求开启通知权限弹窗', name: '通知提示-请求开启通知权限弹窗',
quickFind: true, quickFind: true,
actionMaximum: 1, actionMaximum: 1,
resetMatch: 'app', resetMatch: 'app',
@@ -24,7 +24,7 @@ export default defineAppConfig({
}, },
{ {
key: 6, key: 6,
name: '右上角红包悬浮窗', name: '局部广告-右上角红包悬浮窗',
matchTime: 10000, matchTime: 10000,
actionMaximum: 1, actionMaximum: 1,
resetMatch: 'app', resetMatch: 'app',
@@ -61,5 +61,20 @@ export default defineAppConfig({
}, },
], ],
}, },
{
key: 9,
name: '全屏广告-集五福弹窗',
desc: '点击关闭',
rules: [
{
quickFind: true,
activityIds: 'com.sup.android.base.MainActivity',
matches: '[id="com.sup.android.superb:id/afa"]',
exampleUrls:
'https://m.gkd.li/57941037/246d1d0b-d493-4d40-bbb7-9c04ae6b457d',
snapshotUrls: 'https://i.gkd.li/import/14151026',
},
],
},
], ],
}); });