From 69d959fd71199d786d3dba90d30d4d6ba57cea66 Mon Sep 17 00:00:00 2001 From: xiaowonet <33050133+xiaowonet@users.noreply.github.com> Date: Tue, 2 Jan 2024 19:52:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(vivo=20=E5=AE=98=E7=BD=91):=20=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E9=80=9A=E7=9F=A5=E5=BC=B9=E7=AA=97=20(#3469)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(vivo 官网): 消息通知弹窗 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] --- src/apps/com.vivo.space.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/com.vivo.space.ts b/src/apps/com.vivo.space.ts index 9cf22740..f64fc146 100644 --- a/src/apps/com.vivo.space.ts +++ b/src/apps/com.vivo.space.ts @@ -33,5 +33,19 @@ export default defineAppConfig({ 'https://i.gkd.li/import/13292907', ], }, + { + key: 4, + name: '消息通知弹窗', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: 'Button[id="com.vivo.space:id/vbutton_title"][text="取消"]', + snapshotUrls: 'https://i.gkd.li/import/13771581', + }, + ], + }, ], });