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:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -24,4 +24,10 @@ logs/
|
||||
Thumbs.db
|
||||
|
||||
# 模型文件
|
||||
models/*.gguf
|
||||
models/*.gguf
|
||||
|
||||
# 测试文件
|
||||
test*
|
||||
|
||||
# 自己
|
||||
.gitignore
|
||||
Reference in New Issue
Block a user