mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 11:41:17 +02:00
chore: update dependencies and style
This commit is contained in:
parent
d6cff842e1
commit
4fc12b804c
8 changed files with 25 additions and 22 deletions
|
@ -26,7 +26,12 @@ const {
|
|||
dark: { primary: darkPrimary, secondary: darkSecondary, background: darkBackground },
|
||||
} = themeConfig.color
|
||||
---
|
||||
<div id="waline" data-config={walineConfigJson}></div>
|
||||
<div
|
||||
id="waline"
|
||||
class="mt-16"
|
||||
data-config={walineConfigJson}
|
||||
>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
import { init } from '@waline/client'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue