mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-12 17:09:11 +08:00
### What problem does this PR solve? feat: translate graph of header #918 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
parent
1eb1f7ad33
commit
59417016a8
@ -57,6 +57,7 @@ export default {
|
||||
setting: '用戶設置',
|
||||
logout: '登出',
|
||||
fileManager: '文件管理',
|
||||
flow: '圖',
|
||||
},
|
||||
knowledgeList: {
|
||||
welcome: '歡迎回來',
|
||||
|
@ -57,6 +57,7 @@ export default {
|
||||
setting: '用户设置',
|
||||
logout: '登出',
|
||||
fileManager: '文件管理',
|
||||
flow: '图',
|
||||
},
|
||||
knowledgeList: {
|
||||
welcome: '欢迎回来',
|
||||
|
@ -1,6 +1,6 @@
|
||||
import { useTranslate } from '@/hooks/commonHooks';
|
||||
import { CloseOutlined } from '@ant-design/icons';
|
||||
import { Button, Card, Form, Input, Select, Typography } from 'antd';
|
||||
import { Button, Card, Form, Input, Select } from 'antd';
|
||||
import { useUpdateNodeInternals } from 'reactflow';
|
||||
import { Operator } from '../constant';
|
||||
import {
|
||||
@ -95,13 +95,13 @@ const DynamicCategorize = ({ nodeId }: IProps) => {
|
||||
}}
|
||||
</Form.List>
|
||||
|
||||
<Form.Item noStyle shouldUpdate>
|
||||
{/* <Form.Item noStyle shouldUpdate>
|
||||
{() => (
|
||||
<Typography>
|
||||
<pre>{JSON.stringify(form.getFieldsValue(), null, 2)}</pre>
|
||||
</Typography>
|
||||
)}
|
||||
</Form.Item>
|
||||
</Form.Item> */}
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user