Skip to content

Commit

Permalink
feat(Nekogram) 更新提示 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler authored Feb 10, 2024
2 parents 44d0568 + 696c4f5 commit eb678c4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/apps/tw.nekomimi.nekogram.ts
Original file line number Diff line number Diff line change
@@ -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',
},
],
});

0 comments on commit eb678c4

Please sign in to comment.