Closed
Conversation
Contributor
SilenceZen
commented
Jul 30, 2025
- 补充i18n内容
- 482的问题核心就是重复文件夹走到了后续的set逻辑。直接return就可以避免后续问题了
原因:textarea在macOS上会自动调整引号格式,导致JSON格式错误无法保存 顺带:补充AI连接测试成功提示,之前只有错误提示没有成功反馈 主要更改: - 替换JSON textarea为键值对编辑器,避免智能引号问题 - 优化customHeaders数据处理,简化默认值逻辑 - 确保customHeaders变更触发模型列表刷新
- 添加NSAppTransportSecurity配置到Info.plist - 设置NSAllowsArbitraryLoads允许HTTP请求
原因:Tauri 2.0 shell插件不支持打开本地路径 解决:迁移到opener插件,使用openPath替代open - 添加tauri-plugin-opener依赖 - 更新view-directory.tsx和file-item.tsx - 配置opener权限允许打开本地路径 参考URL: - https://v2.tauri.app/reference/javascript/shell/ - GHSA-c9pr-q8gx-3mgp
原因:textarea在macOS上会自动调整引号格式,导致JSON格式错误无法保存 顺带:补充AI连接测试成功提示,之前只有错误提示没有成功反馈 主要更改: - 替换JSON textarea为键值对编辑器,避免智能引号问题 - 优化customHeaders数据处理,简化默认值逻辑 - 确保customHeaders变更触发模型列表刷新
- 添加NSAppTransportSecurity配置到Info.plist - 设置NSAllowsArbitraryLoads允许HTTP请求
f00bca2 to
4fd6502
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.