Skip to content

Commit eb678c4

Browse files
authored
feat(Nekogram) 更新提示 (#33)
2 parents 44d0568 + 696c4f5 commit eb678c4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/apps/tw.nekomimi.nekogram.ts

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
import { defineAppConfig } from '../types';
2+
3+
export default defineAppConfig({
4+
id: 'tw.nekomimi.nekogram',
5+
name: 'Nekogram',
6+
groups: [
7+
{
8+
key: 1,
9+
name: '更新提示',
10+
actionMaximum: 1,
11+
resetMatch: 'app',
12+
rules: '@[desc="稍后提醒我"] -3 * >2 [text="更新 Nekogram"]',
13+
snapshotUrls: 'https://i.gkd.li/import/14229236',
14+
},
15+
],
16+
});

0 commit comments

Comments
 (0)