import { HashRouter } from "react-router-dom"; import { AppShell } from "./shell/AppShell"; // 用 HashRouter:纯静态托管/桌面内嵌都能深链,无需服务端路由配置。 export default function App() { return ( ); }