feat(cloud-console): add user authentication and administration

This commit is contained in:
2026-07-13 17:54:53 +08:00
parent 035b177128
commit cdef630e67
35 changed files with 4126 additions and 113 deletions
+7 -2
View File
@@ -293,9 +293,14 @@ tr.row-selected {
font-family: ui-monospace, SFMono-Regular, "Cascadia Code", Consolas, monospace;
}
.token-screen input {
width: 100%;
}
.token-screen .actions {
display: flex;
justify-content: flex-end;
display: flex;
gap: 8px;
justify-content: flex-end;
margin-top: 16px;
}