发布页开发

This commit is contained in:
筱野
2025-08-17 22:58:00 +08:00
parent 68a6558776
commit 2b3caf027b
76 changed files with 6173 additions and 1610 deletions

View File

@@ -0,0 +1,5 @@
// import MapPlugin from "src/components/MapDisplay/mapPlugin";
import MapDisplay from "src/components/MapDisplay";
export default function MapDisplayPage() {
return <MapDisplay />
}