mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
33 lines
829 B
TypeScript
33 lines
829 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.excean.splay',
|
|
name: 'OurPlay加速器',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: '[text^="跳过"][text.length<=10]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/import/12684539',
|
|
'https://i.gkd.li/import/12684565',
|
|
'https://i.gkd.li/import/12684579',
|
|
'https://i.gkd.li/import/13486087',
|
|
'https://i.gkd.li/import/13486740',
|
|
],
|
|
},
|
|
{
|
|
key: 1,
|
|
name: '更新弹窗',
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: '[text="发现新版本"] +n * > [text="忽略"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12684551',
|
|
},
|
|
],
|
|
});
|