mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-06 12:07:26 +08:00
[+] Implement user settings
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
import { USER } from "./libs/sdk";
|
||||
import type { UserMe } from "./libs/generalTypes";
|
||||
import { DEFAULT_PFP, IMG_HOST } from "./libs/config";
|
||||
import Settings from "./pages/User/Settings.svelte";
|
||||
|
||||
console.log(`%c
|
||||
┏━┓ ┳━┓━┓┏━
|
||||
@@ -53,6 +54,7 @@
|
||||
<Route path="/u/:username" component={UserHome} />
|
||||
<Route path="/u/:username/:game" component={UserHome} />
|
||||
<Route path="/u/:username/:game/rating" component={MaimaiRating} />
|
||||
<Route path="/settings" component={Settings} />
|
||||
</Router>
|
||||
|
||||
<style lang="sass">
|
||||
|
||||
Reference in New Issue
Block a user