mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-08 12:37:27 +08:00
[F] Fix username check
This commit is contained in:
@@ -310,4 +310,6 @@ export const SETTING = {
|
||||
post('/api/v2/settings/get', {}),
|
||||
set: (key: string, value: any) =>
|
||||
post('/api/v2/settings/set', { key, value: `${value}` }),
|
||||
detailSet: (game: string, field: string, value: any) =>
|
||||
post(`/api/v2/game/${game}/user-detail-set`, { field, value }),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user