perf(Theme): change log to en

This commit is contained in:
苗大 2024-01-04 15:42:45 +08:00
parent 410efb5af4
commit 75ceeab729

View File

@ -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;