feat: 添加系统托盘支持与常驻任务栏模式#4
Open
yunyizea wants to merge 1 commit intomtfly:mainfrom
Open
Conversation
- 新增系统托盘功能,支持最小化到托盘运行 - 添加常驻任务栏模式开关,可在配置中启用/禁用 - 实现Windows平台权限提升功能,支持以管理员身份重启应用 - 添加窗口隐藏/显示、退出应用等相关方法 - 为Switch组件添加change事件支持 - 更新前端界面,添加常驻任务栏开关控件 - 添加通知功能,支持在隐藏窗口时发送系统通知
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.
Summary
新增系统托盘功能,支持程序最小化到托盘后台运行
添加「常驻任务栏」模式开关,用户可控制关闭窗口时的行为
实现 Windows 平台自动权限提升,启动时自动请求管理员权限
关闭窗口隐藏到托盘时发送系统通知提示用户
Changes
新增文件
修改文件
Test Plan