chore(linux): plugin 路径检查增强 + 去除启动加载界面 + 修正快捷键描述#581
Open
aeoform wants to merge 1 commit into
Open
Conversation
…i18n - ensure_plugin_installed: check ~/.local/ XDG paths in addition to system paths; warn when both user and system plugins coexist (old user version takes priority over newly installed system version) - App.tsx: remove StartupShell loading screen and 'checking' gate state, app renders FloatingShell immediately - i18n: "切换上一次风格" → "切换到上一个风格" (zh-CN/zh-TW) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
Author
|
我看pr_agent_job日志显示失败了,但是状态为成功 |
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.
User description
变更
fcitx5 插件路径检查
ensure_plugin_installed新增~/.local/lib/fcitx5/和~/.local/share/fcitx5/addon/(用户 XDG 安装)到检查列表~/.local/旧插件UI
Gate类型去掉'checking',启动即readyi18n
zh-CN: "切换上一次风格" → "切换到上一个风格"zh-TW: "切換上一次風格" → "切換到上一個風格"🤖 Generated with Claude Code
PR Type
Bug fix, Enhancement
Description
Enhanced fcitx5 plugin path detection with user XDG support and coexistence warning
Removed startup loading screen (StartupShell) and 'checking' gate for faster UX
Fixed i18n: updated zh-CN/zh-TW shortcut description
Diagram Walkthrough
File Walkthrough
linux_fcitx.rs
Enhanced fcitx5 plugin detection with user path supportopenless-all/app/src-tauri/src/linux_fcitx.rs
App.tsx
Removed startup loading screen for faster UXopenless-all/app/src/App.tsx
zh-CN.ts
Fixed zh-CN shortcut descriptionopenless-all/app/src/i18n/zh-CN.ts
zh-TW.ts
Fixed zh-TW shortcut descriptionopenless-all/app/src/i18n/zh-TW.ts