캐릭터 챗봇 큐레이션 추가

This commit is contained in:
Yu Sung
2025-08-28 19:38:21 +09:00
parent 478ef2e7fe
commit b94aa54365
5 changed files with 843 additions and 1 deletions

View File

@@ -111,6 +111,11 @@ export default {
title: '캐릭터 리스트',
route: '/character',
items: null
},
{
title: '큐레이션',
route: '/character/curation',
items: null
}
]
})