Skip to content

Fix/everything#178

Open
guopenghui wants to merge 3 commits into
ZToolsCenter:mainfrom
guopenghui:fix/everything
Open

Fix/everything#178
guopenghui wants to merge 3 commits into
ZToolsCenter:mainfrom
guopenghui:fix/everything

Conversation

@guopenghui
Copy link
Copy Markdown
Contributor

@guopenghui guopenghui commented May 12, 2026

之前 everything 插件的main push有两个问题:

  • 搜索结果的图标显示失败
  • 选中文件后按回车,或者鼠标点击都无效

前者的原因是之前插件里使用了不存在的 nativeicon: 协议,本pr里面换成了直接调用api的方式。
后者的原因是该插件的 onMainPush 没有注册 selectCallback,本pr里面添加了 () => true 作为默认值。

修改后经测试,图标可以正常显示,可以正常按回车进入插件面板。

备注:

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the version number of the 'everything' plugin in plugin.json from 2.7.3 to 2.7.4. The reviewer noted that the functional changes described in the pull request, such as icon protocol modifications and callback registration, are missing from the current diff, rendering the PR incomplete.

Comment thread plugins/everything/plugin.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant