aI问答支持流式输出,效果非常好
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user