-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
33 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
2025-02-21 所有界面加上评论 | ||
|
||
2025-02-21 项目升级`Tailwind CSS`到v4 | ||
|
||
2025-02-18 项目迁移至`Rsbuild` | ||
|
||
2025-01-25 增加更多项目界面 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
import React from 'react'; | ||
import Giscus from '@giscus/react'; | ||
|
||
const Comment = () => { | ||
return ( | ||
<div className="w-[60%] mx-auto mt-10"> | ||
<Giscus | ||
id="comments" | ||
repo="buyfakett/blog-comments" | ||
repoId="R_kgDONjzEIQ" | ||
category="Q&A" | ||
categoryId="DIC_kwDONjzEIc4Clmn0" | ||
mapping="pathname" | ||
term="Welcome to @giscus/react component!" | ||
reactionsEnabled="1" | ||
emitMetadata="0" | ||
inputPosition="bottom" | ||
theme="noborder_dark" | ||
lang="zh-CN" | ||
loading="lazy" | ||
/> | ||
</div> | ||
); | ||
}; | ||
|
||
export default Comment; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters