mirror of
https://gitcode.com/JianFeeeee/TrulyMEM-TrueHumanMEM.git
synced 2026-09-20 17:08:18 +00:00
fix: 修复 TUI 侧边栏配置布局问题和打包图标路径
1. TUI 配置面板布局修复: 移除嵌套 Vertical 容器, 统一使用 admin-section 类 2. 打包脚本修复: 修正 trulymem.spec 中图标路径为绝对路径 3. 代码清理: 移除 embedded_db.py 末尾的测试代码 Generated with CodeArts Agent
This commit is contained in:
@ -51,6 +51,11 @@ ConfigSection .config-hint {
|
||||
margin: 1 0 0 0;
|
||||
}
|
||||
|
||||
ConfigSection .config-sep {
|
||||
height: 1;
|
||||
margin: 1 0;
|
||||
}
|
||||
|
||||
ConfigSection Input {
|
||||
width: 1fr;
|
||||
height: 3;
|
||||
@ -65,10 +70,8 @@ ConfigSection Checkbox {
|
||||
margin: 1 0;
|
||||
}
|
||||
|
||||
/* Admin sections */
|
||||
#admin-web-login-section,
|
||||
#admin-web-service-section,
|
||||
#admin-tui-service-section {
|
||||
/* Admin section elements - controlled by visibility */
|
||||
ConfigSection .admin-section {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user