diff --git a/package.json b/package.json index 1d69274..64509f4 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "@antfu/eslint-config": "^0.34.1", "@iconify-json/carbon": "^1.1.13", "@intlify/unplugin-vue-i18n": "^0.8.1", + "@mdi/font": "^7.1.96", "@types/markdown-it-link-attributes": "^3.0.1", "@types/nprogress": "^0.2.0", "@vitejs/plugin-vue": "^4.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c42b010..fd408ae 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,6 +4,7 @@ specifiers: '@antfu/eslint-config': ^0.34.1 '@iconify-json/carbon': ^1.1.13 '@intlify/unplugin-vue-i18n': ^0.8.1 + '@mdi/font': ^7.1.96 '@types/markdown-it-link-attributes': ^3.0.1 '@types/nprogress': ^0.2.0 '@unocss/reset': ^0.48.4 @@ -64,6 +65,7 @@ devDependencies: '@antfu/eslint-config': 0.34.1_7uibuqfxkfaozanbtbziikiqje '@iconify-json/carbon': 1.1.13 '@intlify/unplugin-vue-i18n': 0.8.1_vue-i18n@9.2.2 + '@mdi/font': 7.1.96 '@types/markdown-it-link-attributes': 3.0.1 '@types/nprogress': 0.2.0 '@vitejs/plugin-vue': 4.0.0_vite@4.0.4+vue@3.2.45 @@ -1893,6 +1895,10 @@ packages: '@jridgewell/sourcemap-codec': 1.4.14 dev: true + /@mdi/font/7.1.96: + resolution: {integrity: sha512-Imag6npmfkBDi2Ze2jiZVAPTDIKLxhz2Sx82xJ2zctyAU5LYJejLI5ChnDwiD9bMkQfVuzEsI98Q8toHyC+HCg==} + dev: true + /@mdit-vue/plugin-component/0.11.2: resolution: {integrity: sha512-ucFiEULCkLcCG1Tf1MfG5u5PS4BIXWIeKGHRGsXxz1ix2GbZWKFVgWEdNEckBu8s75Fv1WJLIOiAYZyri2f1nw==} dependencies: diff --git a/src/App.vue b/src/App.vue index 9e6d587..a7f7623 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,7 +5,7 @@ useHead({ title: '合肥市南园学校19预科2班', meta: [ - { name: 'description', content: '合肥市南园学校19预科2班非官方页面。' }, + { name: 'description', content: '合肥市南园学校19预科2班纪念项目。' }, { name: 'theme-color', content: computed(() => isDark.value ? '#00aba9' : '#ffffff'), diff --git a/src/components/Nav.vue b/src/components/Nav.vue index f10770d..e0e2167 100644 --- a/src/components/Nav.vue +++ b/src/components/Nav.vue @@ -1,6 +1,8 @@