仅管理员账号可访问后台管理。去登录 →
知识点管理 ({{ nodes.length }})
关联关系 ({{ relations.length }})
例题管理 ({{ examples.length }})
知识点列表
ID标题模块层级 重难点内容操作
{{ n.id }} {{ n.title }} {{ n.category }} {{ n.level }} {{ n.content || '—' }}
暂无知识点,点击右上角新建
关联关系列表
ID起点关系类型终点 说明操作
{{ r.id }} {{ nodeMap[r.from_node_id] ? nodeMap[r.from_node_id].title : '?' }} {{ r.relation_type }} {{ nodeMap[r.to_node_id] ? nodeMap[r.to_node_id].title : '?' }} {{ r.description || '—' }}
暂无关联关系
例题列表
ID标题难度关联知识点 图片刷题链接操作
{{ e.id }} {{ e.title }}
{{ n.title }}
{{ e.images.length }} 张 链接 ↗
暂无例题