From adb080d8c07e954292880dd97c0c5bea3c3c8873 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Mon, 13 Nov 2023 01:02:42 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=B3=96=E5=BF=83Vlog):=20=E8=A7=84?= =?UTF-8?q?=E5=88=99=E4=BC=98=E5=8C=96=20(#2041)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.flutter3.ctangxin.vf0egg.ts | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/apps/com.flutter3.ctangxin.vf0egg.ts b/src/apps/com.flutter3.ctangxin.vf0egg.ts index caa3ebcd..46168cfd 100644 --- a/src/apps/com.flutter3.ctangxin.vf0egg.ts +++ b/src/apps/com.flutter3.ctangxin.vf0egg.ts @@ -9,7 +9,9 @@ export default defineAppConfig({ key: 0, name: '开屏广告', desc: '虚假按钮,实际点击无法跳过,规则暂时保留', - activityIds: ['com.example.flutter3_frame.MainActivity'], + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', rules: [ { matches: @@ -21,6 +23,10 @@ export default defineAppConfig({ { key: 1, name: '广告弹窗', + matchLauncher: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', activityIds: ['com.example.flutter3_frame.MainActivity'], rules: [ { @@ -33,6 +39,10 @@ export default defineAppConfig({ { key: 2, name: '公告弹窗', + matchLauncher: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', activityIds: ['com.example.flutter3_frame.MainActivity'], rules: [ {