From 24880e62ad57172f0eca3fed298737bc91142590 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Wed, 5 Mar 2025 14:31:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E6=95=99=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/api.ts | 2 +- src/components/Corner.vue | 3 ++- src/components/Tutorial.vue | 14 ++++++++++---- src/pages/Dashboard.vue | 13 +++++++++---- src/pages/Markdown.vue | 23 ++++++++++++++++------- src/router.ts | 2 +- src/store/tutorial.ts | 4 ++++ src/utils/type.ts | 4 ++++ 9 files changed, 48 insertions(+), 19 deletions(-) create mode 100644 src/store/tutorial.ts diff --git a/src/App.vue b/src/App.vue index 8218dcc..532894a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -25,7 +25,7 @@ watch(authed, (v) => {