From 7744646bc7fc3a390ea32ac8d9b132d2dc5a454d Mon Sep 17 00:00:00 2001 From: Deng Junhui <120795714+minorcell@users.noreply.github.com> Date: Fri, 17 Oct 2025 16:19:27 +0800 Subject: [PATCH] chore: update homepage meta tags and lang attribute --- index.html | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index e093089..777441f 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,32 @@ - + - + 赴九天 问苍穹|中国载人航天 + + + + + + + + + + + + + + + + + + + + + @@ -133,7 +154,7 @@

Cosmic Inquiry Lab

@@ -164,7 +185,7 @@

Cosmic Inquiry Lab

const prevPoint = curve.getPointAtLength(Math.max(offset - 0.1, 0)) const angle = Math.atan2(point.y - prevPoint.y, point.x - prevPoint.x) * 180 / Math.PI - slider.setAttribute('transform', `translate(${point.x}, ${point.y}) rotate(${angle})`) + slider.setAttribute('transform', `translate(${point.x}, ${point.y}) rotate(${angle}`) } window.addEventListener('scroll', updateSlider)