优化:增加搜索框进行覆写规则过滤并尝试解决进程异常退出问题 - #178
Open
nymanyim wants to merge 48 commits into
Open
Conversation
新增:增加搜索框进行覆写规则筛选
对windows系统电源事件进行监听,当进行睡眠/休眠操作时,关闭网络代理以防止异常崩溃(错误 0x8007050B [承载该设备的驱动程序的进程已终止]),当从这些状态恢复时,重新启动网络代理。
对windows系统电源事件进行监听,当进行睡眠/休眠操作时,关闭网络代理以防止异常崩溃(错误 0x8007050B [承载该设备的驱动程序的进程已终止]),当从这些状态恢复时,重新启动网络代理。
对windows系统电源事件进行监听,当进行睡眠/休眠操作时,关闭网络代理以防止异常崩溃(错误 0x8007050B [承载该设备的驱动程序的进程已终止]),当从这些状态恢复时,重新启动网络代理。
迁移PBT_APMSUSPEND和PBT_APMRESUMESUSPEND事件,确保高解耦
迁移PBT_APMSUSPEND和PBT_APMRESUMESUSPEND事件,确保高解耦
迁移PBT_APMSUSPEND和PBT_APMRESUMESUSPEND事件,确保高解耦
迁移PBT_APMSUSPEND和PBT_APMRESUMESUSPEND事件,确保高解耦
迁移PBT_APMSUSPEND和PBT_APMRESUMESUSPEND事件,确保高解耦
迁移PBT_APMSUSPEND和PBT_APMRESUMESUSPEND事件,确保高解耦
将电源消息回调代码独立为lib\manager\power_manager.dart,确保高维护性。
将电源消息回调代码独立为lib\manager\power_manager.dart,确保高维护性。
将电源消息回调代码独立为lib\manager\power_manager.dart,确保高维护性。
将电源消息回调代码独立为lib\manager\power_manager.dart,确保高维护性。
Owner
|
进程问题,先分析一下本地dmp文件和事件查看器异常代码 |
确保在睡眠前完成网卡驱动退出动作,防止因网卡驱动原因异常退出/崩溃,已验证。
appshubcc
force-pushed
the
main
branch
3 times, most recently
from
June 28, 2026 14:42
1b8e475 to
80e4667
Compare
appshubcc
force-pushed
the
main
branch
3 times, most recently
from
July 7, 2026 01:35
6280e0f to
d05cf43
Compare
appshubcc
force-pushed
the
main
branch
2 times, most recently
from
July 18, 2026 17:07
bb605a0 to
570c649
Compare
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.
1.新增:增加搜索框进行覆写规则筛选
2.优化:尝试解决从睡眠/休眠状态恢复后进程异常退出的问题