Files
AIsouler-GKD_subscription/src/apps/com.delicloud.app.smartoffice.ts
2023-11-23 15:31:02 +08:00

29 lines
726 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.delicloud.app.smartoffice',
name: '得力e+',
groups: [
{
key: 0,
name: '开屏广告',
actionMaximum: 1,
resetMatch: 'app',
matchTime: 10000,
rules: [
{
quickFind: true,
matches: '[text*="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13445578',
exampleUrls:
'https://m.gkd.li/38517192/52482ac3-a5aa-4559-a006-0103ea0b8238',
},
{
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: ['https://i.gkd.li/import/12843738'],
},
],
},
],
});