Closed
Conversation
实现WOL(Wake-on-LAN)功能,包括: 1. 新增WolSetting实体类存储配置 2. 添加WOL任务类型常量 3. 创建WOL任务编辑界面 4. 实现两种唤醒方式:本地API调用和直接发送幻数据包 5. 添加相关字符串资源和图标 6. 在ActionWorker中处理WOL任务执行逻辑
pppscn
pushed a commit
that referenced
this pull request
Feb 9, 2026
实现WOL(Wake-on-LAN)功能,包括: 1. 新增WolSetting实体类存储配置 2. 添加WOL任务类型常量 3. 创建WOL任务编辑界面 4. 实现两种唤醒方式:本地API调用和直接发送幻数据包 5. 添加相关字符串资源和图标 6. 在ActionWorker中处理WOL任务执行逻辑
pppscn
added a commit
that referenced
this pull request
Feb 10, 2026
Owner
|
感谢PR, 已挑选文件合并 |
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.
实现WOL(Wake-on-LAN)功能,包括: