fix: 修复 TUI 侧边栏配置布局问题和打包图标路径

1. TUI 配置面板布局修复: 移除嵌套 Vertical 容器, 统一使用 admin-section 类

2. 打包脚本修复: 修正 trulymem.spec 中图标路径为绝对路径

3. 代码清理: 移除 embedded_db.py 末尾的测试代码

Generated with CodeArts Agent
This commit is contained in:
JianFeeeee
2026-04-29 23:24:25 +08:00
parent 3a13753d36
commit 0f9001beef
5 changed files with 81 additions and 113 deletions

View File

@ -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;
}