Files
AIsouler-GKD_subscription/src/apps/com.excean.splay.ts
2024-02-23 21:42:34 +08:00

18 lines
396 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.excean.splay',
name: 'OurPlay加速器',
groups: [
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text="发现新版本"] +n * > [text="忽略"]',
snapshotUrls: 'https://i.gkd.li/i/12684551',
},
],
});