@blueking/chat-x 0.0.39 → 0.0.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +12 -5
- package/dist/index.js.map +1 -1
- package/dist/mcp/generated/index.json +1 -1
- package/dist/mcp/index.js +0 -0
- package/package.json +21 -22
package/dist/index.js
CHANGED
|
@@ -9241,6 +9241,7 @@ var ld = ["src"], ud = {
|
|
|
9241
9241
|
openingRemark: {},
|
|
9242
9242
|
placement: { default: "left" },
|
|
9243
9243
|
resizeProps: {},
|
|
9244
|
+
welcomeTitle: {},
|
|
9244
9245
|
defaultUploadFiles: {},
|
|
9245
9246
|
inputMaxHeight: {},
|
|
9246
9247
|
messageStatus: {},
|
|
@@ -9537,11 +9538,17 @@ var ld = ["src"], ud = {
|
|
|
9537
9538
|
"on-user-shortcut-confirm",
|
|
9538
9539
|
"render-mode"
|
|
9539
9540
|
])) : s("", !0)];
|
|
9540
|
-
}) : (k(), c("div", bm, [N(n.$slots, "welcome", C(h({
|
|
9541
|
-
|
|
9542
|
-
|
|
9543
|
-
|
|
9544
|
-
|
|
9541
|
+
}) : (k(), c("div", bm, [N(n.$slots, "welcome", C(h({
|
|
9542
|
+
openingRemark: t.openingRemark,
|
|
9543
|
+
welcomeTitle: t.welcomeTitle
|
|
9544
|
+
})), () => {
|
|
9545
|
+
var e;
|
|
9546
|
+
return [
|
|
9547
|
+
f(R(Ft)),
|
|
9548
|
+
l("h2", xm, I((e = t.welcomeTitle) == null ? R(q)("你好,我是小鲸") : e), 1),
|
|
9549
|
+
t.openingRemark ? (k(), c("div", Sm, [f(pl, { content: t.openingRemark }, null, 8, ["content"])])) : s("", !0)
|
|
9550
|
+
];
|
|
9551
|
+
})])), p.value === R(wt).Share ? s("", !0) : (k(), c(e, { key: 2 }, [R(ce) ? (k(), o(vm, {
|
|
9545
9552
|
key: 0,
|
|
9546
9553
|
"is-all-selected": R(le),
|
|
9547
9554
|
loading: !1,
|