perf: 集成智能问答机器人

This commit is contained in:
xiaojunnuo
2025-05-07 14:15:32 +08:00
parent f5d1d1a0b7
commit 9dd49054d1
3 changed files with 318 additions and 1 deletions
@@ -19,6 +19,7 @@ export default {
"CodeEditor",
defineAsyncComponent(() => import("./code-editor/index.vue"))
);
app.component("PiContainer", PiContainer);
app.component("TextEditable", TextEditable);
app.component("FileInput", FileInput);