Merge branch 'dev_1.0.7'

This commit is contained in:
leizi97
2024-10-23 22:04:58 +08:00
17 changed files with 524 additions and 677 deletions
-14
View File
@@ -27,17 +27,3 @@ body {
box-sizing: border-box;
padding: 3px 5px;
}
::-webkit-scrollbar {
width: 6px;
}
::-webkit-scrollbar-thumb {
background-color: #0003;
border-radius: 10px;
transition: all 0.2s ease-in-out;
}
::-webkit-scrollbar-track {
border-radius: 10px;
}