From 1cd808a326f3569d99f6a3b6032c02417f037bd0 Mon Sep 17 00:00:00 2001 From: Avan Date: Thu, 13 Feb 2025 16:48:46 +0800 Subject: [PATCH] feat: add bot.n.cn --- src/renderer/src/config/minapps.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/renderer/src/config/minapps.ts b/src/renderer/src/config/minapps.ts index 8ba4494ce8..b0be48e952 100644 --- a/src/renderer/src/config/minapps.ts +++ b/src/renderer/src/config/minapps.ts @@ -223,6 +223,13 @@ export const DEFAULT_MIN_APPS: MinAppType[] = [ }, { id: 'nm', + name: '纳米AI', + logo: NamiAiSearchLogo, + url: 'https://bot.n.cn/', + bodered: true + }, + { + id: 'nm-search', name: '纳米AI搜索', logo: NamiAiSearchLogo, url: 'https://www.n.cn/',