Files
AIsouler-GKD_subscription/src/apps/cn.ledongli.ldl.ts
2023-11-10 10:16:32 +08:00

21 lines
465 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'cn.ledongli.ldl',
name: '乐动力',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
actionMaximum: 1,
resetMatch: 'app',
rules: 'TextView[text^="跳过"]',
snapshotUrls: [
'https://i.gkd.li/import/12668468', //text="跳过"
'https://i.gkd.li/import/13259199', //text="跳过 "
],
},
],
});