diff --git a/src/components/AppFooter.vue b/src/components/AppFooter.vue index 0defc05..060f9cc 100644 --- a/src/components/AppFooter.vue +++ b/src/components/AppFooter.vue @@ -12,24 +12,22 @@ - +
- © 2020-{{ new Date().getFullYear() }} - SunWuyuan - — + Classworks @@ -45,9 +43,9 @@ const { mobile } = useDisplay(); const items = [ { - title: "孙悟远", + title: "Classworks", icon: `mdi-earth`, - href: "https://wuyuan.dev", + href: "https://cs.houlangs.com", }, { title: "ZeroCat", @@ -57,7 +55,7 @@ const items = [ { title: "GitHub", icon: "mdi-github", - href: "https://github.com/sunwuyuan/classworks-frontend", + href: "https://github.com/ZeroCatDev/Classworks", }, ]; diff --git a/src/components/NamespaceAccess.vue b/src/components/NamespaceAccess.vue index d92bcff..96c5f89 100644 --- a/src/components/NamespaceAccess.vue +++ b/src/components/NamespaceAccess.vue @@ -4,8 +4,6 @@ 只读 @@ -26,10 +24,6 @@ 输入访问密码 -
- - 提示:{{ passwordHint }} -
+ +

密码提示:{{ passwordHint }}

@@ -54,6 +51,9 @@ diff --git a/src/pages/index.vue b/src/pages/index.vue index 0721832..5e26f91 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -1,8 +1,6 @@