From 654f19eaa913ed55e8f171062bbb5ea0170f6f46 Mon Sep 17 00:00:00 2001 From: Tristan Zhang Date: Thu, 9 Oct 2025 13:37:07 +0800 Subject: [PATCH] fix: change the url for qwen (#10584) --- src/renderer/src/config/minapps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/config/minapps.ts b/src/renderer/src/config/minapps.ts index e11718bc62..5ffb5bfe76 100644 --- a/src/renderer/src/config/minapps.ts +++ b/src/renderer/src/config/minapps.ts @@ -145,7 +145,7 @@ const ORIGIN_DEFAULT_MIN_APPS: MinAppType[] = [ { id: 'dashscope', name: i18n.t('minapps.qwen'), - url: 'https://tongyi.aliyun.com/qianwen/', + url: 'https://www.tongyi.com/', logo: QwenModelLogo }, {