2.0.0-beta.1
#2696
Replies: 2 comments
主题端如果需要搜索模块,请安装 https://github.com/halo-sigs/plugin-search-widget 此外,theme-earth 和 theme-anatole 已经为插件提供了适配,安装即可显示调起搜索框的按钮。 其他主题如果需要适配,请参考一下示例代码: <div
th:if="${pluginFinder.available('PluginSearchWidget')}"
onclick="SearchWidget.open()"
>
搜索
</div> |
0 replies
|
这么快就B测了啊! 大的要来了…… |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
自 v2.0.0-alpha.4 发布以来的变更如下:
问题修复
主要特性
pluginFinder.available()API 以获取具体插件的可用状态。 @guqing feat: add plugin finder for theme-side #2683重要变更
menuFinder.getDefault()改为menuFinder.getPrimary()。 @guqing feat: add setup primary menu support #2667依赖变更
其他资源
Full Changelog: v2.0.0-alpha.4...v2.0.0-beta.1
This discussion was created from the release 2.0.0-beta.1.
All reactions