Stabilize Earth module and fix satellite TLE handling

This commit is contained in:
linkong
2026-03-26 10:29:50 +08:00
parent 3fd6cbb6f7
commit ce5feba3b9
14 changed files with 2132 additions and 1069 deletions

View File

@@ -3,14 +3,14 @@ function Earth() {
<iframe
src="/earth/index.html"
style={{
width: '100%',
height: '100%',
border: 'none',
display: 'block',
width: "100%",
height: "100%",
border: "none",
display: "block",
}}
title="3D Earth"
/>
)
);
}
export default Earth
export default Earth;