[UI] add file custom style for theme

This commit is contained in:
duy.dang
2024-06-04 03:15:12 +07:00
parent a3e575ef41
commit ea625d6661
10 changed files with 69 additions and 3 deletions

View File

@ -18,6 +18,13 @@ def dev_users() -> list[dict]:
"is_admin": True,
"is_lock": False,
},
{
"username": "duy",
"password": "admin",
"name": "Duy",
"is_admin": True,
"is_lock": False,
},
{
"username": "sam1",
"password": "admin",