From e8411affc1a3c53b7823ab2a93e36d5e90fe1630 Mon Sep 17 00:00:00 2001 From: JOJO <1498581755@qq.com> Date: Tue, 25 Nov 2025 23:46:30 +0800 Subject: [PATCH] feat: add loading animation --- static/src/App.vue | 41 ++++- .../styles/components/overlays/_overlays.scss | 167 ++++++++++++++++++ 2 files changed, 201 insertions(+), 7 deletions(-) diff --git a/static/src/App.vue b/static/src/App.vue index 48266ed..433972a 100644 --- a/static/src/App.vue +++ b/static/src/App.vue @@ -1,12 +1,39 @@