Merge branch 'main' into FEATURE/Vision

This commit is contained in:
Henry Heng
2024-02-14 18:06:33 +08:00
committed by GitHub
130 changed files with 6581 additions and 284 deletions
+1
View File
@@ -98,6 +98,7 @@ export interface INodeProperties {
version: number
category: string // TODO: use enum instead of string
baseClasses: string[]
tags?: string[]
description?: string
filePath?: string
badge?: string