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> |
Beta Was this translation helpful? Give feedback.
0 replies
-
这么快就B测了啊! 大的要来了…… |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
自 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.
Beta Was this translation helpful? Give feedback.
All reactions