File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -353,8 +353,7 @@ yum makecache
353353yum update
354354```
355355
356- ## VM 安装教程
356+ ## 教程
357357
358- https://blog.csdn.net/qq_45743985/article/details/121152504
359-
360- 网络的静态 ip 不随教程走
358+ - vm 安装教程(网络的静态 ip 不随教程走):https://blog.csdn.net/qq_45743985/article/details/121152504
359+ - Centos9 安装教程:https://blog.csdn.net/qq_44870331/article/details/129988704
Original file line number Diff line number Diff line change 77
88@custom-variant dark (& : is (.dark * ));
99
10- /* @theme {
11- --font-sans: var(--font-geist-sans);
12- --font-mono: var(--font-geist-mono);
13- } */
14-
1510@theme inline {
1611 --color-background : var (--background );
1712 --color-foreground : var (--foreground );
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ module.exports = {
99 "blockquote p:first-of-type::after" : { content : "none" } ,
1010 a : {
1111 color : "var(--link)" ,
12+ wordBreak : "break-word" ,
1213 code : { color : "var(--link)" } ,
1314 } ,
1415 code : {
You can’t perform that action at this time.
0 commit comments