From b6fa092d4d15c3fcfe6f7bd5c1cc78f4b351f92c Mon Sep 17 00:00:00 2001 From: wyt <1955803161@qq.com> Date: Wed, 29 Oct 2025 21:29:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=B4=E9=9B=A8=E7=9E=B3=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=BA=86=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../aurora-blog/src/components/Sidebar/src/WebsiteInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aurora-vue/aurora-blog/src/components/Sidebar/src/WebsiteInfo.vue b/aurora-vue/aurora-blog/src/components/Sidebar/src/WebsiteInfo.vue index 96261e9..828c2bd 100644 --- a/aurora-vue/aurora-blog/src/components/Sidebar/src/WebsiteInfo.vue +++ b/aurora-vue/aurora-blog/src/components/Sidebar/src/WebsiteInfo.vue @@ -79,7 +79,7 @@ export default defineComponent({ let msPerDay = 24 * 60 * 60 * 1000 // 计算运行天数 let daysold = Math.floor(timeold / msPerDay) - // 获取当前时间对象 + // 获取当前时间的对象 let day = new Date() // 拼接运行时间字符串(天时分秒) let str = ''