Files
AIsouler-GKD_subscription/src/apps/com.excean.splay.ts
2024-01-03 01:06:35 +08:00

17 lines
377 B
TypeScript

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