From 4b896d2c15f73248a5571a9952f3bbdefe6e230f Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期五, 05 九月 2025 16:02:53 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobAdmin --- 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 12571b6..1975ecb 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -164,6 +164,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'] @@ -455,6 +456,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