From 30ad20edd4ccdb8c4c3ba67d6a3b362a2cabf53a Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Sun, 14 Jan 2024 22:47:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=98=9F=E5=BD=B1=E8=A7=86=E9=A2=91):=20?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-=E5=85=AC=E5=91=8A?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=20(#3809)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.xsj.app.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/apps/com.xsj.app.ts b/src/apps/com.xsj.app.ts index 28691729..a879996f 100644 --- a/src/apps/com.xsj.app.ts +++ b/src/apps/com.xsj.app.ts @@ -28,5 +28,15 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + name: '全屏广告-公告弹窗', //分类存疑 + resetMatch: 'app', + actionMaximum: 1, + matchTime: 10000, + activityIds: 'com.xsj.app.MainActivity', + rules: '[desc="我知道了"]', + snapshotUrls: 'https://i.gkd.li/import/13875711', + }, ], });