存档点

This commit is contained in:
2026-01-14 18:17:16 +08:00
parent 39ea6f2fb1
commit cdc5dff129
8 changed files with 408 additions and 117 deletions

View File

@@ -16,4 +16,11 @@ export default {
page {
background-color: #f0f0f0;
}
::-webkit-scrollbar {
display: none;
width: 0;
height: 0;
background: transparent;
}
</style>