aI问答支持流式输出,效果非常好
This commit is contained in:
@@ -43,7 +43,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
size: "24",
|
||||
color: "#333"
|
||||
}),
|
||||
b: common_vendor.o((...args) => $options.close && $options.close(...args)),
|
||||
b: common_vendor.o((...args) => $options.close && $options.close(...args), "da"),
|
||||
c: common_vendor.t($props.profile.name),
|
||||
d: common_vendor.t($props.profile.intent),
|
||||
e: common_vendor.n($props.profile.intent === "高" ? "intent-high" : "intent-medium"),
|
||||
@@ -60,7 +60,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
size: "14",
|
||||
color: "#666"
|
||||
}),
|
||||
o: common_vendor.o((...args) => $options.toggleCollapse && $options.toggleCollapse(...args)),
|
||||
o: common_vendor.o((...args) => $options.toggleCollapse && $options.toggleCollapse(...args), "71"),
|
||||
p: !$data.collapsed
|
||||
}, !$data.collapsed ? {
|
||||
q: common_vendor.t($props.profile.followStage),
|
||||
|
||||
Reference in New Issue
Block a user