diff --git a/assets/markdown.scss b/assets/markdown.scss index 67ea175..4a33475 100644 --- a/assets/markdown.scss +++ b/assets/markdown.scss @@ -91,8 +91,8 @@ position: relative; code span { - font-family: 'Noto Sans Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', - 'Courier New', monospace; + font-family: 'Noto Sans Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, + Consolas, 'Liberation Mono', 'Courier New', monospace; } } diff --git a/components/Navigation.vue b/components/Navigation.vue index 91679c1..4137cb9 100644 --- a/components/Navigation.vue +++ b/components/Navigation.vue @@ -14,7 +14,7 @@ const { data: navigation } = await useAsyncData('nav', async () => { {{ item.title }} - + 简历 diff --git a/components/content/ProsePre.vue b/components/content/ProsePre.vue index c1de01b..b2e4775 100644 --- a/components/content/ProsePre.vue +++ b/components/content/ProsePre.vue @@ -59,7 +59,7 @@ function showMsg() {
{{ copyMsg }}
-
+
diff --git a/layouts/resume.vue b/layouts/resume.vue index 274a772..547e113 100644 --- a/layouts/resume.vue +++ b/layouts/resume.vue @@ -1,5 +1,7 @@