From 8c2bd1e986b4bfa8f83165194eec7c6a7eac6e55 Mon Sep 17 00:00:00 2001
From: xiaoxian521 <1923740402@qq.com>
Date: Sat, 27 Jan 2024 16:39:59 +0800
Subject: [PATCH] chore: update
---
src/App.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 5b1ef2609..21812d216 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -49,11 +49,11 @@ export default defineComponent({
},
mounted() {
ElNotification({
- title: "回顾2023",
+ title: "2024年计划",
duration: 0,
dangerouslyUseHTMLString: true,
message:
- "这更像是三年来开源社区唯一的一次集体交流。欢迎大家在评论区留下您的想法。我们将认真回复所有评论,并将一些不错的建议或想法在2024年实施改进或开发,点击即可去留言"
+ "点击查看计划详情"
});
}
});