fix 0.1.5 cannot launch in windows

This commit is contained in:
锦恢 2025-06-13 18:05:58 +08:00
parent 0f32993edb
commit 506d33be9a
3 changed files with 9 additions and 2 deletions

3
.gitignore vendored
View File

@ -15,4 +15,5 @@ resources/renderer
resources/service
*.traineddata
.turbo
stats.html
stats.html
.openmcp

View File

@ -23,4 +23,6 @@ software/**
.editorconfig
.gitattributes
*.vsix
*.vsix
.turbo
.github

View File

@ -1,5 +1,9 @@
# Change Log
## [main] 0.1.6
- 针对 0.1.5 无法在 Windows 启动的紧急修复。
- 修复环境变量中添加 token 失效的问题。
## [main] 0.1.5
- 修复 gemini 获取模型列表时存在 models 前缀的问题
- 增加 web api 功能