From 39b68041c918cb468bd651e4666f808fff6e6e29 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 5 Apr 2024 17:26:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=91=E7=A9=BA=E9=97=B4):=20=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A-[=E5=8D=87=E7=BA=A7=E4=BA=91?= =?UTF-8?q?=E7=A9=BA=E9=97=B4]=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.huawei.hidisk.ts | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/apps/com.huawei.hidisk.ts diff --git a/src/apps/com.huawei.hidisk.ts b/src/apps/com.huawei.hidisk.ts new file mode 100644 index 00000000..dcca0212 --- /dev/null +++ b/src/apps/com.huawei.hidisk.ts @@ -0,0 +1,32 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.huawei.hidisk', + name: '云空间', + groups: [ + { + key: 1, + name: '全屏广告-[升级云空间]弹窗', + desc: '点击[放弃]/[以后再说]', + quickFind: true, + activityIds: + 'com.huawei.android.hicloud.ui.activity.BackupNotificationActivity', + rules: [ + { + key: 0, + matches: '[text="免费升级云空间"] +2 * > [text="放弃"]', + exampleUrls: + 'https://m.gkd.li/57941037/0b2dc8b3-a9b4-48ed-a680-d01d7945cd46', + snapshotUrls: 'https://i.gkd.li/i/14881774', + }, + { + key: 1, + matches: '[text="以后再说"]', + exampleUrls: + 'https://m.gkd.li/57941037/dd870248-a785-4fd7-81bb-8366c3169340', + snapshotUrls: 'https://i.gkd.li/i/14881775', + }, + ], + }, + ], +});