feat: add blog
This commit is contained in:
parent
9190316680
commit
55559aed48
@ -17,6 +17,7 @@
|
||||
"vue-router": "^4.2.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/mdi": "^1.1.67",
|
||||
"@iconify-json/simple-icons": "^1.1.74",
|
||||
"@types/nprogress": "^0.2.1",
|
||||
"@unocss/preset-icons": "^0.56.5",
|
||||
|
2736
pnpm-lock.yaml
2736
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,10 @@
|
||||
<script setup lang="ts">
|
||||
const links = [
|
||||
{
|
||||
name: "Blog",
|
||||
icon: "i-mdi:text-box",
|
||||
link: "https://blog.thehrz.net",
|
||||
},
|
||||
{
|
||||
name: "Github",
|
||||
icon: "i-simple-icons-github",
|
||||
|
Loading…
Reference in New Issue
Block a user