mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
21 lines
465 B
TypeScript
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="跳过 "
|
|
],
|
|
},
|
|
],
|
|
});
|