aI问答支持流式输出,效果非常好
This commit is contained in:
@@ -62,7 +62,7 @@ const _sfc_main = {
|
||||
});
|
||||
let {
|
||||
fileID
|
||||
} = await common_vendor.tr.uploadFile({
|
||||
} = await common_vendor._r.uploadFile({
|
||||
filePath: avatarUrl,
|
||||
cloudPath,
|
||||
fileType: "image"
|
||||
@@ -109,8 +109,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
color: "#dddddd"
|
||||
})
|
||||
}, {
|
||||
g: common_vendor.o((...args) => $options.bindchooseavatar && $options.bindchooseavatar(...args)),
|
||||
h: common_vendor.o((...args) => $options.uploadAvatarImg && $options.uploadAvatarImg(...args)),
|
||||
g: common_vendor.o((...args) => $options.bindchooseavatar && $options.bindchooseavatar(...args), "26"),
|
||||
h: common_vendor.o((...args) => $options.uploadAvatarImg && $options.uploadAvatarImg(...args), "f3"),
|
||||
i: $props.border ? 1 : "",
|
||||
j: $props.width,
|
||||
k: $props.height,
|
||||
|
||||
Reference in New Issue
Block a user