This commit is contained in:
jxxghp
2025-07-28 16:55:22 +08:00
parent 70dd8f0f1d
commit 5340e3a0a7
9 changed files with 17 additions and 17 deletions

View File

@@ -330,7 +330,7 @@ class TransHandler:
"""
return FileItem(
storage=target_storage,
path=str(_path).replace("\\", "/"),
path=_path.as_posix(),
name=_path.name,
basename=_path.stem,
type="file",