From d3ef9e887518dac94daa27c595e76c3266c57228 Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Tue, 31 Oct 2023 23:32:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=93=94=E5=93=A9=E5=93=94=E5=93=A9):=20?= =?UTF-8?q?=E5=BF=BD=E7=95=A5=E8=87=AA=E5=8A=A8=E6=9B=B4=E6=96=B0=20(#1633?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update tv.danmaku.bili.ts * Update tv.danmaku.bili.ts * chore(actions): check_format_lint * feat(哔哩哔哩): 更新弹窗 --------- Co-authored-by: github-actions[bot] Co-authored-by: 二刺螈 close #1629 --- src/apps/tv.danmaku.bili.ts | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/apps/tv.danmaku.bili.ts b/src/apps/tv.danmaku.bili.ts index 29cef65b..e46b5480 100644 --- a/src/apps/tv.danmaku.bili.ts +++ b/src/apps/tv.danmaku.bili.ts @@ -100,11 +100,20 @@ export default defineAppConfig({ quickFind: true, key: 6, name: '更新弹窗', - activityIds: 'com.bilibili.app.preferences.BiliPreferencesActivity', - rules: [ - '[id="tv.danmaku.bili:id/update_btn_confirm"] + [id="tv.danmaku.bili:id/update_btn_cancel"]', + activityIds: [ + 'com.bilibili.app.preferences.BiliPreferencesActivity', + 'tv.danmaku.bili.ui.splash.ad.page.HotSplashActivity', + ], + rules: [ + { + key: 1, + matches: '[id="tv.danmaku.bili:id/update_btn_cancel"]', + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/13212209', + 'https://gkd-kit.gitee.io/import/12649689', + ], + }, ], - snapshotUrls: 'https://gkd-kit.gitee.io/import/12649689', }, { quickFind: true,