diff --git a/src/apps/tw.nekomimi.nekogram.ts b/src/apps/tw.nekomimi.nekogram.ts new file mode 100644 index 00000000..5016e587 --- /dev/null +++ b/src/apps/tw.nekomimi.nekogram.ts @@ -0,0 +1,16 @@ +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', + }, + ], +});