forked from bot/app
📝 [docs]: 新增统计信息
This commit is contained in:
parent
0f9683de89
commit
20d05f609d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user