|
|
@ -69,6 +69,10 @@ watch(
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<div class="flex flex-col h-full" :style="mobileSafeArea">
|
|
|
|
<div class="flex flex-col h-full" :style="mobileSafeArea">
|
|
|
|
<main class="flex flex-col flex-1 min-h-0">
|
|
|
|
<main class="flex flex-col flex-1 min-h-0">
|
|
|
|
|
|
|
|
<div style="display: flex;justify-content: center;align-items: center;margin: 20px 0 10px 0; font-size: 20px;">
|
|
|
|
|
|
|
|
<img src="../../../../assets/logo0.png" alt="" style="width: 24px;height: 24px;margin-right: 5px;">
|
|
|
|
|
|
|
|
极创科技DeepSeek
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div class="p-4">
|
|
|
|
<div class="p-4">
|
|
|
|
<NButton dashed block @click="handleAdd"> + 新的对话</NButton>
|
|
|
|
<NButton dashed block @click="handleAdd"> + 新的对话</NButton>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|