feat: 添加流式支持;教材知识库 Demo

This commit is contained in:
2025-07-09 16:34:04 +08:00
parent 5b9db644e4
commit d6e70a4ef8
11 changed files with 282 additions and 49 deletions

View File

@ -5,7 +5,7 @@ export const useGState = defineStore("global_state", () => {
const botName = computed(() => {
switch (currentRole.value) {
case "stu":
return "AI 辅导员";
return "物联网工程导论";
case "tea":
return "AI 教研专家";
case "fans":