feat: 百科页面

This commit is contained in:
Blizzard
2026-02-10 09:20:24 +08:00
parent b800ea03b5
commit 6ea77c00ce
11 changed files with 476 additions and 196 deletions
+8 -1
View File
@@ -60,7 +60,14 @@
flex-shrink: 0;
background: #f0f0f0;
}
.wiki-image t-image { width: 100%; height: 100%; display: block; }
.wiki-image image { width: 100%; height: 100%; display: block; }
.wiki-image-placeholder {
width: 100%; height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: #f5f5f5;
}
.wiki-info { flex: 1; min-width: 0; }