From 3f2882d83acbd21cf8eab135ce33237e01f2516d Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sat, 23 Sep 2023 21:32:52 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B6=A8=E4=B9=90=E8=B4=A2=E5=AF=8C?= =?UTF-8?q?=E9=80=9A):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A,=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=BC=B9=E7=AA=97=20(#276)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(涨乐财富通) * feat(涨乐财富通) --- src/apps/com.lphtsccft.ts | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/apps/com.lphtsccft.ts b/src/apps/com.lphtsccft.ts index 911f3f1b..312b8b7c 100644 --- a/src/apps/com.lphtsccft.ts +++ b/src/apps/com.lphtsccft.ts @@ -4,9 +4,16 @@ export default defineAppConfig({ id: 'com.lphtsccft', name: '涨乐财富通', groups: [ + { + key: 0, + name: '开屏广告', + activityIds: ['com.lphtsccft.zhangle.startup.SplashScreenActivity'], + rules: '[id="com.lphtsccft:id/countdown_skip"][text="跳过"]', + snapshotUrls: ['https://gkd-kit.gitee.io/import/12699286'], + }, { key: 1, - name: '首页弹窗', + name: '首页广告弹窗', activityIds: [ 'com.lphtsccft.zhangle.startup.SplashScreenActivity', 'com.lphtsccft.zhangle.main.MainActivity', @@ -17,5 +24,13 @@ export default defineAppConfig({ 'https://gkd-kit.gitee.io/import/12646925', ], }, + { + key: 2, + name: '更新弹窗', + activityIds: ['com.lphtsccft.zhangle.main.MainActivity'], + rules: + '@[id="com.lphtsccft:id/dialog_btn_left"][text="取消"] + [id="com.lphtsccft:id/dialog_btn_right"][text="确定"]', + snapshotUrls: ['https://gkd-kit.gitee.io/import/12699308'], + }, ], });