发布v2.6.8版本

This commit is contained in:
雨中磐石
2025-03-31 20:54:32 +08:00
parent 0701e2a8b4
commit d41bd27082
122 changed files with 9827 additions and 9132 deletions

View File

@@ -183,4 +183,19 @@ a:link,a:visited{TEXT-DECORATION:none;color:var(--main-color)}
-webkit-mask-size: cover;
mask-size: cover;
background-color: currentColor;
}
::-webkit-scrollbar{
width: 8px;
height: 8px;
background-color: transparent;
}
::-webkit-scrollbar-thumb {
border-radius: 5px;
background-color: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-track:hover {
background-color: rgba(0, 0, 0, 0.1);
border-radius: 5px;
}