Skip to content

Commit b58250b

Browse files
author
lucifer
committed
feat: 新的色系
1 parent 8153319 commit b58250b

File tree

2 files changed

+838
-0
lines changed

2 files changed

+838
-0
lines changed

src/dataStructureVis/index.jsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import recurTree1 from "../db/dataStructureVis/recur-tree-1.js";
2424
import array1 from "../db/dataStructureVis/array-1.js";
2525
import board1 from "../db/dataStructureVis/board-1.js";
2626
import official from "../db/dataStructureVis/leetcode-official";
27+
import calm from "../db/dataStructureVis/calm";
2728

2829
// import treeLevel5 from "../db/dataStructureVis/tree-level-5";
2930

@@ -103,6 +104,13 @@ const initialDataSource = {
103104
type: "leetcode-official",
104105
typeName: "力扣官方",
105106
},
107+
{
108+
title: "calm",
109+
data: calm,
110+
desc: "稳重色系(目前只完成了树,后续更新其他数据结构)",
111+
type: "theme",
112+
typeName: "色系",
113+
},
106114
{
107115
title: "二层二叉树",
108116
data: treeLevel2,

0 commit comments

Comments
 (0)