Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge dev #151

Merged
merged 11 commits into from
Sep 29, 2024
Merged

Merge dev #151

merged 11 commits into from
Sep 29, 2024

Conversation

mcthesw
Copy link
Owner

@mcthesw mcthesw commented Sep 29, 2024

No description provided.

本次提交增强了备份和恢复功能,重构了配置和托盘菜单,并进行了一些其他改进:  - 添加了对全局快捷键的支持。 - 修复了备份和恢复操作中的路径处理错误。 - 完善了备份和恢复过程中的错误处理和警告信息。 - 允许在没有 AppHandle 的情况下进行备份和恢复操作。 - 允许在没有 AppHandle 的情况下应用所有备份。 - 重构了配置文件结构。 - 重构了托盘菜单代码和逻辑。 - 改进了错误处理和错误信息。 - 更新了默认语言设置。 - 优化了日志信息。
升级了 Tauri 版本至 1.8.0;增加了热键功能,允许用户通过自定义热键触发快速备份和快速应用操作;进行了大范围的重构
增强快速备份/恢复功能的错误处理,并在错误发生时显示详细的错误信息。 优化代码结构,提高可读性和可维护性。
- 将 `QuickActions` 枚举类型替换为 `QuickActionHotkeys` 结构体,支持更灵活的热键配置。 - 修改 `default_value` 模块中的默认值生成函数,使用泛型默认值生成器。 - 更新 `hotkeys.rs` 中的热键注册逻辑,支持多热键组合。 - 更新多语言文件,添加快捷操作热键设置的相关翻译。 - 更新 `Settings.vue` 视图,添加热键选择器组件。

#140
@mcthesw mcthesw linked an issue Sep 29, 2024 that may be closed by this pull request
@mcthesw mcthesw merged commit 1ef6f61 into v1-tauri Sep 29, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[功能/FEATURE]给“快捷备份”绑定热键
1 participant