视频提示SCHEMA管理后台配置联动修改 react 客户端BUG修复
This commit is contained in:
@@ -2,9 +2,11 @@ import React from 'react';
|
|||||||
import { Card, Collapse, Descriptions, Empty, Space, Table, Tag, Typography } from 'antd';
|
import { Card, Collapse, Descriptions, Empty, Space, Table, Tag, Typography } from 'antd';
|
||||||
import type { ColumnsType } from 'antd/es/table';
|
import type { ColumnsType } from 'antd/es/table';
|
||||||
import { JsonBlock } from './JsonCollapse';
|
import { JsonBlock } from './JsonCollapse';
|
||||||
import {
|
import type {
|
||||||
VideoPromptSchemaFieldConfig,
|
VideoPromptSchemaFieldConfig,
|
||||||
VideoPromptSchemaSectionConfig,
|
VideoPromptSchemaSectionConfig,
|
||||||
|
} from '../../../utils/videoPromptSchema';
|
||||||
|
import {
|
||||||
hasSchemaConfigSnapshot,
|
hasSchemaConfigSnapshot,
|
||||||
inferSchemaSections,
|
inferSchemaSections,
|
||||||
normalizeSchemaSections,
|
normalizeSchemaSections,
|
||||||
|
|||||||
@@ -1,9 +1,11 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { Alert, Input, Space, Tag, Typography } from 'antd';
|
import { Alert, Input, Space, Tag, Typography } from 'antd';
|
||||||
import {
|
import type {
|
||||||
JsonValue,
|
JsonValue,
|
||||||
VideoPromptSchemaFieldConfig,
|
VideoPromptSchemaFieldConfig,
|
||||||
VideoPromptSchemaSectionConfig,
|
VideoPromptSchemaSectionConfig,
|
||||||
|
} from '../utils/videoPromptSchema';
|
||||||
|
import {
|
||||||
clonePlain,
|
clonePlain,
|
||||||
hasSchemaConfigSnapshot,
|
hasSchemaConfigSnapshot,
|
||||||
normalizeSchemaSections,
|
normalizeSchemaSections,
|
||||||
|
|||||||
Reference in New Issue
Block a user