From d1bc1c5f169f3f5283d216dd5e0b3ce18804687b Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 05 九月 2025 14:39:03 +0800
Subject: [PATCH] feat: oss

---
 auto-imports.d.ts |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/auto-imports.d.ts b/auto-imports.d.ts
index aa2a67d..e293694 100644
--- a/auto-imports.d.ts
+++ b/auto-imports.d.ts
@@ -156,6 +156,7 @@
   const SubModuleType: typeof import('./src/constants/module')['SubModuleType']
   const TaskCreationOptions: typeof import('./src/constants/apiEnum')['TaskCreationOptions']
   const TaskStatus: typeof import('./src/constants/apiEnum')['TaskStatus']
+  const TempFolderPath: typeof import('./src/constants/enum')['TempFolderPath']
   const ThemeColors: typeof import('./src/constants/theme')['ThemeColors']
   const TypeAttributes: typeof import('./src/constants/apiEnum')['TypeAttributes']
   const VerifyStatus: typeof import('./src/constants/enterprise')['VerifyStatus']
@@ -439,6 +440,7 @@
     readonly SubModuleKey: UnwrapRef<typeof import('./src/constants/module')['SubModuleKey']>
     readonly SubModuleTitle: UnwrapRef<typeof import('./src/constants/module')['SubModuleTitle']>
     readonly SubModuleType: UnwrapRef<typeof import('./src/constants/module')['SubModuleType']>
+    readonly TempFolderPath: UnwrapRef<typeof import('./src/constants/enum')['TempFolderPath']>
     readonly ThemeColors: UnwrapRef<typeof import('./src/constants/theme')['ThemeColors']>
     readonly VerifyStatus: UnwrapRef<typeof import('./src/constants/enterprise')['VerifyStatus']>
     readonly VerifyStatusColor: UnwrapRef<typeof import('./src/constants/enterprise')['VerifyStatusColor']>

--
Gitblit v1.9.1