Files
AIsouler-GKD_subscription/src/apps/com.delicloud.app.smartoffice.ts
2023-11-10 10:16:32 +08:00

20 lines
469 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.delicloud.app.smartoffice',
name: '得力e+',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.delicloud.app.smartoffice.mvp.ui.JiGuangSpalshActivity',
rules: [
{
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: ['https://i.gkd.li/import/12843738'],
},
],
},
],
});