Skip to content

Commit 76aa1a7

Browse files
committed
test: 测试修改文章
1 parent 9a9ac1a commit 76aa1a7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

config/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
- 欢迎来到我的博客,我是zhw,这里是记录我生活的地方,如果对你有所帮助,欢迎star.
1+
- 欢迎来到我的博客,我是zhw,这里是记录我生活的地方,如果对你有所帮助,欢迎star.
22

3-
- 我来自重庆邮电大学,目前正在学习前端,参与校级组织[红岩网校](https://redrock.team/).
3+
- 我来自重庆邮电大学,目前正在学习前端,参与校级组织[红岩网校](https://redrock.team/).
44

5-
- 本博客参考了[Shiro](https://github.com/innei/Shiro),感谢大佬的开源.
5+
- 本博客参考了[Shiro](https://github.com/innei/Shiro),感谢大佬的开源.

markdown/react19.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
4月25日,React官方宣布React19在NPM上推出,可以先行下载使用。
44
正好此博客也是NextJS搭建的,尝试一下React19带来哪些变化。
55

6-
## 准备
6+
## 准备测试修改
77

88
官方的建议是先安装稳定版本的React18.3,以在更新到19前发现一些潜藏的问题。
99
检查无误后,就可以安装React-19(还处于BETA)使用新API。

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+
# 结构一点测试
44

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

src/styles/md.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,6 @@
144144
color: var(--accent-color) !important;
145145
}
146146

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 {
148148
color: var(--accent-color) !important;
149-
}
149+
}

0 commit comments

Comments
 (0)