@kg-ui/kg-ui-plus 0.0.17 → 0.0.18
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/es/KgCopilot/CopiFooter/SearchInput/SelectPluginByKey.vue.mjs +1 -1
- package/dist/es/KgCopilot/CopiFooter/SearchInput/SelectPluginByKey.vue2.mjs +13 -9
- package/dist/es/KgCopilot/CopiFooter/SearchInput/SelectPluginByKey.vue3.mjs +2 -2
- package/dist/es/KgCopilot/CopiFooter/SearchInput/index.vue.mjs +1 -1
- package/dist/es/KgCopilot/CopiFooter/SearchInput/index.vue2.mjs +20 -14
- package/dist/es/KgCopilot/CopiFooter/SearchInput/index.vue3.mjs +2 -2
- package/dist/es/KgCopilot/dialogue/index.vue.mjs +1 -1
- package/dist/es/KgCopilot/dialogue/index.vue2.mjs +1 -1
- package/dist/es/KgCopilot/dialogue/index.vue3.mjs +2 -2
- package/dist/es/KgCopilot/dialogue/messageParse/edit.vue.mjs +1 -1
- package/dist/es/KgCopilot/dialogue/messageParse/edit.vue2.mjs +30 -25
- package/dist/es/KgCopilot/dialogue/messageParse/edit.vue3.mjs +2 -2
- package/dist/es/KgCopilot/index.vue.mjs +1 -1
- package/dist/es/KgCopilot/index.vue2.mjs +1 -1
- package/dist/es/KgCopilot/index.vue3.mjs +2 -2
- package/dist/es/style.css +1 -1
- package/package.json +1 -1
@@ -1,7 +1,7 @@
|
|
1
1
|
import _sfc_main from "./SelectPluginByKey.vue2.mjs";
|
2
2
|
import "./SelectPluginByKey.vue3.mjs";
|
3
3
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
4
|
-
const SelectPluginByKey = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
4
|
+
const SelectPluginByKey = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-c1c27636"]]);
|
5
5
|
export {
|
6
6
|
SelectPluginByKey as default
|
7
7
|
};
|
@@ -27,22 +27,26 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
27
27
|
watch(
|
28
28
|
() => props.activePluInd,
|
29
29
|
() => {
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
30
|
+
if (props.activePluInd !== null) {
|
31
|
+
pluginItem.value[props.activePluInd].scrollIntoView({
|
32
|
+
block: "nearest",
|
33
|
+
behavior: "smooth"
|
34
|
+
});
|
35
|
+
}
|
34
36
|
}
|
35
37
|
);
|
36
38
|
watch(
|
37
39
|
() => props.isShowSelect,
|
38
40
|
() => {
|
39
41
|
if (props.isShowSelect) {
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
42
|
+
if (props.activePluInd !== null) {
|
43
|
+
nextTick(() => {
|
44
|
+
pluginItem.value[props.activePluInd].scrollIntoView({
|
45
|
+
block: "nearest",
|
46
|
+
behavior: "smooth"
|
47
|
+
});
|
44
48
|
});
|
45
|
-
}
|
49
|
+
}
|
46
50
|
}
|
47
51
|
}
|
48
52
|
);
|
@@ -1,4 +1,4 @@
|
|
1
|
-
const
|
1
|
+
const SelectPluginByKey_vue_vue_type_style_index_0_scoped_c1c27636_lang = "";
|
2
2
|
export {
|
3
|
-
|
3
|
+
SelectPluginByKey_vue_vue_type_style_index_0_scoped_c1c27636_lang as default
|
4
4
|
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import _sfc_main from "./index.vue2.mjs";
|
2
2
|
import "./index.vue3.mjs";
|
3
3
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
4
|
-
const SearchInput = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
4
|
+
const SearchInput = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-665518fc"]]);
|
5
5
|
export {
|
6
6
|
SearchInput as default
|
7
7
|
};
|
@@ -7,7 +7,7 @@ import SpeechControl from "./SpeechControl.vue.mjs";
|
|
7
7
|
import SelectPluginByKey from "./SelectPluginByKey.vue.mjs";
|
8
8
|
import { useCopilotStoreHook } from "../../../store/modules/copilot.mjs";
|
9
9
|
import { storeToRefs } from "pinia";
|
10
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
10
|
+
const _withScopeId = (n) => (pushScopeId("data-v-665518fc"), n = n(), popScopeId(), n);
|
11
11
|
const _hoisted_1 = { class: "control-contain" };
|
12
12
|
const _hoisted_2 = ["onClick"];
|
13
13
|
const _hoisted_3 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("svg", {
|
@@ -109,11 +109,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
109
109
|
watch(isShowSelect, (newVal) => {
|
110
110
|
if (!newVal) {
|
111
111
|
pluginModal.value = "key";
|
112
|
-
if (!Object.keys(checkedPluginByBtn.value).length) {
|
113
|
-
activePluInd.value = 0;
|
114
|
-
} else {
|
115
|
-
activePluInd.value = plugins.value.indexOf(checkedPluginByBtn.value);
|
116
|
-
}
|
117
112
|
selectPluginList.value = plugins.value;
|
118
113
|
}
|
119
114
|
});
|
@@ -125,7 +120,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
125
120
|
if (isShowSelect.value) {
|
126
121
|
clearTimeout(timerCursor);
|
127
122
|
timerCursor = setTimeout(() => {
|
128
|
-
cursorCurrentPos.value =
|
123
|
+
cursorCurrentPos.value = getCursorPosition();
|
129
124
|
searchPluText.value = e.target.innerText.substring(
|
130
125
|
Number(cursorPos) + 1,
|
131
126
|
cursorCurrentPos.value
|
@@ -190,17 +185,17 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
190
185
|
case "Backspace":
|
191
186
|
if (!isShowSelect.value) {
|
192
187
|
const beforeBackspaceText = coptInput.value.innerText.substring(
|
193
|
-
|
194
|
-
|
188
|
+
getCursorPosition() - 2,
|
189
|
+
getCursorPosition() - 1
|
195
190
|
);
|
196
191
|
if (beforeBackspaceText === "@") {
|
197
192
|
isShowSelect.value = true;
|
198
|
-
cursorPos =
|
193
|
+
cursorPos = getCursorPosition() - 2;
|
199
194
|
}
|
200
195
|
} else {
|
201
196
|
const delectText = coptInput.value.innerText.substring(
|
202
|
-
|
203
|
-
|
197
|
+
getCursorPosition() - 1,
|
198
|
+
getCursorPosition()
|
204
199
|
);
|
205
200
|
if (delectText === "@") {
|
206
201
|
isShowSelect.value = false;
|
@@ -220,12 +215,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
220
215
|
let cursorPos = 0;
|
221
216
|
const selectPluginByKey = () => {
|
222
217
|
isShowSelect.value = true;
|
223
|
-
cursorPos =
|
218
|
+
cursorPos = getCursorPosition();
|
224
219
|
};
|
225
220
|
const getCursorPosition = () => {
|
226
221
|
const selection = window.getSelection();
|
227
222
|
const range = selection.getRangeAt(0);
|
228
|
-
return range.startOffset.toString();
|
223
|
+
return Number(range.startOffset.toString());
|
229
224
|
};
|
230
225
|
const moveCursorPosition = (position) => {
|
231
226
|
if (coptInput.value.firstChild) {
|
@@ -275,6 +270,17 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
275
270
|
}
|
276
271
|
);
|
277
272
|
const pluginModal = ref("key");
|
273
|
+
watch(pluginModal, (newVal) => {
|
274
|
+
if (newVal === "btn") {
|
275
|
+
activePluInd.value = null;
|
276
|
+
} else {
|
277
|
+
if (!Object.keys(checkedPluginByBtn.value).length) {
|
278
|
+
activePluInd.value = 0;
|
279
|
+
} else {
|
280
|
+
activePluInd.value = plugins.value.indexOf(checkedPluginByBtn.value);
|
281
|
+
}
|
282
|
+
}
|
283
|
+
});
|
278
284
|
const openPluDialog = () => {
|
279
285
|
pluginModal.value = "btn";
|
280
286
|
isShowSelect.value = !isShowSelect.value;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
const
|
1
|
+
const index_vue_vue_type_style_index_0_scoped_665518fc_lang = "";
|
2
2
|
export {
|
3
|
-
|
3
|
+
index_vue_vue_type_style_index_0_scoped_665518fc_lang as default
|
4
4
|
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import _sfc_main from "./index.vue2.mjs";
|
2
2
|
import "./index.vue3.mjs";
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
|
4
|
-
const dialogue = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
4
|
+
const dialogue = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-318d9fe4"]]);
|
5
5
|
export {
|
6
6
|
dialogue as default
|
7
7
|
};
|
@@ -11,7 +11,7 @@ import data$6 from "../../node_modules/.pnpm/@iconify-icons_ph@1.2.5/node_module
|
|
11
11
|
import data from "../../node_modules/.pnpm/@iconify-icons_ph@1.2.5/node_modules/@iconify-icons/ph/caret-down-fill.mjs";
|
12
12
|
import { useCopilotStoreHook } from "../../store/modules/copilot.mjs";
|
13
13
|
import { storeToRefs } from "pinia";
|
14
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
14
|
+
const _withScopeId = (n) => (pushScopeId("data-v-318d9fe4"), n = n(), popScopeId(), n);
|
15
15
|
const _hoisted_1 = { class: "msg-head" };
|
16
16
|
const _hoisted_2 = {
|
17
17
|
key: 0,
|
@@ -1,4 +1,4 @@
|
|
1
|
-
const
|
1
|
+
const index_vue_vue_type_style_index_0_scoped_318d9fe4_lang = "";
|
2
2
|
export {
|
3
|
-
|
3
|
+
index_vue_vue_type_style_index_0_scoped_318d9fe4_lang as default
|
4
4
|
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import _sfc_main from "./edit.vue2.mjs";
|
2
2
|
import "./edit.vue3.mjs";
|
3
3
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
4
|
-
const Edit = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
4
|
+
const Edit = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-cbf4d716"]]);
|
5
5
|
export {
|
6
6
|
Edit as default
|
7
7
|
};
|
@@ -1,17 +1,16 @@
|
|
1
|
-
import { defineComponent, ref, watch, reactive, toRaw, resolveComponent, openBlock, createElementBlock, withDirectives, createElementVNode, createVNode, normalizeClass, unref, createCommentVNode,
|
1
|
+
import { defineComponent, ref, watch, reactive, toRaw, resolveComponent, openBlock, createElementBlock, withDirectives, createElementVNode, createVNode, normalizeClass, unref, createCommentVNode, toDisplayString, vShow, withKeys, vModelText, createTextVNode } from "vue";
|
2
2
|
import data from "../../../node_modules/.pnpm/@iconify-icons_ph@1.2.5/node_modules/@iconify-icons/ph/note-pencil-bold.mjs";
|
3
3
|
import ReadMd from "./readMd.vue.mjs";
|
4
4
|
import { useVModel } from "../../../node_modules/.pnpm/@vueuse_core@9.13.0_vue@3.2.45/node_modules/@vueuse/core/index.mjs";
|
5
5
|
import { useCopilotStoreHook } from "../../../store/modules/copilot.mjs";
|
6
6
|
import { storeToRefs } from "pinia";
|
7
|
-
const _hoisted_1 = { class: "flex" };
|
8
|
-
const _hoisted_2 = {
|
9
|
-
|
10
|
-
|
11
|
-
key: 1,
|
12
|
-
class: "text-center",
|
13
|
-
style: { "padding-top": "12px" }
|
7
|
+
const _hoisted_1 = { class: "read-flex" };
|
8
|
+
const _hoisted_2 = {
|
9
|
+
key: 0,
|
10
|
+
class: "read-flex"
|
14
11
|
};
|
12
|
+
const _hoisted_3 = { class: "input-box" };
|
13
|
+
const _hoisted_4 = ["onKeydown"];
|
15
14
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
16
15
|
__name: "edit",
|
17
16
|
props: {
|
@@ -115,28 +114,34 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
115
114
|
onClick: toEdit
|
116
115
|
}, [
|
117
116
|
createVNode(_component_IconifyIconOffline, { icon: unref(data) }, null, 8, ["icon"])
|
118
|
-
], 2)) : createCommentVNode("", true)
|
117
|
+
], 2)) : createCommentVNode("", true),
|
118
|
+
withDirectives(createElementVNode("span", { class: "time" }, " (" + toDisplayString(countDown.value) + "s)", 513), [
|
119
|
+
[vShow, !isEditing.value && props.isPrinting && showButton.value]
|
120
|
+
])
|
119
121
|
], 512), [
|
120
122
|
[vShow, !isEditing.value]
|
121
123
|
]),
|
122
124
|
isEditing.value && props.isPrinting ? (openBlock(), createElementBlock("div", _hoisted_2, [
|
123
125
|
createElementVNode("span", null, toDisplayString(updateObj.userLogic.title), 1),
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
126
|
+
createElementVNode("div", _hoisted_3, [
|
127
|
+
withDirectives(createElementVNode("input", {
|
128
|
+
type: "text",
|
129
|
+
class: "keyword-input",
|
130
|
+
autofocus: "",
|
131
|
+
onKeydown: withKeys(confirm, ["enter"]),
|
132
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => updateObj.userLogic.value = $event)
|
133
|
+
}, null, 40, _hoisted_4), [
|
134
|
+
[vModelText, updateObj.userLogic.value]
|
135
|
+
]),
|
136
|
+
showButton.value && props.isPrinting ? (openBlock(), createElementBlock("button", {
|
137
|
+
key: 0,
|
138
|
+
onClick: confirm
|
139
|
+
}, [
|
140
|
+
createTextVNode(" 确认"),
|
141
|
+
withDirectives(createElementVNode("span", null, " (" + toDisplayString(countDown.value) + "s)", 513), [
|
142
|
+
[vShow, !isEditing.value]
|
143
|
+
])
|
144
|
+
])) : createCommentVNode("", true)
|
140
145
|
])
|
141
146
|
])) : createCommentVNode("", true)
|
142
147
|
]);
|
@@ -1,4 +1,4 @@
|
|
1
|
-
const
|
1
|
+
const edit_vue_vue_type_style_index_0_scoped_cbf4d716_lang = "";
|
2
2
|
export {
|
3
|
-
|
3
|
+
edit_vue_vue_type_style_index_0_scoped_cbf4d716_lang as default
|
4
4
|
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import _sfc_main from "./index.vue2.mjs";
|
2
2
|
import "./index.vue3.mjs";
|
3
3
|
import _export_sfc from "../_virtual/_plugin-vue_export-helper.mjs";
|
4
|
-
const KgCopilot = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
4
|
+
const KgCopilot = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-5140ed8f"]]);
|
5
5
|
export {
|
6
6
|
KgCopilot as default
|
7
7
|
};
|
@@ -21,7 +21,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
21
21
|
getkitsUrl: null,
|
22
22
|
token: null,
|
23
23
|
plugins: null,
|
24
|
-
initText: { default: "你好,我是AI
|
24
|
+
initText: { default: "你好,我是AI智能助手,如有任何需要,请随时告诉我,我会尽力为您提供帮助。" },
|
25
25
|
aiName: { default: "Copilot" }
|
26
26
|
},
|
27
27
|
setup(__props, { expose }) {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
const
|
1
|
+
const index_vue_vue_type_style_index_0_scoped_5140ed8f_lang = "";
|
2
2
|
export {
|
3
|
-
|
3
|
+
index_vue_vue_type_style_index_0_scoped_5140ed8f_lang as default
|
4
4
|
};
|
package/dist/es/style.css
CHANGED
@@ -1 +1 @@
|
|
1
|
-
.copilot-box[data-v-6b99eed4]{background:linear-gradient(180deg,#f5f4f5,#eaedf6);display:flex;flex-direction:column;height:100%;justify-content:space-between;min-width:400px;padding:.5rem 0 .5rem 1.5rem;width:100%}.copilot-box .copilot-bottom-box[data-v-6b99eed4]{position:relative;width:100%}.panel[data-v-c86d30a0]{margin:6px!important}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.flex-bc{align-items:center;display:flex;justify-content:space-between}.collapse{visibility:collapse}.static{position:static}.absolute{position:absolute}.relative{position:relative}.right-0{right:0}.bottom-0{bottom:0}.my-1{margin-bottom:.25rem;margin-top:.25rem}.mb-5{margin-bottom:1.25rem}.mb-1{margin-bottom:.25rem}.mt-1{margin-top:.25rem}.mb-3{margin-bottom:.75rem}.mr-3{margin-right:.75rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.mr-auto{margin-right:auto}.ml-auto{margin-left:auto}.mt-3{margin-top:.75rem}.mr-1{margin-right:.25rem}.ml-3{margin-left:.75rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.content-start{align-content:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-start{justify-items:start}.gap-1\.5{gap:.375rem}.gap-1{gap:.25rem}.gap-x-5{column-gap:1.25rem}.gap-x-10{column-gap:2.5rem}.gap-y-2{row-gap:.5rem}.gap-y-4{row-gap:1rem}.gap-x-8{column-gap:2rem}.gap-y-6{row-gap:1.5rem}.overflow-hidden,.truncate{overflow:hidden}.truncate{text-overflow:ellipsis;white-space:nowrap}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-2{border-width:2px}.border-solid{border-style:solid}.border-\[\#ddd\]{--tw-border-opacity:1;border-color:rgb(221 221 221/var(--tw-border-opacity))}.border-indigo-600{--tw-border-opacity:1;border-color:rgb(79 70 229/var(--tw-border-opacity))}.border-\[\#DDD\]{--tw-border-opacity:1;border-color:rgb(221 221 221/var(--tw-border-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-\[\#f3f3f3\]{--tw-bg-opacity:1;background-color:rgb(243 243 243/var(--tw-bg-opacity))}.p-2{padding:.5rem}.p-1{padding:.25rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.px-1{padding-left:.25rem;padding-right:.25rem}.text-center{text-align:center}.align-middle{vertical-align:middle}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.text-\[\#333\]{--tw-text-opacity:1;color:rgb(51 51 51/var(--tw-text-opacity))}.text-\[\#666\]{--tw-text-opacity:1;color:rgb(102 102 102/var(--tw-text-opacity))}.text-\[\#e4393c\]{--tw-text-opacity:1;color:rgb(228 57 60/var(--tw-text-opacity))}.text-\[\#606266\]{--tw-text-opacity:1;color:rgb(96 98 102/var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.last\:pr-10:last-child{padding-right:2.5rem}.hover\:border-\[red\]:hover{--tw-border-opacity:1;border-color:rgb(255 0 0/var(--tw-border-opacity))}.hover\:\!bg-\[white\]:hover{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.hover\:text-red-600:hover{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.dark .dark\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.fade-enter-active,.fade-leave-active{transition:opacity .28s}.fade-enter,.fade-leave-active{opacity:0}.fade-transform-enter-active,.fade-transform-leave-active{transition:all .5s}.fade-transform-enter-from{opacity:0;transform:translateX(-30px)}.fade-transform-leave-to{opacity:0;transform:translateX(30px)}.breadcrumb-enter-active{transition:all .4s}.breadcrumb-leave-active{transition:all .3s}.breadcrumb-enter-from,.breadcrumb-leave-active{opacity:0;transform:translateX(20px)}.breadcrumb-leave-active{position:absolute}.outer-most .el-collapse-transition-enter-active,.outer-most .el-collapse-transition-leave-active{transition:all .2s ease-in-out!important}.horizontal-collapse-transition{transition:var(--pure-transition-duration) all!important}.el-breadcrumb__inner,.el-breadcrumb__inner a{font-weight:400!important}.el-upload input[type=file]{display:none!important}.el-upload__input{display:none}.upload-container .el-upload{width:100%}.upload-container .el-upload .el-upload-dragger{height:200px;width:100%}.el-dropdown-menu{padding:0!important}.el-range-separator{box-sizing:content-box}.is-dark{z-index:9999!important}.reset-margin [class*=el-icon]+span{margin-left:2px!important}.pure-popper{padding:0!important}.pure-tooltip{z-index:41000!important}#nprogress .bar{background-color:var(--el-color-primary)!important}#nprogress .peg{box-shadow:0 0 10px var(--el-color-primary),0 0 5px var(--el-color-primary)!important}#nprogress .spinner-icon{border-left-color:var(--el-color-primary);border-top-color:var(--el-color-primary)}.el-dialog__headerbtn:hover .el-dialog__close,.el-message-box__headerbtn:hover .el-dialog__close{color:var(--el-color-info)!important}.el-icon.el-dialog__close,.el-icon.el-drawer__close,.el-icon.el-message-box__close,.el-icon.el-notification__closeBtn{border-radius:4px;height:24px;outline:none;transition:background-color .2s,color .2s;width:24px}.el-icon.el-dialog__close:hover,.el-icon.el-drawer__close:hover,.el-icon.el-message-box__close:hover,.el-icon.el-notification__closeBtn:hover{background-color:rgba(0,0,0,.06);color:rgba(0,0,0,.88)!important;text-decoration:none}.pure-message{background:#fff!important;border-width:0!important;box-shadow:0 3px 6px -4px rgba(0,0,0,.122),0 6px 16px rgba(0,0,0,.078),0 9px 28px 8px rgba(0,0,0,.051)!important;padding:10px 13px!important}.pure-message.el-message.is-closable .el-message__content{padding-right:17px!important}.pure-message .el-message__content{background-image:none!important;color:rgba(0,0,0,.851)!important;pointer-events:all!important}.pure-message .el-message__icon{margin-right:8px!important}.pure-message .el-message__closeBtn{border-radius:4px;outline:none;right:9px!important;transition:background-color .2s,color .2s}.pure-message .el-message__closeBtn:hover{background-color:rgba(0,0,0,.06)}html.dark{--el-color-primary:#409eff;--el-color-primary-light-3:#3375b9;--el-color-primary-light-5:#2a598a;--el-color-primary-light-7:#213d5b;--el-color-primary-light-8:#1d3043;--el-color-primary-light-9:#18222c;--el-color-primary-dark-2:#66b1ff;--el-color-success:#67c23a;--el-color-success-light-3:#4e8e2f;--el-color-success-light-5:#3e6b27;--el-color-success-light-7:#2d481f;--el-color-success-light-8:#25371c;--el-color-success-light-9:#1c2518;--el-color-success-dark-2:#85ce61;--el-color-warning:#e6a23c;--el-color-warning-light-3:#a77730;--el-color-warning-light-5:#7d5b28;--el-color-warning-light-7:#533f20;--el-color-warning-light-8:#3e301c;--el-color-warning-light-9:#292218;--el-color-warning-dark-2:#ebb563;--el-color-danger:#f56c6c;--el-color-danger-light-3:#b25252;--el-color-danger-light-5:#854040;--el-color-danger-light-7:#582e2e;--el-color-danger-light-8:#412626;--el-color-danger-light-9:#2b1d1d;--el-color-danger-dark-2:#f78989;--el-color-error:#f56c6c;--el-color-error-light-3:#b25252;--el-color-error-light-5:#854040;--el-color-error-light-7:#582e2e;--el-color-error-light-8:#412626;--el-color-error-light-9:#2b1d1d;--el-color-error-dark-2:#f78989;--el-color-info:#909399;--el-color-info-light-3:#6b6d71;--el-color-info-light-5:#525457;--el-color-info-light-7:#393a3c;--el-color-info-light-8:#2d2d2f;--el-color-info-light-9:#202121;--el-color-info-dark-2:#a6a9ad;--el-box-shadow:0px 12px 32px 4px rgba(0,0,0,.36),0px 8px 20px rgba(0,0,0,.72);--el-box-shadow-light:0px 0px 12px rgba(0,0,0,.72);--el-box-shadow-lighter:0px 0px 6px rgba(0,0,0,.72);--el-box-shadow-dark:0px 16px 48px 16px rgba(0,0,0,.72),0px 12px 32px #000,0px 8px 16px -8px #000;--el-bg-color-page:#0a0a0a;--el-bg-color:#141414;--el-bg-color-overlay:#1d1e1f;--el-text-color-primary:#e5eaf3;--el-text-color-regular:#cfd3dc;--el-text-color-secondary:#a3a6ad;--el-text-color-placeholder:#8d9095;--el-text-color-disabled:#6c6e72;--el-border-color-darker:#636466;--el-border-color-dark:#58585b;--el-border-color:#4c4d4f;--el-border-color-light:#414243;--el-border-color-lighter:#363637;--el-border-color-extra-light:#2b2b2c;--el-fill-color-darker:#424243;--el-fill-color-dark:#39393a;--el-fill-color:#303030;--el-fill-color-light:#262727;--el-fill-color-lighter:#1d1d1d;--el-fill-color-extra-light:#191919;--el-fill-color-blank:transparent;--el-mask-color:rgba(0,0,0,.8);--el-mask-color-extra-light:rgba(0,0,0,.3);color-scheme:dark}html.dark .el-button{--el-button-disabled-text-color:hsla(0,0%,100%,.5)}html.dark .el-card{--el-card-bg-color:var(--el-bg-color-overlay)}html.dark .el-empty{--el-empty-fill-color-0:var(--el-color-black);--el-empty-fill-color-1:#4b4b52;--el-empty-fill-color-2:#36383d;--el-empty-fill-color-3:#1e1e20;--el-empty-fill-color-4:#262629;--el-empty-fill-color-5:#202124;--el-empty-fill-color-6:#212224;--el-empty-fill-color-7:#1b1c1f;--el-empty-fill-color-8:#1c1d1f;--el-empty-fill-color-9:#18181a}html.dark .contextmenu,html.dark .horizontal-header,html.dark .horizontal-header .el-sub-menu__title,html.dark .horizontal-header .submenu-title-noDropdown,html.dark .navbar,html.dark .sidebar-container,html.dark .sidebar-logo-container,html.dark .tags-view{background:var(--el-bg-color)!important}html.dark .app-main{background:#020409!important}html.dark .frame{filter:invert(.9) hue-rotate(180deg)}html.dark .tags-view .arrow-left,html.dark .tags-view .arrow-right{border-right:1px solid #303030;box-shadow:none}html.dark .tags-view .arrow-right{border-left:1px solid #303030}html.dark .right-panel-items .el-divider__text{--el-bg-color:var(--el-bg-color)}html.dark .right-panel-items .el-divider--horizontal{border-top:none}html.dark .el-table__cell{background:var(--el-bg-color)}html.dark .el-card{--el-card-bg-color:var(--el-bg-color)}html.dark .el-backtop{--el-backtop-bg-color:var(--el-color-primary-light-9);--el-backtop-hover-bg-color:var(--el-color-primary)}html.dark .el-dropdown-menu__item:not(.is-disabled):hover{background:transparent}html.dark .el-icon.el-dialog__close:hover,html.dark .el-icon.el-drawer__close:hover,html.dark .el-icon.el-message-box__close:hover,html.dark .el-icon.el-notification__closeBtn:hover{background-color:hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.85)!important}html.dark .pure-message{background-color:#242525!important;background-image:none!important;box-shadow:0 3px 6px -4px hsla(0,0%,5%,.12),0 6px 16px 0 hsla(0,0%,5%,.08),0 9px 28px 8px hsla(0,0%,5%,.05)!important}html.dark .pure-message .el-message__content{background-image:none!important;color:#fff!important;pointer-events:all!important}html.dark .pure-message .el-message__closeBtn:hover{background-color:hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.85)}:root{--pure-transition-duration:0.016s;--input-bottom-height:110px}.html-grey{filter:grayscale(100%)}.html-weakness{filter:invert(80%)}.copilot-footer[data-v-3166d992]{align-items:flex-end;background:linear-gradient(180deg,transparent 0,#eaedf6 5%,#eaedf6);bottom:0;box-sizing:border-box;justify-content:center;min-height:70px;min-width:400px;padding-top:10px;position:absolute;width:100%;z-index:1}.message-box[data-v-dff5947b]{height:100%;overflow-x:hidden;overflow-y:auto;padding-bottom:calc(var(--input-bottom-height) + 66px)}.message-box[data-v-dff5947b]::-webkit-scrollbar{width:6px}.message-box[data-v-dff5947b]::-webkit-scrollbar-thumb{background:rgba(0,0,0,.4);border-radius:5px;-webkit-box-shadow:inset005pxrgba(0,0,0,.2)}.message-box[data-v-dff5947b]::-webkit-scrollbar-track{background:transparent;border-radius:0;-webkit-box-shadow:inset005pxrgba(0,0,0,.2)}.message-box>div[data-v-dff5947b]{width:97%}.message-box .message-group[data-v-dff5947b]{margin-top:24px}.message-box .message-group .msg-content[data-v-dff5947b]{color:#111;font-size:16px;margin-left:36px}.message-box .message-group .msg-content .msg-plus[data-v-dff5947b]{display:flex;justify-content:space-between}.message-box .message-group .msg-content .msg-plus .rotate-up[data-v-dff5947b]{transform:rotate(180deg)}.message-box .message-group .msg-content .msg-plus .arrow-icon[data-v-dff5947b]{transition:all .3s}.message-box .message-group .msg-content .plugs-answer[data-v-dff5947b]{height:auto;overflow:hidden}.message-box .message-group .msg-content .is-shrink[data-v-dff5947b]{height:0}.message-box .message-group .msg-content .icon-operates[data-v-dff5947b]{display:flex;margin-top:12px}.message-box .message-group .msg-content .icon-operates .icon-item[data-v-dff5947b]{cursor:pointer;margin-left:10px}.message-box .message-group .msg-content .icon-operates .icon-item svg[data-v-dff5947b]{height:20px;width:20px}.message-box .message-group .response-content[data-v-dff5947b]{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px 0 #eaedf5,0 0 3px 0 #eaedf5;padding:12px 20px 7px}.message-box .stop-dialogue[data-v-dff5947b]{align-items:center;display:flex;justify-content:space-between;padding-top:25px}.message-box .stop-dialogue .gray-line[data-v-dff5947b]{background-color:#ccc;flex:1;height:1px}.message-box .stop-dialogue .title[data-v-dff5947b]{color:#111;display:flex;font-size:16px;font-weight:500;justify-content:center;padding:5px;width:430px}.message-box .stop-dialogue .title .stop-icon[data-v-dff5947b]{color:#1e56ea;display:inline-block;height:16px;margin:0 1px;transform:translateY(-1px);vertical-align:text-bottom;width:16px}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#000;color:#f8f8f8}.hljs-comment,.hljs-quote{color:#aeaeae;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-type{color:#e28964}.hljs-string{color:#65b042}.hljs-subst{color:#daefa3}.hljs-link,.hljs-regexp{color:#e9c062}.hljs-name,.hljs-section,.hljs-tag,.hljs-title{color:#89bdff}.hljs-class .hljs-title,.hljs-doctag,.hljs-title.class_{text-decoration:underline}.hljs-bullet,.hljs-number,.hljs-symbol{color:#3387cc}.hljs-params,.hljs-template-variable,.hljs-variable{color:#3e87e3}.hljs-attribute{color:#cda869}.hljs-meta{color:#8996a8}.hljs-formula{background-color:#0e2231;color:#f8f8f8;font-style:italic}.hljs-addition{background-color:#253b22;color:#f8f8f8}.hljs-deletion{background-color:#420e09;color:#f8f8f8}.hljs-selector-class{color:#9b703f}.hljs-selector-id{color:#8b98ab}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}[data-v-7a0e9ea7] .el-scrollbar{margin-bottom:-2px}.user[data-v-e25476bb]{display:flex;height:24px;margin-bottom:12px}.user .header-avatar[data-v-e25476bb]{fill:#123bb6;align-items:center;background-color:#d1dbfa;color:#123bb6;display:flex;height:24px;justify-content:center;width:24px}.user .header-avatar svg[data-v-e25476bb]{height:16px;width:16px}.user .head-label[data-v-e25476bb]{color:#111;font-size:16px;font-weight:700;margin-left:12px}.bottom-footer[data-v-b85dc853]{display:flex;flex-direction:column;width:97%}.bottom-footer .control-contain[data-v-b85dc853]{align-items:center;display:flex;margin-bottom:10px;position:relative}.bottom-footer .control-contain .control-button[data-v-b85dc853]{align-items:center;background-color:#fff;border-radius:10px;color:#1e56ea;display:flex;font-weight:600;height:40px;justify-content:center;margin-right:10px;padding:0 12px;width:110px}.bottom-footer .control-contain .select-button .icon[data-v-b85dc853]{background-image:linear-gradient(-41deg,#2e6ee7,#8c8ef7);border-radius:50%;height:16px;margin-left:5px;transition:transform .5s ease-in-out;width:16px}.bottom-footer .control-contain .select-button .icon svg[data-v-b85dc853]{color:#fff;margin-left:-8px;margin-top:-8px;transform:scale(.3) translate(0)}.bottom-footer .control-contain .select-button .rotated[data-v-b85dc853]{transform:rotate(45deg)}.bottom-footer .control-contain .icon[data-v-b85dc853]{font-size:18px}.bottom-footer .control-contain .stop-responding-button[data-v-b85dc853]{border:1px solid #1e56ea;left:50%;position:absolute;top:-30px;transform:translate(-50%)}.bottom-footer .control-contain .stop-responding-button .stop-icon[data-v-b85dc853]{background-color:#1e56ea;border-radius:2px;height:14px;margin-right:4px;width:14px}.bottom-footer .control-contain .stop-responding-button span[data-v-b85dc853]{color:#1e56ea;font-weight:600}.bottom-footer .input-container[data-v-b85dc853]{background:#fff;border-radius:20px;box-shadow:0 1px 3px 0 #e4e6f3,0 0 3px 0 #e4e6f3;cursor:text;display:flex;flex-direction:column;justify-content:space-between;margin:0;min-height:20px;min-width:300px;outline:1px solid transparent;pointer-events:auto;position:relative;width:100%;z-index:1}.bottom-footer .input-container .plugin-town[data-v-b85dc853]{align-items:center;background-color:#f5f7fc;border-radius:20px 20px 0 0;color:#686c8d;display:flex;font-size:14px;font-weight:500;height:34px;padding:0 10px 0 13px;width:100%}.bottom-footer .input-container .disable[data-v-b85dc853]{background-color:hsla(0,0%,100%,.596);border-radius:20px;height:100%;left:0;position:absolute;top:0;width:100%}.bottom-footer .input-container .input-row[data-v-b85dc853]{flex:1;padding:10px 32px 5px 13px;position:relative;width:100%}.bottom-footer .input-container .input-row .text-area[data-v-b85dc853]{color:#111;max-height:200px;overflow-y:auto;width:100%}.bottom-footer .input-container .input-row .text-area[data-v-b85dc853]:empty:before{color:#ccc;content:attr(placeholder)}.bottom-footer .input-container .bottom-controls[data-v-b85dc853]{display:flex;justify-content:space-between;padding-inline:5px}.bottom-footer .input-container .bottom-controls .bottom-left-controls[data-v-b85dc853]{display:flex}.bottom-footer .input-container .bottom-controls .bottom-left-controls[data-v-b85dc853] .el-card{position:absolute;top:-130px}.bottom-footer .input-container .bottom-controls .bottom-left-controls[data-v-b85dc853] .el-card .el-card__body{padding:10px;width:100%}.bottom-footer .input-container .bottom-controls .bottom-left-controls .pic-control[data-v-b85dc853]{position:relative}.bottom-footer .input-container .bottom-controls .bottom-left-controls .pic-control .visual-search[data-v-b85dc853]{align-items:flex-start;display:flex;flex-direction:column;width:100%}.bottom-footer .input-container .bottom-controls .bottom-left-controls .pic-control .visual-search .visual-search-title[data-v-b85dc853]{font-size:12px;font-weight:700;margin-bottom:8px}.bottom-footer .input-container .bottom-controls .bottom-left-controls .pic-control .visual-search .search-input[data-v-b85dc853]{padding:4px 0;width:100%}.bottom-footer .input-container .bottom-controls .bottom-left-controls .pic-control .visual-search .search-input input[data-v-b85dc853]{border:1px solid #1e56ea;border-radius:5px;height:32px;padding:8px 10px}.bottom-footer .input-container .bottom-controls .bottom-left-controls .pic-control .visual-search[data-v-b85dc853] .el-upload{width:100%}.bottom-footer .input-container .bottom-controls .bottom-left-controls .pic-control .visual-search .push-pic[data-v-b85dc853]{align-items:center;background-color:hsla(0,0%,99%,0);border-radius:4px;display:flex;margin-top:5px;padding:4px;width:100%}.bottom-footer .input-container .bottom-controls .bottom-left-controls .pic-control .visual-search .push-pic[data-v-b85dc853]:hover{background-color:#f0f0f0}.bottom-footer .input-container .bottom-controls .bottom-right-controls[data-v-b85dc853]{display:flex;margin-bottom:5px}.bottom-footer .input-container .bottom-controls .bottom-right-controls .text-sum[data-v-b85dc853]{color:#666;font-size:13px;line-height:32px;text-align:center}.bottom-footer .input-container .bottom-controls .bottom-right-controls .send-button[data-v-b85dc853]{align-items:center;background-color:hsla(0,0%,99%,0);border-radius:4px;color:hsla(0,0%,94%,0);display:flex;gap:4px;height:30px;justify-content:center;padding:4px;width:30px}.bottom-footer .input-container .bottom-controls .bottom-right-controls .send-button[data-v-b85dc853]:hover{background-color:#f0f0f0}@keyframes blink-8cf9b160{0%{opacity:1}50%{opacity:0}to{opacity:1}}.cursor[data-v-8cf9b160]{animation:blink-8cf9b160 .5s step-end infinite;background-color:#aaa;display:inline-block;height:20px;margin-left:2px;vertical-align:sub;width:2px}.answer[data-v-79b56717]{display:flex;height:24px;margin-bottom:12px}.answer .icon[data-v-79b56717]{height:24px;width:24px}.answer .head-label[data-v-79b56717]{color:#111;font-size:16px;font-weight:700;margin-left:12px}.fade-enter-active[data-v-4e04c24d],.fade-leave-active[data-v-4e04c24d]{transition:opacity .2s}.fade-enter[data-v-4e04c24d],.fade-leave-to[data-v-4e04c24d]{opacity:0}.filterWrap[data-v-4e04c24d]{border:1px solid #ececea}.filterWrap .rowTitle[data-v-4e04c24d]{-webkit-font-smoothing:antialiased;background:#fff;color:#666;font:12px/150% tahoma,arial,Microsoft YaHei,Hiragino Sans GB,u5b8bu4f53,sans-serif;width:110px}.filterWrap .rowWrap.xinyuan[data-v-4e04c24d]{border-bottom:1px solid #ececea}.filterWrap .rowWrap.xinyuan .rowTitle[data-v-4e04c24d]{background-color:#ececea}.filterWrap .rowWrap.zhuti[data-v-4e04c24d]{border-bottom:1px solid #ccc}.filterWrap .rowWrap.zhuti .rowTitle[data-v-4e04c24d]{background-color:#ccc}.filterWrap .rowWrap.huati[data-v-4e04c24d]{border-bottom:1px solid #999}.filterWrap .rowWrap.huati .rowTitle[data-v-4e04c24d]{background-color:#999}.filterWrap .rowWrap.multiple[data-v-4e04c24d]{border:2px solid #edd28b}.filterWrap .rowWrap.multiple .rowTitle[data-v-4e04c24d]{background-color:#fffdee!important}.filterWrap .rowWrap .fWrap[data-v-4e04c24d]{max-height:70px}.filterWrap .rowWrap .fWrap.more[data-v-4e04c24d]{height:auto;max-height:15vh!important;overflow-y:auto}.filterWrap .rowWrap .fWrap.iconRow[data-v-4e04c24d]{max-height:113px}.filterWrap .bottomRowTitle.xinyuan[data-v-4e04c24d]{border-color:#ececea;color:#ececea}.filterWrap .bottomRowTitle.zhuti[data-v-4e04c24d]{border-color:#ccc;color:#ccc}.filterWrap .bottomRowTitle.huati[data-v-4e04c24d]{border-color:#999;color:#999}.filterWrap .bottomRowTitle.multiple[data-v-4e04c24d]{background-color:#fffdee!important}.downRowTitle[data-v-4e04c24d]{-webkit-font-smoothing:antialiased;color:#005aa0;display:inline-block;font:12px/150% tahoma,arial,Microsoft YaHei,Hiragino Sans GB,u5b8bu4f53,sans-serif;vertical-align:top}[data-v-4e04c24d] .subFilterWrap.multiple{border:2px solid #edd28b}.activePanel[data-v-4e04c24d]{border-color:#f8bc01}.letterWrap .letter[data-v-4e04c24d]{border:1px solid #fff;color:#005aa0;cursor:pointer;font-size:12px;padding:0 7px;text-align:center}.letterWrap .letter.active[data-v-4e04c24d],.letterWrap .letter.activeAll[data-v-4e04c24d]{border:1px solid red;color:red}@keyframes blink-6f0b4aca{0%{opacity:1}50%{opacity:0}to{opacity:1}}[data-v-6f0b4aca] .markdown pre code{background-color:#eef0f7;color:#757676;width:100%}[data-v-6f0b4aca] .markdown p{margin:5px 0}[data-v-6f0b4aca] .markdown p:first-child{margin-top:0}[data-v-6f0b4aca] .markdown ol{list-style-type:decimal;padding-left:40px}[data-v-6f0b4aca] .markdown ul{list-style-type:disc;padding-left:40px}[data-v-6f0b4aca] .markdown a{word-break:break-all}[data-v-6f0b4aca] .markdown .cursor{animation:blink-6f0b4aca .5s step-end infinite;background-color:#aaa;display:inline-block;height:20px;margin-left:2px;vertical-align:sub;width:2px}.outside-left-container .button-compose[data-v-e4530874]{background:#1e56ea;border:none;border-radius:20px;color:#fff;display:flex;flex-direction:row;height:40px;margin:0;overflow:hidden;padding:0;transition:width .5s ease;width:40px}.outside-left-container .button-compose[data-v-e4530874]:hover{width:110px}.outside-left-container .button-compose .button-compose-content[data-v-e4530874]{align-items:center;color:#fff;display:grid;grid-template-columns:40px auto;height:40px}.outside-left-container .button-compose .button-compose-content .button-compose-text[data-v-e4530874]{margin-inline-end:20px;min-width:max-content}.outside-left-container .button-compose .button-compose-icon[data-v-e4530874]{align-items:center;display:flex;justify-content:center}.icon-button[data-v-94f38585]{align-items:center;background-color:hsla(0,0%,99%,0);border-radius:4px;color:hsla(0,0%,94%,0);display:flex;gap:4px;height:30px;justify-content:center;padding:4px;width:30px}.icon-button[data-v-94f38585]:hover{background-color:#f0f0f0}.icon[data-v-94f38585]{color:#333;height:20px;width:20px}.pic-control[data-v-94f38585]{position:relative}.pic-control .visual-search[data-v-94f38585]{align-items:flex-start;display:flex;flex-direction:column;width:100%}.pic-control .visual-search .visual-search-title[data-v-94f38585]{font-size:12px;font-weight:700;margin-bottom:8px}.pic-control .visual-search .search-input[data-v-94f38585]{padding:4px 0;width:100%}.pic-control .visual-search .search-input input[data-v-94f38585]{border:1px solid #1e56ea;border-radius:5px;height:32px;padding:8px 10px}.pic-control .visual-search[data-v-94f38585] .el-upload{width:100%}.pic-control .visual-search .push-pic[data-v-94f38585]{align-items:center;background-color:hsla(0,0%,99%,0);border-radius:4px;display:flex;margin-top:5px;padding:4px;width:100%}.pic-control .visual-search .push-pic[data-v-94f38585]:hover{background-color:#f0f0f0}.top-controls[data-v-2de838e5]{inset-inline-end:0;padding:5px;position:absolute;top:0}.top-controls .icon-button[data-v-2de838e5]{align-items:center;background-color:hsla(0,0%,99%,0);border-radius:4px;color:hsla(0,0%,94%,0);display:flex;gap:4px;height:30px;justify-content:center;padding:4px;width:30px}.top-controls .icon-button[data-v-2de838e5]:hover{background-color:#f0f0f0}.top-controls .icon[data-v-2de838e5]{color:#333;height:20px;width:20px}button[data-v-1f3321ce]{background-color:#409eff;border-color:#409eff;border-radius:4px;color:#fff;padding:2px 5px;text-align:center}.keyword-input[data-v-1f3321ce]{border:1px solid #409eff;border-radius:4px;padding-left:7px}.keyword-input[data-v-1f3321ce]:focus{outline:none}.icon-item[data-v-1f3321ce]{color:#409eff;cursor:pointer;margin-left:10px;padding-top:1px}.icon-item svg[data-v-1f3321ce]{height:20px;width:20px}.cursor-default[data-v-1f3321ce]{cursor:default}.selection[data-v-ea1e5e2d]{background-color:#fff;border-radius:10px;box-shadow:0 1px 3px 0 rgba(0,0,0,.12),0 0 3px 0 rgba(0,0,0,.04);display:flex;flex-direction:column;height:145px;left:0;padding:10px 0;position:absolute;top:-105px;transform-origin:bottom center;width:220px;z-index:222}.selection .input-container[data-v-ea1e5e2d],.selection .input-container .select-input[data-v-ea1e5e2d]{padding:0 10px;width:100%}.selection .plugin-content[data-v-ea1e5e2d]{height:100%;overflow-y:auto}.selection .plugin-content .plugin-item[data-v-ea1e5e2d]{align-items:center;border-bottom:1px solid #f4f3f7;color:#686c8d;cursor:pointer;display:flex;font-weight:500;height:40px;justify-content:space-between;padding:10px 20px;width:100%}.selection .plugin-content .plugin-item.isSel[data-v-ea1e5e2d],.selection .plugin-content .plugin-item[data-v-ea1e5e2d]:hover{background-color:#f5f7fd}.selection .plugin-content .plugin-item:hover .select-radio .icon[data-v-ea1e5e2d]{color:#1e56ea;display:inline-block;opacity:1}.selection .plugin-content .plugin-item .select-radio[data-v-ea1e5e2d]{align-items:center;border:1px solid #ccc;border-radius:50%;display:flex;height:14px;justify-content:space-between;width:14px}.selection .plugin-content .plugin-item .select-radio .icon[data-v-ea1e5e2d]{color:#1e56ea;display:inline-block;opacity:0}.selection .plugin-content .plugin-item .select-radio .hoverIcon[data-v-ea1e5e2d]{opacity:1}.selection .plugin-content .plugin-item .active-radio[data-v-ea1e5e2d]{background-color:#1e56ea;border:1px solid #1e56ea}.selection .plugin-content .plugin-item .active-radio .icon[data-v-ea1e5e2d]{color:#fff!important;opacity:1}.fade-scale-enter-active[data-v-ea1e5e2d],.fade-scale-leave-active[data-v-ea1e5e2d]{transition:all .3s}.fade-scale-enter-from[data-v-ea1e5e2d],.fade-scale-leave-to[data-v-ea1e5e2d]{opacity:0;transform:scaleY(.5)}.fade-scale-enter-to[data-v-ea1e5e2d],.fade-scale-leave-from[data-v-ea1e5e2d]{opacity:1;transform:scaleY(1)}.hover[data-v-c55b8933]{color:#e4393c}.tagText[data-v-c55b8933]{-webkit-font-smoothing:antialiased;border:1px solid #ddd;color:#005aa0;font:12px/150% tahoma,arial,Microsoft YaHei,Hiragino Sans GB,u5b8bu4f53,sans-serif;height:48px;text-decoration:none;width:110px}.tagText[data-v-c55b8933]:hover{border-color:#e4393c;color:#e4393c}.num[data-v-c55b8933]{-webkit-font-smoothing:antialiased;color:#aaa;float:right;font:12px/150% tahoma,arial,Microsoft YaHei,Hiragino Sans GB,u5b8bu4f53,sans-serif;margin-left:-2px;margin-top:8px;transform:scale(.8)}.tagText[data-v-be1d5ffc]{-webkit-font-smoothing:antialiased;color:#005aa0!important;font:12px/150% tahoma,arial,Microsoft YaHei,Hiragino Sans GB,u5b8bu4f53,sans-serif;text-decoration:none}.tagText[data-v-be1d5ffc]:hover{color:#e4393c}.num[data-v-be1d5ffc]{-webkit-font-smoothing:antialiased;color:#aaa;float:right;font:12px/150% tahoma,arial,Microsoft YaHei,Hiragino Sans GB,u5b8bu4f53,sans-serif;margin-left:-2px;margin-top:8px;transform:scale(.8)}
|
1
|
+
.panel[data-v-c86d30a0]{margin:6px!important}.copilot-box[data-v-5140ed8f]{background:linear-gradient(180deg,#f5f4f5,#eaedf6);display:flex;flex-direction:column;height:100%;justify-content:space-between;min-width:400px;padding:.5rem 0 .5rem 1.5rem;width:100%}.copilot-box .copilot-bottom-box[data-v-5140ed8f]{position:relative;width:100%}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.flex-bc{align-items:center;display:flex;justify-content:space-between}.collapse{visibility:collapse}.static{position:static}.absolute{position:absolute}.relative{position:relative}.right-0{right:0}.bottom-0{bottom:0}.my-1{margin-bottom:.25rem;margin-top:.25rem}.mb-5{margin-bottom:1.25rem}.mb-1{margin-bottom:.25rem}.mt-1{margin-top:.25rem}.mb-3{margin-bottom:.75rem}.mr-3{margin-right:.75rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.mr-auto{margin-right:auto}.ml-auto{margin-left:auto}.mt-3{margin-top:.75rem}.mr-1{margin-right:.25rem}.ml-3{margin-left:.75rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.content-start{align-content:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-start{justify-items:start}.gap-1\.5{gap:.375rem}.gap-1{gap:.25rem}.gap-x-5{column-gap:1.25rem}.gap-x-10{column-gap:2.5rem}.gap-y-2{row-gap:.5rem}.gap-y-4{row-gap:1rem}.gap-x-8{column-gap:2rem}.gap-y-6{row-gap:1.5rem}.overflow-hidden,.truncate{overflow:hidden}.truncate{text-overflow:ellipsis;white-space:nowrap}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-2{border-width:2px}.border-solid{border-style:solid}.border-\[\#ddd\]{--tw-border-opacity:1;border-color:rgb(221 221 221/var(--tw-border-opacity))}.border-indigo-600{--tw-border-opacity:1;border-color:rgb(79 70 229/var(--tw-border-opacity))}.border-\[\#DDD\]{--tw-border-opacity:1;border-color:rgb(221 221 221/var(--tw-border-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-\[\#f3f3f3\]{--tw-bg-opacity:1;background-color:rgb(243 243 243/var(--tw-bg-opacity))}.p-2{padding:.5rem}.p-1{padding:.25rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.px-1{padding-left:.25rem;padding-right:.25rem}.align-middle{vertical-align:middle}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.text-\[\#333\]{--tw-text-opacity:1;color:rgb(51 51 51/var(--tw-text-opacity))}.text-\[\#666\]{--tw-text-opacity:1;color:rgb(102 102 102/var(--tw-text-opacity))}.text-\[\#e4393c\]{--tw-text-opacity:1;color:rgb(228 57 60/var(--tw-text-opacity))}.text-\[\#606266\]{--tw-text-opacity:1;color:rgb(96 98 102/var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.last\:pr-10:last-child{padding-right:2.5rem}.hover\:border-\[red\]:hover{--tw-border-opacity:1;border-color:rgb(255 0 0/var(--tw-border-opacity))}.hover\:\!bg-\[white\]:hover{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.hover\:text-red-600:hover{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.dark .dark\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.fade-enter-active,.fade-leave-active{transition:opacity .28s}.fade-enter,.fade-leave-active{opacity:0}.fade-transform-enter-active,.fade-transform-leave-active{transition:all .5s}.fade-transform-enter-from{opacity:0;transform:translateX(-30px)}.fade-transform-leave-to{opacity:0;transform:translateX(30px)}.breadcrumb-enter-active{transition:all .4s}.breadcrumb-leave-active{transition:all .3s}.breadcrumb-enter-from,.breadcrumb-leave-active{opacity:0;transform:translateX(20px)}.breadcrumb-leave-active{position:absolute}.outer-most .el-collapse-transition-enter-active,.outer-most .el-collapse-transition-leave-active{transition:all .2s ease-in-out!important}.horizontal-collapse-transition{transition:var(--pure-transition-duration) all!important}.el-breadcrumb__inner,.el-breadcrumb__inner a{font-weight:400!important}.el-upload input[type=file]{display:none!important}.el-upload__input{display:none}.upload-container .el-upload{width:100%}.upload-container .el-upload .el-upload-dragger{height:200px;width:100%}.el-dropdown-menu{padding:0!important}.el-range-separator{box-sizing:content-box}.is-dark{z-index:9999!important}.reset-margin [class*=el-icon]+span{margin-left:2px!important}.pure-popper{padding:0!important}.pure-tooltip{z-index:41000!important}#nprogress .bar{background-color:var(--el-color-primary)!important}#nprogress .peg{box-shadow:0 0 10px var(--el-color-primary),0 0 5px var(--el-color-primary)!important}#nprogress .spinner-icon{border-left-color:var(--el-color-primary);border-top-color:var(--el-color-primary)}.el-dialog__headerbtn:hover .el-dialog__close,.el-message-box__headerbtn:hover .el-dialog__close{color:var(--el-color-info)!important}.el-icon.el-dialog__close,.el-icon.el-drawer__close,.el-icon.el-message-box__close,.el-icon.el-notification__closeBtn{border-radius:4px;height:24px;outline:none;transition:background-color .2s,color .2s;width:24px}.el-icon.el-dialog__close:hover,.el-icon.el-drawer__close:hover,.el-icon.el-message-box__close:hover,.el-icon.el-notification__closeBtn:hover{background-color:rgba(0,0,0,.06);color:rgba(0,0,0,.88)!important;text-decoration:none}.pure-message{background:#fff!important;border-width:0!important;box-shadow:0 3px 6px -4px rgba(0,0,0,.122),0 6px 16px rgba(0,0,0,.078),0 9px 28px 8px rgba(0,0,0,.051)!important;padding:10px 13px!important}.pure-message.el-message.is-closable .el-message__content{padding-right:17px!important}.pure-message .el-message__content{background-image:none!important;color:rgba(0,0,0,.851)!important;pointer-events:all!important}.pure-message .el-message__icon{margin-right:8px!important}.pure-message .el-message__closeBtn{border-radius:4px;outline:none;right:9px!important;transition:background-color .2s,color .2s}.pure-message .el-message__closeBtn:hover{background-color:rgba(0,0,0,.06)}html.dark{--el-color-primary:#409eff;--el-color-primary-light-3:#3375b9;--el-color-primary-light-5:#2a598a;--el-color-primary-light-7:#213d5b;--el-color-primary-light-8:#1d3043;--el-color-primary-light-9:#18222c;--el-color-primary-dark-2:#66b1ff;--el-color-success:#67c23a;--el-color-success-light-3:#4e8e2f;--el-color-success-light-5:#3e6b27;--el-color-success-light-7:#2d481f;--el-color-success-light-8:#25371c;--el-color-success-light-9:#1c2518;--el-color-success-dark-2:#85ce61;--el-color-warning:#e6a23c;--el-color-warning-light-3:#a77730;--el-color-warning-light-5:#7d5b28;--el-color-warning-light-7:#533f20;--el-color-warning-light-8:#3e301c;--el-color-warning-light-9:#292218;--el-color-warning-dark-2:#ebb563;--el-color-danger:#f56c6c;--el-color-danger-light-3:#b25252;--el-color-danger-light-5:#854040;--el-color-danger-light-7:#582e2e;--el-color-danger-light-8:#412626;--el-color-danger-light-9:#2b1d1d;--el-color-danger-dark-2:#f78989;--el-color-error:#f56c6c;--el-color-error-light-3:#b25252;--el-color-error-light-5:#854040;--el-color-error-light-7:#582e2e;--el-color-error-light-8:#412626;--el-color-error-light-9:#2b1d1d;--el-color-error-dark-2:#f78989;--el-color-info:#909399;--el-color-info-light-3:#6b6d71;--el-color-info-light-5:#525457;--el-color-info-light-7:#393a3c;--el-color-info-light-8:#2d2d2f;--el-color-info-light-9:#202121;--el-color-info-dark-2:#a6a9ad;--el-box-shadow:0px 12px 32px 4px rgba(0,0,0,.36),0px 8px 20px rgba(0,0,0,.72);--el-box-shadow-light:0px 0px 12px rgba(0,0,0,.72);--el-box-shadow-lighter:0px 0px 6px rgba(0,0,0,.72);--el-box-shadow-dark:0px 16px 48px 16px rgba(0,0,0,.72),0px 12px 32px #000,0px 8px 16px -8px #000;--el-bg-color-page:#0a0a0a;--el-bg-color:#141414;--el-bg-color-overlay:#1d1e1f;--el-text-color-primary:#e5eaf3;--el-text-color-regular:#cfd3dc;--el-text-color-secondary:#a3a6ad;--el-text-color-placeholder:#8d9095;--el-text-color-disabled:#6c6e72;--el-border-color-darker:#636466;--el-border-color-dark:#58585b;--el-border-color:#4c4d4f;--el-border-color-light:#414243;--el-border-color-lighter:#363637;--el-border-color-extra-light:#2b2b2c;--el-fill-color-darker:#424243;--el-fill-color-dark:#39393a;--el-fill-color:#303030;--el-fill-color-light:#262727;--el-fill-color-lighter:#1d1d1d;--el-fill-color-extra-light:#191919;--el-fill-color-blank:transparent;--el-mask-color:rgba(0,0,0,.8);--el-mask-color-extra-light:rgba(0,0,0,.3);color-scheme:dark}html.dark .el-button{--el-button-disabled-text-color:hsla(0,0%,100%,.5)}html.dark .el-card{--el-card-bg-color:var(--el-bg-color-overlay)}html.dark .el-empty{--el-empty-fill-color-0:var(--el-color-black);--el-empty-fill-color-1:#4b4b52;--el-empty-fill-color-2:#36383d;--el-empty-fill-color-3:#1e1e20;--el-empty-fill-color-4:#262629;--el-empty-fill-color-5:#202124;--el-empty-fill-color-6:#212224;--el-empty-fill-color-7:#1b1c1f;--el-empty-fill-color-8:#1c1d1f;--el-empty-fill-color-9:#18181a}html.dark .contextmenu,html.dark .horizontal-header,html.dark .horizontal-header .el-sub-menu__title,html.dark .horizontal-header .submenu-title-noDropdown,html.dark .navbar,html.dark .sidebar-container,html.dark .sidebar-logo-container,html.dark .tags-view{background:var(--el-bg-color)!important}html.dark .app-main{background:#020409!important}html.dark .frame{filter:invert(.9) hue-rotate(180deg)}html.dark .tags-view .arrow-left,html.dark .tags-view .arrow-right{border-right:1px solid #303030;box-shadow:none}html.dark .tags-view .arrow-right{border-left:1px solid #303030}html.dark .right-panel-items .el-divider__text{--el-bg-color:var(--el-bg-color)}html.dark .right-panel-items .el-divider--horizontal{border-top:none}html.dark .el-table__cell{background:var(--el-bg-color)}html.dark .el-card{--el-card-bg-color:var(--el-bg-color)}html.dark .el-backtop{--el-backtop-bg-color:var(--el-color-primary-light-9);--el-backtop-hover-bg-color:var(--el-color-primary)}html.dark .el-dropdown-menu__item:not(.is-disabled):hover{background:transparent}html.dark .el-icon.el-dialog__close:hover,html.dark .el-icon.el-drawer__close:hover,html.dark .el-icon.el-message-box__close:hover,html.dark .el-icon.el-notification__closeBtn:hover{background-color:hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.85)!important}html.dark .pure-message{background-color:#242525!important;background-image:none!important;box-shadow:0 3px 6px -4px hsla(0,0%,5%,.12),0 6px 16px 0 hsla(0,0%,5%,.08),0 9px 28px 8px hsla(0,0%,5%,.05)!important}html.dark .pure-message .el-message__content{background-image:none!important;color:#fff!important;pointer-events:all!important}html.dark .pure-message .el-message__closeBtn:hover{background-color:hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.85)}:root{--pure-transition-duration:0.016s;--input-bottom-height:110px}.html-grey{filter:grayscale(100%)}.html-weakness{filter:invert(80%)}[data-v-7a0e9ea7] .el-scrollbar{margin-bottom:-2px}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#000;color:#f8f8f8}.hljs-comment,.hljs-quote{color:#aeaeae;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-type{color:#e28964}.hljs-string{color:#65b042}.hljs-subst{color:#daefa3}.hljs-link,.hljs-regexp{color:#e9c062}.hljs-name,.hljs-section,.hljs-tag,.hljs-title{color:#89bdff}.hljs-class .hljs-title,.hljs-doctag,.hljs-title.class_{text-decoration:underline}.hljs-bullet,.hljs-number,.hljs-symbol{color:#3387cc}.hljs-params,.hljs-template-variable,.hljs-variable{color:#3e87e3}.hljs-attribute{color:#cda869}.hljs-meta{color:#8996a8}.hljs-formula{background-color:#0e2231;color:#f8f8f8;font-style:italic}.hljs-addition{background-color:#253b22;color:#f8f8f8}.hljs-deletion{background-color:#420e09;color:#f8f8f8}.hljs-selector-class{color:#9b703f}.hljs-selector-id{color:#8b98ab}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.copilot-footer[data-v-3166d992]{align-items:flex-end;background:linear-gradient(180deg,transparent 0,#eaedf6 5%,#eaedf6);bottom:0;box-sizing:border-box;justify-content:center;min-height:70px;min-width:400px;padding-top:10px;position:absolute;width:100%;z-index:1}.message-box[data-v-318d9fe4]{height:100%;overflow-x:hidden;overflow-y:auto;padding-bottom:calc(var(--input-bottom-height) + 66px)}.message-box[data-v-318d9fe4]::-webkit-scrollbar{width:6px}.message-box[data-v-318d9fe4]::-webkit-scrollbar-thumb{background:rgba(0,0,0,.4);border-radius:5px;-webkit-box-shadow:inset005pxrgba(0,0,0,.2)}.message-box[data-v-318d9fe4]::-webkit-scrollbar-track{background:transparent;border-radius:0;-webkit-box-shadow:inset005pxrgba(0,0,0,.2)}.message-box>div[data-v-318d9fe4]{width:97%}.message-box .message-group[data-v-318d9fe4]{margin-top:24px}.message-box .message-group .msg-content[data-v-318d9fe4]{color:#111;font-size:16px;margin-left:36px}.message-box .message-group .msg-content .msg-plus[data-v-318d9fe4]{display:flex;justify-content:space-between}.message-box .message-group .msg-content .msg-plus .rotate-up[data-v-318d9fe4]{transform:rotate(180deg)}.message-box .message-group .msg-content .msg-plus .arrow-icon[data-v-318d9fe4]{transition:all .3s}.message-box .message-group .msg-content .plugs-answer[data-v-318d9fe4]{height:auto;overflow:hidden}.message-box .message-group .msg-content .is-shrink[data-v-318d9fe4]{height:0}.message-box .message-group .msg-content .icon-operates[data-v-318d9fe4]{display:flex;margin-top:12px}.message-box .message-group .msg-content .icon-operates .icon-item[data-v-318d9fe4]{cursor:pointer;margin-left:10px}.message-box .message-group .msg-content .icon-operates .icon-item svg[data-v-318d9fe4]{height:20px;width:20px}.message-box .message-group .response-content[data-v-318d9fe4]{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px 0 #eaedf5,0 0 3px 0 #eaedf5;padding:12px 20px 7px}.message-box .stop-dialogue[data-v-318d9fe4]{align-items:center;display:flex;justify-content:space-between;padding-top:25px}.message-box .stop-dialogue .gray-line[data-v-318d9fe4]{background-color:#ccc;flex:1;height:1px}.message-box .stop-dialogue .title[data-v-318d9fe4]{align-items:center;color:#111;display:flex;font-size:16px;font-weight:500;justify-content:center;padding:5px;width:430px}.message-box .stop-dialogue .title .stop-icon[data-v-318d9fe4]{color:#1e56ea;display:inline-block;height:16px;margin:0 1px;vertical-align:text-bottom;width:16px}.fade-enter-active[data-v-4e04c24d],.fade-leave-active[data-v-4e04c24d]{transition:opacity .2s}.fade-enter[data-v-4e04c24d],.fade-leave-to[data-v-4e04c24d]{opacity:0}.filterWrap[data-v-4e04c24d]{border:1px solid #ececea}.filterWrap .rowTitle[data-v-4e04c24d]{-webkit-font-smoothing:antialiased;background:#fff;color:#666;font:12px/150% tahoma,arial,Microsoft YaHei,Hiragino Sans GB,u5b8bu4f53,sans-serif;width:110px}.filterWrap .rowWrap.xinyuan[data-v-4e04c24d]{border-bottom:1px solid #ececea}.filterWrap .rowWrap.xinyuan .rowTitle[data-v-4e04c24d]{background-color:#ececea}.filterWrap .rowWrap.zhuti[data-v-4e04c24d]{border-bottom:1px solid #ccc}.filterWrap .rowWrap.zhuti .rowTitle[data-v-4e04c24d]{background-color:#ccc}.filterWrap .rowWrap.huati[data-v-4e04c24d]{border-bottom:1px solid #999}.filterWrap .rowWrap.huati .rowTitle[data-v-4e04c24d]{background-color:#999}.filterWrap .rowWrap.multiple[data-v-4e04c24d]{border:2px solid #edd28b}.filterWrap .rowWrap.multiple .rowTitle[data-v-4e04c24d]{background-color:#fffdee!important}.filterWrap .rowWrap .fWrap[data-v-4e04c24d]{max-height:70px}.filterWrap .rowWrap .fWrap.more[data-v-4e04c24d]{height:auto;max-height:15vh!important;overflow-y:auto}.filterWrap .rowWrap .fWrap.iconRow[data-v-4e04c24d]{max-height:113px}.filterWrap .bottomRowTitle.xinyuan[data-v-4e04c24d]{border-color:#ececea;color:#ececea}.filterWrap .bottomRowTitle.zhuti[data-v-4e04c24d]{border-color:#ccc;color:#ccc}.filterWrap .bottomRowTitle.huati[data-v-4e04c24d]{border-color:#999;color:#999}.filterWrap .bottomRowTitle.multiple[data-v-4e04c24d]{background-color:#fffdee!important}.downRowTitle[data-v-4e04c24d]{-webkit-font-smoothing:antialiased;color:#005aa0;display:inline-block;font:12px/150% tahoma,arial,Microsoft YaHei,Hiragino Sans GB,u5b8bu4f53,sans-serif;vertical-align:top}[data-v-4e04c24d] .subFilterWrap.multiple{border:2px solid #edd28b}.activePanel[data-v-4e04c24d]{border-color:#f8bc01}.letterWrap .letter[data-v-4e04c24d]{border:1px solid #fff;color:#005aa0;cursor:pointer;font-size:12px;padding:0 7px;text-align:center}.letterWrap .letter.active[data-v-4e04c24d],.letterWrap .letter.activeAll[data-v-4e04c24d]{border:1px solid red;color:red}.user[data-v-e25476bb]{display:flex;height:24px;margin-bottom:12px}.user .header-avatar[data-v-e25476bb]{fill:#123bb6;align-items:center;background-color:#d1dbfa;color:#123bb6;display:flex;height:24px;justify-content:center;width:24px}.user .header-avatar svg[data-v-e25476bb]{height:16px;width:16px}.user .head-label[data-v-e25476bb]{color:#111;font-size:16px;font-weight:700;margin-left:12px}.bottom-footer[data-v-665518fc]{display:flex;flex-direction:column;width:97%}.bottom-footer .control-contain[data-v-665518fc]{align-items:center;display:flex;margin-bottom:10px;position:relative}.bottom-footer .control-contain .control-button[data-v-665518fc]{align-items:center;background-color:#fff;border-radius:10px;color:#1e56ea;display:flex;font-weight:600;height:40px;justify-content:center;margin-right:10px;padding:0 12px;width:110px}.bottom-footer .control-contain .select-button .icon[data-v-665518fc]{background-image:linear-gradient(-41deg,#2e6ee7,#8c8ef7);border-radius:50%;height:16px;margin-left:5px;transition:transform .5s ease-in-out;width:16px}.bottom-footer .control-contain .select-button .icon svg[data-v-665518fc]{color:#fff;margin-left:-8px;margin-top:-8px;transform:scale(.3) translate(0)}.bottom-footer .control-contain .select-button .rotated[data-v-665518fc]{transform:rotate(45deg)}.bottom-footer .control-contain .icon[data-v-665518fc]{font-size:18px}.bottom-footer .control-contain .stop-responding-button[data-v-665518fc]{border:1px solid #1e56ea;left:50%;position:absolute;top:-30px;transform:translate(-50%)}.bottom-footer .control-contain .stop-responding-button .stop-icon[data-v-665518fc]{background-color:#1e56ea;border-radius:2px;height:14px;margin-right:4px;width:14px}.bottom-footer .control-contain .stop-responding-button span[data-v-665518fc]{color:#1e56ea;font-weight:600}.bottom-footer .input-container[data-v-665518fc]{background:#fff;border-radius:20px;box-shadow:0 1px 3px 0 #e4e6f3,0 0 3px 0 #e4e6f3;cursor:text;display:flex;flex-direction:column;justify-content:space-between;margin:0;min-height:20px;min-width:300px;outline:1px solid transparent;pointer-events:auto;position:relative;width:100%;z-index:1}.bottom-footer .input-container .plugin-town[data-v-665518fc]{align-items:center;background-color:#f5f7fc;border-radius:20px 20px 0 0;color:#686c8d;display:flex;font-size:14px;font-weight:500;height:34px;padding:0 10px 0 13px;width:100%}.bottom-footer .input-container .disable[data-v-665518fc]{background-color:hsla(0,0%,100%,.596);border-radius:20px;height:100%;left:0;position:absolute;top:0;width:100%}.bottom-footer .input-container .input-row[data-v-665518fc]{flex:1;padding:10px 32px 5px 13px;position:relative;width:100%}.bottom-footer .input-container .input-row .text-area[data-v-665518fc]{color:#111;max-height:200px;overflow-y:auto;width:100%}.bottom-footer .input-container .input-row .text-area[data-v-665518fc]:empty:before{color:#ccc;content:attr(placeholder)}.bottom-footer .input-container .bottom-controls[data-v-665518fc]{display:flex;justify-content:space-between;padding-inline:5px}.bottom-footer .input-container .bottom-controls .bottom-left-controls[data-v-665518fc]{display:flex}.bottom-footer .input-container .bottom-controls .bottom-left-controls[data-v-665518fc] .el-card{position:absolute;top:-130px}.bottom-footer .input-container .bottom-controls .bottom-left-controls[data-v-665518fc] .el-card .el-card__body{padding:10px;width:100%}.bottom-footer .input-container .bottom-controls .bottom-left-controls .pic-control[data-v-665518fc]{position:relative}.bottom-footer .input-container .bottom-controls .bottom-left-controls .pic-control .visual-search[data-v-665518fc]{align-items:flex-start;display:flex;flex-direction:column;width:100%}.bottom-footer .input-container .bottom-controls .bottom-left-controls .pic-control .visual-search .visual-search-title[data-v-665518fc]{font-size:12px;font-weight:700;margin-bottom:8px}.bottom-footer .input-container .bottom-controls .bottom-left-controls .pic-control .visual-search .search-input[data-v-665518fc]{padding:4px 0;width:100%}.bottom-footer .input-container .bottom-controls .bottom-left-controls .pic-control .visual-search .search-input input[data-v-665518fc]{border:1px solid #1e56ea;border-radius:5px;height:32px;padding:8px 10px}.bottom-footer .input-container .bottom-controls .bottom-left-controls .pic-control .visual-search[data-v-665518fc] .el-upload{width:100%}.bottom-footer .input-container .bottom-controls .bottom-left-controls .pic-control .visual-search .push-pic[data-v-665518fc]{align-items:center;background-color:hsla(0,0%,99%,0);border-radius:4px;display:flex;margin-top:5px;padding:4px;width:100%}.bottom-footer .input-container .bottom-controls .bottom-left-controls .pic-control .visual-search .push-pic[data-v-665518fc]:hover{background-color:#f0f0f0}.bottom-footer .input-container .bottom-controls .bottom-right-controls[data-v-665518fc]{display:flex;margin-bottom:5px}.bottom-footer .input-container .bottom-controls .bottom-right-controls .text-sum[data-v-665518fc]{color:#666;font-size:13px;line-height:32px;text-align:center}.bottom-footer .input-container .bottom-controls .bottom-right-controls .send-button[data-v-665518fc]{align-items:center;background-color:hsla(0,0%,99%,0);border-radius:4px;color:hsla(0,0%,94%,0);display:flex;gap:4px;height:30px;justify-content:center;padding:4px;width:30px}.bottom-footer .input-container .bottom-controls .bottom-right-controls .send-button[data-v-665518fc]:hover{background-color:#f0f0f0}.answer[data-v-79b56717]{display:flex;height:24px;margin-bottom:12px}.answer .icon[data-v-79b56717]{height:24px;width:24px}.answer .head-label[data-v-79b56717]{color:#111;font-size:16px;font-weight:700;margin-left:12px}@keyframes blink-8cf9b160{0%{opacity:1}50%{opacity:0}to{opacity:1}}.cursor[data-v-8cf9b160]{animation:blink-8cf9b160 .5s step-end infinite;background-color:#aaa;display:inline-block;height:20px;margin-left:2px;vertical-align:sub;width:2px}.hover[data-v-c55b8933]{color:#e4393c}.tagText[data-v-c55b8933]{-webkit-font-smoothing:antialiased;border:1px solid #ddd;color:#005aa0;font:12px/150% tahoma,arial,Microsoft YaHei,Hiragino Sans GB,u5b8bu4f53,sans-serif;height:48px;text-decoration:none;width:110px}.tagText[data-v-c55b8933]:hover{border-color:#e4393c;color:#e4393c}.num[data-v-c55b8933]{-webkit-font-smoothing:antialiased;color:#aaa;float:right;font:12px/150% tahoma,arial,Microsoft YaHei,Hiragino Sans GB,u5b8bu4f53,sans-serif;margin-left:-2px;margin-top:8px;transform:scale(.8)}.tagText[data-v-be1d5ffc]{-webkit-font-smoothing:antialiased;color:#005aa0!important;font:12px/150% tahoma,arial,Microsoft YaHei,Hiragino Sans GB,u5b8bu4f53,sans-serif;text-decoration:none}.tagText[data-v-be1d5ffc]:hover{color:#e4393c}.num[data-v-be1d5ffc]{-webkit-font-smoothing:antialiased;color:#aaa;float:right;font:12px/150% tahoma,arial,Microsoft YaHei,Hiragino Sans GB,u5b8bu4f53,sans-serif;margin-left:-2px;margin-top:8px;transform:scale(.8)}.outside-left-container .button-compose[data-v-e4530874]{background:#1e56ea;border:none;border-radius:20px;color:#fff;display:flex;flex-direction:row;height:40px;margin:0;overflow:hidden;padding:0;transition:width .5s ease;width:40px}.outside-left-container .button-compose[data-v-e4530874]:hover{width:110px}.outside-left-container .button-compose .button-compose-content[data-v-e4530874]{align-items:center;color:#fff;display:grid;grid-template-columns:40px auto;height:40px}.outside-left-container .button-compose .button-compose-content .button-compose-text[data-v-e4530874]{margin-inline-end:20px;min-width:max-content}.outside-left-container .button-compose .button-compose-icon[data-v-e4530874]{align-items:center;display:flex;justify-content:center}.selection[data-v-c1c27636]{background-color:#fff;border-radius:10px;box-shadow:0 1px 3px 0 rgba(0,0,0,.12),0 0 3px 0 rgba(0,0,0,.04);display:flex;flex-direction:column;height:145px;left:0;padding:10px 0;position:absolute;top:-105px;transform-origin:bottom center;width:220px;z-index:222}.selection .input-container[data-v-c1c27636],.selection .input-container .select-input[data-v-c1c27636]{padding:0 10px;width:100%}.selection .plugin-content[data-v-c1c27636]{height:100%;overflow-y:auto}.selection .plugin-content[data-v-c1c27636]::-webkit-scrollbar{display:none}.selection .plugin-content .plugin-item[data-v-c1c27636]{align-items:center;border-bottom:1px solid #f4f3f7;color:#686c8d;cursor:pointer;display:flex;font-weight:500;height:40px;justify-content:space-between;padding:10px 20px;width:100%}.selection .plugin-content .plugin-item.isSel[data-v-c1c27636],.selection .plugin-content .plugin-item[data-v-c1c27636]:hover{background-color:#f5f7fd}.selection .plugin-content .plugin-item:hover .select-radio .icon[data-v-c1c27636]{color:#1e56ea;display:inline-block;opacity:1}.selection .plugin-content .plugin-item .select-radio[data-v-c1c27636]{align-items:center;border:1px solid #ccc;border-radius:50%;display:flex;height:14px;justify-content:space-between;width:14px}.selection .plugin-content .plugin-item .select-radio .icon[data-v-c1c27636]{color:#1e56ea;display:inline-block;opacity:0}.selection .plugin-content .plugin-item .select-radio .hoverIcon[data-v-c1c27636]{opacity:1}.selection .plugin-content .plugin-item .active-radio[data-v-c1c27636]{background-color:#1e56ea;border:1px solid #1e56ea}.selection .plugin-content .plugin-item .active-radio .icon[data-v-c1c27636]{color:#fff!important;opacity:1}.fade-scale-enter-active[data-v-c1c27636],.fade-scale-leave-active[data-v-c1c27636]{transition:all .3s}.fade-scale-enter-from[data-v-c1c27636],.fade-scale-leave-to[data-v-c1c27636]{opacity:0;transform:scaleY(.5)}.fade-scale-enter-to[data-v-c1c27636],.fade-scale-leave-from[data-v-c1c27636]{opacity:1;transform:scaleY(1)}.top-controls[data-v-2de838e5]{inset-inline-end:0;padding:5px;position:absolute;top:0}.top-controls .icon-button[data-v-2de838e5]{align-items:center;background-color:hsla(0,0%,99%,0);border-radius:4px;color:hsla(0,0%,94%,0);display:flex;gap:4px;height:30px;justify-content:center;padding:4px;width:30px}.top-controls .icon-button[data-v-2de838e5]:hover{background-color:#f0f0f0}.top-controls .icon[data-v-2de838e5]{color:#333;height:20px;width:20px}.icon-button[data-v-94f38585]{align-items:center;background-color:hsla(0,0%,99%,0);border-radius:4px;color:hsla(0,0%,94%,0);display:flex;gap:4px;height:30px;justify-content:center;padding:4px;width:30px}.icon-button[data-v-94f38585]:hover{background-color:#f0f0f0}.icon[data-v-94f38585]{color:#333;height:20px;width:20px}.pic-control[data-v-94f38585]{position:relative}.pic-control .visual-search[data-v-94f38585]{align-items:flex-start;display:flex;flex-direction:column;width:100%}.pic-control .visual-search .visual-search-title[data-v-94f38585]{font-size:12px;font-weight:700;margin-bottom:8px}.pic-control .visual-search .search-input[data-v-94f38585]{padding:4px 0;width:100%}.pic-control .visual-search .search-input input[data-v-94f38585]{border:1px solid #1e56ea;border-radius:5px;height:32px;padding:8px 10px}.pic-control .visual-search[data-v-94f38585] .el-upload{width:100%}.pic-control .visual-search .push-pic[data-v-94f38585]{align-items:center;background-color:hsla(0,0%,99%,0);border-radius:4px;display:flex;margin-top:5px;padding:4px;width:100%}.pic-control .visual-search .push-pic[data-v-94f38585]:hover{background-color:#f0f0f0}@keyframes blink-6f0b4aca{0%{opacity:1}50%{opacity:0}to{opacity:1}}[data-v-6f0b4aca] .markdown pre code{background-color:#eef0f7;color:#757676;width:100%}[data-v-6f0b4aca] .markdown p{margin:5px 0}[data-v-6f0b4aca] .markdown p:first-child{margin-top:0}[data-v-6f0b4aca] .markdown ol{list-style-type:decimal;padding-left:40px}[data-v-6f0b4aca] .markdown ul{list-style-type:disc;padding-left:40px}[data-v-6f0b4aca] .markdown a{word-break:break-all}[data-v-6f0b4aca] .markdown .cursor{animation:blink-6f0b4aca .5s step-end infinite;background-color:#aaa;display:inline-block;height:20px;margin-left:2px;vertical-align:sub;width:2px}.read-flex[data-v-cbf4d716]{align-items:center;display:flex;justify-content:flex-start}.input-box[data-v-cbf4d716]{border:1px solid #2e6ee7;border-radius:6px;display:flex;height:24px;text-align:center}.input-box .keyword-input[data-v-cbf4d716]{border-radius:6px;height:100%;padding:0 7px}.input-box .keyword-input[data-v-cbf4d716]:focus{outline:none}.input-box button[data-v-cbf4d716]{background-image:linear-gradient(-41deg,#2e6ee7,#8c8ef7);border-radius:0 4px 4px 0;color:#fff;font-size:13px;height:100%;padding:2px 5px}.icon-item[data-v-cbf4d716],.input-box button[data-v-cbf4d716]{align-items:center;display:flex;justify-content:center}.icon-item[data-v-cbf4d716]{border-radius:2px;color:#2e6ee7;cursor:pointer;height:24px;margin-bottom:5px;width:24px}.icon-item svg[data-v-cbf4d716]{height:16px;width:16px}.icon-item[data-v-cbf4d716]:hover{background-color:#edeff4}.time[data-v-cbf4d716]{color:#2e6ee7;display:inline-block;height:24px;margin-bottom:5px}.cursor-default[data-v-cbf4d716]{cursor:default}
|