aI问答支持流式输出,效果非常好

This commit is contained in:
zhonghua.li
2026-03-31 21:04:53 +08:00
parent 60da0e2dd5
commit 22f951b514
163 changed files with 4646 additions and 8010 deletions

View File

@@ -266,7 +266,7 @@ const _sfc_main = {
title: loadingTitle
});
}
let db = common_vendor.tr.database(this.spaceInfo);
let db = common_vendor._r.database(this.spaceInfo);
if (action) {
db = db.action(action);
}
@@ -338,7 +338,7 @@ const _sfc_main = {
title: loadingTitle
});
}
let db = common_vendor.tr.database(this.spaceInfo);
let db = common_vendor._r.database(this.spaceInfo);
if (action) {
db = db.action(action);
}
@@ -365,7 +365,7 @@ const _sfc_main = {
});
},
getTemp(isTemp = true) {
let db = common_vendor.tr.database(this.spaceInfo);
let db = common_vendor._r.database(this.spaceInfo);
if (this.action) {
db = db.action(this.action);
}
@@ -487,7 +487,7 @@ const _sfc_main = {
title: loadingTitle
});
}
const db = common_vendor.tr.database(this.spaceInfo);
const db = common_vendor._r.database(this.spaceInfo);
const dbCmd = db.command;
let exec = db;
if (action) {