refactor: adjust playground pages dir

This commit is contained in:
jialin
2026-03-17 16:35:55 +08:00
committed by jialin
parent 64955c26a7
commit 9447088f89
25 changed files with 262 additions and 317 deletions
+5 -5
View File
@@ -32,7 +32,7 @@ export default [
icon: 'icon-chat',
selectedIcon: 'icon-chat-filled',
defaultIcon: 'icon-chat',
component: './playground/index'
component: './playground/chat/index'
},
{
name: 'embedding',
@@ -42,7 +42,7 @@ export default [
icon: 'icon-embedding',
selectedIcon: 'icon-embedding-filled',
defaultIcon: 'icon-embedding',
component: './playground/embedding'
component: './playground/embedding/index'
},
{
name: 'rerank',
@@ -52,7 +52,7 @@ export default [
icon: 'icon-reranker',
selectedIcon: 'icon-reranker-filled',
defaultIcon: 'icon-reranker',
component: './playground/rerank'
component: './playground/rerank/index'
},
{
name: 'text2images',
@@ -62,7 +62,7 @@ export default [
icon: 'icon-image1',
selectedIcon: 'icon-image-filled',
defaultIcon: 'icon-image1',
component: './playground/images'
component: './playground/images/index'
},
{
name: 'speech',
@@ -72,7 +72,7 @@ export default [
icon: 'icon-audio1',
selectedIcon: 'icon-audio-filled',
defaultIcon: 'icon-audio1',
component: './playground/speech'
component: './playground/speech/index'
}
]
},