edu360-web-ui 1.0.87 → 1.0.88
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/main.css +1 -1
- package/dist/shizhanyun-web-ui.js +6 -12
- package/dist/shizhanyun-web-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/main.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@charset "UTF-8";[data-v-
|
|
1
|
+
@charset "UTF-8";[data-v-7d6a6a14]:root{--clnpmel-color-primary: #fc5b08 !important}.code-block-view[data-v-7d6a6a14]{margin:10px 0}.code-block-view .code-block-view-cont[data-v-7d6a6a14]{margin:0 30px;border-radius:6px;border:1px solid #ccc}.code-toolbar[data-v-7d6a6a14]{display:flex;gap:6px;align-items:center;justify-content:space-between;padding:4px 8px;font-size:12px;background:#f8fafe;border-bottom:1px solid #ddd;height:36px;border-radius:6px 6px 0 0}.code-toolbar .code-toolbar-right[data-v-7d6a6a14]{display:flex;align-items:center;gap:20px}.code-toolbar .el-dropdown-link[data-v-7d6a6a14]{cursor:pointer;display:flex;align-items:center}.hljs[data-v-7d6a6a14]{border-radius:0 0 6px 6px}.dark .code-toolbar[data-v-7d6a6a14]{background:#272822;color:#ddd}.dark .code-toolbar .el-dropdown[data-v-7d6a6a14]{color:#ddd}pre[data-v-7d6a6a14]{margin:0!important;padding:10px!important;font-size:14px;overflow-x:auto}.code-content[data-v-7d6a6a14]{font-family:Courier New,Courier,monospace;white-space:pre-wrap;word-wrap:break-word}[data-v-9d55d1b3]:root{--clnpmel-color-primary: #fc5b08 !important}.ai-popup[data-v-9d55d1b3]{margin:8px 30px;background:#fff;font-size:14px;box-shadow:0 0 0 .5px #6b729447,0 2px 4px #565b760a,0 4px 24px -2px #565b7614;border-radius:12px;position:relative;z-index:2}.ai-input[data-v-9d55d1b3]{border-radius:12px 12px 0 0;padding:16px 16px 12px;width:100%;box-sizing:border-box}.ai-input[data-v-9d55d1b3] .el-textarea__inner{box-shadow:none;resize:none;padding:0}.ai-btns[data-v-9d55d1b3]{display:flex;justify-content:flex-end;align-items:center;padding:0 16px 16px;border-radius:0 0 12px 12px}.ai-btns .ai-btns-send[data-v-9d55d1b3]{width:32px;height:32px;background-color:var(--el-color-primary);border-radius:50%;color:#fff;display:flex;justify-content:center;align-items:center;font-size:18px;cursor:pointer}.ai-btns .ai-btns-send.is-disabled[data-v-9d55d1b3]{background-color:#6b729452;cursor:not-allowed}.ai-quick-actions[data-v-9d55d1b3]{padding:20px;top:calc(100% + 6px);left:0;position:absolute!important;width:160px;max-height:46vh;overflow-y:auto;background:#fff;border-radius:12px;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);box-shadow:#565b7647 0 0 0 .5px,#00000014 0 2px 4px,#00000014 0 4px 12px -4px,#00000029 0 16px 24px -4px;gap:10px}.ai-quick-actions .ai-quick-actions-item[data-v-9d55d1b3]{height:32px;display:flex;justify-content:space-between;align-items:center;font-size:14px;cursor:pointer}.ai-quick-actions .ai-quick-actions-item>div[data-v-9d55d1b3]{display:flex;align-items:center;gap:4px}.tone-list[data-v-9d55d1b3]{display:flex;flex-direction:column;font-size:14px;gap:10px}.tone-list>p[data-v-9d55d1b3]{cursor:pointer}.ai-result .result-answer[data-v-9d55d1b3]{padding:0 18px;height:45px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #EEEEEE;font-size:14px;border-radius:12px 12px 0 0}.ai-result .result-text[data-v-9d55d1b3]{padding:20px 18px 0;font-size:14px;white-space:pre-wrap;max-height:300px;overflow-y:auto}.ai-result .result-image[data-v-9d55d1b3]{padding:10px;display:flex;justify-content:flex-start;gap:10px}.ai-result .result-image>div[data-v-9d55d1b3]{flex:1;width:0;position:relative}.ai-result .result-image>div>img[data-v-9d55d1b3]{object-fit:cover;width:100%}.ai-result .result-image>div .result-image-checkbox[data-v-9d55d1b3]{position:absolute;top:10px;right:10px}.ai-result .result-actions[data-v-9d55d1b3]{display:flex;align-items:center;gap:8px;padding:10px 20px 20px;border-radius:0 0 12px 12px}.result-text[data-v-9d55d1b3]{margin-bottom:8px;white-space:pre-wrap}.result-actions[data-v-9d55d1b3]{display:flex;gap:8px}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
|
|
2
2
|
Theme: GitHub
|
|
3
3
|
Description: Light theme as seen on github.com
|
|
4
4
|
Author: github.com
|
|
@@ -2,7 +2,7 @@ var __defProp = Object.defineProperty;
|
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
3
|
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
4
4
|
var _a2;
|
|
5
|
-
import { ref, defineComponent, provide, markRaw, reactive, h as h$2, render as render$1, getCurrentInstance, watchEffect, nextTick, unref, onBeforeUnmount, customRef, shallowRef, onMounted, watch, onUnmounted,
|
|
5
|
+
import { ref, defineComponent, provide, markRaw, reactive, h as h$2, render as render$1, getCurrentInstance, watchEffect, nextTick, unref, onBeforeUnmount, customRef, shallowRef, onMounted, watch, onUnmounted, createBlock, openBlock, normalizeClass, withCtx, createElementVNode, createCommentVNode, createVNode, createTextVNode, toDisplayString, createElementBlock, Fragment as Fragment$1, renderList, resolveComponent, resolveDirective, normalizeStyle, withDirectives, vShow, withModifiers, Teleport, isRef, createApp, renderSlot, computed } from "vue";
|
|
6
6
|
import { ElDropdown, ElDropdownMenu, ElDropdownItem, ElMessage, ElInput, ElButton, ElCard, ElForm, ElFormItem, ElTooltip, ElUpload, ElPopover, ElDrawer, ElTable, ElTableColumn, ElColorPicker, ElButtonGroup, ElLoading, ElDialog } from "element-plus";
|
|
7
7
|
function OrderedMap(content) {
|
|
8
8
|
this.content = content;
|
|
@@ -78364,7 +78364,6 @@ const _sfc_main$b = {
|
|
|
78364
78364
|
"atom-one-dark": "dark"
|
|
78365
78365
|
};
|
|
78366
78366
|
return (_ctx, _cache) => {
|
|
78367
|
-
const _component_el_icon = resolveComponent("el-icon");
|
|
78368
78367
|
return openBlock(), createBlock(unref(NodeViewWrapper), {
|
|
78369
78368
|
class: normalizeClass(["code-block-view", codeContHeme[__props.node.attrs.theme]])
|
|
78370
78369
|
}, {
|
|
@@ -78401,15 +78400,10 @@ const _sfc_main$b = {
|
|
|
78401
78400
|
default: withCtx(() => [
|
|
78402
78401
|
createElementVNode("span", _hoisted_4$4, [
|
|
78403
78402
|
createTextVNode(toDisplayString(lang.value) + " ", 1),
|
|
78404
|
-
createVNode(
|
|
78405
|
-
|
|
78406
|
-
|
|
78407
|
-
|
|
78408
|
-
width: "12",
|
|
78409
|
-
height: "12"
|
|
78410
|
-
})
|
|
78411
|
-
]),
|
|
78412
|
-
_: 1
|
|
78403
|
+
createVNode(unref(Icon), {
|
|
78404
|
+
icon: "mingcute:down-line",
|
|
78405
|
+
width: "12",
|
|
78406
|
+
height: "12"
|
|
78413
78407
|
})
|
|
78414
78408
|
])
|
|
78415
78409
|
]),
|
|
@@ -78448,7 +78442,7 @@ const _sfc_main$b = {
|
|
|
78448
78442
|
};
|
|
78449
78443
|
}
|
|
78450
78444
|
};
|
|
78451
|
-
const CodeBlockView = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-
|
|
78445
|
+
const CodeBlockView = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-7d6a6a14"]]);
|
|
78452
78446
|
function dart(hljs2) {
|
|
78453
78447
|
const SUBST = {
|
|
78454
78448
|
className: "subst",
|