From 3a27da66077d8e4baa994a1c2a9a75c395a7d374 Mon Sep 17 00:00:00 2001 From: "Ray.Hao" <1490493387@qq.com> Date: Sat, 28 Mar 2026 10:27:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(utils):=20=E6=96=B0=E5=A2=9E=E6=9C=AC?= =?UTF-8?q?=E5=9C=B0=E5=AD=98=E5=82=A8=E5=B7=A5=E5=85=B7=E7=B1=BB=E5=AF=BC?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/utils/index.ts b/src/utils/index.ts index 669aa25b..eed1eae9 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -10,3 +10,6 @@ export { formatGrowthRate, formatFileSize, formatNumber, formatCurrency } from " // 文件下载 export { downloadFile } from "./download"; + +// 本地存储 +export { Storage } from "./storage";