mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
feat: add logo-with-text.png (#184)
* feat: alter "RagFlow" to "RAGFlow" * feat: move logo style to style tag * feat: add logo-with-text.png * feat: hide TranslationIcon
This commit is contained in:
BIN
web/src/assets/logo-with-text.png
Normal file
BIN
web/src/assets/logo-with-text.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.0 KiB |
@ -55,7 +55,7 @@ const RagHeader = () => {
|
||||
>
|
||||
<Space size={12} onClick={handleLogoClick} className={styles.logoWrapper}>
|
||||
<Logo className={styles.appIcon}></Logo>
|
||||
<span className={styles.appName}>RagFlow</span>
|
||||
<span className={styles.appName}>RAGFlow</span>
|
||||
</Space>
|
||||
<Space size={[0, 8]} wrap>
|
||||
<Radio.Group
|
||||
|
||||
@ -1,6 +1,4 @@
|
||||
import { ReactComponent as MoonIcon } from '@/assets/svg/moon.svg';
|
||||
import { ReactComponent as TranslationIcon } from '@/assets/svg/translation.svg';
|
||||
import { BellOutlined, GithubOutlined } from '@ant-design/icons';
|
||||
import { GithubOutlined } from '@ant-design/icons';
|
||||
import { Space } from 'antd';
|
||||
import React from 'react';
|
||||
import User from '../user';
|
||||
@ -21,15 +19,12 @@ const RightToolBar = () => {
|
||||
<Circle>
|
||||
<GithubOutlined onClick={handleGithubCLick} />
|
||||
</Circle>
|
||||
<Circle>
|
||||
{/* <Circle>
|
||||
<TranslationIcon />
|
||||
</Circle>
|
||||
<Circle>
|
||||
<BellOutlined />
|
||||
</Circle>
|
||||
<Circle>
|
||||
<MoonIcon />
|
||||
</Circle>
|
||||
</Circle> */}
|
||||
<User></User>
|
||||
</Space>
|
||||
</div>
|
||||
|
||||
@ -62,7 +62,7 @@ const ConfigurationForm = ({ form }: { form: FormInstance }) => {
|
||||
<Form.Item
|
||||
label="Language"
|
||||
name="language"
|
||||
initialValue={'Chinese'}
|
||||
initialValue={'English'}
|
||||
rules={[{ required: true, message: 'Please input your language!' }]}
|
||||
>
|
||||
<Select placeholder="select your language">
|
||||
|
||||
@ -81,7 +81,7 @@ export const TextMap = {
|
||||
The résumé comes in a variety of formats, just like a person’s personality, but we often have to organize them into structured data that makes it easy to search.
|
||||
</p><p>
|
||||
Instead of chunking the résumé, we parse the résumé into structured data. As a HR, you can dump all the résumé you have,
|
||||
the you can list all the candidates that match the qualifications just by talk with <i>'RagFlow'</i>.
|
||||
the you can list all the candidates that match the qualifications just by talk with <i>'RAGFlow'</i>.
|
||||
</p>
|
||||
`,
|
||||
},
|
||||
|
||||
@ -8,7 +8,7 @@ import {
|
||||
getUploadFileListFromBase64,
|
||||
normFile,
|
||||
} from '@/utils/fileUtil';
|
||||
import { PlusOutlined, QuestionCircleOutlined } from '@ant-design/icons';
|
||||
import { PlusOutlined } from '@ant-design/icons';
|
||||
import {
|
||||
Button,
|
||||
Divider,
|
||||
@ -17,7 +17,6 @@ import {
|
||||
Select,
|
||||
Space,
|
||||
Spin,
|
||||
Tooltip,
|
||||
Upload,
|
||||
UploadFile,
|
||||
} from 'antd';
|
||||
@ -108,9 +107,7 @@ const UserSettingProfile = () => {
|
||||
<Form.Item<FieldType>
|
||||
label={
|
||||
<div>
|
||||
<Space>
|
||||
Your photo
|
||||
</Space>
|
||||
<Space>Your photo</Space>
|
||||
<div>This will be displayed on your profile.</div>
|
||||
</div>
|
||||
}
|
||||
@ -177,8 +174,7 @@ const UserSettingProfile = () => {
|
||||
<Input disabled />
|
||||
</Form.Item>
|
||||
<p className={parentStyles.itemDescription}>
|
||||
Once registered, an account cannot be changed and can only be
|
||||
cancelled.
|
||||
Once registered, E-mail cannot be changed.
|
||||
</p>
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
|
||||
Reference in New Issue
Block a user