From c8c4b9ba7a2b8336c8c8b5852be37a574616f2a1 Mon Sep 17 00:00:00 2001 From: Otis0227 <106000651+Otis0227@users.noreply.github.com> Date: Wed, 11 Oct 2023 23:34:39 +0800 Subject: [PATCH] =?UTF-8?q?feat(NGA=E7=8E=A9=E5=AE=B6=E7=A4=BE=E5=8C=BA):?= =?UTF-8?q?=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A-=E8=A7=84=E5=88=99?= =?UTF-8?q?=E4=BC=98=E5=8C=96=20(#914)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(手机知网): 开屏广告,更新弹窗 手机知网,开屏广告,更新弹窗 * chore(actions): check_format_lint * feat(NGA玩家论坛):开屏广告跳过更新 开屏广告跳过更新 * chore(actions): check_format_lint * feat(NGA玩家社区):开屏广告更新 开屏广告更新 * chore(actions): check_format_lint * feat(NGA玩家社区): 开屏广告-规则优化 --------- Co-authored-by: github-actions[bot] Co-authored-by: 二刺螈 --- src/apps/gov.pianzong.androidnga.ts | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/apps/gov.pianzong.androidnga.ts b/src/apps/gov.pianzong.androidnga.ts index c27df708..c195171c 100644 --- a/src/apps/gov.pianzong.androidnga.ts +++ b/src/apps/gov.pianzong.androidnga.ts @@ -7,14 +7,17 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: [ - 'gov.pianzong.androidnga.activity.LoadingActivity', - 'com.miui.home.launcher.Launcher', + quickFind: true, + matchLauncher: true, + activityIds: ['gov.pianzong.androidnga.activity.LoadingActivity'], + rules: [ + '[id="gov.pianzong.androidnga:id/iv_tg_ad"]', + '[id="gov.pianzong.androidnga:id/ksad_splash_circle_skip_view"]', ], - rules: ['[id="gov.pianzong.androidnga:id/iv_tg_ad"]'], snapshotUrls: [ 'https://gkd-kit.gitee.io/import/12476484', - 'https://gkd-kit.gitee.io/import/12706127', // activityId: 'com.miui.home.launcher.Launcher' + 'https://gkd-kit.gitee.io/import/12706127', // activityId: 'com.miui.home.launcher.Launcher', + 'https://gkd-kit.gitee.io/import/12864707', // activityIds: 'gov.pianzong.androidnga.activity.LoadingActivity', ], }, {