File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- - 欢迎来到我的博客,我是zhw,这里是记录我生活的地方,如果对你有所帮助,欢迎star.
1
+ - 欢迎来到我的博客,我是zhw,这里是记录我生活的地方,如果对你有所帮助,欢迎star.
2
2
3
- - 我来自重庆邮电大学,目前正在学习前端,参与校级组织[ 红岩网校] ( https://redrock.team/ ) .
3
+ - 我来自重庆邮电大学,目前正在学习前端,参与校级组织[ 红岩网校] ( https://redrock.team/ ) .
4
4
5
- - 本博客参考了[ Shiro] ( https://github.com/innei/Shiro ) ,感谢大佬的开源.
5
+ - 本博客参考了[ Shiro] ( https://github.com/innei/Shiro ) ,感谢大佬的开源.
Original file line number Diff line number Diff line change 3
3
4月25日,React官方宣布React19在NPM上推出,可以先行下载使用。
4
4
正好此博客也是NextJS搭建的,尝试一下React19带来哪些变化。
5
5
6
- ## 准备
6
+ ## 准备测试修改
7
7
8
8
官方的建议是先安装稳定版本的React18.3,以在更新到19前发现一些潜藏的问题。
9
9
检查无误后,就可以安装React-19(还处于BETA)使用新API。
Original file line number Diff line number Diff line change 1
1
原本,我利用 Hexo 搭建了一个个人博客,刚开始还挺新鲜的,但慢慢就觉得样式单调,而且我想加入评论以及流量监控很麻烦。所以想着要不自己手写一个,更好控制也能自定义样式。于是 yyblog 就孕育而生
2
2
3
- # 结构
3
+ # 结构一点测试
4
4
5
5
整个博客,不仅仅由 yyblog 组成,还有 ybg-cli 脚手架,用于自动创建删除文章以及编译文章。
6
6
![ Minion] ( https://octodex.github.com/images/minion.png )
Original file line number Diff line number Diff line change 144
144
color : var (--accent-color ) !important ;
145
145
}
146
146
147
- .prose : where (ul > li ): not (: where ([class ~= " not-prose" ] , [class ~= " not-prose" ] * ))::marker {
147
+ .prose : where (ul > li ): not (: where ([class ~= ' not-prose' ] , [class ~= ' not-prose' ] * ))::marker {
148
148
color : var (--accent-color ) !important ;
149
- }
149
+ }
You can’t perform that action at this time.
0 commit comments