mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-25 01:43:27 +08:00
Fix: Bug fixes (#11960)
### What problem does this PR solve? Fix: Bug fixes New search popup style modification Fixed multilingual settings not updating immediately on personal center page Changed overlapped percent to percentage format, with maximum value of 30% ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@@ -43,3 +43,11 @@ export interface IDataSourceLog {
|
||||
tenant_id: string;
|
||||
timeout_secs: number;
|
||||
}
|
||||
|
||||
interface IDataSourceInfoItem {
|
||||
name: string;
|
||||
description: string;
|
||||
icon: JSX.Element;
|
||||
}
|
||||
|
||||
export type IDataSourceInfoMap = Record<DataSourceKey, IDataSourceInfoItem>;
|
||||
|
||||
Reference in New Issue
Block a user