From 756be98229254dedc18cd497550a21a6a0bc8c80 Mon Sep 17 00:00:00 2001 From: Twilight Date: Tue, 10 Sep 2024 17:14:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=20=E5=8A=A8=E7=94=BB?= =?UTF-8?q?=E5=92=8C=20Header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 37 ++++++++++++------------------------ src/components/Container.vue | 10 ++++++---- src/layouts/Header.vue | 18 +++++++++--------- src/main.ts | 24 ++++++++++++++++++++++- src/stores/user.ts | 24 +++++++++-------------- src/style.css | 6 +++++- 6 files changed, 64 insertions(+), 55 deletions(-) diff --git a/index.html b/index.html index 66bfd00..e197fef 100644 --- a/index.html +++ b/index.html @@ -4,9 +4,10 @@ amber-wails - - - -
-
+ transition: all 0.3s ease-in-out;">
-

Amber AI

+ 正在载入
diff --git a/src/components/Container.vue b/src/components/Container.vue index 7ff5958..3841200 100644 --- a/src/components/Container.vue +++ b/src/components/Container.vue @@ -1,12 +1,14 @@