fix: file link copy value

This commit is contained in:
oiov
2025-08-12 09:48:31 +08:00
parent eac50a40f8
commit 2d44423e14
2 changed files with 2 additions and 2 deletions

View File

@@ -340,7 +340,7 @@ export default function UserFileList({
{file.status === 1 && (
<CopyButton
className="size-6"
value={getFileUrl(file.name)}
value={getFileUrl(file.path)}
/>
)}
</ClickableTooltip>

File diff suppressed because one or more lines are too long