From 03b35749d6243f5f12c43bb156a4607617f521f5 Mon Sep 17 00:00:00 2001 From: aisouler Date: Thu, 22 Feb 2024 17:52:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(Nekogram):=20=E4=BC=98=E5=8C=96=E8=A7=84?= =?UTF-8?q?=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/tw.nekomimi.nekogram.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/apps/tw.nekomimi.nekogram.ts b/src/apps/tw.nekomimi.nekogram.ts index 5016e587..afb937ab 100644 --- a/src/apps/tw.nekomimi.nekogram.ts +++ b/src/apps/tw.nekomimi.nekogram.ts @@ -9,8 +9,11 @@ export default defineAppConfig({ name: '更新提示', actionMaximum: 1, resetMatch: 'app', - rules: '@[desc="稍后提醒我"] -3 * >2 [text="更新 Nekogram"]', - snapshotUrls: 'https://i.gkd.li/import/14229236', + rules: '@[desc$="稍后提醒我"] -3 * >2 [text="更新 Nekogram"]', + snapshotUrls: [ + 'https://i.gkd.li/i/14229236', + 'https://i.gkd.li/i/14372061', + ], }, ], });