From bfa481c85882ef1181f5254c3bc44bf98f10878c Mon Sep 17 00:00:00 2001 From: aisouler Date: Sat, 3 Feb 2024 18:28:15 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=9A=AE=E7=9A=AE=E8=99=BE):=20=E9=9B=86?= =?UTF-8?q?=E4=BA=94=E7=A6=8F=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 。 --- src/apps/com.sup.android.superb.ts | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/src/apps/com.sup.android.superb.ts b/src/apps/com.sup.android.superb.ts index a3ab4f10..953c9eac 100644 --- a/src/apps/com.sup.android.superb.ts +++ b/src/apps/com.sup.android.superb.ts @@ -6,7 +6,7 @@ export default defineAppConfig({ groups: [ { key: 1, - name: '青少年模式弹窗', + name: '青少年模式', actionMaximum: 1, resetMatch: 'app', quickFind: true, @@ -15,7 +15,7 @@ export default defineAppConfig({ }, { key: 5, - name: '请求开启通知权限弹窗', + name: '通知提示-请求开启通知权限弹窗', quickFind: true, actionMaximum: 1, resetMatch: 'app', @@ -24,7 +24,7 @@ export default defineAppConfig({ }, { key: 6, - name: '右上角红包悬浮窗', + name: '局部广告-右上角红包悬浮窗', matchTime: 10000, actionMaximum: 1, 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', + }, + ], + }, ], });