node about author

This commit is contained in:
StyleZhang
2024-03-08 13:24:32 +08:00
parent 597053c30e
commit 328a3e2e6b
16 changed files with 180 additions and 46 deletions

View File

@ -42,7 +42,7 @@ const nodes = [
type: 'custom',
position: { x: 330, y: 30 + i * 300 },
data: {
_selected: i === 0, // for test: always select the first node
selected: i === 0, // for test: always select the first node
name: item,
...payload,
},