From fcd81c9346dc97e8cf3a24aea5c7074c4720da81 Mon Sep 17 00:00:00 2001 From: hujunyao <1078622540@qq.com> Date: Fri, 6 Oct 2023 13:38:54 +0800 Subject: [PATCH] [Update] a better project name and colorful title --- src/components/sections/Title.vue | 11 +++++++++-- vite.config.js | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/components/sections/Title.vue b/src/components/sections/Title.vue index 10714a1..86fdd55 100644 --- a/src/components/sections/Title.vue +++ b/src/components/sections/Title.vue @@ -2,7 +2,9 @@ export default { data() { return { - title: 'Our Project Template is All You Need', + title: 'Academic Project Page Template', + color_title: '(Vue based)', + title_color: '#42B883', authors: [ { name: "Junyao Hu", @@ -72,7 +74,12 @@ export default {