Conversation
实现系统托盘菜单和提示的多语言切换功能,包括: 1. 新增 tray:updateLanguage IPC 接口用于更新语言 2. 重构托盘模块以支持动态语言切换 3. 在设置变更时同步更新托盘语言 4. 添加中英日三语的托盘菜单翻译
Residual platform riskI do not see a new icon-format/path regression in the diff; tray icon selection stays platform-specific for Windows/macOS/Linux. The main platform concern is validation coverage: CI only runs Ubuntu lint/type/test and a Windows frontend build, so macOS tray/menu runtime behavior remains unverified even though the tray code has macOS-specific behavior.tray.ts:23-55 check.yml:10-62 Bottom lineI would block on finding 1. Findings 2 and 3 are medium-risk compatibility issues that I would want resolved or explicitly accepted before merge. |
实现系统托盘菜单和提示的多语言切换功能,包括: