From 9237f7a50a51dc1ffb400ac18220d38322324053 Mon Sep 17 00:00:00 2001 From: xiaowonet <33050133+xiaowonet@users.noreply.github.com> Date: Sun, 14 Jan 2024 22:12:22 +0800 Subject: [PATCH] =?UTF-8?q?fix(vivo=20=E5=BA=94=E7=94=A8=E5=95=86=E5=BA=97?= =?UTF-8?q?):=20=E9=80=9A=E7=9F=A5=E6=8F=90=E7=A4=BA=E8=A7=84=E5=88=99?= =?UTF-8?q?=E5=90=88=E5=B9=B6=20(#3814)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(vivo 应用商店): 通知提示规则合并 * Update com.bbk.appstore.ts * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] --- src/apps/com.bbk.appstore.ts | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/apps/com.bbk.appstore.ts b/src/apps/com.bbk.appstore.ts index 188e6394..15aa9243 100644 --- a/src/apps/com.bbk.appstore.ts +++ b/src/apps/com.bbk.appstore.ts @@ -7,7 +7,7 @@ export default defineAppConfig({ groups: [ { key: 1, - name: '请求消息通知', + name: '通知提示', quickFind: true, actionMaximum: 1, resetMatch: 'app', @@ -17,19 +17,20 @@ export default defineAppConfig({ ], rules: [ { + key: 0, activityIds: 'com.bbk.appstore.upgrade.UpgradeNecessaryActivity', matches: '[id="com.bbk.appstore:id/upgrade_necessary_btn_high_new"]', snapshotUrls: 'https://i.gkd.li/import/13198101', }, { + actionMaximumKey: 0, activityIds: 'com.bbk.appstore.ui.AppStoreTabActivity', - matches: '[id="com.bbk.appstore:id/common_dialog_netgtive_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13198234', - }, - { - activityIds: 'com.bbk.appstore.ui.AppStoreTabActivity', - matches: '[id="com.bbk.appstore:id/quit_button"][text="取消"]', - snapshotUrls: 'https://i.gkd.li/import/13246971', + matches: ['[text*="通知"]', '[text="取消"]'], + snapshotUrls: [ + 'https://i.gkd.li/import/13198234', + 'https://i.gkd.li/import/13246971', + 'https://i.gkd.li/import/13884356', + ], }, ], },