mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
style: biome
优化访客统计动画逻辑
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
import Analytics from '@vercel/analytics/astro'
|
||||
import Analytics from "@vercel/analytics/astro";
|
||||
import "@fontsource/roboto/400.css";
|
||||
import "@fontsource/roboto/500.css";
|
||||
import "@fontsource/roboto/700.css";
|
||||
@@ -730,3 +730,12 @@ if (window.swup) {
|
||||
document.addEventListener("swup:enable", setup)
|
||||
}
|
||||
</script>
|
||||
|
||||
<svg style="position: absolute; width: 0; height: 0; overflow: hidden;" aria-hidden="true">
|
||||
<defs>
|
||||
<filter id="liquid-glass">
|
||||
<feTurbulence type="fractalNoise" baseFrequency="0.05" numOctaves="2" result="noise" />
|
||||
<feDisplacementMap in="SourceGraphic" in2="noise" scale="20" xChannelSelector="R" yChannelSelector="G" />
|
||||
</filter>
|
||||
</defs>
|
||||
</svg>
|
||||
|
||||
Reference in New Issue
Block a user