checkpoint: before i18n implementation

This commit is contained in:
Leon-in
2026-04-29 00:29:14 +08:00
parent ded6c67a36
commit 437dc976fb
41 changed files with 2167 additions and 1855 deletions
+1 -3
View File
@@ -8,9 +8,7 @@ export default function RevealObserver() {
useEffect(() => {
let observer: IntersectionObserver | null = null
let raf: number
raf = requestAnimationFrame(() => {
const raf = requestAnimationFrame(() => {
const allDataWid = document.querySelectorAll<HTMLElement>("[data-w-id]")
const targets: HTMLElement[] = []