diff --git a/src/components/practice/HintInfo.tsx b/src/components/practice/HintInfo.tsx
index 6ae2e80..5de23a4 100644
--- a/src/components/practice/HintInfo.tsx
+++ b/src/components/practice/HintInfo.tsx
@@ -1,4 +1,3 @@
-import { motion } from 'framer-motion'
import type { CellInfo } from '@/utils/practice'
import { knowledgeAreaMap, processMap } from '@/data'
@@ -13,72 +12,53 @@ export function HintInfo({ currentCell }: HintInfoProps) {
const ka = knowledgeAreaMap.get(currentCell.knowledgeAreaId)
if (!ka?.tailoringFactors || ka.tailoringFactors.length === 0) {
return (
- 暂无裁剪因素信息
- 敏捷裁剪因素
-
-
+
+
{purpose}
) : ( -暂无主要作用说明
+暂无主要作用说明
)} - +