fix: missing url

update loading method
This commit is contained in:
xfy
2025-05-23 01:10:46 +08:00
parent e1347ef693
commit 9e5f25fd1e
6 changed files with 30 additions and 29 deletions

View File

@ -1,3 +1,5 @@
'use client';
import clsx from 'clsx';
import { useTheme } from 'next-themes';
import Image from 'next/image';