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

Binary file not shown.

View File

@@ -3,6 +3,10 @@
font-family: "Genshin";
src: url("./Genshin.ttf") format("truetype");
}
@font-face {
font-family: "Consolas";
src: url("./consolas.ttf") format("truetype");
}
/* 全局字体样式 */
.global-font {
font-family: "Genshin", sans-serif;

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;
}