@matechat/core 1.12.2 → 1.13.0-alpha.1
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/Bubble/index.css +1 -1
- package/Bubble/index.js +2 -2
- package/Header/index.css +1 -1
- package/Header/index.js +1 -1
- package/Input/index.css +1 -1
- package/Input/index.js +48 -48
- package/Introduction/index.css +1 -1
- package/Introduction/index.js +6 -6
- package/Layout/Content.vue.d.ts +17 -1
- package/Layout/icon/arrow-down.vue.d.ts +3 -0
- package/Layout/icon/arrow-up.vue.d.ts +3 -0
- package/Layout/index.css +1 -1
- package/Layout/index.js +182 -35
- package/Layout/layout-types.d.ts +4 -0
- package/List/index.css +1 -1
- package/List/index.js +1 -1
- package/MarkdownCard/index.css +1 -1
- package/MarkdownCard/index.js +161 -161
- package/Mention/index.css +1 -1
- package/Mention/index.js +6 -6
- package/Prompt/index.css +1 -1
- package/Prompt/index.js +5 -5
- package/README.md +432 -432
- package/Toolbar/index.css +1 -1
- package/Toolbar/index.js +15 -15
- package/package.json +1 -1
package/Layout/index.js
CHANGED
|
@@ -1,48 +1,195 @@
|
|
|
1
1
|
import "./index.css";
|
|
2
|
-
import { openBlock as
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
2
|
+
import { openBlock as r, createElementBlock as s, renderSlot as i, createElementVNode as a, defineComponent as C, ref as f, onMounted as E, onUnmounted as T, Fragment as b, createVNode as H, createCommentVNode as p } from "vue";
|
|
3
|
+
import { debounce as R } from "lodash-es";
|
|
4
|
+
const l = (o, c) => {
|
|
5
|
+
const d = o.__vccOpts || o;
|
|
6
|
+
for (const [_, u] of c)
|
|
7
|
+
d[_] = u;
|
|
8
|
+
return d;
|
|
9
|
+
}, V = {}, I = { class: "mc-layout-aside" };
|
|
10
|
+
function z(o, c) {
|
|
11
|
+
return r(), s("div", I, [
|
|
12
|
+
i(o.$slots, "default")
|
|
12
13
|
]);
|
|
13
14
|
}
|
|
14
|
-
const
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
15
|
+
const N = /* @__PURE__ */ l(V, [["render", z]]), O = {}, U = {
|
|
16
|
+
t: "1773994085709",
|
|
17
|
+
class: "icon",
|
|
18
|
+
viewBox: "0 0 1024 1024",
|
|
19
|
+
version: "1.1",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
21
|
+
"p-id": "4044",
|
|
22
|
+
width: "16",
|
|
23
|
+
height: "16"
|
|
24
|
+
};
|
|
25
|
+
function D(o, c) {
|
|
26
|
+
return r(), s("svg", U, c[0] || (c[0] = [
|
|
27
|
+
a(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
d: "M898.133333 512c-12.8-12.8-32-12.8-44.8-2.133333L544 800V149.333333c0-17.066667-14.933333-32-32-32s-32 14.933333-32 32v650.666667L170.666667 509.866667c-12.8-12.8-34.133333-10.666667-44.8 2.133333-12.8 12.8-10.666667 34.133333 2.133333 44.8l362.666667 341.333333c2.133333 2.133333 6.4 4.266667 8.533333 6.4 4.266667 2.133333 6.4 2.133333 10.666667 2.133334s8.533333 0 10.666666-2.133334c4.266667-2.133333 6.4-4.266667 8.533334-6.4l362.666666-341.333333c17.066667-12.8 19.2-32 6.4-44.8z",
|
|
31
|
+
fill: "#666666",
|
|
32
|
+
"p-id": "4045"
|
|
33
|
+
},
|
|
34
|
+
null,
|
|
35
|
+
-1
|
|
36
|
+
/* HOISTED */
|
|
37
|
+
)
|
|
38
|
+
]));
|
|
39
|
+
}
|
|
40
|
+
const W = /* @__PURE__ */ l(O, [["render", D]]), F = {}, P = {
|
|
41
|
+
t: "1773991901622",
|
|
42
|
+
class: "icon",
|
|
43
|
+
viewBox: "0 0 1024 1024",
|
|
44
|
+
version: "1.1",
|
|
45
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
46
|
+
"p-id": "3858",
|
|
47
|
+
width: "16",
|
|
48
|
+
height: "16"
|
|
49
|
+
};
|
|
50
|
+
function Y(o, c) {
|
|
51
|
+
return r(), s("svg", P, c[0] || (c[0] = [
|
|
52
|
+
a(
|
|
53
|
+
"path",
|
|
54
|
+
{
|
|
55
|
+
d: "M896 467.2l-362.666667-341.333333c-2.133333-2.133333-6.4-4.266667-8.533333-6.4-4.266667-2.133333-6.4-2.133333-10.666667-2.133334s-8.533333 0-10.666666 2.133334c-4.266667 2.133333-6.4 4.266667-8.533334 6.4l-362.666666 341.333333c-12.8 12.8-12.8 32-2.133334 44.8 12.8 12.8 32 12.8 44.8 2.133333l309.333334-290.133333V874.666667c0 17.066667 14.933333 32 32 32s32-14.933333 32-32V224L853.333333 514.133333c6.4 6.4 14.933333 8.533333 21.333334 8.533334 8.533333 0 17.066667-4.266667 23.466666-10.666667 12.8-12.8 10.666667-32-2.133333-44.8z",
|
|
56
|
+
fill: "#666666",
|
|
57
|
+
"p-id": "3859"
|
|
58
|
+
},
|
|
59
|
+
null,
|
|
60
|
+
-1
|
|
61
|
+
/* HOISTED */
|
|
62
|
+
)
|
|
63
|
+
]));
|
|
19
64
|
}
|
|
20
|
-
const
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
65
|
+
const j = /* @__PURE__ */ l(F, [["render", Y]]), q = { class: "mc-layout-content-container" }, G = /* @__PURE__ */ C({
|
|
66
|
+
__name: "Content",
|
|
67
|
+
props: {
|
|
68
|
+
autoScroll: { type: Boolean, default: !0 },
|
|
69
|
+
showScrollArrow: { type: Boolean, default: !0 }
|
|
70
|
+
},
|
|
71
|
+
emits: ["onScrollerWheel", "onScrollerScroll"],
|
|
72
|
+
setup(o, { expose: c, emit: d }) {
|
|
73
|
+
const _ = o, u = d, t = f(), w = f(), y = f(!1), $ = f(!1), L = new ResizeObserver(() => {
|
|
74
|
+
M();
|
|
75
|
+
});
|
|
76
|
+
let g = !1;
|
|
77
|
+
const v = (e) => {
|
|
78
|
+
t.value && t.value.scrollTo({ top: e, behavior: "smooth" });
|
|
79
|
+
}, m = () => {
|
|
80
|
+
var e;
|
|
81
|
+
v(((e = t.value) == null ? void 0 : e.scrollHeight) || 0);
|
|
82
|
+
}, S = () => {
|
|
83
|
+
v(0);
|
|
84
|
+
}, M = (e = !1) => {
|
|
85
|
+
_.autoScroll && (g && !e || m());
|
|
86
|
+
}, k = (e) => {
|
|
87
|
+
if (!t.value)
|
|
88
|
+
return;
|
|
89
|
+
const n = Math.abs(
|
|
90
|
+
t.value.scrollTop + t.value.clientHeight - t.value.scrollHeight
|
|
91
|
+
) < 32;
|
|
92
|
+
e.deltaY !== 0 && (g = !n), u("onScrollerWheel", e);
|
|
93
|
+
}, h = R((e) => {
|
|
94
|
+
const n = e.target;
|
|
95
|
+
n && (y.value = n.scrollTop !== 0, $.value = n.scrollTop + n.clientHeight + 32 < n.scrollHeight, u("onScrollerScroll", e));
|
|
96
|
+
}, 100), A = () => {
|
|
97
|
+
var e, n;
|
|
98
|
+
(e = t.value) == null || e.addEventListener("scroll", h), (n = t.value) == null || n.addEventListener("wheel", k);
|
|
99
|
+
}, B = () => {
|
|
100
|
+
var e, n;
|
|
101
|
+
(e = t.value) == null || e.removeEventListener("scroll", h), (n = t.value) == null || n.removeEventListener("wheel", k);
|
|
102
|
+
};
|
|
103
|
+
return E(() => {
|
|
104
|
+
L.observe(w.value), A(), h({ target: t.value });
|
|
105
|
+
}), T(() => {
|
|
106
|
+
L.disconnect(), B();
|
|
107
|
+
}), c({
|
|
108
|
+
scrollerRef: t,
|
|
109
|
+
updateScroll: M,
|
|
110
|
+
scrollToPosition: v,
|
|
111
|
+
scrollToBottom: m,
|
|
112
|
+
scrollToTop: S
|
|
113
|
+
}), (e, n) => (r(), s("div", q, [
|
|
114
|
+
a(
|
|
115
|
+
"div",
|
|
116
|
+
{
|
|
117
|
+
ref_key: "scrollerRef",
|
|
118
|
+
ref: t,
|
|
119
|
+
class: "mc-layout-content-scroller"
|
|
120
|
+
},
|
|
121
|
+
[
|
|
122
|
+
a(
|
|
123
|
+
"div",
|
|
124
|
+
{
|
|
125
|
+
ref_key: "contentRef",
|
|
126
|
+
ref: w,
|
|
127
|
+
class: "mc-layout-content"
|
|
128
|
+
},
|
|
129
|
+
[
|
|
130
|
+
i(e.$slots, "default", {}, void 0, !0)
|
|
131
|
+
],
|
|
132
|
+
512
|
|
133
|
+
/* NEED_PATCH */
|
|
134
|
+
)
|
|
135
|
+
],
|
|
136
|
+
512
|
|
137
|
+
/* NEED_PATCH */
|
|
138
|
+
),
|
|
139
|
+
e.showScrollArrow ? (r(), s(
|
|
140
|
+
b,
|
|
141
|
+
{ key: 0 },
|
|
142
|
+
[
|
|
143
|
+
y.value ? (r(), s("div", {
|
|
144
|
+
key: 0,
|
|
145
|
+
class: "mc-layout-content-arrow up",
|
|
146
|
+
onClick: S
|
|
147
|
+
}, [
|
|
148
|
+
a("div", null, [
|
|
149
|
+
H(j)
|
|
150
|
+
])
|
|
151
|
+
])) : p("v-if", !0),
|
|
152
|
+
$.value ? (r(), s("div", {
|
|
153
|
+
key: 1,
|
|
154
|
+
class: "mc-layout-content-arrow down",
|
|
155
|
+
onClick: m
|
|
156
|
+
}, [
|
|
157
|
+
a("div", null, [
|
|
158
|
+
H(W)
|
|
159
|
+
])
|
|
160
|
+
])) : p("v-if", !0)
|
|
161
|
+
],
|
|
162
|
+
64
|
|
163
|
+
/* STABLE_FRAGMENT */
|
|
164
|
+
)) : p("v-if", !0)
|
|
165
|
+
]));
|
|
166
|
+
}
|
|
167
|
+
}), J = /* @__PURE__ */ l(G, [["__scopeId", "data-v-9c27afee"]]), K = {}, Q = { class: "mc-layout-header" };
|
|
168
|
+
function X(o, c) {
|
|
169
|
+
return r(), s("div", Q, [
|
|
170
|
+
i(o.$slots, "default", {}, void 0, !0)
|
|
24
171
|
]);
|
|
25
172
|
}
|
|
26
|
-
const
|
|
27
|
-
function
|
|
28
|
-
return
|
|
29
|
-
o
|
|
173
|
+
const Z = /* @__PURE__ */ l(K, [["render", X], ["__scopeId", "data-v-05f64ad5"]]), e3 = {}, o3 = { class: "mc-layout" };
|
|
174
|
+
function t3(o, c) {
|
|
175
|
+
return r(), s("div", o3, [
|
|
176
|
+
i(o.$slots, "default", {}, void 0, !0)
|
|
30
177
|
]);
|
|
31
178
|
}
|
|
32
|
-
const
|
|
33
|
-
function
|
|
34
|
-
return
|
|
35
|
-
o
|
|
179
|
+
const x = /* @__PURE__ */ l(e3, [["render", t3], ["__scopeId", "data-v-f9e238c6"]]), n3 = {}, c3 = { class: "mc-layout-sender" };
|
|
180
|
+
function r3(o, c) {
|
|
181
|
+
return r(), s("div", c3, [
|
|
182
|
+
i(o.$slots, "default")
|
|
36
183
|
]);
|
|
37
184
|
}
|
|
38
|
-
const
|
|
39
|
-
|
|
40
|
-
|
|
185
|
+
const s3 = /* @__PURE__ */ l(n3, [["render", r3]]);
|
|
186
|
+
x.install = (o) => {
|
|
187
|
+
o.component("McLayoutAside", N), o.component("McLayoutContent", J), o.component("McLayoutHeader", Z), o.component("McLayout", x), o.component("McLayoutSender", s3);
|
|
41
188
|
};
|
|
42
189
|
export {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
190
|
+
x as McLayout,
|
|
191
|
+
N as McLayoutAside,
|
|
192
|
+
J as McLayoutContent,
|
|
193
|
+
Z as McLayoutHeader,
|
|
194
|
+
s3 as McLayoutSender
|
|
48
195
|
};
|
package/List/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.mc-list[data-v-
|
|
1
|
+
.mc-list[data-v-92f92ad0]{width:100%;max-height:300px;box-sizing:border-box;overflow:auto}.mc-list.mc-list-horizontal .mc-list-item[data-v-92f92ad0]{width:unset}.mc-list:not(.mc-list-horizontal) .mc-list-item[data-v-92f92ad0]:not(:first-child){margin-top:4px}.mc-list .mc-list-item[data-v-92f92ad0]{width:100%;line-height:20px;padding:8px;color:var(--devui-text, #252b3a);font-size:var(--devui-font-size, 14px);border-radius:var(--devui-border-radius, 2px);box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;transition:color var(--devui-animation-duration-fast, .1s) var(--devui-animation-ease-in-out-smooth, cubic-bezier(.645, .045, .355, 1)),background-color var(--devui-animation-duration-fast, .1s) var(--devui-animation-ease-in-out-smooth, cubic-bezier(.645, .045, .355, 1))}.mc-list .mc-list-item.filled[data-v-92f92ad0]{background-color:var(--devui-gray-form-control-bg, #f5f5f5)}.mc-list .mc-list-item.bordered[data-v-92f92ad0]{border:1px solid var(--devui-dividing-line, #f2f2f3)}.mc-list .mc-list-item[data-v-92f92ad0]:hover,.mc-list .mc-list-item.mc-list-item-pre-selection[data-v-92f92ad0]{color:var(--devui-list-item-hover-text, #252b3a);background-color:var(--devui-list-item-hover-bg, #f2f2f3)}.mc-list .mc-list-item.mc-list-item-active[data-v-92f92ad0]{color:var(--devui-list-item-active-text, #252b3a);background-color:var(--devui-list-item-active-bg, #f2f5fc)}.mc-list .mc-list-item.mc-list-item-disabled[data-v-92f92ad0]{color:var(--devui-disabled-text, #cfd0d3);background-color:var(--devui-disabled-bg, #f5f5f5);cursor:not-allowed}.mc-list-horizontal[data-v-92f92ad0]{display:flex;flex-wrap:wrap;gap:12px}.mc-list-horizontal.mc-list-nowrap[data-v-92f92ad0]{flex-wrap:nowrap}.mc-list-horizontal.mc-list-nowrap .mc-list-item[data-v-92f92ad0]{flex:none}
|
package/List/index.js
CHANGED
|
@@ -133,7 +133,7 @@ const U = ["onClick"], $ = /* @__PURE__ */ z({
|
|
|
133
133
|
for (const [l, i] of r)
|
|
134
134
|
o[l] = i;
|
|
135
135
|
return o;
|
|
136
|
-
}, S = /* @__PURE__ */ q($, [["__scopeId", "data-v-
|
|
136
|
+
}, S = /* @__PURE__ */ q($, [["__scopeId", "data-v-92f92ad0"]]);
|
|
137
137
|
S.install = (e) => {
|
|
138
138
|
e.component("McList", S);
|
|
139
139
|
};
|
package/MarkdownCard/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.mc-code-block-light[data-v-871cb018] pre code.hljs{display:block;overflow-x:auto;padding:1em}.mc-code-block-light[data-v-871cb018] code.hljs{padding:3px 5px}.mc-code-block-light[data-v-871cb018] .hljs{background:#fefefe;color:#545454}.mc-code-block-light[data-v-871cb018] .hljs-comment,.mc-code-block-light[data-v-871cb018] .hljs-quote{color:#696969}.mc-code-block-light[data-v-871cb018] .hljs-variable,.mc-code-block-light[data-v-871cb018] .hljs-template-variable,.mc-code-block-light[data-v-871cb018] .hljs-tag,.mc-code-block-light[data-v-871cb018] .hljs-name,.mc-code-block-light[data-v-871cb018] .hljs-selector-id,.mc-code-block-light[data-v-871cb018] .hljs-selector-class,.mc-code-block-light[data-v-871cb018] .hljs-regexp,.mc-code-block-light[data-v-871cb018] .hljs-deletion{color:#d91e18}.mc-code-block-light[data-v-871cb018] .hljs-number,.mc-code-block-light[data-v-871cb018] .hljs-built_in,.mc-code-block-light[data-v-871cb018] .hljs-literal,.mc-code-block-light[data-v-871cb018] .hljs-type,.mc-code-block-light[data-v-871cb018] .hljs-params,.mc-code-block-light[data-v-871cb018] .hljs-meta,.mc-code-block-light[data-v-871cb018] .hljs-link,.mc-code-block-light[data-v-871cb018] .hljs-attribute{color:#aa5d00}.mc-code-block-light[data-v-871cb018] .hljs-string,.mc-code-block-light[data-v-871cb018] .hljs-symbol,.mc-code-block-light[data-v-871cb018] .hljs-bullet,.mc-code-block-light[data-v-871cb018] .hljs-addition{color:green}.mc-code-block-light[data-v-871cb018] .hljs-title,.mc-code-block-light[data-v-871cb018] .hljs-section{color:#007faa}.mc-code-block-light[data-v-871cb018] .hljs-keyword,.mc-code-block-light[data-v-871cb018] .hljs-selector-tag{color:#7928a1}.mc-code-block-light[data-v-871cb018] .hljs-emphasis{font-style:italic}.mc-code-block-light[data-v-871cb018] .hljs-strong{font-weight:700}@media screen and (-ms-high-contrast: active){.mc-code-block-light[data-v-871cb018] .hljs-addition,.mc-code-block-light[data-v-871cb018] .hljs-attribute,.mc-code-block-light[data-v-871cb018] .hljs-built_in,.mc-code-block-light[data-v-871cb018] .hljs-bullet,.mc-code-block-light[data-v-871cb018] .hljs-comment,.mc-code-block-light[data-v-871cb018] .hljs-link,.mc-code-block-light[data-v-871cb018] .hljs-literal,.mc-code-block-light[data-v-871cb018] .hljs-meta,.mc-code-block-light[data-v-871cb018] .hljs-number,.mc-code-block-light[data-v-871cb018] .hljs-params,.mc-code-block-light[data-v-871cb018] .hljs-string,.mc-code-block-light[data-v-871cb018] .hljs-symbol,.mc-code-block-light[data-v-871cb018] .hljs-type,.mc-code-block-light[data-v-871cb018] .hljs-quote{color:highlight}.mc-code-block-light[data-v-871cb018] .hljs-keyword,.mc-code-block-light[data-v-871cb018] .hljs-selector-tag{font-weight:700}}.mc-code-block-dark[data-v-871cb018] pre code.hljs{display:block;overflow-x:auto;padding:1em}.mc-code-block-dark[data-v-871cb018] code.hljs{padding:3px 5px}.mc-code-block-dark[data-v-871cb018] .hljs{background:#2b2b2b;color:#f8f8f2}.mc-code-block-dark[data-v-871cb018] .hljs-comment,.mc-code-block-dark[data-v-871cb018] .hljs-quote{color:#d4d0ab}.mc-code-block-dark[data-v-871cb018] .hljs-variable,.mc-code-block-dark[data-v-871cb018] .hljs-template-variable,.mc-code-block-dark[data-v-871cb018] .hljs-tag,.mc-code-block-dark[data-v-871cb018] .hljs-name,.mc-code-block-dark[data-v-871cb018] .hljs-selector-id,.mc-code-block-dark[data-v-871cb018] .hljs-selector-class,.mc-code-block-dark[data-v-871cb018] .hljs-regexp,.mc-code-block-dark[data-v-871cb018] .hljs-deletion{color:#ffa07a}.mc-code-block-dark[data-v-871cb018] .hljs-number,.mc-code-block-dark[data-v-871cb018] .hljs-built_in,.mc-code-block-dark[data-v-871cb018] .hljs-literal,.mc-code-block-dark[data-v-871cb018] .hljs-type,.mc-code-block-dark[data-v-871cb018] .hljs-params,.mc-code-block-dark[data-v-871cb018] .hljs-meta,.mc-code-block-dark[data-v-871cb018] .hljs-link{color:#f5ab35}.mc-code-block-dark[data-v-871cb018] .hljs-attribute{color:gold}.mc-code-block-dark[data-v-871cb018] .hljs-string,.mc-code-block-dark[data-v-871cb018] .hljs-symbol,.mc-code-block-dark[data-v-871cb018] .hljs-bullet,.mc-code-block-dark[data-v-871cb018] .hljs-addition{color:#abe338}.mc-code-block-dark[data-v-871cb018] .hljs-title,.mc-code-block-dark[data-v-871cb018] .hljs-section{color:#00e0e0}.mc-code-block-dark[data-v-871cb018] .hljs-keyword,.mc-code-block-dark[data-v-871cb018] .hljs-selector-tag{color:#dcc6e0}.mc-code-block-dark[data-v-871cb018] .hljs-emphasis{font-style:italic}.mc-code-block-dark[data-v-871cb018] .hljs-strong{font-weight:700}@media screen and (-ms-high-contrast: active){.mc-code-block-dark[data-v-871cb018] .hljs-addition,.mc-code-block-dark[data-v-871cb018] .hljs-attribute,.mc-code-block-dark[data-v-871cb018] .hljs-built_in,.mc-code-block-dark[data-v-871cb018] .hljs-bullet,.mc-code-block-dark[data-v-871cb018] .hljs-comment,.mc-code-block-dark[data-v-871cb018] .hljs-link,.mc-code-block-dark[data-v-871cb018] .hljs-literal,.mc-code-block-dark[data-v-871cb018] .hljs-meta,.mc-code-block-dark[data-v-871cb018] .hljs-number,.mc-code-block-dark[data-v-871cb018] .hljs-params,.mc-code-block-dark[data-v-871cb018] .hljs-string,.mc-code-block-dark[data-v-871cb018] .hljs-symbol,.mc-code-block-dark[data-v-871cb018] .hljs-type,.mc-code-block-dark[data-v-871cb018] .hljs-quote{color:highlight}.mc-code-block-dark[data-v-871cb018] .hljs-keyword,.mc-code-block-dark[data-v-871cb018] .hljs-selector-tag{font-weight:700}}.v-enter-active[data-v-871cb018],.v-leave-active[data-v-871cb018]{transition:opacity .5s ease}.v-enter-from[data-v-871cb018],.v-leave-to[data-v-871cb018]{opacity:0}.mc-code-block[data-v-871cb018]{margin:1rem 0;overflow:hidden;border-radius:14px}.mc-code-block pre[data-v-871cb018]{margin:0}.mc-code-block .mc-action-btn[data-v-871cb018]{width:24px;height:24px}.mc-code-block .mc-code-block-header[data-v-871cb018]{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem}.mc-code-block .mc-code-block-header .mc-code-lang[data-v-871cb018]{font-size:var(--devui-font-size, 14px)}.mc-code-block .mc-mermaid-content[data-v-871cb018]{position:relative;width:100%;height:400px;overflow:hidden;background:inherit}.mc-code-block .mc-code-block-actions[data-v-871cb018]{display:flex;align-items:center}.mc-code-block .mc-code-block-actions .mc-copy-btn[data-v-871cb018],.mc-code-block .mc-code-block-actions .mc-toggle-btn[data-v-871cb018]{cursor:pointer;border-radius:4px;font-size:18px;padding:4px}.mc-code-block .mc-diagram-switch[data-v-871cb018]{display:flex;align-items:center;list-style:none;margin:0;padding:2px;border-radius:4px;background-color:var(--devui-icon-hover-bg);position:relative;transition:all .3s ease;overflow:hidden;height:24px}.mc-code-block .mc-diagram-switch[data-v-871cb018]:before{content:"";position:absolute;top:2px;left:2px;width:calc(50% - 2px);height:calc(100% - 4px);background-color:var(--devui-base-bg, #ffffff);border-radius:4px;transition:transform .3s ease;box-shadow:0 1px 2px var(--devui-hover-shadow);z-index:1}.mc-code-block .mc-diagram-switch.mc-show-code[data-v-871cb018]:before{transform:translate(100%)}.mc-code-block .mc-diagram-switch .mc-diagram-switch-active[data-v-871cb018]{text-shadow:0 0 .4px var(--devui-text)}.mc-code-block .mc-diagram-switch li[data-v-871cb018]{position:relative;padding:0 8px;font-size:12px;cursor:pointer;transition:color .3s ease;z-index:2;-webkit-user-select:none;user-select:none;width:50%;text-align:center;margin:0;display:flex;align-items:center;justify-content:center;height:100%;line-height:initial}.mc-code-block-light[data-v-871cb018]{border:1px solid #d7d8da;background-color:#f5f5f5}.mc-code-block-light code.hljs[data-v-871cb018]{padding:1em}.mc-code-block-light .mc-code-lang[data-v-871cb018],.mc-code-block-light .mc-code-block-actions .mc-copy-btn[data-v-871cb018],.mc-code-block-light .mc-code-block-actions .mc-toggle-btn[data-v-871cb018]{color:#252b3a}.mc-code-block-light .mc-code-block-actions .mc-copy-btn[data-v-871cb018]:hover,.mc-code-block-light .mc-code-block-actions .mc-toggle-btn[data-v-871cb018]:hover{background-color:#ebebeb}.mc-code-block-light .mc-mermaid-content[data-v-871cb018]{background:#fefefe}.mc-code-block-dark[data-v-871cb018]{border:1px solid #4e5057;background-color:#34363a}.mc-code-block-dark code.hljs[data-v-871cb018]{padding:1em}.mc-code-block-dark .mc-code-lang[data-v-871cb018],.mc-code-block-dark .mc-code-block-actions .mc-copy-btn[data-v-871cb018],.mc-code-block-dark .mc-code-block-actions .mc-toggle-btn[data-v-871cb018]{color:#ced1db}.mc-code-block-dark .mc-code-block-actions .mc-copy-btn[data-v-871cb018]:hover,.mc-code-block-dark .mc-code-block-actions .mc-toggle-btn[data-v-871cb018]:hover{background-color:#393a3e}.mc-code-block-dark .mc-code-block-actions .mc-copy-btn img[data-v-871cb018],.mc-code-block-dark .mc-code-block-actions .mc-toggle-btn img[data-v-871cb018]{filter:brightness(1.5)}.mc-code-block-dark .mc-mermaid-content[data-v-871cb018]{background:#2b2b2b}.collapse-transition-enter-from[data-v-871cb018],.collapse-transition-leave-to[data-v-871cb018]{opacity:0}.collapse-transition-enter-to[data-v-871cb018],.collapse-transition-leave-from[data-v-871cb018]{opacity:1}.collapse-transition-enter-active[data-v-871cb018],.collapse-transition-leave-active[data-v-871cb018]{transition:max-height .3s cubic-bezier(.5,.05,.5,.95),opacity .3s cubic-bezier(.5,.05,.5,.95)}div[id^=dmc_mermaid]{position:fixed;top:0;left:0;width:100%;z-index:-9999}.mc-markdown-render[data-v-8063b2f5] .h1,.mc-markdown-render[data-v-8063b2f5] .h2,.mc-markdown-render[data-v-8063b2f5] .h3,.mc-markdown-render[data-v-8063b2f5] .h4,.mc-markdown-render[data-v-8063b2f5] .h5,.mc-markdown-render[data-v-8063b2f5] .h6,.mc-markdown-render[data-v-8063b2f5] h1,.mc-markdown-render[data-v-8063b2f5] h2,.mc-markdown-render[data-v-8063b2f5] h3,.mc-markdown-render[data-v-8063b2f5] h4,.mc-markdown-render[data-v-8063b2f5] h5,.mc-markdown-render[data-v-8063b2f5] h6{line-height:1.1;margin:16px 0 12px}.mc-markdown-render[data-v-8063b2f5] .h1:first-child,.mc-markdown-render[data-v-8063b2f5] .h2:first-child,.mc-markdown-render[data-v-8063b2f5] .h3:first-child,.mc-markdown-render[data-v-8063b2f5] .h4:first-child,.mc-markdown-render[data-v-8063b2f5] .h5:first-child,.mc-markdown-render[data-v-8063b2f5] .h6:first-child,.mc-markdown-render[data-v-8063b2f5] h1:first-child,.mc-markdown-render[data-v-8063b2f5] h2:first-child,.mc-markdown-render[data-v-8063b2f5] h3:first-child,.mc-markdown-render[data-v-8063b2f5] h4:first-child,.mc-markdown-render[data-v-8063b2f5] h5:first-child,.mc-markdown-render[data-v-8063b2f5] h6:first-child{margin-top:0}.mc-markdown-render[data-v-8063b2f5] h1{font-size:32px;line-height:40px;overflow-wrap:break-word}.mc-markdown-render[data-v-8063b2f5] h3{line-height:28px;font-size:20px;overflow-wrap:break-word}.mc-markdown-render[data-v-8063b2f5] caption{border:1px dashed var(--devui-line, #d7d8da);border-bottom:0;padding:3px;text-align:center}.mc-markdown-render[data-v-8063b2f5] p{overflow-wrap:break-word;margin:0;padding:0;line-height:24px}.mc-markdown-render[data-v-8063b2f5] p:last-child{margin:0}.mc-markdown-render[data-v-8063b2f5] ul,.mc-markdown-render[data-v-8063b2f5] ol{margin:0;padding:0;padding-inline-start:1.75em}.mc-markdown-render[data-v-8063b2f5] ul>li,.mc-markdown-render[data-v-8063b2f5] ol>li{line-height:21px}.mc-markdown-render[data-v-8063b2f5] ul{list-style-type:disc}.mc-markdown-render[data-v-8063b2f5] ol{list-style-type:decimal}.mc-markdown-render[data-v-8063b2f5] table{margin:10px 0;border-collapse:collapse;display:table;width:max-content}.mc-markdown-render[data-v-8063b2f5] td,.mc-markdown-render[data-v-8063b2f5] th{padding:5px 10px;border:1px solid var(--devui-dividing-line, #f2f2f3);background-color:var(--devui-base-bg, #ffffff);max-width:480px}.mc-markdown-render[data-v-8063b2f5] th{border-top:1px solid var(--devui-dividing-line, #f2f2f3);background-color:var(--devui-global-bg, #f6f6f8)}.mc-markdown-render[data-v-8063b2f5] td p{margin:0;padding:0}.mc-markdown-render[data-v-8063b2f5] blockquote{padding:0 8px;margin:0;color:var(--devui-text-weak, #575d6c);border-left:5px solid var(--devui-dividing-line, #f2f2f3)}.mc-markdown-render[data-v-8063b2f5] a{color:var(--devui-link, #526ecc);text-decoration:none;cursor:pointer}.mc-markdown-render[data-v-8063b2f5] a:hover{color:var(--devui-link-active, #526ecc)}.mc-markdown-render[data-v-8063b2f5] img{max-width:100%}.mc-markdown-render[data-v-8063b2f5]{font-size:var(--devui-font-size, 14px);overflow-x:auto;position:relative}.mc-markdown-render.mc-markdown-render-dark[data-v-8063b2f5]{color:#ced1db}.mc-markdown-render.mc-markdown-render-light[data-v-8063b2f5]{color:#252b3a}[data-v-8063b2f5] .mc-table-container{max-width:100%;width:fit-content;overflow-x:auto}[data-v-8063b2f5] .mc-think-block{color:var(--devui-aide-text, #71757f);border-left:1px solid var(--devui-line, #d7d8da);padding-left:8px;margin-bottom:1rem;line-height:24px}[data-v-8063b2f5] .mc-typewriter-color{background-image:-webkit-linear-gradient(left,#191919,#5588f0,#e171ee,#f2c55c);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}[data-v-8063b2f5] .mc-typewriter-gradient{background:linear-gradient(to right,var(--devui-text, #252b3a),var(--devui-base-bg, #ffffff));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}[data-v-8063b2f5] .mc-typewriter-cursor{font-weight:900;animation:typewriter-8063b2f5 .8s linear 0s infinite}@keyframes typewriter-8063b2f5{0%{opacity:1}50%{opacity:0}to{opacity:1}}
|
|
1
|
+
.mc-code-block-light[data-v-285b1a39] pre code.hljs{display:block;overflow-x:auto;padding:1em}.mc-code-block-light[data-v-285b1a39] code.hljs{padding:3px 5px}.mc-code-block-light[data-v-285b1a39] .hljs{background:#fefefe;color:#545454}.mc-code-block-light[data-v-285b1a39] .hljs-comment,.mc-code-block-light[data-v-285b1a39] .hljs-quote{color:#696969}.mc-code-block-light[data-v-285b1a39] .hljs-variable,.mc-code-block-light[data-v-285b1a39] .hljs-template-variable,.mc-code-block-light[data-v-285b1a39] .hljs-tag,.mc-code-block-light[data-v-285b1a39] .hljs-name,.mc-code-block-light[data-v-285b1a39] .hljs-selector-id,.mc-code-block-light[data-v-285b1a39] .hljs-selector-class,.mc-code-block-light[data-v-285b1a39] .hljs-regexp,.mc-code-block-light[data-v-285b1a39] .hljs-deletion{color:#d91e18}.mc-code-block-light[data-v-285b1a39] .hljs-number,.mc-code-block-light[data-v-285b1a39] .hljs-built_in,.mc-code-block-light[data-v-285b1a39] .hljs-literal,.mc-code-block-light[data-v-285b1a39] .hljs-type,.mc-code-block-light[data-v-285b1a39] .hljs-params,.mc-code-block-light[data-v-285b1a39] .hljs-meta,.mc-code-block-light[data-v-285b1a39] .hljs-link,.mc-code-block-light[data-v-285b1a39] .hljs-attribute{color:#aa5d00}.mc-code-block-light[data-v-285b1a39] .hljs-string,.mc-code-block-light[data-v-285b1a39] .hljs-symbol,.mc-code-block-light[data-v-285b1a39] .hljs-bullet,.mc-code-block-light[data-v-285b1a39] .hljs-addition{color:green}.mc-code-block-light[data-v-285b1a39] .hljs-title,.mc-code-block-light[data-v-285b1a39] .hljs-section{color:#007faa}.mc-code-block-light[data-v-285b1a39] .hljs-keyword,.mc-code-block-light[data-v-285b1a39] .hljs-selector-tag{color:#7928a1}.mc-code-block-light[data-v-285b1a39] .hljs-emphasis{font-style:italic}.mc-code-block-light[data-v-285b1a39] .hljs-strong{font-weight:700}@media screen and (-ms-high-contrast: active){.mc-code-block-light[data-v-285b1a39] .hljs-addition,.mc-code-block-light[data-v-285b1a39] .hljs-attribute,.mc-code-block-light[data-v-285b1a39] .hljs-built_in,.mc-code-block-light[data-v-285b1a39] .hljs-bullet,.mc-code-block-light[data-v-285b1a39] .hljs-comment,.mc-code-block-light[data-v-285b1a39] .hljs-link,.mc-code-block-light[data-v-285b1a39] .hljs-literal,.mc-code-block-light[data-v-285b1a39] .hljs-meta,.mc-code-block-light[data-v-285b1a39] .hljs-number,.mc-code-block-light[data-v-285b1a39] .hljs-params,.mc-code-block-light[data-v-285b1a39] .hljs-string,.mc-code-block-light[data-v-285b1a39] .hljs-symbol,.mc-code-block-light[data-v-285b1a39] .hljs-type,.mc-code-block-light[data-v-285b1a39] .hljs-quote{color:highlight}.mc-code-block-light[data-v-285b1a39] .hljs-keyword,.mc-code-block-light[data-v-285b1a39] .hljs-selector-tag{font-weight:700}}.mc-code-block-dark[data-v-285b1a39] pre code.hljs{display:block;overflow-x:auto;padding:1em}.mc-code-block-dark[data-v-285b1a39] code.hljs{padding:3px 5px}.mc-code-block-dark[data-v-285b1a39] .hljs{background:#2b2b2b;color:#f8f8f2}.mc-code-block-dark[data-v-285b1a39] .hljs-comment,.mc-code-block-dark[data-v-285b1a39] .hljs-quote{color:#d4d0ab}.mc-code-block-dark[data-v-285b1a39] .hljs-variable,.mc-code-block-dark[data-v-285b1a39] .hljs-template-variable,.mc-code-block-dark[data-v-285b1a39] .hljs-tag,.mc-code-block-dark[data-v-285b1a39] .hljs-name,.mc-code-block-dark[data-v-285b1a39] .hljs-selector-id,.mc-code-block-dark[data-v-285b1a39] .hljs-selector-class,.mc-code-block-dark[data-v-285b1a39] .hljs-regexp,.mc-code-block-dark[data-v-285b1a39] .hljs-deletion{color:#ffa07a}.mc-code-block-dark[data-v-285b1a39] .hljs-number,.mc-code-block-dark[data-v-285b1a39] .hljs-built_in,.mc-code-block-dark[data-v-285b1a39] .hljs-literal,.mc-code-block-dark[data-v-285b1a39] .hljs-type,.mc-code-block-dark[data-v-285b1a39] .hljs-params,.mc-code-block-dark[data-v-285b1a39] .hljs-meta,.mc-code-block-dark[data-v-285b1a39] .hljs-link{color:#f5ab35}.mc-code-block-dark[data-v-285b1a39] .hljs-attribute{color:gold}.mc-code-block-dark[data-v-285b1a39] .hljs-string,.mc-code-block-dark[data-v-285b1a39] .hljs-symbol,.mc-code-block-dark[data-v-285b1a39] .hljs-bullet,.mc-code-block-dark[data-v-285b1a39] .hljs-addition{color:#abe338}.mc-code-block-dark[data-v-285b1a39] .hljs-title,.mc-code-block-dark[data-v-285b1a39] .hljs-section{color:#00e0e0}.mc-code-block-dark[data-v-285b1a39] .hljs-keyword,.mc-code-block-dark[data-v-285b1a39] .hljs-selector-tag{color:#dcc6e0}.mc-code-block-dark[data-v-285b1a39] .hljs-emphasis{font-style:italic}.mc-code-block-dark[data-v-285b1a39] .hljs-strong{font-weight:700}@media screen and (-ms-high-contrast: active){.mc-code-block-dark[data-v-285b1a39] .hljs-addition,.mc-code-block-dark[data-v-285b1a39] .hljs-attribute,.mc-code-block-dark[data-v-285b1a39] .hljs-built_in,.mc-code-block-dark[data-v-285b1a39] .hljs-bullet,.mc-code-block-dark[data-v-285b1a39] .hljs-comment,.mc-code-block-dark[data-v-285b1a39] .hljs-link,.mc-code-block-dark[data-v-285b1a39] .hljs-literal,.mc-code-block-dark[data-v-285b1a39] .hljs-meta,.mc-code-block-dark[data-v-285b1a39] .hljs-number,.mc-code-block-dark[data-v-285b1a39] .hljs-params,.mc-code-block-dark[data-v-285b1a39] .hljs-string,.mc-code-block-dark[data-v-285b1a39] .hljs-symbol,.mc-code-block-dark[data-v-285b1a39] .hljs-type,.mc-code-block-dark[data-v-285b1a39] .hljs-quote{color:highlight}.mc-code-block-dark[data-v-285b1a39] .hljs-keyword,.mc-code-block-dark[data-v-285b1a39] .hljs-selector-tag{font-weight:700}}.v-enter-active[data-v-285b1a39],.v-leave-active[data-v-285b1a39]{transition:opacity .5s ease}.v-enter-from[data-v-285b1a39],.v-leave-to[data-v-285b1a39]{opacity:0}.mc-code-block[data-v-285b1a39]{margin:1rem 0;overflow:hidden;border-radius:14px}.mc-code-block pre[data-v-285b1a39]{margin:0}.mc-code-block .mc-action-btn[data-v-285b1a39]{width:24px;height:24px}.mc-code-block .mc-code-block-header[data-v-285b1a39]{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem}.mc-code-block .mc-code-block-header .mc-code-lang[data-v-285b1a39]{font-size:var(--devui-font-size, 14px)}.mc-code-block .mc-mermaid-content[data-v-285b1a39]{position:relative;width:100%;height:400px;overflow:hidden;background:inherit}.mc-code-block .mc-code-block-actions[data-v-285b1a39]{display:flex;align-items:center}.mc-code-block .mc-code-block-actions .mc-copy-btn[data-v-285b1a39],.mc-code-block .mc-code-block-actions .mc-toggle-btn[data-v-285b1a39]{cursor:pointer;border-radius:4px;font-size:18px;padding:4px}.mc-code-block .mc-diagram-switch[data-v-285b1a39]{display:flex;align-items:center;list-style:none;margin:0;padding:2px;border-radius:4px;background-color:var(--devui-icon-hover-bg);position:relative;transition:all .3s ease;overflow:hidden;height:24px}.mc-code-block .mc-diagram-switch[data-v-285b1a39]:before{content:"";position:absolute;top:2px;left:2px;width:calc(50% - 2px);height:calc(100% - 4px);background-color:var(--devui-base-bg, #ffffff);border-radius:4px;transition:transform .3s ease;box-shadow:0 1px 2px var(--devui-hover-shadow);z-index:1}.mc-code-block .mc-diagram-switch.mc-show-code[data-v-285b1a39]:before{transform:translate(100%)}.mc-code-block .mc-diagram-switch .mc-diagram-switch-active[data-v-285b1a39]{text-shadow:0 0 .4px var(--devui-text)}.mc-code-block .mc-diagram-switch li[data-v-285b1a39]{position:relative;padding:0 8px;font-size:12px;cursor:pointer;transition:color .3s ease;z-index:2;-webkit-user-select:none;user-select:none;width:50%;text-align:center;margin:0;display:flex;align-items:center;justify-content:center;height:100%;line-height:initial}.mc-code-block-light[data-v-285b1a39]{border:1px solid #d7d8da;background-color:#f5f5f5}.mc-code-block-light code.hljs[data-v-285b1a39]{padding:1em}.mc-code-block-light .mc-code-lang[data-v-285b1a39],.mc-code-block-light .mc-code-block-actions .mc-copy-btn[data-v-285b1a39],.mc-code-block-light .mc-code-block-actions .mc-toggle-btn[data-v-285b1a39]{color:#252b3a}.mc-code-block-light .mc-code-block-actions .mc-copy-btn[data-v-285b1a39]:hover,.mc-code-block-light .mc-code-block-actions .mc-toggle-btn[data-v-285b1a39]:hover{background-color:#ebebeb}.mc-code-block-light .mc-mermaid-content[data-v-285b1a39]{background:#fefefe}.mc-code-block-dark[data-v-285b1a39]{border:1px solid #4e5057;background-color:#34363a}.mc-code-block-dark code.hljs[data-v-285b1a39]{padding:1em}.mc-code-block-dark .mc-code-lang[data-v-285b1a39],.mc-code-block-dark .mc-code-block-actions .mc-copy-btn[data-v-285b1a39],.mc-code-block-dark .mc-code-block-actions .mc-toggle-btn[data-v-285b1a39]{color:#ced1db}.mc-code-block-dark .mc-code-block-actions .mc-copy-btn[data-v-285b1a39]:hover,.mc-code-block-dark .mc-code-block-actions .mc-toggle-btn[data-v-285b1a39]:hover{background-color:#393a3e}.mc-code-block-dark .mc-code-block-actions .mc-copy-btn img[data-v-285b1a39],.mc-code-block-dark .mc-code-block-actions .mc-toggle-btn img[data-v-285b1a39]{filter:brightness(1.5)}.mc-code-block-dark .mc-mermaid-content[data-v-285b1a39]{background:#2b2b2b}.collapse-transition-enter-from[data-v-285b1a39],.collapse-transition-leave-to[data-v-285b1a39]{opacity:0}.collapse-transition-enter-to[data-v-285b1a39],.collapse-transition-leave-from[data-v-285b1a39]{opacity:1}.collapse-transition-enter-active[data-v-285b1a39],.collapse-transition-leave-active[data-v-285b1a39]{transition:max-height .3s cubic-bezier(.5,.05,.5,.95),opacity .3s cubic-bezier(.5,.05,.5,.95)}div[id^=dmc_mermaid]{position:fixed;top:0;left:0;width:100%;z-index:-9999}.mc-markdown-render[data-v-b2f30ac7] .h1,.mc-markdown-render[data-v-b2f30ac7] .h2,.mc-markdown-render[data-v-b2f30ac7] .h3,.mc-markdown-render[data-v-b2f30ac7] .h4,.mc-markdown-render[data-v-b2f30ac7] .h5,.mc-markdown-render[data-v-b2f30ac7] .h6,.mc-markdown-render[data-v-b2f30ac7] h1,.mc-markdown-render[data-v-b2f30ac7] h2,.mc-markdown-render[data-v-b2f30ac7] h3,.mc-markdown-render[data-v-b2f30ac7] h4,.mc-markdown-render[data-v-b2f30ac7] h5,.mc-markdown-render[data-v-b2f30ac7] h6{line-height:1.1;margin:16px 0 12px}.mc-markdown-render[data-v-b2f30ac7] .h1:first-child,.mc-markdown-render[data-v-b2f30ac7] .h2:first-child,.mc-markdown-render[data-v-b2f30ac7] .h3:first-child,.mc-markdown-render[data-v-b2f30ac7] .h4:first-child,.mc-markdown-render[data-v-b2f30ac7] .h5:first-child,.mc-markdown-render[data-v-b2f30ac7] .h6:first-child,.mc-markdown-render[data-v-b2f30ac7] h1:first-child,.mc-markdown-render[data-v-b2f30ac7] h2:first-child,.mc-markdown-render[data-v-b2f30ac7] h3:first-child,.mc-markdown-render[data-v-b2f30ac7] h4:first-child,.mc-markdown-render[data-v-b2f30ac7] h5:first-child,.mc-markdown-render[data-v-b2f30ac7] h6:first-child{margin-top:0}.mc-markdown-render[data-v-b2f30ac7] h1{font-size:32px;line-height:40px;overflow-wrap:break-word}.mc-markdown-render[data-v-b2f30ac7] h3{line-height:28px;font-size:20px;overflow-wrap:break-word}.mc-markdown-render[data-v-b2f30ac7] caption{border:1px dashed var(--devui-line, #d7d8da);border-bottom:0;padding:3px;text-align:center}.mc-markdown-render[data-v-b2f30ac7] p{overflow-wrap:break-word;margin:0;padding:0;line-height:24px}.mc-markdown-render[data-v-b2f30ac7] p:last-child{margin:0}.mc-markdown-render[data-v-b2f30ac7] ul,.mc-markdown-render[data-v-b2f30ac7] ol{margin:0;padding:0;padding-inline-start:1.75em}.mc-markdown-render[data-v-b2f30ac7] ul>li,.mc-markdown-render[data-v-b2f30ac7] ol>li{line-height:21px}.mc-markdown-render[data-v-b2f30ac7] ul{list-style-type:disc}.mc-markdown-render[data-v-b2f30ac7] ol{list-style-type:decimal}.mc-markdown-render[data-v-b2f30ac7] table{margin:10px 0;border-collapse:collapse;display:table;width:max-content}.mc-markdown-render[data-v-b2f30ac7] td,.mc-markdown-render[data-v-b2f30ac7] th{padding:5px 10px;border:1px solid var(--devui-dividing-line, #f2f2f3);background-color:var(--devui-base-bg, #ffffff);max-width:480px}.mc-markdown-render[data-v-b2f30ac7] th{border-top:1px solid var(--devui-dividing-line, #f2f2f3);background-color:var(--devui-global-bg, #f6f6f8)}.mc-markdown-render[data-v-b2f30ac7] td p{margin:0;padding:0}.mc-markdown-render[data-v-b2f30ac7] blockquote{padding:0 8px;margin:0;color:var(--devui-text-weak, #575d6c);border-left:5px solid var(--devui-dividing-line, #f2f2f3)}.mc-markdown-render[data-v-b2f30ac7] a{color:var(--devui-link, #526ecc);text-decoration:none;cursor:pointer}.mc-markdown-render[data-v-b2f30ac7] a:hover{color:var(--devui-link-active, #526ecc)}.mc-markdown-render[data-v-b2f30ac7] img{max-width:100%}.mc-markdown-render[data-v-b2f30ac7]{font-size:var(--devui-font-size, 14px);overflow-x:auto;position:relative}.mc-markdown-render.mc-markdown-render-dark[data-v-b2f30ac7]{color:#ced1db}.mc-markdown-render.mc-markdown-render-light[data-v-b2f30ac7]{color:#252b3a}[data-v-b2f30ac7] .mc-table-container{max-width:100%;width:fit-content;overflow-x:auto}[data-v-b2f30ac7] .mc-think-block{color:var(--devui-aide-text, #71757f);border-left:1px solid var(--devui-line, #d7d8da);padding-left:8px;margin-bottom:1rem;line-height:24px}[data-v-b2f30ac7] .mc-typewriter-color{background-image:-webkit-linear-gradient(left,#191919,#5588f0,#e171ee,#f2c55c);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}[data-v-b2f30ac7] .mc-typewriter-gradient{background:linear-gradient(to right,var(--devui-text, #252b3a),var(--devui-base-bg, #ffffff));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}[data-v-b2f30ac7] .mc-typewriter-cursor{font-weight:900;animation:typewriter-b2f30ac7 .8s linear 0s infinite}@keyframes typewriter-b2f30ac7{0%{opacity:1}50%{opacity:0}to{opacity:1}}
|