chore: cleanup

This commit is contained in:
Simon
2026-01-10 19:18:03 +08:00
parent d70f652285
commit 6b0b1218ac

View File

@@ -2,7 +2,7 @@ import { useTranslation } from 'react-i18next'
import CodeEditor from '@/components/CodeEditor'
export default function KnowledgeInjection() {
export default function Instructions() {
const { i18n } = useTranslation()
const isZh = i18n.language === 'zh-CN'