Skip to content

Commit

Permalink
feat(Nekogram) 更新提示
Browse files Browse the repository at this point in the history
  • Loading branch information
Snoopy1866 committed Feb 10, 2024
1 parent 26c2700 commit 696c4f5
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 696c4f5

Please sign in to comment.