📝 [docs]: 新增统计信息

This commit is contained in:
snowykami 2024-09-01 22:42:20 +08:00
parent 0f9683de89
commit 20d05f609d

View File

@ -119,7 +119,7 @@ onBeforeRouteUpdate(() => {
</div>
</div>
<div class="starmap">
<iframe src="https://starmap.liteyuki.icu/" width="100%" height="300px"></iframe>
<iframe src="https://starmap.liteyuki.icu/" width="100%" height="300px" class="gamma"></iframe>
</div>
</div>
</div>
@ -136,6 +136,14 @@ onBeforeRouteUpdate(() => {
flex-direction: column;
}
.gamma {
filter: brightness(1.8);
}
.dark .gamma {
filter: brightness(1.0);
}
.stats-bar {
width: 80%;
max-width: 1150px;