mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-07 10:57:26 +08:00
[+] Home site
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
import Home from "./pages/Home.svelte";
|
||||
|
||||
import MaimaiRating from "./pages/MaimaiRating.svelte";
|
||||
import UserHome from "./pages/UserHome.svelte";
|
||||
|
||||
export let url = "";
|
||||
</script>
|
||||
@@ -10,6 +11,7 @@
|
||||
<Router {url}>
|
||||
<div>
|
||||
<Route path="/"><Home /></Route>
|
||||
<Route path="/u/:userId" component={UserHome}></Route>
|
||||
<Route path="/u/:userId/mai/rating" component={MaimaiRating}></Route>
|
||||
</div>
|
||||
</Router>
|
||||
|
||||
Reference in New Issue
Block a user