适配深色模式、生成动画的文件chatloading改为generateLoading

This commit is contained in:
X1627315083
2025-10-20 15:32:40 +08:00
parent ee99f301e3
commit e3375e6fc0
8 changed files with 68 additions and 25 deletions

View File

@@ -4,7 +4,7 @@
<HeaderTitle light hasSetting />
</div>
<div class="loading-container" v-if="isLoading">
<ChatLoading />
<GenerateLoading />
</div>
<template v-else>
<div class="content flex-1" v-if="!isLoading">
@@ -23,7 +23,7 @@
import HeaderTitle from '@/components/HeaderTitle.vue'
import NoticeList from './components/NoticeList.vue'
import InputArea from './components/InputArea.vue'
import ChatLoading from './components/ChatLoading.vue'
import GenerateLoading from './components/GenerateLoading.vue'
import { ref, onMounted } from 'vue'
import { useRouter } from 'vue-router'
const router = useRouter()