mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-01 20:27:45 +00:00
v4.6.6-search test adapt diff search mode (#685)
This commit is contained in:
@@ -12,6 +12,9 @@ export type SearchTestStoreItemType = {
|
||||
duration: string;
|
||||
results: SearchDataResponseItemType[];
|
||||
searchMode: `${DatasetSearchModeEnum}`;
|
||||
limit: number;
|
||||
usingReRank: boolean;
|
||||
similarity: number;
|
||||
};
|
||||
|
||||
type State = {
|
||||
|
@@ -417,8 +417,8 @@ export const theme = extendTheme({
|
||||
body: 'PingFang,Noto Sans,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"'
|
||||
},
|
||||
fontSizes: {
|
||||
xs: '10',
|
||||
sm: '12px',
|
||||
xs: '12px',
|
||||
sm: '13px',
|
||||
md: '14px',
|
||||
lg: '16px',
|
||||
xl: '18px',
|
||||
@@ -440,7 +440,7 @@ export const theme = extendTheme({
|
||||
md: '1px solid #DAE0E2',
|
||||
lg: '1px solid #D0E0E2'
|
||||
},
|
||||
borderRadius: {
|
||||
radii: {
|
||||
xs: '4px',
|
||||
sm: '6px',
|
||||
md: '8px',
|
||||
|
Reference in New Issue
Block a user