From 845ffce30ba5da0423601ce5a260f7366f3160c9 Mon Sep 17 00:00:00 2001 From: lan-yonghui Date: Wed, 8 Jan 2025 15:35:54 +0800 Subject: [PATCH] feat: Modify the copyright --- frontend/src/layout/components/AppFooter.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/layout/components/AppFooter.vue b/frontend/src/layout/components/AppFooter.vue index bebb6b4bc733..e168c885adc1 100644 --- a/frontend/src/layout/components/AppFooter.vue +++ b/frontend/src/layout/components/AppFooter.vue @@ -3,10 +3,10 @@
@@ -25,6 +25,7 @@ const globalStore = GlobalStore(); const mobile = computed(() => { return globalStore.isMobile(); }); +const year = new Date().getFullYear();