feat: 添加最近访问菜单功能并移除Websocket菜单

This commit is contained in:
Ray.Hao
2026-02-24 21:32:14 +08:00
parent c617d2943f
commit ecdc22969d
8 changed files with 170 additions and 362 deletions

View File

@@ -203,6 +203,10 @@ const formComponents = {
animation: featureFade 0.8s ease-out;
}
.dark .auth-feature {
color: rgba(240, 245, 255, 0.92);
}
@media (max-width: 768px) {
.auth-view__wrapper {
display: block;