Files
AIsouler-GKD_subscription/src/apps/com.jovetech.CloudSee.temp.ts
2023-10-23 01:20:09 +08:00

32 lines
818 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.jovetech.CloudSee.temp',
name: '云视通',
groups: [
{
key: 0,
name: '开屏广告',
matchLauncher: true,
quickFind: true,
activityIds: 'com.jovision.saas.ui.activity.splash.SplashActivity',
rules: [
{
key: 0,
matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/12901732',
},
{
key: 1,
matches:
'[id="com.jovetech.CloudSee.temp:id/splash_container"] >n [text^="跳过"]',
snapshotUrls: [
'https://gkd-kit.gitee.io/import/12829886',
'https://i.gkd.li/import/12893553',
],
},
],
},
],
});