From 5a394ab6f6cbc143bf54eb32bab604a8ac75e3dc Mon Sep 17 00:00:00 2001 From: SunWuyuan Date: Sat, 22 Mar 2025 16:12:10 +0800 Subject: [PATCH] 1 --- index.html | 4 ++-- src/pages/index.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 0859504..33cb5e8 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,10 @@ - + - Classworks作业板 + Classworks 作业板
diff --git a/src/pages/index.vue b/src/pages/index.vue index 5c485c5..b1ef335 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -365,7 +365,7 @@ import "../styles/transitions.scss"; // 添加新的样式导入 import { debounce, throttle } from "@/utils/debounce"; export default { - name: "Classworks作业板", + name: "Classworks 作业板", components: { MessageLog, },