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', + }, + ], + }, + ], +});