Signed-off-by: wxwei <wxwei96@163.com>
This commit is contained in:
wxwei 2023-09-05 16:48:24 +08:00
parent 7a403fffd2
commit da9ba280cf
2 changed files with 5 additions and 2 deletions

5
package-lock.json generated
View File

@ -1,9 +1,12 @@
{ {
"name": "theme-Joe3", "name": "halo-theme-joe3.0",
"version": "1.0.8",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "halo-theme-joe3.0",
"version": "1.0.8",
"devDependencies": { "devDependencies": {
"uglify-js": "^3.17.4" "uglify-js": "^3.17.4"
} }

View File

@ -34,7 +34,7 @@
<th:block th:if="${htmlType == 'post'} or ${htmlType == 'journals'} or ${htmlType == 'sheet'}"> <th:block th:if="${htmlType == 'post'} or ${htmlType == 'journals'} or ${htmlType == 'sheet'}">
<script th:src="@{/assets/lib/clipboard/clipboard.min.js}"></script> <script th:src="@{/assets/lib/clipboard/clipboard.min.js}"></script>
</th:block> </th:block>
<th:block th:if="${theme.config.custom.favicon == true && theme.config.custom.favicon != null && theme.config.custom.favicon != ''}"> <th:block th:if="${theme.config.custom.favicon != null && theme.config.custom.favicon != ''}">
<script th:src="@{/assets/lib/favico/favico.min.js}"></script> <script th:src="@{/assets/lib/favico/favico.min.js}"></script>
</th:block> </th:block>
<th:block th:if="${htmlType == 'post'}"> <th:block th:if="${htmlType == 'post'}">