From cfaf6e4d0a5fab247f77bbbe345b3ff1c08e175d Mon Sep 17 00:00:00 2001 From: aisouler Date: Thu, 1 Feb 2024 18:34:27 +0800 Subject: [PATCH] Squashed commit of the following: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit 743407ca6d030babd938211776eaf31c0782c09f Author: aisouler Date: Thu Jan 25 15:31:27 2024 +0800 feat(RayLink):功能类-退出软件时点击"退出程序" --- src/apps/com.example.raylink_flutter.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/apps/com.example.raylink_flutter.ts b/src/apps/com.example.raylink_flutter.ts index 98033f54..47ffc22c 100644 --- a/src/apps/com.example.raylink_flutter.ts +++ b/src/apps/com.example.raylink_flutter.ts @@ -14,5 +14,17 @@ export default defineAppConfig({ rules: '[desc="立即升级"] + [desc="以后再说"]', snapshotUrls: 'https://i.gkd.li/import/13659530', }, + { + key: 2, + name: '功能类-退出软件时点击"退出程序"', + rules: [ + { + quickFind: true, + activityIds: 'com.example.raylink_flutter.MainActivity', + matches: '[vid="raylink_desktop_dialog_msg_bottombtn_left_tv"]', + snapshotUrls: 'https://i.gkd.li/import/14047538', + }, + ], + }, ], });