mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 08:58:09 +08:00
feat: all other code expand
This commit is contained in:
@ -3,8 +3,8 @@ import { CodeLanguage } from './types'
|
||||
import type { CodeNodeType } from './types'
|
||||
|
||||
export const mockData: CodeNodeType = {
|
||||
title: 'Test',
|
||||
desc: 'Test',
|
||||
title: 'Code',
|
||||
desc: '',
|
||||
type: BlockEnum.Code,
|
||||
variables: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user