From 05389e0d84b3768f37afc1092ea9c47bccd6e853 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 30 Apr 2024 15:25:55 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=98=BF=E9=87=8C=E4=BA=91=E7=9B=98):=20?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-[=E5=AE=B9=E9=87=8F?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E8=B6=85=E9=99=90]=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.alicloud.databox.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/apps/com.alicloud.databox.ts b/src/apps/com.alicloud.databox.ts index 5ab35a60..d854daf9 100644 --- a/src/apps/com.alicloud.databox.ts +++ b/src/apps/com.alicloud.databox.ts @@ -95,5 +95,20 @@ export default defineGkdApp({ }, ], }, + { + key: 6, + name: '全屏广告-[容量使用超限]提示', + desc: '点击关闭', + rules: [ + { + quickFind: true, + activityIds: 'com.alicloud.databox.MainActivity', + matches: ['[text="容量使用超限"]', '[vid="layout_close"]'], + exampleUrls: + 'https://m.gkd.li/57941037/a219a480-c0a3-4064-832d-533f66995fed', + snapshotUrls: 'https://i.gkd.li/i/15158788', + }, + ], + }, ], });