mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
26 lines
660 B
TypeScript
26 lines
660 B
TypeScript
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,
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
matches:
|
|
'[id="com.mfcloudcalculate.networkdisk:id/frame_ad_splash_container"] >n [text^="跳过"][text.length<=4]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/import/12846434',
|
|
'https://i.gkd.li/import/13059834',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|