EveSunMaple / Frosti

A clean, elegant, and fast static blog template! 🚀 Developed with Astro
https://frosti.saroprock.com
GNU General Public License v3.0
181 stars 30 forks source link

如何在friend页面添加评论 #19

Closed Ezhixuan closed 2 months ago

Ezhixuan commented 2 months ago

我希望在friend页面添加评论要怎么实现??目前好像是只有blog有

EveSunMaple commented 2 months ago

在你需要添加评论的页面中添加

import CommentWaline from "./CommentWaline.astro";

...
       <CommentWaline />
...
Ezhixuan commented 2 months ago

好的谢谢,可以了