Files
AIsouler-GKD_subscription/src/apps/com.kwai.videoeditor.ts
2023-10-13 21:30:45 +08:00

17 lines
398 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.kwai.videoeditor',
name: '快影',
groups: [
{
key: 0,
name: '开屏广告',
activityIds:
'com.kwai.videoeditor.activity.splash.InnerVideoSplashActivity',
rules: ['Button[text="跳过"]'],
snapshotUrls: 'https://gkd-kit.gitee.io/import/12472610',
},
],
});