From ee2991b4b73aa324f9cbc49b9723cdc294242abc Mon Sep 17 00:00:00 2001
From: liyy <18435186204@163.com>
Date: Thu, 3 Sep 2026 15:58:47 +0800
Subject: [PATCH] =?UTF-8?q?refactor:=20AppStack=E6=8E=A8=E5=B9=BF=E5=88=B0?=
=?UTF-8?q?=E5=85=A8=E9=83=A8=E9=A1=B5=E9=9D=A2=E6=A0=B9=EF=BC=88=E6=96=B9?=
=?UTF-8?q?=E5=90=91/=E9=97=B4=E8=B7=9D=E7=94=B1=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E4=BC=A0=E5=85=A5=EF=BC=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
client/src/views/dashboard/DashboardView.vue | 10 +++-------
client/src/views/mock/MockFormView.vue | 10 +++-------
client/src/views/news/NewsDetailView.vue | 9 +++------
client/src/views/plan/PlanReviewView.vue | 10 +++-------
client/src/views/plan/PlanView.vue | 10 +++-------
client/src/views/practice/AiExplainView.vue | 10 +++-------
client/src/views/practice/AnswerView.vue | 10 +++-------
client/src/views/practice/CustomView.vue | 11 ++++-------
client/src/views/practice/EssayView.vue | 10 +++-------
client/src/views/practice/PracticeView.vue | 10 +++-------
client/src/views/profile/ProfileView.vue | 10 +++-------
client/src/views/questions/QuestionsView.vue | 10 +++-------
client/src/views/settings/SettingsView.vue | 10 +++-------
13 files changed, 40 insertions(+), 90 deletions(-)
diff --git a/client/src/views/dashboard/DashboardView.vue b/client/src/views/dashboard/DashboardView.vue
index c332172..777a24c 100644
--- a/client/src/views/dashboard/DashboardView.vue
+++ b/client/src/views/dashboard/DashboardView.vue
@@ -7,6 +7,7 @@ import { useProfileStore } from '../../stores/profile'
import { formatDateShort, formatMinutes, greetingByHour } from '../../utils/format'
import AppCard from '../../components/base/AppCard.vue'
import AppLoading from '../../components/feedback/AppLoading.vue'
+import AppStack from '../../components/base/AppStack.vue'
import AppError from '../../components/feedback/AppError.vue'
import AppEmpty from '../../components/feedback/AppEmpty.vue'
import AppBadge from '../../components/base/AppBadge.vue'
@@ -73,7 +74,7 @@ const mockDelta = computed(() => {
-
-
+