파일/디렉터리 목록 캐싱 추가

This commit is contained in:
static
2025-01-06 19:19:43 +09:00
parent 47850e1421
commit 10b7472ee9
13 changed files with 293 additions and 241 deletions

View File

@@ -1,7 +1,5 @@
import { decryptData } from "$lib/modules/crypto";
export { decryptFileMetadata } from "$lib/services/file";
export const requestFileDownload = (
fileId: number,
fileEncryptedIv: string,