refactor: remote web font & auto generate title by frontmatter

This commit is contained in:
YunYouJun
2022-05-09 02:18:17 +08:00
parent 6f2383059b
commit ff21c909d1
11 changed files with 404 additions and 300 deletions

1
src/components.d.ts vendored
View File

@@ -22,6 +22,7 @@ declare module '@vue/runtime-core' {
ToggleMode: typeof import('./components/ToggleMode.vue')['default']
ToolTag: typeof import('./components/tags/ToolTag.vue')['default']
VegetableTag: typeof import('./components/tags/VegetableTag.vue')['default']
WrapperMd: typeof import('./components/WrapperMd.vue')['default']
}
}