@php $point = $knowledgePoint ?? null; $phaseParam = request()->query('phase'); @endphp
{{ $point['kp_code'] }}
{{ $point['depth'] ?? 0 }}
图谱层数
{{ count($point['prerequisite_kps'] ?? []) }}
前置必修
{{ count($point['post_kps'] ?? []) }}
可进阶
{{ count($point['related_kps'] ?? []) }}
平行关联
💡 点击节点查看技能详情,支持拖拽和缩放
这些知识点是进入当前节点的基础
{{ $parent['cn_name'] ?? $parent['kp_code'] ?? '未命名父节点' }}
{{ $parent['kp_code'] ?? '未知编号' }}
{{ Str::limit($parent['description'], 110) }}
@endif暂无前置必修,可能是一级知识点。
@endforelse掌握当前节点后可继续学习的内容
{{ $child['cn_name'] ?? $child['kp_code'] ?? '未命名子节点' }}
{{ $child['kp_code'] ?? '未知编号' }}
{{ Str::limit($child['description'], 110) }}
@endif暂无可进阶知识点。
@endforelse{{ $item['kp_code'] ?? '' }}
{{ $item['kp_code'] ?? '' }}
{{ $item['kp_code'] ?? '' }}
💡 使用紧凑树状布局展示知识点与技能的关联强弱,权重越高越靠近中心。
列表按原始顺序展示,可与上方关系网互相对照。
{{ Str::limit($skill['description'] ?? '', 100) }}
@endif该知识点暂无技能配置
@endif未找到指定的知识点