From eb4964a24d8f10b34903a8fd4dbe4ae83f3c40ba Mon Sep 17 00:00:00 2001 From: dlh <22029832+dlh996@users.noreply.github.com> Date: Tue, 19 Sep 2023 11:50:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=92=9B=E9=A9=AC=E6=98=9F):=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A=E8=A7=84=E5=88=99?= =?UTF-8?q?=20(#170)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: dlh --- src/apps/com.tima.carnet.m.main.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/apps/com.tima.carnet.m.main.ts b/src/apps/com.tima.carnet.m.main.ts index 73a83676..aa9470f7 100644 --- a/src/apps/com.tima.carnet.m.main.ts +++ b/src/apps/com.tima.carnet.m.main.ts @@ -18,5 +18,20 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + name: '每日弹窗广告', + activityIds: [ + 'com.tima.carnet.m.main.lib.common.dialog.TimaLoadingDialog', + ], + rules: [ + { + matches: [ + 'CheckBox[id$="today_will_not_shown"] + ImageButton[clickable=true]', + ], + snapshotUrls: ['https://gkd-kit.gitee.io/import/12654432'], + }, + ], + }, ], });