mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-10 03:47:28 +08:00
feat: 💄 aquabox on profiles + avatar fixes
This commit is contained in:
@@ -266,6 +266,8 @@ export const USERBOX = {
|
||||
get('/api/v2/game/chu3/user-box', {}),
|
||||
setUserBox: (d: { field: string, value: number | string }) =>
|
||||
post(`/api/v2/game/chu3/user-detail-set`, d),
|
||||
getUserProfile: (username: string): Promise<UserBox> =>
|
||||
get(`/api/v2/game/chu3/user-detail`, {username})
|
||||
}
|
||||
|
||||
export const CARD = {
|
||||
|
||||
Reference in New Issue
Block a user