mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-21 20:29:03 +08:00
refactor: 移除WebSocket同步功能及相关代码
feat(theme): 增强侧边栏选中项样式配置 style: 优化主题变量和样式覆盖逻辑 chore: 清理未使用的依赖和配置文件
This commit is contained in:
+3
-1
@@ -18,7 +18,9 @@
|
||||
"--ss-header-bg": "#1e1e1e",
|
||||
"--ss-sidebar-bg": "#1e1e1e",
|
||||
"--ss-item-hover": "#2c2c2c",
|
||||
"--ss-sidebar-text": "#ffffff"
|
||||
"--ss-sidebar-text": "#ffffff",
|
||||
"--ss-sidebar-active-bg": "#2c2c2c",
|
||||
"--ss-sidebar-active-text": "#ffffff"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user