feat: support youdao dict

This commit is contained in:
Gabe
2025-10-03 18:28:50 +08:00
parent 65e8fabe7d
commit 171dbb7509
19 changed files with 631 additions and 228 deletions

View File

@@ -5,7 +5,7 @@ import { useI18n, useI18nMd } from "../../hooks/I18n";
export default function About() {
const i18n = useI18n();
const [data, loading, error] = useI18nMd("about_md");
const { data, loading, error } = useI18nMd("about_md");
return (
<Box>
{loading ? (