mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
29 lines
676 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|