fix bug
This commit is contained in:
@ -96,7 +96,17 @@ async def arr_languageprofile(apikey: str) -> Any:
|
|||||||
)
|
)
|
||||||
return {
|
return {
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"name": "中文"
|
"name": "默认",
|
||||||
|
"languages": [
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"language": {
|
||||||
|
"id": 1,
|
||||||
|
"name": "中文"
|
||||||
|
},
|
||||||
|
"allowed": True
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user