【功能新增】AI:图片管理

This commit is contained in:
YunaiV
2024-06-26 23:18:39 +08:00
parent 36dc3c0b5c
commit 39d3995ea0
4 changed files with 280 additions and 9 deletions

View File

@ -16,5 +16,5 @@ import ChatConversationList from './ChatConversationList.vue'
import ChatMessageList from './ChatMessageList.vue'
/** AI 聊天对话 列表 */
defineOptions({ name: 'ChatConversation' })
defineOptions({ name: 'AiChatManager' })
</script>