Files
AIsouler-GKD_subscription/src/apps/com.example.maintenancemaster.ts
2023-11-23 17:53:34 +08:00

24 lines
522 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.example.maintenancemaster',
name: '维护大师',
groups: [
{
key: 0,
name: '开屏广告',
actionMaximum: 1,
matchTime: 10000,
quickFind: true,
resetMatch: 'app',
rules: [
{
matches:
'[id="com.example.maintenancemaster:id/advertisement_countdown_ccd"]',
snapshotUrls: ['https://i.gkd.li/import/12903877'],
},
],
},
],
});