mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
feat(云空间): 全屏广告-[升级云空间]弹窗
This commit is contained in:
32
src/apps/com.huawei.hidisk.ts
Normal file
32
src/apps/com.huawei.hidisk.ts
Normal file
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user