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,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: [
{