feat: 添加后端接口

This commit is contained in:
ChenZhaoYu
2023-02-09 14:55:27 +08:00
parent 50c9288802
commit d796e10ec6
11 changed files with 841 additions and 67 deletions

View File

@@ -7,10 +7,8 @@ import Chat from '@/views/Chat/index.vue'
<template>
<NConfigProvider :locale="zhCN" :date-locale="dateZhCN" class="h-full" preflight-style-disabled>
<NaiveProvider>
<div class="flex h-full">
<div class="w-[700px] h-[600px] m-auto">
<Chat />
</div>
<div class="h-full p-4">
<Chat />
</div>
</NaiveProvider>
</NConfigProvider>