-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Description
1. Word菜单中出现两个“打印”
Word菜单中出现两个“打印”(图1),关闭注入后问题消失(图2)。
通过 MenuInspector 插件观察两个“打印”,发现 wID 分别为 31136 和 31138,name_resid 均为 8513@windows.storage.dll
2. 回收站为空时,“清空回收站”依然可以点击
3. 任务栏中的小狼毫输入法菜单也被注入,小狼毫崩溃可能会传染到 breeze shell
小狼毫输入法(Rime)在Windows任务栏上面的中英文指示图标的菜单也被注入了,如果小狼毫意外崩溃,有可能顺着这个注入蔓延到 breeze shell 和 explorer.exe 。
这个事件发生的概率比较低,我之前清理了一次配置文件夹重新配置,现在也没法提供调试日志了😶。
版本 Windows 11 专业版
版本号 24H2
操作系统版本 26100.3775
breeze shell:0.1.19
插件:仅打开 MenuInspector
配置文件 config.json:
{
"$schema": "https://raw.githubusercontent.com/std-microblock/breeze-shell/refs/heads/master/resources/schema.json",
"context_menu": {
"reverse_if_open_to_up": false,
"theme": {
"radius": 6,
"item_height": 24,
"item_gap": 4,
"item_radius": 8,
"margin": 6,
"padding": 6,
"text_padding": 8,
"icon_padding": 4,
"right_icon_padding": 20,
"multibutton_line_gap": -6
}
},
"plugin_load_order": []
}Metadata
Metadata
Assignees
Labels
No labels



