chore: bump dependencies (#138)

升级所有依赖的版本,并简化部分 TailwindCSS 的写法。

/kind improvement

```release-note
None
```
This commit is contained in:
Ryan Wang
2024-04-12 00:10:11 +08:00
committed by GitHub
parent 42a2546b6b
commit d4562c38de
20 changed files with 559 additions and 380 deletions

View File

@@ -4,7 +4,7 @@
<img
th:if="${not #strings.isEmpty(theme.config.footer.logo)} or ${not #strings.isEmpty(site.logo)}"
th:src="${theme.config.footer.logo ?: site.logo}"
class="mr-3 h-8 w-8"
class="mr-3 size-8"
th:alt="${site.title}"
/>
<span
@@ -46,7 +46,7 @@
class="container mx-auto block text-center text-sm text-gray-500 dark:text-slate-300"
>
<p class="flex items-center justify-center gap-1">
<img th:src="@{/assets/images/gongan_beian.png}" class="h-4 w-4" alt="gongan_beian" />
<img th:src="@{/assets/images/gongan_beian.png}" class="size-4" alt="gongan_beian" />
<a
href="https://beian.mps.gov.cn/#/query/webSearch"
class="hover:underline"
@@ -137,7 +137,7 @@
th:if="${not #strings.isEmpty(theme.config.beian.gongan_text)}"
class="inline-flex items-center justify-center gap-1 text-sm text-gray-500 sm:justify-start"
>
<img th:src="@{/assets/images/gongan_beian.png}" class="h-4 w-4" alt="gongan_beian" />
<img th:src="@{/assets/images/gongan_beian.png}" class="size-4" alt="gongan_beian" />
<a
href="https://beian.mps.gov.cn/#/query/webSearch"
class="hover:underline"