aI问答支持流式输出,效果非常好
This commit is contained in:
@@ -38,10 +38,10 @@ const _sfc_main = {
|
||||
};
|
||||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return {
|
||||
a: common_vendor.o((...args) => $options.openprotocol && $options.openprotocol(...args)),
|
||||
b: common_vendor.o((...args) => $options.openPrivacyPolicy && $options.openPrivacyPolicy(...args)),
|
||||
c: common_vendor.o((...args) => $options.agree && $options.agree(...args)),
|
||||
d: common_vendor.o((...args) => $options.disagree && $options.disagree(...args))
|
||||
a: common_vendor.o((...args) => $options.openprotocol && $options.openprotocol(...args), "c5"),
|
||||
b: common_vendor.o((...args) => $options.openPrivacyPolicy && $options.openPrivacyPolicy(...args), "77"),
|
||||
c: common_vendor.o((...args) => $options.agree && $options.agree(...args), "52"),
|
||||
d: common_vendor.o((...args) => $options.disagree && $options.disagree(...args), "bc")
|
||||
};
|
||||
}
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
||||
|
||||
Reference in New Issue
Block a user