mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(中国移动云盘): 开屏广告,更新弹窗 (#524)
This commit is contained in:
23
src/apps/com.chinamobile.mcloud.ts
Normal file
23
src/apps/com.chinamobile.mcloud.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.chinamobile.mcloud',
|
||||
name: '中国移动云盘',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.chinamobile.mcloud.client.ui.logo.LogoActivity',
|
||||
rules: '[id="com.chinamobile.mcloud:id/btn_skip"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12774830',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '更新弹窗',
|
||||
activityIds: 'com.chinamobile.mcloud.client.ui.setting.UpgradeActivity',
|
||||
rules:
|
||||
'@[id="com.chinamobile.mcloud:id/bn_cancel"] + [id="com.chinamobile.mcloud:id/upgrade_title"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12774833',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user