更新依赖项;调整新的目录结构

This commit is contained in:
JIANG
2025-09-29 11:55:27 +08:00
parent 6d1cc6c9a1
commit fc84b255ea
19 changed files with 802 additions and 812 deletions

View File

@@ -0,0 +1,11 @@
"use client";
import MapComponent from "@app/OlMap/MapComponent";
export default function Home() {
return (
<div className="relative w-full h-full overflow-hidden">
<MapComponent />
</div>
);
}