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([]);