feat: all other code expand

This commit is contained in:
Joel
2024-03-06 17:59:23 +08:00
parent a45ec15a56
commit 5ec3a967b5
16 changed files with 91 additions and 56 deletions

View File

@ -3,7 +3,7 @@ import type { IfElseNodeType } from './types'
import { ComparisonOperator, LogicalOperator } from './types'
export const mockData: IfElseNodeType = {
title: 'Test',
title: 'If Else',
desc: 'Test',
type: BlockEnum.IfElse,
logical_operator: LogicalOperator.and,