From 42fb85c03a0f83f3902330d19cb48aa4539212b8 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Fri, 13 Oct 2023 01:29:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=88=B1=E5=A3=81=E7=BA=B8):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A-=E8=A7=84=E5=88=99=E4=BC=98?= =?UTF-8?q?=E5=8C=96=20(#988)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(爱壁纸): 开屏广告-规则优化 * Update com.lovebizhi.wallpaper.ts * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] close #979 --- src/apps/com.lovebizhi.wallpaper.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/apps/com.lovebizhi.wallpaper.ts b/src/apps/com.lovebizhi.wallpaper.ts index c10510ab..5d5a03b0 100644 --- a/src/apps/com.lovebizhi.wallpaper.ts +++ b/src/apps/com.lovebizhi.wallpaper.ts @@ -8,6 +8,9 @@ export default defineAppConfig({ key: 0, name: '开屏广告', activityIds: 'com.adesk.picasso.view.MainActivity', + + // 来自 #979 的优化建议,反馈会匹配到桌面活动ID + matchLauncher: true, rules: '[id = "com.byted.pangle:id/tt_splash_skip_btn"]', snapshotUrls: 'https://gkd-kit.songe.li/import/12859492', },