可以切换样式

This commit is contained in:
2025-10-30 20:03:03 +08:00
parent 0605a09121
commit a4ead2b4fa
1442 changed files with 465166 additions and 4503 deletions
@@ -0,0 +1,15 @@
@keyframes opaque {
0% {
opacity: 0
}
to {
opacity: 1
}
}
@keyframes resizeanim {
0%,to {
opacity: 0
}
}