From e9d618966ffd25571fada582ffd68e45270d194b Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 27 Feb 2024 12:50:49 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=98=BF=E9=87=8C=E4=BA=91=E7=9B=98):=20?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E7=B1=BB-[=E5=BC=80=E5=90=AF=E7=9B=B8?= =?UTF-8?q?=E5=86=8C=E8=87=AA=E5=8A=A8=E5=A4=87=E4=BB=BD=E5=8A=9F=E8=83=BD?= =?UTF-8?q?]=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.alicloud.databox.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/apps/com.alicloud.databox.ts b/src/apps/com.alicloud.databox.ts index 02408d94..97bb42a1 100644 --- a/src/apps/com.alicloud.databox.ts +++ b/src/apps/com.alicloud.databox.ts @@ -68,5 +68,18 @@ export default defineAppConfig({ }, ], }, + { + key: 4, + name: '功能类-[开启相册自动备份功能]弹窗', + desc: '关闭弹窗', + rules: [ + { + activityIds: 'com.alicloud.databox.MainActivity', + matches: + '[vid="webContainer"] >5 View[childCount=4] > TextView[index=3][clickable=true]', + snapshotUrls: 'https://i.gkd.li/i/14414446', + }, + ], + }, ], });