From 50e95afefb2eccd12098b13ced073c7264fe5480 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 5 Apr 2024 08:25:33 +0000 Subject: [PATCH] chore(actions): check_format_lint --- src/apps/com.huawei.hidisk.ts | 54 +++++++++++++++++------------------ 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/src/apps/com.huawei.hidisk.ts b/src/apps/com.huawei.hidisk.ts index de1a353..3efb1d1 100644 --- a/src/apps/com.huawei.hidisk.ts +++ b/src/apps/com.huawei.hidisk.ts @@ -1,32 +1,32 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ - id: 'com.huawei.hidisk', - name: '云空间', - groups: [ + id: 'com.huawei.hidisk', + name: '云空间', + groups: [ + { + key: 1, + name: '全屏广告-升级云空间弹窗', + quickFind: true, + activityIds: + 'com.huawei.android.hicloud.ui.activity.BackupNotificationActivity', + rules: [ { - key: 1, - name: '全屏广告-升级云空间弹窗', - quickFind: true, - activityIds: - 'com.huawei.android.hicloud.ui.activity.BackupNotificationActivity', - rules: [ - { - key: 0, - matches: '[text="免费升级云空间"] +2 * > [text="放弃"]', - exampleUrls: - 'https://m.gkd.li/101449500/e8a5de19-17cf-487b-8452-9c018c64b805', - snapshotUrls: 'https://i.gkd.li/i/14881774', - }, - { - key: 1, - matches: - '[vid="space_not_enough_dialog_text_1"] <2 [text="以后再说"]', - exampleUrls: - 'https://m.gkd.li/101449500/c2867c70-af3a-48ef-9919-94343ac50b93', - snapshotUrls: 'https://i.gkd.li/i/14881775', - }, - ], + key: 0, + matches: '[text="免费升级云空间"] +2 * > [text="放弃"]', + exampleUrls: + 'https://m.gkd.li/101449500/e8a5de19-17cf-487b-8452-9c018c64b805', + snapshotUrls: 'https://i.gkd.li/i/14881774', }, - ], -}); \ No newline at end of file + { + key: 1, + matches: + '[vid="space_not_enough_dialog_text_1"] <2 [text="以后再说"]', + exampleUrls: + 'https://m.gkd.li/101449500/c2867c70-af3a-48ef-9919-94343ac50b93', + snapshotUrls: 'https://i.gkd.li/i/14881775', + }, + ], + }, + ], +});