feat: Introduce a new Next.js modern frontend with a history API route and include legacy static assets.

This commit is contained in:
2569718930@qq.com
2026-03-06 09:14:58 +08:00
parent af1d8ab4ed
commit b308709edb
6 changed files with 2958 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
import { PolyWeatherDashboard } from "@/components/polyweather-dashboard";
export default function ModernPage() {
return <PolyWeatherDashboard />;
}