Skip to content

Commit

Permalink
💄 改了点样式
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Sep 4, 2023
1 parent a020a01 commit e834758
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/assets/css/post-parser.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
* @file assets css post-parser.css
* @description 米游社解析 css
* @todo 需要完善
* @author BTMuli <[email protected]>
* @since Beta v0.3.0
*/
Expand Down Expand Up @@ -85,8 +86,9 @@
width: 800px;
height: 200px;
padding: 10px;
border: 1px solid var(--common-shadow-1);
border-radius: 10px;
background: var(--content-bg-2);
background: var(--box-bg-1);
}

:deep(.mys-post-unknown) {
Expand Down Expand Up @@ -121,8 +123,8 @@

:deep(.mys-post-link-card-title) {
height: 150px;
color: #546d8b;
font-family: Genshin, serif;
color: var(--common-text-title);
font-family: var(--font-title);
font-size: 20px;
}

Expand Down
1 change: 1 addition & 0 deletions src/web/utils/parseAnno.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @file web utils parseAnno.ts
* @description 解析游戏内公告数据
* @todo 需要完善
* @author BTMuli <[email protected]>
* @since Alpha v0.2.0
*/
Expand Down

0 comments on commit e834758

Please sign in to comment.