From 5fe79c4952b49ce419ed616bece1c4619ea81d1c Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 19 Mar 2024 14:34:51 +0800 Subject: [PATCH] Add a slogan at index page and readme --- README.md | 2 ++ salvation_lies_within_IELTS.svg | 1 + src/pages/index.vue | 3 +++ uno.config.ts | 3 ++- 4 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 salvation_lies_within_IELTS.svg diff --git a/README.md b/README.md index 89b4dda..313dc52 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![Salvation lies within IELTS](salvation_lies_within_IELTS.svg) +

My IELTS™

diff --git a/salvation_lies_within_IELTS.svg b/salvation_lies_within_IELTS.svg new file mode 100644 index 0000000..9efb2ef --- /dev/null +++ b/salvation_lies_within_IELTS.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/pages/index.vue b/src/pages/index.vue index 2ebb8a8..f8c6375 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -49,6 +49,9 @@ const menus = reactive([
+

+ Salvation lies within IELTS +

我的 IELTS 备考中心 diff --git a/uno.config.ts b/uno.config.ts index 3edb6d4..7f6ab27 100644 --- a/uno.config.ts +++ b/uno.config.ts @@ -38,7 +38,7 @@ export default defineConfig({ collections: { carbon: () => import('@iconify-json/carbon/icons.json').then(i => i.default), simpleIcons: () => import('@iconify-json/simple-icons/icons.json').then(i => i.default), - } + }, }), presetWebFonts({ provider: 'bunny', @@ -46,6 +46,7 @@ export default defineConfig({ sans: 'DM Sans', serif: 'DM Serif Display', mono: 'DM Mono', + Charmonman: 'Charmonman', }, }), ],