mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
17 lines
377 B
TypeScript
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',
|
|
},
|
|
],
|
|
});
|