aI问答支持流式输出,效果非常好
This commit is contained in:
@@ -653,7 +653,7 @@ if (!Math) {
|
||||
}
|
||||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return common_vendor.e({
|
||||
a: common_vendor.o($options.goBack),
|
||||
a: common_vendor.o($options.goBack, "66"),
|
||||
b: common_vendor.p({
|
||||
fixed: true,
|
||||
statusBar: true,
|
||||
@@ -664,11 +664,11 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
backgroundColor: "#FFFFFF"
|
||||
}),
|
||||
c: $data.activeTab === "status" ? 1 : "",
|
||||
d: common_vendor.o(($event) => $options.switchTab("status")),
|
||||
d: common_vendor.o(($event) => $options.switchTab("status"), "94"),
|
||||
e: $data.activeTab === "reception" ? 1 : "",
|
||||
f: common_vendor.o(($event) => $options.switchTab("reception")),
|
||||
f: common_vendor.o(($event) => $options.switchTab("reception"), "ac"),
|
||||
g: $data.activeTab === "tag" ? 1 : "",
|
||||
h: common_vendor.o(($event) => $options.switchTab("tag")),
|
||||
h: common_vendor.o(($event) => $options.switchTab("tag"), "c4"),
|
||||
i: $options.computedNavbarTop || $data.navbarTop,
|
||||
j: $data.activeTab === "status"
|
||||
}, $data.activeTab === "status" ? {
|
||||
@@ -676,9 +676,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
} : {}, {
|
||||
l: $data.activeTab === "reception"
|
||||
}, $data.activeTab === "reception" ? {
|
||||
m: common_vendor.o($options.onReceptionCancel),
|
||||
n: common_vendor.o($options.onReceptionSaveSuccess),
|
||||
o: common_vendor.o($options.onReceptionSaveError),
|
||||
m: common_vendor.o($options.onReceptionCancel, "71"),
|
||||
n: common_vendor.o($options.onReceptionSaveSuccess, "7e"),
|
||||
o: common_vendor.o($options.onReceptionSaveError, "12"),
|
||||
p: common_vendor.p({
|
||||
["initial-data"]: $data.receptionForm
|
||||
})
|
||||
@@ -686,24 +686,24 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
q: $data.activeTab === "tag" && $data.tagViewMode === "list"
|
||||
}, $data.activeTab === "tag" && $data.tagViewMode === "list" ? common_vendor.e({
|
||||
r: common_vendor.t($data.tagTotal),
|
||||
s: common_vendor.o((...args) => $options.onTagListSearch && $options.onTagListSearch(...args)),
|
||||
s: common_vendor.o((...args) => $options.onTagListSearch && $options.onTagListSearch(...args), "37"),
|
||||
t: $data.tagQuery.tagType,
|
||||
v: common_vendor.o(($event) => $data.tagQuery.tagType = $event.detail.value),
|
||||
w: common_vendor.o((...args) => $options.onTagListSearch && $options.onTagListSearch(...args)),
|
||||
v: common_vendor.o(($event) => $data.tagQuery.tagType = $event.detail.value, "d9"),
|
||||
w: common_vendor.o((...args) => $options.onTagListSearch && $options.onTagListSearch(...args), "7f"),
|
||||
x: $data.tagQuery.tagName,
|
||||
y: common_vendor.o(($event) => $data.tagQuery.tagName = $event.detail.value),
|
||||
y: common_vendor.o(($event) => $data.tagQuery.tagName = $event.detail.value, "11"),
|
||||
z: common_vendor.p({
|
||||
type: "refresh",
|
||||
size: "18",
|
||||
color: "#2A68FF"
|
||||
}),
|
||||
A: common_vendor.o((...args) => $options.onTagListRefresh && $options.onTagListRefresh(...args)),
|
||||
A: common_vendor.o((...args) => $options.onTagListRefresh && $options.onTagListRefresh(...args), "e4"),
|
||||
B: common_vendor.p({
|
||||
type: "plus",
|
||||
size: "18",
|
||||
color: "#2A68FF"
|
||||
}),
|
||||
C: common_vendor.o((...args) => $options.showAddTag && $options.showAddTag(...args)),
|
||||
C: common_vendor.o((...args) => $options.showAddTag && $options.showAddTag(...args), "83"),
|
||||
D: common_vendor.f($data.tagList, (item, index, i0) => {
|
||||
return common_vendor.e({
|
||||
a: common_vendor.t((item.tagName || item.name || "标").charAt(0)),
|
||||
@@ -746,21 +746,21 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
}),
|
||||
F: $data.showTagActionMenu
|
||||
}, $data.showTagActionMenu ? {
|
||||
G: common_vendor.o((...args) => $options.closeTagActionMenu && $options.closeTagActionMenu(...args))
|
||||
G: common_vendor.o((...args) => $options.closeTagActionMenu && $options.closeTagActionMenu(...args), "67")
|
||||
} : {}, {
|
||||
H: !$data.tagLoading && !$data.tagList.length
|
||||
}, !$data.tagLoading && !$data.tagList.length ? {} : {}, {
|
||||
I: $data.tagLoading && $data.tagList.length
|
||||
}, $data.tagLoading && $data.tagList.length ? {} : {}, {
|
||||
J: $options.computedContentTop || $data.contentTop,
|
||||
K: common_vendor.o((...args) => $options.onTagListReachBottom && $options.onTagListReachBottom(...args))
|
||||
K: common_vendor.o((...args) => $options.onTagListReachBottom && $options.onTagListReachBottom(...args), "87")
|
||||
}) : {}, {
|
||||
L: $data.activeTab === "tag" && ($data.tagViewMode === "add" || $data.tagViewMode === "edit")
|
||||
}, $data.activeTab === "tag" && ($data.tagViewMode === "add" || $data.tagViewMode === "edit") ? common_vendor.e({
|
||||
M: $data.tagViewMode === "add"
|
||||
}, $data.tagViewMode === "add" ? {
|
||||
N: $data.tagForm.industry,
|
||||
O: common_vendor.o(($event) => $data.tagForm.industry = $event.detail.value)
|
||||
O: common_vendor.o(($event) => $data.tagForm.industry = $event.detail.value, "29")
|
||||
} : {}, {
|
||||
P: common_vendor.t($data.tagForm.tagType || "请选择标签分类"),
|
||||
Q: common_vendor.n($data.tagForm.tagType ? "form-item__picker-text" : "form-item__picker-placeholder"),
|
||||
@@ -769,7 +769,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
size: "16",
|
||||
color: "#9ca3af"
|
||||
}),
|
||||
S: common_vendor.o((...args) => $options.toggleTagTypeDropdown && $options.toggleTagTypeDropdown(...args)),
|
||||
S: common_vendor.o((...args) => $options.toggleTagTypeDropdown && $options.toggleTagTypeDropdown(...args), "0c"),
|
||||
T: $data.showTagTypeDropdown
|
||||
}, $data.showTagTypeDropdown ? {
|
||||
U: common_vendor.f($data.tagTypeOptions, (option, k0, i0) => {
|
||||
@@ -781,22 +781,22 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
};
|
||||
}),
|
||||
V: common_vendor.o(() => {
|
||||
})
|
||||
}, "f9")
|
||||
} : {}, {
|
||||
W: $data.tagForm.name,
|
||||
X: common_vendor.o(($event) => $data.tagForm.name = $event.detail.value),
|
||||
X: common_vendor.o(($event) => $data.tagForm.name = $event.detail.value, "e3"),
|
||||
Y: $data.tagForm.detail,
|
||||
Z: common_vendor.o(($event) => $data.tagForm.detail = $event.detail.value),
|
||||
Z: common_vendor.o(($event) => $data.tagForm.detail = $event.detail.value, "16"),
|
||||
aa: $data.tagForm.remark,
|
||||
ab: common_vendor.o(($event) => $data.tagForm.remark = $event.detail.value),
|
||||
ab: common_vendor.o(($event) => $data.tagForm.remark = $event.detail.value, "d5"),
|
||||
ac: $data.tagForm.enabled,
|
||||
ad: common_vendor.o((...args) => $options.onEnabledChange && $options.onEnabledChange(...args)),
|
||||
ae: common_vendor.o((...args) => $options.cancelAddTag && $options.cancelAddTag(...args)),
|
||||
ad: common_vendor.o((...args) => $options.onEnabledChange && $options.onEnabledChange(...args), "54"),
|
||||
ae: common_vendor.o((...args) => $options.cancelAddTag && $options.cancelAddTag(...args), "27"),
|
||||
af: common_vendor.t($data.tagViewMode === "edit" ? "更新" : "保存"),
|
||||
ag: common_vendor.o((...args) => $options.saveTag && $options.saveTag(...args)),
|
||||
ag: common_vendor.o((...args) => $options.saveTag && $options.saveTag(...args), "3b"),
|
||||
ah: $data.showTagTypeDropdown
|
||||
}, $data.showTagTypeDropdown ? {
|
||||
ai: common_vendor.o((...args) => $options.closeTagTypeDropdown && $options.closeTagTypeDropdown(...args))
|
||||
ai: common_vendor.o((...args) => $options.closeTagTypeDropdown && $options.closeTagTypeDropdown(...args), "d8")
|
||||
} : {}, {
|
||||
aj: $options.computedContentTop || $data.contentTop
|
||||
}) : {});
|
||||
|
||||
Reference in New Issue
Block a user