fix(win): 优化远程托盘控制体验#2
Closed
musdrop wants to merge 1 commit into
Closed
Conversation
7de774a to
434e0f5
Compare
Owner
|
你上面说的有部分已经在独立的远程模块项目做了些修复,可以考虑使用单独的远程模块。 |
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.
修改内容
本 PR 回馈 Windows 托盘远程控制器的三项小范围改进:
提升托盘窗口清晰度与可读性
Microsoft YaHei UI,并调整二维码、设备列表、通知设置等窗口尺寸与控件间距,减少文字拥挤和显示不全。单独添加“启动远程”按钮
修复停用/退出后 daemon 仍可能残留的问题
disable除了结束并删除计划任务外,现在会兜底查找当前安装目录下的 remote daemon 进程并终止进程树。disable,避免托盘关闭后远程服务继续后台运行。测试
node --test test\tray-source.test.mjs test\remote-backend-win.test.mjsnpm test说明
本 PR 仅包含 Windows 托盘交互、显示清晰度和远程停用可靠性相关改动,尽量避免引入与其它平台、远程协议或安装包定制无关的修改。
PR 代码与说明均由 Codex 生成。