From bc4ab46fb5c4cb4435efabfe4b316be4ace5b026 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期一, 22 七月 2024 15:31:04 +0800
Subject: [PATCH] 修改 customDrawer

---
 src/stores/chatRoom.ts |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/stores/chatRoom.ts b/src/stores/chatRoom.ts
index c947009..2c94b02 100644
--- a/src/stores/chatRoom.ts
+++ b/src/stores/chatRoom.ts
@@ -42,3 +42,10 @@
 export const activeSampleId = ref(null);
 export const activeSectionAId = ref(null);
 export const activeLLMId = ref(null);
+
+
+
+/**
+ * 鍏ㄥ眬浣跨敤鐨� ref
+ */
+export const sectionAList = ref([]);
\ No newline at end of file

--
Gitblit v1.9.3