feat(ui): 新增多个UI测试窗口并优化主窗口功能

- 添加main_window_test.py用于UI功能测试
- 添加main_window_simple.py简化版界面
- 添加main_window_new.py和main_window_final.py完整功能界面
- 优化主窗口高级面板切换逻辑
- 更新.gitignore忽略测试文件
This commit is contained in:
2026-01-16 12:32:45 +08:00
parent 2659fdd6ac
commit 79075ee2ba
6 changed files with 2133 additions and 5 deletions

8
.gitignore vendored
View File

@@ -24,4 +24,10 @@ logs/
Thumbs.db
# 模型文件
models/*.gguf
models/*.gguf
# 测试文件
test*
# 自己
.gitignore