Files
AIsouler-GKD_subscription/src/apps/com.excean.splay.ts
Kun Jinkao 709dc59ccd feat(OurPlay加速器): 开屏广告(优化规则)、更新弹窗(优化规则) (#2713)
* feat 开屏广告(优化规则)

* feat 更新弹窗(优化规则)
2023-12-03 16:36:26 +08:00

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',
},
],
});