feat(parser): 帖子跳转不用写入文件做中转了

This commit is contained in:
BTMuli
2023-03-29 20:42:10 +08:00
parent d6b5a38892
commit e47c339a1b
6 changed files with 124 additions and 104 deletions

View File

@@ -1 +1,29 @@
@import "fonts/index.css";
/* 米游社解析 css */
.mys-post-body {
margin: 20px auto;
width: 800px;
}
.mys-post-div {
margin: 20px auto;
}
.mys-post-cover {
border-radius: 10px;
}
.mys-post-img {
width: 800px;
height: auto;
}
.mys-post-vod {
width: 800px;
height: 450px;
}
.mys-post-span {
line-height: 2;
}