Files
AIsouler-GKD_subscription/src/apps/com.delicloud.app.smartoffice.ts
2024-02-23 21:42:34 +08:00

27 lines
621 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.delicloud.app.smartoffice',
name: '得力e+',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
quickFind: true,
matches:
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <<n [vid="splash_container"]',
snapshotUrls: [
'https://i.gkd.li/i/13840775',
'https://i.gkd.li/i/13944086',
],
},
],
},
],
});