mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? feat: Use Badge.Ribbon to distinguish the teams to which the knowledge base belongs #2846 ### Type of change - [ ] Bug Fix (non-breaking change which fixes an issue) - [x] New Feature (non-breaking change which adds functionality) - [ ] Documentation Update - [ ] Refactoring - [ ] Performance Improvement - [ ] Other (please describe):
This commit is contained in:
@ -22,10 +22,10 @@ const BackendServiceApi = ({ show }: { show(): void }) => {
|
||||
<Flex gap={8} align="center">
|
||||
<b>{t('backendServiceApi')}</b>
|
||||
<Paragraph
|
||||
copyable={{ text: `${location.origin}/v1/api/` }}
|
||||
copyable={{ text: `${location.origin}/api/v1/` }}
|
||||
className={styles.apiLinkText}
|
||||
>
|
||||
{location.origin}/v1/api/
|
||||
{location.origin}/api/v1/
|
||||
</Paragraph>
|
||||
</Flex>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user