aI问答支持流式输出,效果非常好
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use strict";
|
||||
const common_vendor = require("./vendor.js");
|
||||
const uniStarter_config = require("../uni-starter.config.js");
|
||||
const db = common_vendor.tr.database();
|
||||
const db = common_vendor._r.database();
|
||||
function isLoginApi(url) {
|
||||
if (!url)
|
||||
return false;
|
||||
@@ -146,7 +146,7 @@ async function initApp() {
|
||||
common_vendor.index.__f__("error", "at common/appInit.js:235", code, message);
|
||||
}
|
||||
db.on("error", onDBError);
|
||||
common_vendor.tr.interceptObject({
|
||||
common_vendor._r.interceptObject({
|
||||
async invoke({
|
||||
objectName,
|
||||
// 云对象名称
|
||||
|
||||
Reference in New Issue
Block a user