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

19 lines
381 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.netease.buff',
name: 'BUFF',
groups: [
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: '[text="暂不更新"]',
snapshotUrls: 'https://i.gkd.li/i/13310265',
},
],
});