mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-14 15:15:53 +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: '用戶設置',
|
setting: '用戶設置',
|
||||||
logout: '登出',
|
logout: '登出',
|
||||||
fileManager: '文件管理',
|
fileManager: '文件管理',
|
||||||
|
flow: '圖',
|
||||||
},
|
},
|
||||||
knowledgeList: {
|
knowledgeList: {
|
||||||
welcome: '歡迎回來',
|
welcome: '歡迎回來',
|
||||||
|
@ -57,6 +57,7 @@ export default {
|
|||||||
setting: '用户设置',
|
setting: '用户设置',
|
||||||
logout: '登出',
|
logout: '登出',
|
||||||
fileManager: '文件管理',
|
fileManager: '文件管理',
|
||||||
|
flow: '图',
|
||||||
},
|
},
|
||||||
knowledgeList: {
|
knowledgeList: {
|
||||||
welcome: '欢迎回来',
|
welcome: '欢迎回来',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import { useTranslate } from '@/hooks/commonHooks';
|
import { useTranslate } from '@/hooks/commonHooks';
|
||||||
import { CloseOutlined } from '@ant-design/icons';
|
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 { useUpdateNodeInternals } from 'reactflow';
|
||||||
import { Operator } from '../constant';
|
import { Operator } from '../constant';
|
||||||
import {
|
import {
|
||||||
@ -95,13 +95,13 @@ const DynamicCategorize = ({ nodeId }: IProps) => {
|
|||||||
}}
|
}}
|
||||||
</Form.List>
|
</Form.List>
|
||||||
|
|
||||||
<Form.Item noStyle shouldUpdate>
|
{/* <Form.Item noStyle shouldUpdate>
|
||||||
{() => (
|
{() => (
|
||||||
<Typography>
|
<Typography>
|
||||||
<pre>{JSON.stringify(form.getFieldsValue(), null, 2)}</pre>
|
<pre>{JSON.stringify(form.getFieldsValue(), null, 2)}</pre>
|
||||||
</Typography>
|
</Typography>
|
||||||
)}
|
)}
|
||||||
</Form.Item>
|
</Form.Item> */}
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user