feat(comments): 添加 Waline 评论组件,替换 Giscus 评论组件

This commit is contained in:
joyzhao
2026-01-12 09:46:29 +08:00
parent 1952f4de64
commit ca9e083399
6 changed files with 306 additions and 56 deletions

View File

@@ -39,6 +39,7 @@
"tw-animate-css": "^1.2.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16"
"@tailwindcss/typography": "^0.5.16",
"@waline/client": "^3.8.0"
}
}