From ef4b683d42552178232ed2a94e78d7608b7a25b2 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 31 十月 2024 10:45:04 +0800
Subject: [PATCH] 考试列表,提交后的试卷开始考试禁用

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

diff --git a/auto-imports.d.ts b/auto-imports.d.ts
index 1d89ee8..78813d8 100644
--- a/auto-imports.d.ts
+++ b/auto-imports.d.ts
@@ -5,5 +5,5 @@
 // Generated by unplugin-auto-import
 export {}
 declare global {
-
+  const ElMessage: typeof import('element-plus/es')['ElMessage']
 }

--
Gitblit v1.8.0