mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
33 lines
924 B
TypeScript
33 lines
924 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|