chore: update

This commit is contained in:
xiaoxian521
2024-02-26 23:17:32 +08:00
parent bbf64e1ff0
commit 13c1adf03c
428 changed files with 1042 additions and 1033 deletions

1
dist/static/css/index-QUNCiyoY.css vendored Normal file
View File

@@ -0,0 +1 @@
.point{border-radius:var(--point-border-radius);height:var(--point-height);position:relative;width:var(--point-width)}.point,.point-flicker:after{background:var(--point-background)}.point-flicker:after,.point-flicker:before{animation:flicker 1.2s ease-out infinite;border-radius:var(--point-border-radius);content:"";height:100%;left:0;position:absolute;top:0;width:100%}@keyframes flicker{0%{opacity:1;transform:scale(.5)}30%{opacity:1}to{opacity:0;transform:scale(var(--point-scale))}}