mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(Nekogram) 更新提示
This commit is contained in:
16
src/apps/tw.nekomimi.nekogram.ts
Normal file
16
src/apps/tw.nekomimi.nekogram.ts
Normal file
@@ -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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user