feat: enhance UI and functionality in various components

This commit is contained in:
CaIon
2026-04-28 18:38:02 +08:00
parent fc377dae3e
commit 28f7e9eb2e
40 changed files with 1567 additions and 470 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ export async function getUserModels(): Promise<{
export async function getUserGroups(): Promise<{
success: boolean
message?: string
data?: Record<string, { desc: string; ratio: number }>
data?: Record<string, { desc: string; ratio: number | string }>
}> {
const res = await api.get('/api/user/self/groups')
return res.data