Files
AIsouler-GKD_subscription/src/apps/com.myzaker.ZAKER_Phone.ts
2024-03-08 20:05:28 +08:00

29 lines
676 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.myzaker.ZAKER_Phone',
name: 'ZAKER',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
position: {
left: 'width * 0.9009',
top: 'width * 0.075',
},
quickFind: true,
matches: '[id="com.myzaker.ZAKER_Phone:id/cover_pic"]',
exampleUrls:
'https://m.gkd.li/57941037/c140267a-a48a-45a9-9303-7507aa2008e4',
snapshotUrls: 'https://i.gkd.li/i/13694552',
},
],
},
],
});