fix(profile): 优化信息侧边模块主题按钮配置错误导致的异常

This commit is contained in:
nineya 2023-06-06 09:22:40 +08:00
parent fd15612267
commit aad55036c2

View File

@ -38,7 +38,7 @@
<div th:if="${!#strings.isEmpty(theme.config.sidebar.profile_theme_button)}" class="level" <div th:if="${!#strings.isEmpty(theme.config.sidebar.profile_theme_button)}" class="level"
th:with="content = ${#strings.arraySplit(theme.config.sidebar.profile_theme_button,'|')}"> th:with="content = ${#strings.arraySplit(theme.config.sidebar.profile_theme_button,'|')}">
<a class="level-item button is-link is-rounded" <a class="level-item button is-link is-rounded"
th:href="${content[1]}" target="_blank" rel="nofollow noopener noreferrer" th:href="${content.length>=2?content[1]:''}" target="_blank" rel="nofollow noopener noreferrer"
th:text="${content[0]}"></a> th:text="${content[0]}"></a>
</div> </div>
<div th:if="${!#lists.isEmpty(theme.config.sidebar.custom_options)}" class="level"> <div th:if="${!#lists.isEmpty(theme.config.sidebar.custom_options)}" class="level">