• Joined on 2026-01-21
congsh pushed to master at congsh/cutThenThink 2026-02-12 13:08:42 +08:00
bb27db586d feat: 添加main()函数作为应用入口
92a258350a fix: 修复main.py导入路径
a5897a1cd8 fix: 移除tkinter依赖,改用PyQt6实现
Compare 3 commits »
congsh pushed to master at congsh/cutThenThink 2026-02-12 11:18:20 +08:00
54eeb6f522 fix: 修复SQLAlchemy 2.0+兼容性问题
congsh pushed to master at congsh/cutThenThink 2026-02-12 11:14:11 +08:00
5ac2bd98d4 fix: 添加Pillow等模块的hidden-import参数
congsh pushed to master at congsh/cutThenThink 2026-02-12 11:12:20 +08:00
a3fc2517a7 fix: 移除main_window.py中错误的QtGui.QMessageBox导入
congsh pushed to master at congsh/cutThenThink 2026-02-12 11:07:49 +08:00
114f432f09 fix: 修复打包后ModuleNotFoundError问题
congsh pushed to master at congsh/cutThenThink 2026-02-12 10:46:29 +08:00
c6025d9858 fix: 修复Windows打包Python 3.13兼容性问题
congsh pushed to master at congsh/cutThenThink 2026-02-12 10:38:46 +08:00
56b3c5a5b2 fix: 完善Windows打包脚本
congsh pushed to master at congsh/cutThenThink 2026-02-12 10:32:32 +08:00
47c86c69ae fix: 修复Windows打包脚本依赖检查
congsh pushed to master at congsh/cutThenThink 2026-02-12 10:31:03 +08:00
8bc9cad901 fix: 移除build.bat中文注释避免编码问题
congsh pushed to master at congsh/cutThenThink 2026-02-12 10:29:02 +08:00
a2d731e91b fix: 修复Windows打包脚本
congsh pushed to master at congsh/cutThenThink 2026-02-12 10:14:15 +08:00
154d53dbfd feat: 添加轻量打包和OCR自动安装功能
congsh pushed to master at congsh/cutThenThink 2026-02-11 18:22:09 +08:00
c4a77f8aa4 feat: 实现CutThenThink P0阶段核心功能
congsh created branch master in congsh/cutThenThink 2026-02-11 18:22:09 +08:00
congsh created repository congsh/cutThenThink 2026-02-11 18:20:34 +08:00
congsh pushed to master at congsh/MineNasAI 2026-02-06 14:15:44 +08:00
87f3cbd8df feat(webui): 重构WebUI样式并默认启用暗色主题
congsh pushed to master at congsh/MineNasAI 2026-02-06 10:59:51 +08:00
f919487506 feat: 增加对新模型提供商的支持,包括智谱、MiniMax 和 Moonshot,更新相关配置和 UI
congsh pushed to master at congsh/MineNasAI 2026-02-06 10:24:33 +08:00
427ea6ae8d feat: add light theme support and enhance LLM configuration UI
congsh pushed to master at congsh/MineNasAI 2026-02-06 10:03:39 +08:00
b177b1e882 feat: 挂载 WebUI 子目录的静态文件,更新 CSS 和 JS 引用路径
congsh pushed to master at congsh/MineNasAI 2026-02-06 09:48:20 +08:00
aa2f2439d6 feat: 重构主应用逻辑,分离挂载操作到 main.js,优化中文语言包加载
congsh pushed to master at congsh/MineNasAI 2026-02-05 17:34:09 +08:00
a0c610f798 feat: add dashboard, LLM config, logs viewer, proxy config, scheduler, and terminal components