chore: improve storybook (#27111)

This commit is contained in:
非法操作
2025-10-20 10:17:17 +08:00
committed by GitHub
parent 7e9be4d3d9
commit dc1a380888
8 changed files with 974 additions and 762 deletions

View File

@@ -1,4 +1,4 @@
import type { Meta, StoryObj } from '@storybook/react'
import type { Meta, StoryObj } from '@storybook/nextjs'
import type { ChatItem } from '../../types'
import { mockedWorkflowProcess } from './__mocks__/workflowProcess'

View File

@@ -1,4 +1,4 @@
import type { Meta, StoryObj } from '@storybook/react'
import type { Meta, StoryObj } from '@storybook/nextjs'
import type { ChatItem } from '../types'
import Question from './question'