diff --git a/src/components/top-bar/KUNGalgameTopBar.vue b/src/components/top-bar/KUNGalgameTopBar.vue
index c0889ca6..c9408641 100644
--- a/src/components/top-bar/KUNGalgameTopBar.vue
+++ b/src/components/top-bar/KUNGalgameTopBar.vue
@@ -74,9 +74,9 @@ onBeforeRouteLeave(() => {
-
-
+
{{ $tm(`header['${kun.name}']`) }}
-
+
diff --git a/src/directives/index.ts b/src/directives/index.ts
index 276c672b..91c44e5f 100644
--- a/src/directives/index.ts
+++ b/src/directives/index.ts
@@ -1,3 +1,7 @@
+/**
+ * 目前所有指令均未启用
+ */
+
import { type App } from 'vue'
// 图片点击放大指令
import { zoom } from './zoom/zoom'
diff --git a/src/main.ts b/src/main.ts
index cc7b19fb..0a96745b 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -10,8 +10,6 @@ import i18n from '@/language/i18n'
import { setupRouterGuard } from '@/router/guard'
// 引入 pinia
import { setupPinia } from '@/store/index'
-// directives
-// import { setupKUNGalgameDirectives } from '@/directives'
// 引入样式
import '@/styles/index.scss'
@@ -22,7 +20,5 @@ const app = createApp(App)
setupRouterGuard(router)
// 使用 pinia
setupPinia(app)
-// 自定义指令
-// setupKUNGalgameDirectives(app)
app.use(router).use(i18n).mount('#app')
diff --git a/src/views/403/403.vue b/src/views/403/403.vue
index 17ec7e80..182ee674 100644
--- a/src/views/403/403.vue
+++ b/src/views/403/403.vue
@@ -7,7 +7,7 @@
403
您没有权限访问该界面
-
+
diff --git a/src/views/404/404.vue b/src/views/404/404.vue
index 0a244bcf..48010070 100644
--- a/src/views/404/404.vue
+++ b/src/views/404/404.vue
@@ -7,7 +7,7 @@
404
您访问了一个不存在的页面
-
+
diff --git a/src/views/Home/content/article/components/SingleTopic.vue b/src/views/Home/content/article/components/SingleTopic.vue
index 1ef2d5bf..6330d29a 100644
--- a/src/views/Home/content/article/components/SingleTopic.vue
+++ b/src/views/Home/content/article/components/SingleTopic.vue
@@ -13,9 +13,9 @@ const props = defineProps<{
-
+
-
+
diff --git a/src/views/Home/content/article/components/UserPart.vue b/src/views/Home/content/article/components/UserPart.vue
index 9ff668fe..8a6725aa 100644
--- a/src/views/Home/content/article/components/UserPart.vue
+++ b/src/views/Home/content/article/components/UserPart.vue
@@ -1,5 +1,5 @@
@@ -16,11 +19,15 @@ const props = defineProps<{
-
+
+
+
-
{{ user.name }}
+
+ {{ user.name }}
+
{{ user.moemoepoint }}
diff --git a/src/views/topic/components/comment/Comments.vue b/src/views/topic/components/comment/Comments.vue
index d953c5d9..26a55090 100644
--- a/src/views/topic/components/comment/Comments.vue
+++ b/src/views/topic/components/comment/Comments.vue
@@ -104,7 +104,9 @@ const handleClickComment = (
:key="index"
>
-
+
+
+