diff --git a/directory/index.html b/directory/index.html index fcf2089..34f576c 100644 --- a/directory/index.html +++ b/directory/index.html @@ -1,14 +1,78 @@ - - - - aklive2d directory - - - -
- - - + + + + + aklive2d directory + + + + + +
+
+ +
+ + + + \ No newline at end of file diff --git a/directory/src/routes/Root.jsx b/directory/src/routes/Root.jsx index e5ac65f..39a8d80 100644 --- a/directory/src/routes/Root.jsx +++ b/directory/src/routes/Root.jsx @@ -75,6 +75,14 @@ export default function Root() { fetchOfficalUpdate() }, [fetchOfficalUpdate]) + useEffect(() => { + document.querySelector('.loader').classList.add('loaded') + setTimeout(() => { + document.querySelector('.loader').style.display = 'none' + }, 500) + } + , []) + return ( <>