提交 1626f8d2 编写于 作者: D DebugIsFalse

Merge branch 'main' of gitcode.com:git_bot/ai-fe

...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<div class="p-4 bg-gray-100 dark:bg-gray-900 border-r border-gray-200 dark:border-gray-800 flex flex-col items-center justify-center"> <div class="p-4 bg-gray-100 dark:bg-gray-900 border-r border-gray-200 dark:border-gray-800 flex flex-col items-center justify-center">
<IUserInfo /> <IUserInfo />
</div> </div>
<UModal v-model="isOpenCreate"> <UModal v-model="isOpenCreate" :ui="{ width: 'w-full sm:max-w-screen-md' }">
<ICreate @search="handleCloseCreate" /> <ICreate @search="handleCloseCreate" />
</UModal> </UModal>
</template> </template>
......
...@@ -8,6 +8,9 @@ export default defineNuxtConfig({ ...@@ -8,6 +8,9 @@ export default defineNuxtConfig({
'@vite-pwa/nuxt', '@vite-pwa/nuxt',
'@nuxt/ui' '@nuxt/ui'
], ],
ui: {
icons: ['simple-icons']
},
app: { app: {
head: { head: {
meta: [ meta: [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册