mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-31 15:45:08 +08:00
### What problem does this PR solve? Feat: Refactoring the documentation page using shadcn. #10427 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -5,7 +5,7 @@ import styles from './index.less';
|
||||
const ApiPage = () => {
|
||||
return (
|
||||
<div className={styles.apiWrapper}>
|
||||
<ApiContent idKey="dialogId" hideChatPreviewCard></ApiContent>
|
||||
<ApiContent idKey="dialogId"></ApiContent>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
@ -45,11 +45,7 @@ export function LangfuseCard() {
|
||||
<Eye /> {t('setting.view')}
|
||||
</Button>
|
||||
)}
|
||||
<Button
|
||||
size={'sm'}
|
||||
onClick={showSaveLangfuseConfigurationModal}
|
||||
className="bg-blue-500 hover:bg-blue-400"
|
||||
>
|
||||
<Button size={'sm'} onClick={showSaveLangfuseConfigurationModal}>
|
||||
<Settings2 />
|
||||
{t('setting.configuration')}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user