Add node types

This commit is contained in:
yangdx
2025-04-08 13:38:06 +08:00
parent 2b21e95d09
commit 648a024af2
5 changed files with 20 additions and 10 deletions

View File

@@ -16,7 +16,9 @@ const PREDEFINED_TYPES = [
'weapon',
'animal',
'unknown',
'technology'
'object',
'group',
'technology',
]
interface LegendProps {