@matechat/core 1.12.2 → 1.13.0-alpha.0
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/index.css +1 -1
- package/Layout/index.js +145 -36
- 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/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}}
|