Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MengNianxiaoyao committed Apr 5, 2024
2 parents 3e3c9c9 + 50e95af commit a896a7f
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions src/apps/com.huawei.hidisk.ts
Original file line number Diff line number Diff line change
@@ -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"] <<n [id="android:id/customPanel"] + [id="android:id/buttonPanel"] >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',
},
],
});
{
key: 1,
matches:
'[vid="space_not_enough_dialog_text_1"] <<n [id="android:id/customPanel"] + [id="android:id/buttonPanel"] >2 [text="以后再说"]',
exampleUrls:
'https://m.gkd.li/101449500/c2867c70-af3a-48ef-9919-94343ac50b93',
snapshotUrls: 'https://i.gkd.li/i/14881775',
},
],
},
],
});

0 comments on commit a896a7f

Please sign in to comment.