fix(web): reorder model navigation item

This commit is contained in:
2026-05-11 10:57:17 +08:00
parent ca7e76e815
commit 9243db2787
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -5,18 +5,18 @@ export const primaryModules = [
description: '服务状态、推荐模型、最近任务、用量摘要和快捷入口。',
items: ['能力概览', '最近任务', '用量摘要'],
},
{
title: '在线测试',
path: '/playground',
description: '大模型、图像生成和视频生成的在线测试工作台。',
items: ['大模型', '图像生成', '视频生成'],
},
{
title: '模型',
path: '/models',
description: '按能力、价格、限流和 provider 浏览模型,并进入在线试用。',
items: ['模型广场', '模型详情', '调用测试'],
},
{
title: '在线测试',
path: '/playground',
description: '大模型、图像生成和视频生成的在线测试工作台。',
items: ['大模型', '图像生成', '视频生成'],
},
{
title: '用户工作台',
path: '/workspace',