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