feat(json-view): 写了个看json的页面,顺带更新了下依赖

This commit is contained in:
BTMuli
2023-03-29 22:07:11 +08:00
parent e53114cb91
commit 6faec8d7cd
8 changed files with 470 additions and 348 deletions

View File

@@ -27,3 +27,18 @@
.mys-post-span {
line-height: 2;
}
.mys-post-json {
padding: 20px;
border-radius: 20px;
}
.mys-post-json * {
color: #faf7e8 !important;
background-color: #2b2b2b !important;
font-family: "Consolas", monospace;
}
.mys-post-json .jv-toggle {
background-color: #faf7e8 !important;
}