mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
17 lines
384 B
TypeScript
17 lines
384 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'tw.nekomimi.nekogram',
|
|
name: 'Nekogram',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新提示',
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: '@[desc="稍后提醒我"] -3 * >2 [text="更新 Nekogram"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/14229236',
|
|
},
|
|
],
|
|
});
|