mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-16 04:32:21 +08:00
feat: Add prefecture modification support (#170)
This commit is contained in:
@@ -196,6 +196,8 @@ export const USER = {
|
||||
},
|
||||
isLoggedIn,
|
||||
ensureLoggedIn,
|
||||
changeRegion: (regionId: number) =>
|
||||
post('/api/v2/user/change-region', { regionId }),
|
||||
}
|
||||
|
||||
export const USERBOX = {
|
||||
|
||||
Reference in New Issue
Block a user