Skip to content

Commit 0856270

Browse files
committed
test: 测试
1 parent 76aa1a7 commit 0856270

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

markdown/react19.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# React19
1+
# React19qqqq
22

33
4月25日,React官方宣布React19在NPM上推出,可以先行下载使用。
44
正好此博客也是NextJS搭建的,尝试一下React19带来哪些变化。

markdown/yyblog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
原本,我利用 Hexo 搭建了一个个人博客,刚开始还挺新鲜的,但慢慢就觉得样式单调,而且我想加入评论以及流量监控很麻烦。所以想着要不自己手写一个,更好控制也能自定义样式。于是 yyblog 就孕育而生
22

3-
# 结构一点测试
3+
# 结构一点测试eeee
44

55
整个博客,不仅仅由 yyblog 组成,还有 ybg-cli 脚手架,用于自动创建删除文章以及编译文章。
66
![Minion](https://octodex.github.com/images/minion.png)

src/components/layout/Header/HeaderMeta.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@ const animationProps = {
3131
export const HeaderMeta = ({ postDataMap }: { postDataMap: PostMap }) => {
3232
const params = useParams();
3333
const postId = params.nid as string;
34-
console.log(postId);
3534

3635
const postData = postDataMap[postId];
37-
console.log(postData);
3836

3937
return (
4038
<AnimatePresence>

0 commit comments

Comments
 (0)