aI问答支持流式输出,效果非常好
This commit is contained in:
@@ -475,7 +475,7 @@ if (!Math) {
|
||||
}
|
||||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return common_vendor.e({
|
||||
a: common_vendor.o((...args) => $options.goBack && $options.goBack(...args)),
|
||||
a: common_vendor.o((...args) => $options.goBack && $options.goBack(...args), "13"),
|
||||
b: $data.statusBarHeight + "px",
|
||||
c: common_vendor.t($data.timeRangeOptions[$data.timeRangeIndex]),
|
||||
d: common_vendor.p({
|
||||
@@ -494,16 +494,16 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
};
|
||||
})
|
||||
} : {}, {
|
||||
g: common_vendor.o((...args) => $options.toggleTimeRangeDropdown && $options.toggleTimeRangeDropdown(...args)),
|
||||
g: common_vendor.o((...args) => $options.toggleTimeRangeDropdown && $options.toggleTimeRangeDropdown(...args), "56"),
|
||||
h: common_vendor.p({
|
||||
type: "refresh",
|
||||
size: "18",
|
||||
color: "#2A68FF"
|
||||
}),
|
||||
i: common_vendor.o((...args) => $options.onRefresh && $options.onRefresh(...args)),
|
||||
i: common_vendor.o((...args) => $options.onRefresh && $options.onRefresh(...args), "13"),
|
||||
j: $data.showTimeRangeDropdown
|
||||
}, $data.showTimeRangeDropdown ? {
|
||||
k: common_vendor.o((...args) => $options.closeTimeRangeDropdown && $options.closeTimeRangeDropdown(...args))
|
||||
k: common_vendor.o((...args) => $options.closeTimeRangeDropdown && $options.closeTimeRangeDropdown(...args), "ce")
|
||||
} : {}, {
|
||||
l: common_vendor.t($data.totalCustomers),
|
||||
m: common_vendor.t($data.todayCustomers),
|
||||
|
||||
Reference in New Issue
Block a user