mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-02-17 16:14:44 +08:00
fix: switch to new URL in qwen miniapp (#12460)
This commit is contained in:
parent
262d32ac17
commit
c1b0a18fef
@ -145,7 +145,7 @@ const ORIGIN_DEFAULT_MIN_APPS: MinAppType[] = [
|
||||
{
|
||||
id: 'dashscope',
|
||||
name: i18n.t('minapps.qwen'),
|
||||
url: 'https://www.tongyi.com/',
|
||||
url: 'https://www.qianwen.com',
|
||||
logo: QwenModelLogo
|
||||
},
|
||||
{
|
||||
@ -328,9 +328,9 @@ const ORIGIN_DEFAULT_MIN_APPS: MinAppType[] = [
|
||||
},
|
||||
{
|
||||
id: 'qwenlm',
|
||||
name: 'QwenLM',
|
||||
name: 'QwenChat',
|
||||
logo: QwenlmAppLogo,
|
||||
url: 'https://qwenlm.ai/'
|
||||
url: 'https://chat.qwen.ai'
|
||||
},
|
||||
{
|
||||
id: 'flowith',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user