v2026.6.7-3
·
0 commits
to 5021794a102861842dc2e4ed7c33cf1aed329e81
since this release
Miko v2026.6.7-3
更新说明
本次发布包含以下优化与修复:
🛠 修复与优化
- 配置 Schema 404 修复:在仓库根目录中加入了
config.json与tui.json的 JSON Schema 定义,修复了编辑器(如 VS Code / Zed)加载配置校验 schema 链接时报 404 错误的问题。
🌐 国际化与本地化
- 汉化 TUI 复制与异常提示:
- 选区与控制台复制汉化:汉化了控制台及普通选区复制成功的提示,在中文语言下正常显示
"已复制到剪贴板"。 - 工作区路径复制提示:汉化了复制工作树路径成功的提示,在中文语言下正常显示
"已复制工作树路径"。 - 致命错误界面汉化:对 fatal 异常显示界面(
ErrorComponent)进行了完整汉化,包括"Please report an issue."(请报告此问题。)、"Copy issue URL"(复制 Issue 链接)、"Successfully copied"(复制成功)、"A fatal error occurred!"(发生致命错误!)、"Reset TUI"(重置 TUI)和"Exit"(退出)等文本提示。
- 选区与控制台复制汉化:汉化了控制台及普通选区复制成功的提示,在中文语言下正常显示
Changelog
This release includes the following fixes and optimizations:
🛠 Bug Fixes & Optimizations
- Config Schema 404 Fix: Included the
config.jsonandtui.jsonJSON schema definitions in the root of the repository, fixing the 404 error when editors like VS Code or Zed fetch the schema links.
🌐 Internationalization & Localization
- Localized TUI Copy & Error Screen:
- Console & Selection Copy: Localized the copy success messages to display "已复制到剪贴板" under Chinese locales.
- Workspace Path Copy: Localized the worktree path copy toast to display "已复制工作树路径" under Chinese locales.
- Fatal Error Screen Localization: Translated all UI text labels on the fatal error screen (
ErrorComponent) such as "Please report an issue.", "Copy issue URL", "Successfully copied", "A fatal error occurred!", "Reset TUI", and "Exit" into Chinese.