From 3ae92edb9b9e631e76a87bf43ece426cc48ca761 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 29 Mar 2024 10:38:42 +0800 Subject: [PATCH] =?UTF-8?q?feat(AppShare):=20=E5=8A=9F=E8=83=BD=E7=B1=BB-?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E7=82=B9=E5=87=BB[=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E6=B5=8F=E8=A7=88=E5=99=A8=E6=89=93=E5=BC=80]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/info.muge.appshare.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/apps/info.muge.appshare.ts b/src/apps/info.muge.appshare.ts index 2eed3c99..f204da42 100644 --- a/src/apps/info.muge.appshare.ts +++ b/src/apps/info.muge.appshare.ts @@ -145,5 +145,21 @@ export default defineAppConfig({ }, ], }, + { + key: 6, + name: '功能类-自动点击[使用浏览器打开]', + desc: '下载文件页面', + rules: [ + { + quickFind: true, + activityIds: + 'info.muge.appshare.view.browser.DownloadBrowserActivity', + matches: '[text="浏览器打开"]', + exampleUrls: + 'https://m.gkd.li/57941037/aae3c59c-8eac-452c-984e-84ee9b97e986', + snapshotUrls: 'https://i.gkd.li/i/14792822', + }, + ], + }, ], });