feat: playground add submenu

This commit is contained in:
jialin
2024-11-22 10:00:34 +08:00
parent 22f90a505c
commit e05ec3d2d5
22 changed files with 1141 additions and 207 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
export default {
'menu.dashboard': 'Dashboard',
'menu.playground': 'Playground',
'menu.chat': 'Chat',
'menu.playground.rerank': 'Rerank',
'menu.playground.chat': 'Chat',
'menu.compare': 'Compare',
'menu.models': 'Models',
'menu.resources': 'Resources',
+2 -1
View File
@@ -1,7 +1,8 @@
export default {
'menu.dashboard': '概览',
'menu.playground': '试验场',
'menu.chat': '聊天',
'menu.playground.rerank': 'Rerank',
'menu.playground.chat': '对话',
'menu.compare': '多模型对比',
'menu.models': '模型',
'menu.resources': '资源',