fix: rerank usage (#4751)

* remove invalid index

* perf: i18n

* fix: rerank usage
This commit is contained in:
Archer
2025-05-06 16:23:36 +08:00
committed by GitHub
parent 367ee517ec
commit ef537f391c
10 changed files with 38 additions and 34 deletions

View File

@@ -20,7 +20,7 @@ export const useCopyData = () => {
const copyData = useCallback(
async (
data: string,
title: string | null | undefined = t('common:Copy Successful'),
title: string | null | undefined = t('common:copy_successful'),
duration = 1000
) => {
data = data.trim();