mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
20 lines
438 B
TypeScript
20 lines
438 B
TypeScript
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/i/14229236',
|
|
'https://i.gkd.li/i/14372061',
|
|
],
|
|
},
|
|
],
|
|
});
|