merge pull request #72

This commit is contained in:
RockYang
2023-12-29 10:09:37 +08:00
parent 1d1e819817
commit 816e4a096e
39 changed files with 1332 additions and 1210 deletions

View File

@@ -106,11 +106,17 @@ onMounted(() => {
margin-top 0
}
p > code {
color #2b2b2b
background-color #c1c1c1
padding 2px 5px
border-radius 5px
p {
code {
color #2b2b2b
background-color #c1c1c1
padding 2px 5px
border-radius 5px
}
img {
max-width 100%
}
}
}
}