From 75ceeab729ea6dc716ad2bad12c33c49ba9d5dc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=97=E5=A4=A7?= Date: Thu, 4 Jan 2024 15:42:45 +0800 Subject: [PATCH] perf(Theme): change log to en --- src/layout/components/NavBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/components/NavBar.vue b/src/layout/components/NavBar.vue index c8a79fba..292d4c5c 100644 --- a/src/layout/components/NavBar.vue +++ b/src/layout/components/NavBar.vue @@ -130,7 +130,7 @@ limitations under the License. --> const x = themeSwitchRef.value?.offsetLeft ?? 0; const y = themeSwitchRef.value?.offsetTop ?? 0; const endRadius = Math.hypot(Math.max(x, innerWidth - x), Math.max(y, innerHeight - y)); - // 兼容性处理 + // compatibility handling if (!document.startViewTransition) { changeTheme(); return;