aI问答支持流式输出,效果非常好
This commit is contained in:
@@ -56,7 +56,7 @@ const _sfc_main = {
|
||||
this.val = "";
|
||||
this.focusCaptchaInput = true;
|
||||
}
|
||||
const uniIdCo = common_vendor.tr.importObject("uni-captcha-co", {
|
||||
const uniIdCo = common_vendor._r.importObject("uni-captcha-co", {
|
||||
customUI: true
|
||||
});
|
||||
uniIdCo.getImageCaptcha({
|
||||
@@ -93,12 +93,12 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
})
|
||||
} : {}, {
|
||||
c: $data.loging ? 1 : "",
|
||||
d: common_vendor.o((...args) => $options.getImageCaptcha && $options.getImageCaptcha(...args)),
|
||||
d: common_vendor.o((...args) => $options.getImageCaptcha && $options.getImageCaptcha(...args), "c6"),
|
||||
e: $data.captchaBase64,
|
||||
f: common_vendor.o(($event) => $data.focusCaptchaInput = false),
|
||||
f: common_vendor.o(($event) => $data.focusCaptchaInput = false, "ab"),
|
||||
g: $data.focusCaptchaInput,
|
||||
h: $options.val,
|
||||
i: common_vendor.o(($event) => $options.val = $event.detail.value)
|
||||
i: common_vendor.o(($event) => $options.val = $event.detail.value, "92")
|
||||
});
|
||||
}
|
||||
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-a00179ae"]]);
|
||||
|
||||
@@ -67,14 +67,14 @@ if (!Math) {
|
||||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return {
|
||||
a: common_vendor.t($props.title),
|
||||
b: common_vendor.o(($event) => $options.val = $event),
|
||||
b: common_vendor.o(($event) => $options.val = $event, "13"),
|
||||
c: common_vendor.p({
|
||||
focus: $data.focus,
|
||||
scene: $props.scene,
|
||||
modelValue: $options.val
|
||||
}),
|
||||
d: common_vendor.o((...args) => $options.close && $options.close(...args)),
|
||||
e: common_vendor.o((...args) => $options.confirm && $options.confirm(...args)),
|
||||
d: common_vendor.o((...args) => $options.close && $options.close(...args), "8d"),
|
||||
e: common_vendor.o((...args) => $options.confirm && $options.confirm(...args), "1b"),
|
||||
f: common_vendor.sr("popup", "d021b99b-0"),
|
||||
g: common_vendor.p({
|
||||
type: "center"
|
||||
|
||||
Reference in New Issue
Block a user