init response v1

This commit is contained in:
ccmjga
2025-06-02 15:05:54 +08:00
parent 6113667359
commit 2f73915844
31 changed files with 917 additions and 837 deletions

View File

@@ -3,7 +3,7 @@
<Sidebar>
</Sidebar>
<div class="flex flex-row h-[calc(100vh-3.5rem)] mt-14">
<article class="flex-1 ml-44 overflow-y-auto">
<article class="flex-1 sm:ml-44 overflow-y-auto">
<RouterView></RouterView>
</article>
<Assistant v-if="isAssistantVisible"></Assistant>