mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(123云盘): 开屏广告 (#809)
This commit is contained in:
18
src/apps/com.mfcloudcalculate.networkdisk.ts
Normal file
18
src/apps/com.mfcloudcalculate.networkdisk.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.mfcloudcalculate.networkdisk',
|
||||
name: '123云盘',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.mfcloudcalculate.networkdisk.activity.SplashActivity',
|
||||
matchLauncher: true,
|
||||
quickFind: true,
|
||||
rules:
|
||||
'[id="com.mfcloudcalculate.networkdisk:id/frame_ad_splash_container"] >n [text="跳过"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12846434',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user