fix: switch to new URL in qwen miniapp (#12460)

This commit is contained in:
ZhuangYumin 2026-01-14 17:01:33 +08:00 committed by GitHub
parent 262d32ac17
commit c1b0a18fef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',