Merge branch 'main' into milletpeak-fontsize

This commit is contained in:
milletpeak
2025-11-24 08:55:54 +08:00
committed by GitHub
40 changed files with 748 additions and 1117 deletions

View File

@@ -66,7 +66,7 @@ function toggleTheme(event: MouseEvent) {
];
const animate = document.documentElement.animate(
{
clipPath: isDark.value ? [...clipPath].reverse() : clipPath,
clipPath: isDark.value ? [...clipPath].toReversed() : clipPath,
},
{
duration: 450,