feat(parser): 写了个解析

This commit is contained in:
BTMuli
2023-04-02 16:34:53 +08:00
parent d3f7b4be13
commit 68c077326e
10 changed files with 214 additions and 31 deletions

View File

@@ -0,0 +1,12 @@
/*
* @description 游戏公告解析 css
* @since Alpha v0.1.1
*/
/* todo 样式美化 */
.anno-content {
font-size: 16px;
line-height: 2;
}
.anno-content p span {
}

View File

@@ -1,23 +1,13 @@
@import "fonts/index.css";
@import "css/mys-parser.css";
/*
* @description 米游社解析 json
* @since Alpha v0.1.1
*/
.mys-post-json {
.dev-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;
font-family: Consolas, serif;
}
/* card action 内的按钮 */