@matechat/core 1.9.0 → 1.10.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Attachment/index.css +1 -0
- package/Attachment/index.js +387 -0
- package/FileList/index.css +1 -0
- package/FileList/index.js +1332 -0
- package/Input/index.css +1 -1
- package/Input/index.js +143 -137
- package/Locale/index.js +85 -35
- package/MarkdownCard/index.css +1 -1
- package/MarkdownCard/index.js +159 -155
- package/mate-chat.js +6 -0
- package/package.json +1 -1
|
@@ -0,0 +1,1332 @@
|
|
|
1
|
+
import "./index.css";
|
|
2
|
+
import { defineComponent as c, createElementBlock as a, openBlock as o, normalizeClass as h, createElementVNode as t, createStaticVNode as f, createCommentVNode as C, toDisplayString as k, ref as $, Fragment as x, createBlock as U, renderList as J, resolveDynamicComponent as Q, unref as m, Teleport as X, createVNode as Y, Transition as t2, withCtx as e2, withModifiers as i2 } from "vue";
|
|
3
|
+
import { useMcI18n as l2 } from "@matechat/core/Locale";
|
|
4
|
+
const r2 = {
|
|
5
|
+
// 文件列表数据
|
|
6
|
+
fileItems: {
|
|
7
|
+
type: Array,
|
|
8
|
+
default: () => []
|
|
9
|
+
},
|
|
10
|
+
// 组件上下文,决定其外观和行为
|
|
11
|
+
context: {
|
|
12
|
+
type: String,
|
|
13
|
+
validator: (i) => ["input", "dialog"].includes(i)
|
|
14
|
+
}
|
|
15
|
+
}, s2 = {
|
|
16
|
+
remove: (i) => i && typeof i == "object",
|
|
17
|
+
"retry-upload": (i) => i && typeof i == "object",
|
|
18
|
+
// 下载、预览和重试下载事件
|
|
19
|
+
download: (i, e) => i && typeof i == "object",
|
|
20
|
+
preview: (i) => i && typeof i == "object",
|
|
21
|
+
"retry-download": (i) => i && typeof i == "object"
|
|
22
|
+
}, o2 = ["width", "height", "aria-label"], p = /* @__PURE__ */ c({
|
|
23
|
+
__name: "CodeFile",
|
|
24
|
+
props: {
|
|
25
|
+
size: { default: 32 },
|
|
26
|
+
title: {},
|
|
27
|
+
class: {}
|
|
28
|
+
},
|
|
29
|
+
setup(i) {
|
|
30
|
+
const e = i;
|
|
31
|
+
return (d, r) => (o(), a("svg", {
|
|
32
|
+
width: e.size,
|
|
33
|
+
height: e.size,
|
|
34
|
+
viewBox: "0 0 32 32",
|
|
35
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
36
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
37
|
+
fill: "none",
|
|
38
|
+
customFrame: "#000000",
|
|
39
|
+
role: "img",
|
|
40
|
+
"aria-label": e.title,
|
|
41
|
+
class: h(e.class)
|
|
42
|
+
}, [...r[0] || (r[0] = [
|
|
43
|
+
t(
|
|
44
|
+
"mask",
|
|
45
|
+
{
|
|
46
|
+
id: "mask_5",
|
|
47
|
+
width: "24",
|
|
48
|
+
height: "28",
|
|
49
|
+
x: "4",
|
|
50
|
+
y: "2",
|
|
51
|
+
maskUnits: "userSpaceOnUse",
|
|
52
|
+
"mask-type": "outline"
|
|
53
|
+
},
|
|
54
|
+
[
|
|
55
|
+
t("g", { filter: "url(#pixso_custom_mask_type_outline)" }, [
|
|
56
|
+
t("use", { "xlink:href": "#use_5" })
|
|
57
|
+
])
|
|
58
|
+
],
|
|
59
|
+
-1
|
|
60
|
+
/* CACHED */
|
|
61
|
+
),
|
|
62
|
+
f('<defs><g id="use_5"><path id="蒙版" d="M7 2L20 2L28 10L28 27C28 28.6569 26.6569 30 25 30L7 30C5.34315 30 4 28.6569 4 27L4 5C4 3.34315 5.34315 2 7 2Z" fill="rgb(92,179,0)" fill-rule="evenodd"></path><path id="蒙版" d="M20 2L7 2C5.34315 2 4 3.34315 4 5L4 27C4 28.6569 5.34315 30 7 30L25 30C26.6569 30 28 28.6569 28 27L28 10L20 2ZM19.5858 3L27 10.4142L27 27C27 27.1577 26.9824 27.3113 26.9472 27.4607C26.9217 27.5687 26.8871 27.6745 26.8432 27.7782C26.7974 27.8867 26.7429 27.9896 26.6798 28.0869C26.6037 28.2041 26.5152 28.3132 26.4142 28.4142C26.3132 28.5152 26.2041 28.6037 26.0869 28.6797C25.9896 28.7429 25.8867 28.7974 25.7782 28.8432C25.6745 28.8871 25.5687 28.9217 25.4607 28.9472C25.3113 28.9824 25.1577 29 25 29L7 29C6.84229 29 6.68872 28.9824 6.53931 28.9472C6.43131 28.9217 6.32548 28.8871 6.22182 28.8432C6.11331 28.7973 6.01038 28.7428 5.91305 28.6797C5.79586 28.6037 5.68677 28.5152 5.58579 28.4142C5.48479 28.3132 5.39628 28.2041 5.32027 28.0869C5.25715 27.9896 5.20265 27.8867 5.15676 27.7782C5.11292 27.6745 5.07827 27.5687 5.05282 27.4607C5.01761 27.3113 5 27.1577 5 27L5 5C5 4.84228 5.01761 4.68871 5.05282 4.53929C5.07827 4.4313 5.11292 4.32547 5.15676 4.22182C5.20266 4.1133 5.25717 4.01037 5.32031 3.91303C5.39631 3.79585 5.4848 3.68677 5.58579 3.58579C5.68677 3.4848 5.79585 3.39631 5.91303 3.32031C6.01037 3.25717 6.1133 3.20266 6.22182 3.15676C6.32547 3.11292 6.4313 3.07827 6.53929 3.05282C6.68871 3.01761 6.84228 3 7 3L19.5858 3Z" fill="rgb(223,225,230)" fill-opacity="0" fill-rule="evenodd"></path></g><filter id="pixso_custom_mask_type_outline"><feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 255 0 "></feColorMatrix></filter></defs><g id="代码类文件"><g id="图标/图片文件"><rect id="矩形" width="32" height="32" x="0" y="0" rx="8" fill="rgb(238,240,245)" fill-opacity="0"></rect><rect id="矩形" width="31" height="31" x="0.5" y="0.5" rx="8" stroke="rgb(151,151,151)" stroke-opacity="0" stroke-width="1"></rect><g id="编组 2"><g id="路径" mask="url(#mask_5)"><use xlink:href="#use_5"></use><path id="路径" d="M28 10L21.5 10C20.6716 10 20 9.32843 20 8.5L20 2L28 10Z" fill="rgb(185,230,131)" fill-rule="evenodd"></path><path id="路径" d="M28 10L21.5 10C20.6716 10 20 9.32843 20 8.5L20 2L21 3L21 8.5C21 8.56903 21.0122 8.63301 21.0366 8.69194C21.061 8.75087 21.0976 8.80474 21.1464 8.85355C21.1953 8.90237 21.2491 8.93898 21.3081 8.96339C21.367 8.9878 21.431 9 21.5 9L27 9L28 10Z" fill="rgb(223,225,230)" fill-opacity="0" fill-rule="evenodd"></path><g id="ic_public_code"><path id="ic_public_code_2_5" d="M0 0L7.06296 0" stroke="rgb(255,255,255)" stroke-linecap="round" stroke-width="1.5" transform="matrix(0.351112,-0.936333,0.936333,0.351112,14.7598,21.8066)"></path><path id="矢量 772" d="M12 15L9.05221 18.4391C9.0217 18.4747 9.02001 18.5267 9.04813 18.5642L12 22.5" stroke="rgb(255,255,255)" stroke-width="1.5"></path><path id="矢量 772" d="M3 0L0.0522046 3.43909C0.0217021 3.47468 0.0200084 3.52668 0.0481303 3.56417L3 7.5" stroke="rgb(255,255,255)" stroke-width="1.5" transform="matrix(-1,0,0,1,23,15)"></path></g></g></g></g></g>', 2)
|
|
63
|
+
])], 10, o2));
|
|
64
|
+
}
|
|
65
|
+
}), a2 = ["width", "height", "aria-label"], v = /* @__PURE__ */ c({
|
|
66
|
+
__name: "CompressedFile",
|
|
67
|
+
props: {
|
|
68
|
+
size: { default: 32 },
|
|
69
|
+
title: {},
|
|
70
|
+
class: {}
|
|
71
|
+
},
|
|
72
|
+
setup(i) {
|
|
73
|
+
const e = i;
|
|
74
|
+
return (d, r) => (o(), a("svg", {
|
|
75
|
+
width: e.size,
|
|
76
|
+
height: e.size,
|
|
77
|
+
viewBox: "0 0 32 32",
|
|
78
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
79
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
80
|
+
fill: "none",
|
|
81
|
+
customFrame: "#000000",
|
|
82
|
+
role: "img",
|
|
83
|
+
"aria-label": e.title,
|
|
84
|
+
class: h(e.class)
|
|
85
|
+
}, [...r[0] || (r[0] = [
|
|
86
|
+
t(
|
|
87
|
+
"mask",
|
|
88
|
+
{
|
|
89
|
+
id: "mask_1",
|
|
90
|
+
width: "24",
|
|
91
|
+
height: "28",
|
|
92
|
+
x: "4",
|
|
93
|
+
y: "2",
|
|
94
|
+
maskUnits: "userSpaceOnUse",
|
|
95
|
+
"mask-type": "outline"
|
|
96
|
+
},
|
|
97
|
+
[
|
|
98
|
+
t("g", { filter: "url(#pixso_custom_mask_type_outline)" }, [
|
|
99
|
+
t("use", { "xlink:href": "#use_1" })
|
|
100
|
+
])
|
|
101
|
+
],
|
|
102
|
+
-1
|
|
103
|
+
/* CACHED */
|
|
104
|
+
),
|
|
105
|
+
f('<defs><g id="use_1"><path id="蒙版" d="M7 2L20 2L28 10L28 27C28 28.6569 26.6569 30 25 30L7 30C5.34315 30 4 28.6569 4 27L4 5C4 3.34315 5.34315 2 7 2Z" fill="rgb(255,136,0)" fill-rule="evenodd"></path><path id="蒙版" d="M20 2L7 2C5.34315 2 4 3.34315 4 5L4 27C4 28.6569 5.34315 30 7 30L25 30C26.6569 30 28 28.6569 28 27L28 10L20 2ZM19.5858 3L27 10.4142L27 27C27 27.1577 26.9824 27.3113 26.9472 27.4607C26.9217 27.5687 26.8871 27.6745 26.8432 27.7782C26.7974 27.8867 26.7429 27.9896 26.6798 28.0869C26.6037 28.2041 26.5152 28.3132 26.4142 28.4142C26.3132 28.5152 26.2041 28.6037 26.0869 28.6797C25.9896 28.7429 25.8867 28.7974 25.7782 28.8432C25.6745 28.8871 25.5687 28.9217 25.4607 28.9472C25.3113 28.9824 25.1577 29 25 29L7 29C6.84229 29 6.68872 28.9824 6.53931 28.9472C6.43131 28.9217 6.32548 28.8871 6.22182 28.8432C6.11331 28.7973 6.01038 28.7428 5.91305 28.6797C5.79586 28.6037 5.68677 28.5152 5.58579 28.4142C5.48479 28.3132 5.39628 28.2041 5.32027 28.0869C5.25715 27.9896 5.20265 27.8867 5.15676 27.7782C5.11292 27.6745 5.07827 27.5687 5.05282 27.4607C5.01761 27.3113 5 27.1577 5 27L5 5C5 4.84228 5.01761 4.68871 5.05282 4.53929C5.07827 4.4313 5.11292 4.32547 5.15676 4.22182C5.20266 4.1133 5.25717 4.01037 5.32031 3.91303C5.39631 3.79585 5.4848 3.68677 5.58579 3.58579C5.68677 3.4848 5.79585 3.39631 5.91303 3.32031C6.01037 3.25717 6.1133 3.20266 6.22182 3.15676C6.32547 3.11292 6.4313 3.07827 6.53929 3.05282C6.68871 3.01761 6.84228 3 7 3L19.5858 3Z" fill="rgb(223,225,230)" fill-opacity="0" fill-rule="evenodd"></path></g><filter id="pixso_custom_mask_type_outline"><feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 255 0 "></feColorMatrix></filter></defs><g id="ppt"><g id="图标/ppt文件"><rect id="矩形" width="32" height="32" x="0" y="0" rx="8" fill="rgb(238,240,245)" fill-opacity="0"></rect><rect id="矩形" width="31" height="31" x="0.5" y="0.5" rx="8" stroke="rgb(151,151,151)" stroke-opacity="0" stroke-width="1"></rect><g id="编组 2"><g id="路径" mask="url(#mask_1)"><use xlink:href="#use_1"></use><g id="编组-109"><path id="Rectangle-16-Copy-2" d="M11.8164 9.26886L14.6559 9.26886C14.844 9.26886 14.9966 9.42141 14.9966 9.60959L14.9966 10.7454C14.9966 10.9336 14.844 11.0861 14.6559 11.0861L11.8164 11.0861L11.8164 9.26886Z" fill="rgb(255,255,255)" fill-rule="evenodd"></path><path id="Rectangle-16-Copy-4" d="M11.8164 12.9036L14.6559 12.9036C14.844 12.9036 14.9966 13.0562 14.9966 13.2444L14.9966 14.7209L14.9966 14.7209L11.8164 14.7209L11.8164 12.9036Z" fill="rgb(255,255,255)" fill-rule="evenodd"></path><path id="Rectangle-16-Copy" d="M0 0L2.83945 0C3.02763 0 3.18019 0.152552 3.18019 0.340734L3.18019 1.47652C3.18019 1.6647 3.02763 1.81725 2.83945 1.81725L0 1.81725L0 0Z" fill="rgb(255,255,255)" fill-rule="evenodd" transform="matrix(-1,0,0,1,13.1802,7.45172)"></path><path id="Rectangle-16-Copy-6" d="M0.340734 0L3.18019 0L3.18019 0L3.18019 1.81725L0.340734 1.81725C0.152552 1.81725 0 1.6647 0 1.47652L0 0.340734C0 0.152552 0.152552 0 0.340734 0Z" fill="rgb(255,255,255)" fill-rule="evenodd" transform="matrix(-1,0,0,1,14.9966,5.63434)"></path><path id="Rectangle-16-Copy-6备份-3" d="M0 0L3.18019 0L3.18019 1.81725L0.340734 1.81725C0.152552 1.81725 0 1.6647 0 1.47652L0 0L0 0Z" fill="rgb(255,255,255)" fill-rule="evenodd" transform="matrix(-1,0,0,1,14.9966,2.00006)"></path><path id="Rectangle-16-Copy-6备份-2" d="M0 0L2.83945 0C3.02763 0 3.18019 0.152552 3.18019 0.340734L3.18019 1.47652C3.18019 1.6647 3.02763 1.81725 2.83945 1.81725L0 1.81725L0 0Z" fill="rgb(255,255,255)" fill-rule="evenodd" transform="matrix(-1,0,0,1,13.1802,3.8172)"></path><path id="Rectangle-16-Copy-3" d="M0 0L2.83945 0C3.02763 0 3.18019 0.152552 3.18019 0.340734L3.18019 1.47652C3.18019 1.6647 3.02763 1.81725 2.83945 1.81725L0 1.81725L0 0Z" fill="rgb(255,255,255)" fill-rule="evenodd" transform="matrix(-1,0,0,1,13.1802,11.0862)"></path><path id="Combined-Shape" d="M15 17.687L15 14.72L10.0026 14.72L10.0026 17.687C10.0026 18.0556 10.3015 18.3545 10.6701 18.3545L14.3324 18.3545C14.7011 18.3545 15 18.0556 15 17.687ZM11.2478 15.6313L13.7465 15.6313L13.7465 16.8807C13.7465 17.0689 13.5939 17.2214 13.4058 17.2214L11.5885 17.2214C11.4003 17.2214 11.2478 17.0689 11.2478 16.8807L11.2478 15.6313Z" fill="rgb(255,255,255)" fill-rule="evenodd"></path></g><path id="路径" d="M28 10L21.5 10C20.6716 10 20 9.32843 20 8.5L20 2L28 10Z" fill="rgb(252,213,164)" fill-rule="evenodd"></path><path id="路径" d="M28 10L21.5 10C20.6716 10 20 9.32843 20 8.5L20 2L21 3L21 8.5C21 8.56903 21.0122 8.63301 21.0366 8.69194C21.061 8.75087 21.0976 8.80474 21.1464 8.85355C21.1953 8.90237 21.2491 8.93898 21.3081 8.96339C21.367 8.9878 21.431 9 21.5 9L27 9L28 10Z" fill="rgb(223,225,230)" fill-opacity="0" fill-rule="evenodd"></path></g></g></g></g>', 2)
|
|
106
|
+
])], 10, a2));
|
|
107
|
+
}
|
|
108
|
+
}), d2 = ["width", "height", "aria-label"], w = /* @__PURE__ */ c({
|
|
109
|
+
__name: "Document",
|
|
110
|
+
props: {
|
|
111
|
+
size: { default: 32 },
|
|
112
|
+
title: {},
|
|
113
|
+
class: {}
|
|
114
|
+
},
|
|
115
|
+
setup(i) {
|
|
116
|
+
const e = i;
|
|
117
|
+
return (d, r) => (o(), a("svg", {
|
|
118
|
+
width: e.size,
|
|
119
|
+
height: e.size,
|
|
120
|
+
viewBox: "0 0 32 32",
|
|
121
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
122
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
123
|
+
fill: "none",
|
|
124
|
+
customFrame: "#000000",
|
|
125
|
+
role: "img",
|
|
126
|
+
"aria-label": e.title,
|
|
127
|
+
class: h(e.class)
|
|
128
|
+
}, [...r[0] || (r[0] = [
|
|
129
|
+
t(
|
|
130
|
+
"mask",
|
|
131
|
+
{
|
|
132
|
+
id: "mask_10",
|
|
133
|
+
width: "24",
|
|
134
|
+
height: "28",
|
|
135
|
+
x: "4",
|
|
136
|
+
y: "2",
|
|
137
|
+
maskUnits: "userSpaceOnUse",
|
|
138
|
+
"mask-type": "outline"
|
|
139
|
+
},
|
|
140
|
+
[
|
|
141
|
+
t("g", { filter: "url(#pixso_custom_mask_type_outline)" }, [
|
|
142
|
+
t("use", { "xlink:href": "#use_10" })
|
|
143
|
+
])
|
|
144
|
+
],
|
|
145
|
+
-1
|
|
146
|
+
/* CACHED */
|
|
147
|
+
),
|
|
148
|
+
f('<defs><g id="use_10"><path id="蒙版" d="M7 2L20 2L28 10L28 27C28 28.6569 26.6569 30 25 30L7 30C5.34315 30 4 28.6569 4 27L4 5C4 3.34315 5.34315 2 7 2Z" fill="rgb(57,121,249)" fill-rule="evenodd"></path><path id="蒙版" d="M20 2L7 2C5.34315 2 4 3.34315 4 5L4 27C4 28.6569 5.34315 30 7 30L25 30C26.6569 30 28 28.6569 28 27L28 10L20 2ZM19.5858 3L27 10.4142L27 27C27 27.1577 26.9824 27.3113 26.9472 27.4607C26.9217 27.5687 26.8871 27.6745 26.8432 27.7782C26.7974 27.8867 26.7429 27.9896 26.6798 28.0869C26.6037 28.2041 26.5152 28.3132 26.4142 28.4142C26.3132 28.5152 26.2041 28.6037 26.0869 28.6797C25.9896 28.7429 25.8867 28.7974 25.7782 28.8432C25.6745 28.8871 25.5687 28.9217 25.4607 28.9472C25.3113 28.9824 25.1577 29 25 29L7 29C6.84229 29 6.68872 28.9824 6.53931 28.9472C6.43131 28.9217 6.32548 28.8871 6.22182 28.8432C6.11331 28.7973 6.01038 28.7428 5.91305 28.6797C5.79586 28.6037 5.68677 28.5152 5.58579 28.4142C5.48479 28.3132 5.39628 28.2041 5.32027 28.0869C5.25715 27.9896 5.20265 27.8867 5.15676 27.7782C5.11292 27.6745 5.07827 27.5687 5.05282 27.4607C5.01761 27.3113 5 27.1577 5 27L5 5C5 4.84228 5.01761 4.68871 5.05282 4.53929C5.07827 4.4313 5.11292 4.32547 5.15676 4.22182C5.20266 4.1133 5.25717 4.01037 5.32031 3.91303C5.39631 3.79585 5.4848 3.68677 5.58579 3.58579C5.68677 3.4848 5.79585 3.39631 5.91303 3.32031C6.01037 3.25717 6.1133 3.20266 6.22182 3.15676C6.32547 3.11292 6.4313 3.07827 6.53929 3.05282C6.68871 3.01761 6.84228 3 7 3L19.5858 3Z" fill="rgb(223,225,230)" fill-opacity="0" fill-rule="evenodd"></path></g><filter id="pixso_custom_mask_type_outline"><feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 255 0 "></feColorMatrix></filter></defs><g id="文件"><rect id="矩形" width="32" height="32" x="0" y="0" rx="6" fill="rgb(238,240,245)" fill-opacity="0"></rect><rect id="矩形" width="31" height="31" x="0.5" y="0.5" rx="6" stroke="rgb(151,151,151)" stroke-opacity="0" stroke-width="1"></rect><g id="图标/空文件夹 copy 2" mask="url(#mask_10)"><use xlink:href="#use_10"></use><path id="路径" d="M28 10L21.5 10C20.6716 10 20 9.32843 20 8.5L20 2L28 10Z" fill="rgb(157,189,252)" fill-rule="evenodd"></path><path id="路径" d="M28 10L21.5 10C20.6716 10 20 9.32843 20 8.5L20 2L21 3L21 8.5C21 8.56903 21.0122 8.63301 21.0366 8.69194C21.061 8.75087 21.0976 8.80474 21.1464 8.85355C21.1953 8.90237 21.2491 8.93898 21.3081 8.96339C21.367 8.9878 21.431 9 21.5 9L27 9L28 10Z" fill="rgb(223,225,230)" fill-opacity="0" fill-rule="evenodd"></path><g id="编组 29"><circle id="椭圆形" cx="9.25" cy="13" r="0.75" fill="rgb(255,255,255)"></circle><circle id="椭圆形" cx="9.25" cy="13" r="0.25" stroke="rgb(151,151,151)" stroke-opacity="0" stroke-width="1"></circle><circle id="椭圆形" cx="9.25" cy="18" r="0.75" fill="rgb(255,255,255)"></circle><circle id="椭圆形" cx="9.25" cy="18" r="0.25" stroke="rgb(151,151,151)" stroke-opacity="0" stroke-width="1"></circle><circle id="椭圆形" cx="9.25" cy="23" r="0.75" fill="rgb(255,255,255)"></circle><circle id="椭圆形" cx="9.25" cy="23" r="0.25" stroke="rgb(151,151,151)" stroke-opacity="0" stroke-width="1"></circle></g><path id="矢量 777" d="M12 13L23 13" stroke="rgb(255,255,255)" stroke-linecap="round" stroke-width="1.5"></path><path id="矢量 781" d="M12 18L23 18" stroke="rgb(255,255,255)" stroke-linecap="round" stroke-width="1.5"></path><path id="矢量 782" d="M12 23L23 23" stroke="rgb(255,255,255)" stroke-linecap="round" stroke-width="1.5"></path></g></g>', 2)
|
|
149
|
+
])], 10, d2));
|
|
150
|
+
}
|
|
151
|
+
}), n2 = ["width", "height", "aria-label"], Z = /* @__PURE__ */ c({
|
|
152
|
+
__name: "DrawingBoard",
|
|
153
|
+
props: {
|
|
154
|
+
size: { default: 32 },
|
|
155
|
+
title: {},
|
|
156
|
+
class: {}
|
|
157
|
+
},
|
|
158
|
+
setup(i) {
|
|
159
|
+
const e = i;
|
|
160
|
+
return (d, r) => (o(), a("svg", {
|
|
161
|
+
width: e.size,
|
|
162
|
+
height: e.size,
|
|
163
|
+
viewBox: "0 0 32 32",
|
|
164
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
165
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
166
|
+
fill: "none",
|
|
167
|
+
customFrame: "#000000",
|
|
168
|
+
role: "img",
|
|
169
|
+
"aria-label": e.title,
|
|
170
|
+
class: h(e.class)
|
|
171
|
+
}, [...r[0] || (r[0] = [
|
|
172
|
+
t(
|
|
173
|
+
"mask",
|
|
174
|
+
{
|
|
175
|
+
id: "mask_4",
|
|
176
|
+
width: "24",
|
|
177
|
+
height: "28",
|
|
178
|
+
x: "4",
|
|
179
|
+
y: "2",
|
|
180
|
+
maskUnits: "userSpaceOnUse",
|
|
181
|
+
"mask-type": "outline"
|
|
182
|
+
},
|
|
183
|
+
[
|
|
184
|
+
t("g", { filter: "url(#pixso_custom_mask_type_outline)" }, [
|
|
185
|
+
t("use", { "xlink:href": "#use_4" })
|
|
186
|
+
])
|
|
187
|
+
],
|
|
188
|
+
-1
|
|
189
|
+
/* CACHED */
|
|
190
|
+
),
|
|
191
|
+
f('<defs><g id="use_4"><path id="蒙版" d="M7 2L20 2L28 10L28 27C28 28.6569 26.6569 30 25 30L7 30C5.34315 30 4 28.6569 4 27L4 5C4 3.34315 5.34315 2 7 2Z" fill="rgb(92,179,0)" fill-rule="evenodd"></path><path id="蒙版" d="M20 2L7 2C5.34315 2 4 3.34315 4 5L4 27C4 28.6569 5.34315 30 7 30L25 30C26.6569 30 28 28.6569 28 27L28 10L20 2ZM19.5858 3L27 10.4142L27 27C27 27.1577 26.9824 27.3113 26.9472 27.4607C26.9217 27.5687 26.8871 27.6745 26.8432 27.7782C26.7974 27.8867 26.7429 27.9896 26.6798 28.0869C26.6037 28.2041 26.5152 28.3132 26.4142 28.4142C26.3132 28.5152 26.2041 28.6037 26.0869 28.6797C25.9896 28.7429 25.8867 28.7974 25.7782 28.8432C25.6745 28.8871 25.5687 28.9217 25.4607 28.9472C25.3113 28.9824 25.1577 29 25 29L7 29C6.84229 29 6.68872 28.9824 6.53931 28.9472C6.43131 28.9217 6.32548 28.8871 6.22182 28.8432C6.11331 28.7973 6.01038 28.7428 5.91305 28.6797C5.79586 28.6037 5.68677 28.5152 5.58579 28.4142C5.48479 28.3132 5.39628 28.2041 5.32027 28.0869C5.25715 27.9896 5.20265 27.8867 5.15676 27.7782C5.11292 27.6745 5.07827 27.5687 5.05282 27.4607C5.01761 27.3113 5 27.1577 5 27L5 5C5 4.84228 5.01761 4.68871 5.05282 4.53929C5.07827 4.4313 5.11292 4.32547 5.15676 4.22182C5.20266 4.1133 5.25717 4.01037 5.32031 3.91303C5.39631 3.79585 5.4848 3.68677 5.58579 3.58579C5.68677 3.4848 5.79585 3.39631 5.91303 3.32031C6.01037 3.25717 6.1133 3.20266 6.22182 3.15676C6.32547 3.11292 6.4313 3.07827 6.53929 3.05282C6.68871 3.01761 6.84228 3 7 3L19.5858 3Z" fill="rgb(223,225,230)" fill-opacity="0" fill-rule="evenodd"></path></g><filter id="pixso_custom_mask_type_outline"><feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 255 0 "></feColorMatrix></filter><clipPath id="clipPath_2"><rect width="15" height="16" x="9" y="11" fill="rgb(255,255,255)"></rect></clipPath></defs>', 1),
|
|
192
|
+
t(
|
|
193
|
+
"g",
|
|
194
|
+
{ id: "画板" },
|
|
195
|
+
[
|
|
196
|
+
t("rect", {
|
|
197
|
+
id: "矩形",
|
|
198
|
+
width: "32",
|
|
199
|
+
height: "32",
|
|
200
|
+
x: "0",
|
|
201
|
+
y: "0",
|
|
202
|
+
fill: "rgb(0,0,0)",
|
|
203
|
+
"fill-opacity": "0"
|
|
204
|
+
}),
|
|
205
|
+
t("rect", {
|
|
206
|
+
id: "矩形",
|
|
207
|
+
width: "31",
|
|
208
|
+
height: "31",
|
|
209
|
+
x: "0.5",
|
|
210
|
+
y: "0.5",
|
|
211
|
+
stroke: "rgb(151,151,151)",
|
|
212
|
+
"stroke-opacity": "0",
|
|
213
|
+
"stroke-width": "1"
|
|
214
|
+
}),
|
|
215
|
+
t("g", {
|
|
216
|
+
id: "路径",
|
|
217
|
+
mask: "url(#mask_4)"
|
|
218
|
+
}, [
|
|
219
|
+
t("use", { "xlink:href": "#use_4" }),
|
|
220
|
+
t("g", {
|
|
221
|
+
id: "svg",
|
|
222
|
+
"clip-path": "url(#clipPath_2)",
|
|
223
|
+
customFrame: "url(#clipPath_2)"
|
|
224
|
+
}, [
|
|
225
|
+
t("rect", {
|
|
226
|
+
id: "svg",
|
|
227
|
+
width: "15",
|
|
228
|
+
height: "16",
|
|
229
|
+
x: "9",
|
|
230
|
+
y: "11"
|
|
231
|
+
}),
|
|
232
|
+
t("g", { id: "ic_public_office_brush-画笔/base/ic_public_office_brush1" }, [
|
|
233
|
+
t("path", {
|
|
234
|
+
id: "path6",
|
|
235
|
+
d: "M13.5333 23.4382L9.875 24.8333L11.4169 20.7952L19.1124 13.1001C19.8016 12.4109 20.919 12.411 21.6081 13.1002C22.2973 13.7894 22.2973 14.9069 21.6081 15.5961L14.8912 22.3175",
|
|
236
|
+
stroke: "rgb(255,255,255)",
|
|
237
|
+
"stroke-linecap": "round",
|
|
238
|
+
"stroke-linejoin": "round",
|
|
239
|
+
"stroke-width": "1.5"
|
|
240
|
+
}),
|
|
241
|
+
t("line", {
|
|
242
|
+
id: "path7",
|
|
243
|
+
x1: "0",
|
|
244
|
+
x2: "3.51560974",
|
|
245
|
+
y1: "0",
|
|
246
|
+
y2: "0",
|
|
247
|
+
stroke: "rgb(255,255,255)",
|
|
248
|
+
"stroke-linecap": "square",
|
|
249
|
+
"stroke-linejoin": "round",
|
|
250
|
+
"stroke-width": "1.5",
|
|
251
|
+
transform: "matrix(0.705038,0.70917,-0.70917,0.705038,18.5347,13.6929)"
|
|
252
|
+
}),
|
|
253
|
+
t("path", {
|
|
254
|
+
id: "path8",
|
|
255
|
+
d: "M16.3501 23.632C16.7621 24.4423 17.2822 24.8475 17.9105 24.8475C18.8918 24.8475 19.3342 23.6954 20.1977 23.632C20.7734 23.5898 21.3469 23.8969 21.9183 24.5533",
|
|
256
|
+
stroke: "rgb(255,255,255)",
|
|
257
|
+
"stroke-linecap": "round",
|
|
258
|
+
"stroke-linejoin": "round",
|
|
259
|
+
"stroke-width": "1.5"
|
|
260
|
+
}),
|
|
261
|
+
t("path", {
|
|
262
|
+
id: "矢量 793",
|
|
263
|
+
d: "M14 25.0878C14.1434 25.1785 14.5505 25.3054 15.0323 25.0878C15.514 24.8703 17.7849 24 18.2151 24C18.6452 24 18.7828 24.272 18.6452 24.6346C18.5075 24.9972 17.957 25.6318 18.129 25.9037C18.3011 26.1756 19.9355 25.8131 20.6237 25.5411C21.3118 25.2691 21.828 25.3598 22 25.5411",
|
|
264
|
+
opacity: "0",
|
|
265
|
+
stroke: "rgb(255,255,255)",
|
|
266
|
+
"stroke-width": "1.5"
|
|
267
|
+
}),
|
|
268
|
+
t("path", {
|
|
269
|
+
id: "path9",
|
|
270
|
+
d: "M20.1849 23.4575C20.8232 23.4106 21.4459 23.7441 22.0503 24.4384C22.1137 24.5113 22.1061 24.6219 22.0332 24.6853C21.9603 24.7488 21.8497 24.7411 21.7863 24.6682C21.2478 24.0496 20.7235 23.7689 20.2105 23.8065C19.9376 23.8265 19.7196 23.9568 19.338 24.287C19.2903 24.3284 19.2903 24.3284 19.2421 24.3704C18.6985 24.8433 18.3888 25.0225 17.9105 25.0225C17.2076 25.0225 16.6332 24.5751 16.1941 23.7113C16.1503 23.6251 16.1846 23.5198 16.2708 23.476C16.3569 23.4322 16.4623 23.4665 16.5061 23.5527C16.8908 24.3095 17.3568 24.6725 17.9105 24.6725C18.2771 24.6725 18.5295 24.5264 19.0123 24.1063C19.0605 24.0644 19.0605 24.0644 19.109 24.0223C19.5446 23.6454 19.8136 23.4847 20.1849 23.4575Z",
|
|
271
|
+
fill: "rgb(255,255,255)",
|
|
272
|
+
"fill-opacity": "0",
|
|
273
|
+
"fill-rule": "nonzero"
|
|
274
|
+
}),
|
|
275
|
+
t("path", {
|
|
276
|
+
id: "path9",
|
|
277
|
+
d: "M22.0503 24.4384C22.1137 24.5113 22.1061 24.6219 22.0332 24.6853C21.9603 24.7488 21.8497 24.7411 21.7863 24.6682C21.2478 24.0496 20.7235 23.7689 20.2105 23.8065C19.9376 23.8265 19.7196 23.9568 19.338 24.287C19.2903 24.3284 19.2903 24.3284 19.2421 24.3704C18.6985 24.8433 18.3888 25.0225 17.9105 25.0225C17.2076 25.0225 16.6332 24.5751 16.1941 23.7113C16.1503 23.6251 16.1846 23.5198 16.2708 23.476C16.3569 23.4322 16.4623 23.4665 16.5061 23.5527C16.8908 24.3095 17.3568 24.6725 17.9105 24.6725C18.2771 24.6725 18.5295 24.5264 19.0123 24.1063C19.0605 24.0644 19.0605 24.0644 19.109 24.0223C19.5446 23.6454 19.8136 23.4847 20.1849 23.4575C20.8232 23.4106 21.4459 23.7441 22.0503 24.4384Z",
|
|
278
|
+
"fill-rule": "nonzero",
|
|
279
|
+
stroke: "rgb(255,255,255)",
|
|
280
|
+
"stroke-opacity": "0",
|
|
281
|
+
"stroke-linejoin": "round",
|
|
282
|
+
"stroke-width": "0.699999988"
|
|
283
|
+
})
|
|
284
|
+
])
|
|
285
|
+
]),
|
|
286
|
+
t("path", {
|
|
287
|
+
id: "路径",
|
|
288
|
+
d: "M28 10L21.5 10C20.6716 10 20 9.32843 20 8.5L20 2L28 10Z",
|
|
289
|
+
fill: "rgb(185,230,131)",
|
|
290
|
+
"fill-rule": "evenodd"
|
|
291
|
+
}),
|
|
292
|
+
t("path", {
|
|
293
|
+
id: "路径",
|
|
294
|
+
d: "M28 10L21.5 10C20.6716 10 20 9.32843 20 8.5L20 2L21 3L21 8.5C21 8.56903 21.0122 8.63301 21.0366 8.69194C21.061 8.75087 21.0976 8.80474 21.1464 8.85355C21.1953 8.90237 21.2491 8.93898 21.3081 8.96339C21.367 8.9878 21.431 9 21.5 9L27 9L28 10Z",
|
|
295
|
+
fill: "rgb(223,225,230)",
|
|
296
|
+
"fill-opacity": "0",
|
|
297
|
+
"fill-rule": "evenodd"
|
|
298
|
+
}),
|
|
299
|
+
t("path", {
|
|
300
|
+
id: "路径 6",
|
|
301
|
+
d: "M8.5 21.3938L12.2173 17.4814L16.3341 22L23.5 14L8.5 21.3938Z",
|
|
302
|
+
opacity: "0",
|
|
303
|
+
fill: "rgb(216,216,216)",
|
|
304
|
+
"fill-opacity": "0",
|
|
305
|
+
"fill-rule": "evenodd"
|
|
306
|
+
}),
|
|
307
|
+
t("path", {
|
|
308
|
+
id: "路径 6",
|
|
309
|
+
d: "M8.5 21.3938L12.2173 17.4814L16.3341 22L23.5 14",
|
|
310
|
+
opacity: "0",
|
|
311
|
+
"fill-rule": "evenodd",
|
|
312
|
+
stroke: "rgb(255,255,255)",
|
|
313
|
+
"stroke-width": "1.5"
|
|
314
|
+
})
|
|
315
|
+
])
|
|
316
|
+
],
|
|
317
|
+
-1
|
|
318
|
+
/* CACHED */
|
|
319
|
+
)
|
|
320
|
+
])], 10, n2));
|
|
321
|
+
}
|
|
322
|
+
}), p2 = ["width", "height", "aria-label"], C2 = /* @__PURE__ */ c({
|
|
323
|
+
__name: "EmailFile",
|
|
324
|
+
props: {
|
|
325
|
+
size: { default: 32 },
|
|
326
|
+
title: {},
|
|
327
|
+
class: {}
|
|
328
|
+
},
|
|
329
|
+
setup(i) {
|
|
330
|
+
const e = i;
|
|
331
|
+
return (d, r) => (o(), a("svg", {
|
|
332
|
+
width: e.size,
|
|
333
|
+
height: e.size,
|
|
334
|
+
viewBox: "0 0 32 32",
|
|
335
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
336
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
337
|
+
fill: "none",
|
|
338
|
+
customFrame: "#000000",
|
|
339
|
+
role: "img",
|
|
340
|
+
"aria-label": e.title,
|
|
341
|
+
class: h(e.class)
|
|
342
|
+
}, [...r[0] || (r[0] = [
|
|
343
|
+
t(
|
|
344
|
+
"mask",
|
|
345
|
+
{
|
|
346
|
+
id: "mask_14",
|
|
347
|
+
width: "28",
|
|
348
|
+
height: "22",
|
|
349
|
+
x: "2",
|
|
350
|
+
y: "5",
|
|
351
|
+
maskUnits: "userSpaceOnUse",
|
|
352
|
+
"mask-type": "outline"
|
|
353
|
+
},
|
|
354
|
+
[
|
|
355
|
+
t("g", { filter: "url(#pixso_custom_mask_type_outline)" }, [
|
|
356
|
+
t("use", { "xlink:href": "#use_14" })
|
|
357
|
+
])
|
|
358
|
+
],
|
|
359
|
+
-1
|
|
360
|
+
/* CACHED */
|
|
361
|
+
),
|
|
362
|
+
f('<defs><g id="use_14"><rect id="蒙版" width="28" height="22" x="2" y="5" rx="4" fill="rgb(255,136,0)"></rect><rect id="蒙版" width="27" height="21" x="2.5" y="5.5" rx="4" stroke="rgb(223,225,230)" stroke-opacity="0" stroke-width="1"></rect></g><filter id="pixso_custom_mask_type_outline"><feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 255 0 "></feColorMatrix></filter><linearGradient id="paint_linear_0" x1="14.3386717" x2="14.3386717" y1="0" y2="11.6952209" gradientUnits="userSpaceOnUse"><stop stop-color="rgb(246,247,253)" offset="0" stop-opacity="1"></stop><stop stop-color="rgb(233,237,250)" offset="1" stop-opacity="1"></stop></linearGradient><linearGradient id="paint_linear_1" x1="16" x2="16" y1="3" y2="17" gradientUnits="userSpaceOnUse"><stop stop-color="rgb(246,247,253)" offset="0" stop-opacity="1"></stop><stop stop-color="rgb(233,237,250)" offset="1" stop-opacity="1"></stop></linearGradient></defs><g id="邮件"><rect id="矩形" width="32" height="32" x="0" y="0" rx="4" fill="rgb(238,240,245)" fill-opacity="0"></rect><rect id="矩形" width="31" height="31" x="0.5" y="0.5" rx="4" stroke="rgb(151,151,151)" stroke-opacity="0" stroke-width="1"></rect><g id="矩形" mask="url(#mask_14)"><use xlink:href="#use_14"></use><path id="形状" d="M0.341524 1.75256L11.7046 11.6952L0.999972 0C0.711642 0 0.43735 0.124481 0.247408 0.341492C-0.116239 0.757141 -0.074125 1.38889 0.341524 1.75256ZM27.6773 0C28.2296 0 28.6773 0.447723 28.6773 1C28.6773 1.28836 28.5528 1.56268 28.3358 1.75256L16.9727 11.6952L27.6773 0Z" opacity="0" fill="url(#paint_linear_0)" fill-opacity="0" fill-rule="evenodd" transform="matrix(1,0,0,-1,1.66125,27.4999)"></path><path id="形状" d="M0.341524 1.75256L11.7046 11.6952L0.999972 0C0.711642 0 0.43735 0.124481 0.247408 0.341492C-0.116239 0.757141 -0.074125 1.38889 0.341524 1.75256ZM27.6773 0C28.2296 0 28.6773 0.447723 28.6773 1C28.6773 1.28836 28.5528 1.56268 28.3358 1.75256L16.9727 11.6952L27.6773 0Z" opacity="0" fill-rule="evenodd" stroke="rgb(255,255,255)" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" transform="matrix(1,0,0,-1,1.66125,27.4999)"></path><path id="矩形" d="M2.66145 3L29.3386 3C30.2619 3 30.692 4.14454 29.9971 4.75258L18.634 14.6952C17.1259 16.0148 14.8741 16.0148 13.366 14.6952L2.00294 4.75258C1.30804 4.14454 1.73808 3 2.66145 3Z" fill="url(#paint_linear_1)" fill-opacity="0" fill-rule="evenodd"></path><path id="矩形" d="M29.3386 3C30.2619 3 30.692 4.14454 29.9971 4.75258L18.634 14.6952C17.1259 16.0148 14.8741 16.0148 13.366 14.6952L2.00294 4.75258C1.30804 4.14454 1.73808 3 2.66145 3L29.3386 3Z" fill-rule="evenodd" stroke="rgb(255,255,255)" stroke-width="1.5"></path><path id="矢量 789" d="M0 0L15.5563 0" stroke="rgb(255,255,255)" stroke-width="1.5" transform="matrix(0.707107,-0.707107,0.707107,0.707107,3,26)"></path><path id="矢量 789" d="M0 0L15.5563 0" stroke="rgb(255,255,255)" stroke-width="1.5" transform="matrix(-0.707107,-0.707107,-0.707107,0.707107,29,26)"></path></g></g>', 2)
|
|
363
|
+
])], 10, p2));
|
|
364
|
+
}
|
|
365
|
+
}), h2 = ["width", "height", "aria-label"], B = /* @__PURE__ */ c({
|
|
366
|
+
__name: "Excel",
|
|
367
|
+
props: {
|
|
368
|
+
size: { default: 32 },
|
|
369
|
+
title: {},
|
|
370
|
+
class: {}
|
|
371
|
+
},
|
|
372
|
+
setup(i) {
|
|
373
|
+
const e = i;
|
|
374
|
+
return (d, r) => (o(), a("svg", {
|
|
375
|
+
width: e.size,
|
|
376
|
+
height: e.size,
|
|
377
|
+
viewBox: "0 0 32 32",
|
|
378
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
379
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
380
|
+
fill: "none",
|
|
381
|
+
customFrame: "#000000",
|
|
382
|
+
role: "img",
|
|
383
|
+
"aria-label": e.title,
|
|
384
|
+
class: h(e.class)
|
|
385
|
+
}, [...r[0] || (r[0] = [
|
|
386
|
+
t(
|
|
387
|
+
"mask",
|
|
388
|
+
{
|
|
389
|
+
id: "mask_6",
|
|
390
|
+
width: "24",
|
|
391
|
+
height: "28",
|
|
392
|
+
x: "4",
|
|
393
|
+
y: "2",
|
|
394
|
+
maskUnits: "userSpaceOnUse",
|
|
395
|
+
"mask-type": "outline"
|
|
396
|
+
},
|
|
397
|
+
[
|
|
398
|
+
t("g", { filter: "url(#pixso_custom_mask_type_outline)" }, [
|
|
399
|
+
t("use", { "xlink:href": "#use_6" })
|
|
400
|
+
])
|
|
401
|
+
],
|
|
402
|
+
-1
|
|
403
|
+
/* CACHED */
|
|
404
|
+
),
|
|
405
|
+
f('<defs><g id="use_6"><path id="蒙版" d="M7 2L20 2L28 10L28 27C28 28.6569 26.6569 30 25 30L7 30C5.34315 30 4 28.6569 4 27L4 5C4 3.34315 5.34315 2 7 2Z" fill="rgb(37,194,81)" fill-rule="evenodd"></path><path id="蒙版" d="M20 2L7 2C5.34315 2 4 3.34315 4 5L4 27C4 28.6569 5.34315 30 7 30L25 30C26.6569 30 28 28.6569 28 27L28 10L20 2ZM19.5858 3L27 10.4142L27 27C27 27.1577 26.9824 27.3113 26.9472 27.4607C26.9217 27.5687 26.8871 27.6745 26.8432 27.7782C26.7974 27.8867 26.7429 27.9896 26.6798 28.0869C26.6037 28.2041 26.5152 28.3132 26.4142 28.4142C26.3132 28.5152 26.2041 28.6037 26.0869 28.6797C25.9896 28.7429 25.8867 28.7974 25.7782 28.8432C25.6745 28.8871 25.5687 28.9217 25.4607 28.9472C25.3113 28.9824 25.1577 29 25 29L7 29C6.84229 29 6.68872 28.9824 6.53931 28.9472C6.43131 28.9217 6.32548 28.8871 6.22182 28.8432C6.11331 28.7973 6.01038 28.7428 5.91305 28.6797C5.79586 28.6037 5.68677 28.5152 5.58579 28.4142C5.48479 28.3132 5.39628 28.2041 5.32027 28.0869C5.25715 27.9896 5.20265 27.8867 5.15676 27.7782C5.11292 27.6745 5.07827 27.5687 5.05282 27.4607C5.01761 27.3113 5 27.1577 5 27L5 5C5 4.84228 5.01761 4.68871 5.05282 4.53929C5.07827 4.4313 5.11292 4.32547 5.15676 4.22182C5.20266 4.1133 5.25717 4.01037 5.32031 3.91303C5.39631 3.79585 5.4848 3.68677 5.58579 3.58579C5.68677 3.4848 5.79585 3.39631 5.91303 3.32031C6.01037 3.25717 6.1133 3.20266 6.22182 3.15676C6.32547 3.11292 6.4313 3.07827 6.53929 3.05282C6.68871 3.01761 6.84228 3 7 3L19.5858 3Z" fill="rgb(223,225,230)" fill-opacity="0" fill-rule="evenodd"></path></g><filter id="pixso_custom_mask_type_outline"><feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 255 0 "></feColorMatrix></filter></defs><g id="表格"><rect id="矩形" width="32" height="32" x="0" y="0" fill="rgb(0,0,0)" fill-opacity="0"></rect><rect id="矩形" width="31" height="31" x="0.5" y="0.5" stroke="rgb(151,151,151)" stroke-opacity="0" stroke-width="1"></rect><g id="路径" mask="url(#mask_6)"><use xlink:href="#use_6"></use><path id="路径" d="M28 10L21.5 10C20.6716 10 20 9.32843 20 8.5L20 2L28 10Z" fill="rgb(146,224,165)" fill-rule="evenodd"></path><path id="路径" d="M28 10L21.5 10C20.6716 10 20 9.32843 20 8.5L20 2L21 3L21 8.5C21 8.56903 21.0122 8.63301 21.0366 8.69194C21.061 8.75087 21.0976 8.80474 21.1464 8.85355C21.1953 8.90237 21.2491 8.93898 21.3081 8.96339C21.367 8.9878 21.431 9 21.5 9L27 9L28 10Z" fill="rgb(223,225,230)" fill-opacity="0" fill-rule="evenodd"></path><g id="组合 3851"><rect id="矩形" width="15" height="13" x="8.5" y="12.5" rx="2" fill="rgb(216,216,216)" fill-opacity="0"></rect><rect id="矩形" width="15" height="13" x="8.5" y="12.5" rx="2" stroke="rgb(255,255,255)" stroke-width="1.5"></rect><path id="矢量 773" d="M9 19L23 19" stroke="rgb(255,255,255)" stroke-width="1.5"></path><path id="矢量 773" d="M0 0L14 0" stroke="rgb(255,255,255)" stroke-width="1.5" transform="matrix(0,-1,1,0,16,26)"></path></g></g></g>', 2)
|
|
406
|
+
])], 10, h2));
|
|
407
|
+
}
|
|
408
|
+
}), c2 = ["width", "height", "aria-label"], u2 = /* @__PURE__ */ c({
|
|
409
|
+
__name: "FlowChart",
|
|
410
|
+
props: {
|
|
411
|
+
size: { default: 32 },
|
|
412
|
+
title: {},
|
|
413
|
+
class: {}
|
|
414
|
+
},
|
|
415
|
+
setup(i) {
|
|
416
|
+
const e = i;
|
|
417
|
+
return (d, r) => (o(), a("svg", {
|
|
418
|
+
width: e.size,
|
|
419
|
+
height: e.size,
|
|
420
|
+
viewBox: "0 0 32 32",
|
|
421
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
422
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
423
|
+
fill: "none",
|
|
424
|
+
customFrame: "#000000",
|
|
425
|
+
role: "img",
|
|
426
|
+
"aria-label": e.title,
|
|
427
|
+
class: h(e.class)
|
|
428
|
+
}, [...r[0] || (r[0] = [
|
|
429
|
+
t(
|
|
430
|
+
"mask",
|
|
431
|
+
{
|
|
432
|
+
id: "mask_2",
|
|
433
|
+
width: "24",
|
|
434
|
+
height: "28",
|
|
435
|
+
x: "4",
|
|
436
|
+
y: "2",
|
|
437
|
+
maskUnits: "userSpaceOnUse",
|
|
438
|
+
"mask-type": "outline"
|
|
439
|
+
},
|
|
440
|
+
[
|
|
441
|
+
t("g", { filter: "url(#pixso_custom_mask_type_outline)" }, [
|
|
442
|
+
t("use", { "xlink:href": "#use_2" })
|
|
443
|
+
])
|
|
444
|
+
],
|
|
445
|
+
-1
|
|
446
|
+
/* CACHED */
|
|
447
|
+
),
|
|
448
|
+
f('<defs><g id="use_2"><path id="蒙版" d="M7 2L20 2L28 10L28 27C28 28.6569 26.6569 30 25 30L7 30C5.34315 30 4 28.6569 4 27L4 5C4 3.34315 5.34315 2 7 2Z" fill="rgb(242,48,48)" fill-rule="evenodd"></path><path id="蒙版" d="M20 2L7 2C5.34315 2 4 3.34315 4 5L4 27C4 28.6569 5.34315 30 7 30L25 30C26.6569 30 28 28.6569 28 27L28 10L20 2ZM19.5858 3L27 10.4142L27 27C27 27.1577 26.9824 27.3113 26.9472 27.4607C26.9217 27.5687 26.8871 27.6745 26.8432 27.7782C26.7974 27.8867 26.7429 27.9896 26.6798 28.0869C26.6037 28.2041 26.5152 28.3132 26.4142 28.4142C26.3132 28.5152 26.2041 28.6037 26.0869 28.6797C25.9896 28.7429 25.8867 28.7974 25.7782 28.8432C25.6745 28.8871 25.5687 28.9217 25.4607 28.9472C25.3113 28.9824 25.1577 29 25 29L7 29C6.84229 29 6.68872 28.9824 6.53931 28.9472C6.43131 28.9217 6.32548 28.8871 6.22182 28.8432C6.11331 28.7973 6.01038 28.7428 5.91305 28.6797C5.79586 28.6037 5.68677 28.5152 5.58579 28.4142C5.48479 28.3132 5.39628 28.2041 5.32027 28.0869C5.25715 27.9896 5.20265 27.8867 5.15676 27.7782C5.11292 27.6745 5.07827 27.5687 5.05282 27.4607C5.01761 27.3113 5 27.1577 5 27L5 5C5 4.84228 5.01761 4.68871 5.05282 4.53929C5.07827 4.4313 5.11292 4.32547 5.15676 4.22182C5.20266 4.1133 5.25717 4.01037 5.32031 3.91303C5.39631 3.79585 5.4848 3.68677 5.58579 3.58579C5.68677 3.4848 5.79585 3.39631 5.91303 3.32031C6.01037 3.25717 6.1133 3.20266 6.22182 3.15676C6.32547 3.11292 6.4313 3.07827 6.53929 3.05282C6.68871 3.01761 6.84228 3 7 3L19.5858 3Z" fill="rgb(223,225,230)" fill-opacity="0" fill-rule="evenodd"></path></g><filter id="pixso_custom_mask_type_outline"><feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 255 0 "></feColorMatrix></filter></defs><g id="流程图"><rect id="矩形" width="32" height="32" x="0" y="0" fill="rgb(0,0,0)" fill-opacity="0"></rect><rect id="矩形" width="31" height="31" x="0.5" y="0.5" stroke="rgb(151,151,151)" stroke-opacity="0" stroke-width="1"></rect><g id="编组 2" mask="url(#mask_2)"><use xlink:href="#use_2"></use><path id="路径" d="M28 10L21.5 10C20.6716 10 20 9.32843 20 8.5L20 2L28 10Z" fill="rgb(250,167,163)" fill-rule="evenodd"></path><path id="路径" d="M28 10L21.5 10C20.6716 10 20 9.32843 20 8.5L20 2L21 3L21 8.5C21 8.56903 21.0122 8.63301 21.0366 8.69194C21.061 8.75087 21.0976 8.80474 21.1464 8.85355C21.1953 8.90237 21.2491 8.93898 21.3081 8.96339C21.367 8.9878 21.431 9 21.5 9L27 9L28 10Z" fill="rgb(223,225,230)" fill-opacity="0" fill-rule="evenodd"></path><path id="路径" d="M6.54991 5L2.5 5C1.11929 5 -1.09279e-07 3.88071 -1.09279e-07 2.5C-1.09279e-07 1.11929 1.11929 0 2.5 0L12 0L6.54991 5Z" fill="rgb(216,216,216)" fill-opacity="0" fill-rule="evenodd" transform="matrix(-1,0,0,1,23.5,13)"></path><path id="路径" d="M6.54991 5L2.5 5C1.11929 5 -1.09279e-07 3.88071 -1.09279e-07 2.5C-1.09279e-07 1.11929 1.11929 0 2.5 0L12 0" fill-rule="evenodd" stroke="rgb(255,255,255)" stroke-width="1.5" transform="matrix(-1,0,0,1,23.5,13)"></path><path id="路径备份" d="M8.64563 5L2.5 5C1.11929 5 -1.09278e-07 3.88071 -1.09278e-07 2.5C-1.09278e-07 1.11929 1.11929 0 2.5 0L11.9084 0L8.64563 5Z" fill="rgb(216,216,216)" fill-opacity="0" fill-rule="evenodd" transform="matrix(1,0,0,-1,9,23)"></path><path id="路径备份" d="M8.64563 5L2.5 5C1.11929 5 -1.09278e-07 3.88071 -1.09278e-07 2.5C-1.09278e-07 1.11929 1.11929 0 2.5 0L11.9084 0" fill-rule="evenodd" stroke="rgb(255,255,255)" stroke-width="1.5" transform="matrix(1,0,0,-1,9,23)"></path><rect id="矩形" width="3" height="3" x="20.5" y="21.5" rx="1.5" fill="rgb(18,119,255)" fill-opacity="0"></rect><rect id="矩形" width="3" height="3" x="20.5" y="21.5" rx="1.5" stroke="rgb(255,255,255)" stroke-width="1.5"></rect><rect id="矩形备份 16" width="3" height="3" x="0" y="0" rx="1.5" fill="rgb(216,216,216)" fill-opacity="0" transform="matrix(0.707107,0.707107,-0.707107,0.707107,10.5,10.8787)"></rect><rect id="矩形备份 16" width="3" height="3" x="0" y="0" rx="1.5" stroke="rgb(255,255,255)" stroke-width="1.5" transform="matrix(0.707107,0.707107,-0.707107,0.707107,10.5,10.8787)"></rect></g></g>', 2)
|
|
449
|
+
])], 10, c2));
|
|
450
|
+
}
|
|
451
|
+
}), f2 = ["width", "height", "aria-label"], y = /* @__PURE__ */ c({
|
|
452
|
+
__name: "Image",
|
|
453
|
+
props: {
|
|
454
|
+
size: { default: 32 },
|
|
455
|
+
title: {},
|
|
456
|
+
class: {}
|
|
457
|
+
},
|
|
458
|
+
setup(i) {
|
|
459
|
+
const e = i;
|
|
460
|
+
return (d, r) => (o(), a("svg", {
|
|
461
|
+
width: e.size,
|
|
462
|
+
height: e.size,
|
|
463
|
+
viewBox: "0 0 32 32",
|
|
464
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
465
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
466
|
+
fill: "none",
|
|
467
|
+
customFrame: "#000000",
|
|
468
|
+
role: "img",
|
|
469
|
+
"aria-label": e.title,
|
|
470
|
+
class: h(e.class)
|
|
471
|
+
}, [...r[0] || (r[0] = [
|
|
472
|
+
t(
|
|
473
|
+
"mask",
|
|
474
|
+
{
|
|
475
|
+
id: "mask_0",
|
|
476
|
+
width: "24",
|
|
477
|
+
height: "28",
|
|
478
|
+
x: "4",
|
|
479
|
+
y: "2",
|
|
480
|
+
maskUnits: "userSpaceOnUse",
|
|
481
|
+
"mask-type": "outline"
|
|
482
|
+
},
|
|
483
|
+
[
|
|
484
|
+
t("g", { filter: "url(#pixso_custom_mask_type_outline)" }, [
|
|
485
|
+
t("use", { "xlink:href": "#use_0" })
|
|
486
|
+
])
|
|
487
|
+
],
|
|
488
|
+
-1
|
|
489
|
+
/* CACHED */
|
|
490
|
+
),
|
|
491
|
+
f('<defs><g id="use_0"><path id="蒙版" d="M7 2L20 2L28 10L28 27C28 28.6569 26.6569 30 25 30L7 30C5.34315 30 4 28.6569 4 27L4 5C4 3.34315 5.34315 2 7 2Z" fill="rgb(57,121,249)" fill-rule="evenodd"></path><path id="蒙版" d="M20 2L7 2C5.34315 2 4 3.34315 4 5L4 27C4 28.6569 5.34315 30 7 30L25 30C26.6569 30 28 28.6569 28 27L28 10L20 2ZM19.5858 3L27 10.4142L27 27C27 27.1577 26.9824 27.3113 26.9472 27.4607C26.9217 27.5687 26.8871 27.6745 26.8432 27.7782C26.7974 27.8867 26.7429 27.9896 26.6798 28.0869C26.6037 28.2041 26.5152 28.3132 26.4142 28.4142C26.3132 28.5152 26.2041 28.6037 26.0869 28.6797C25.9896 28.7429 25.8867 28.7974 25.7782 28.8432C25.6745 28.8871 25.5687 28.9217 25.4607 28.9472C25.3113 28.9824 25.1577 29 25 29L7 29C6.84229 29 6.68872 28.9824 6.53931 28.9472C6.43131 28.9217 6.32548 28.8871 6.22182 28.8432C6.11331 28.7973 6.01038 28.7428 5.91305 28.6797C5.79586 28.6037 5.68677 28.5152 5.58579 28.4142C5.48479 28.3132 5.39628 28.2041 5.32027 28.0869C5.25715 27.9896 5.20265 27.8867 5.15676 27.7782C5.11292 27.6745 5.07827 27.5687 5.05282 27.4607C5.01761 27.3113 5 27.1577 5 27L5 5C5 4.84228 5.01761 4.68871 5.05282 4.53929C5.07827 4.4313 5.11292 4.32547 5.15676 4.22182C5.20266 4.1133 5.25717 4.01037 5.32031 3.91303C5.39631 3.79585 5.4848 3.68677 5.58579 3.58579C5.68677 3.4848 5.79585 3.39631 5.91303 3.32031C6.01037 3.25717 6.1133 3.20266 6.22182 3.15676C6.32547 3.11292 6.4313 3.07827 6.53929 3.05282C6.68871 3.01761 6.84228 3 7 3L19.5858 3Z" fill="rgb(223,225,230)" fill-opacity="0" fill-rule="evenodd"></path></g><filter id="pixso_custom_mask_type_outline"><feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 255 0 "></feColorMatrix></filter></defs><g id="图片"><rect id="矩形" width="32" height="32" x="0" y="0" rx="6" fill="rgb(238,240,245)" fill-opacity="0"></rect><rect id="矩形" width="31" height="31" x="0.5" y="0.5" rx="6" stroke="rgb(151,151,151)" stroke-opacity="0" stroke-width="1"></rect><g id="图标/空文件夹 copy 2" mask="url(#mask_0)"><use xlink:href="#use_0"></use><g id="编组 27"><path id="椭圆形" d="M11.5 16.5C12.3284 16.5 13 15.8284 13 15C13 14.1716 12.3284 13.5 11.5 13.5C10.6716 13.5 10 14.1716 10 15C10 15.8284 10.6716 16.5 11.5 16.5Z" fill="rgb(255,255,255)" fill-rule="evenodd"></path><path id="椭圆形" d="M13 15C13 15.8284 12.3284 16.5 11.5 16.5C10.6716 16.5 10 15.8284 10 15C10 14.1716 10.6716 13.5 11.5 13.5C12.3284 13.5 13 14.1716 13 15ZM11.9634 14.8081C11.9878 14.867 12 14.931 12 15C12 15.069 11.9878 15.133 11.9634 15.1919C11.939 15.2509 11.9024 15.3047 11.8536 15.3536C11.8047 15.4024 11.7509 15.439 11.6919 15.4634C11.633 15.4878 11.569 15.5 11.5 15.5C11.431 15.5 11.367 15.4878 11.3081 15.4634C11.2491 15.439 11.1953 15.4024 11.1464 15.3536C11.0976 15.3047 11.061 15.2509 11.0366 15.1919C11.0122 15.133 11 15.069 11 15C11 14.931 11.0122 14.867 11.0366 14.8081C11.061 14.7491 11.0976 14.6953 11.1464 14.6464C11.1953 14.5976 11.2491 14.561 11.3081 14.5366C11.367 14.5122 11.431 14.5 11.5 14.5C11.569 14.5 11.633 14.5122 11.6919 14.5366C11.7509 14.561 11.8047 14.5976 11.8536 14.6464C11.9024 14.6953 11.939 14.7491 11.9634 14.8081Z" fill="rgb(223,225,230)" fill-opacity="0" fill-rule="evenodd"></path><path id="路径" d="M22.7002 23.126L18.6447 16.9265C18.3065 16.4096 17.5571 16.3873 17.1888 16.8831L15.2857 19.4454L13.7373 18.0224C13.3287 17.647 12.6798 17.734 12.3846 18.2038L9.28364 23.1397C8.91213 23.731 9.33716 24.5 10.0355 24.5L21.9572 24.5C22.6629 24.5 23.0866 23.7165 22.7002 23.126Z" fill="rgb(255,255,255)" fill-rule="evenodd"></path><path id="路径" d="M14.5454 18.765L13.7373 18.0224C13.3287 17.647 12.6798 17.734 12.3846 18.2038L9.28364 23.1397C8.91213 23.731 9.33716 24.5 10.0355 24.5L21.9572 24.5C22.6629 24.5 23.0866 23.7165 22.7002 23.126L18.6447 16.9265C18.3065 16.4096 17.5571 16.3873 17.1888 16.8831L15.8852 18.6382L15.2857 19.4454L14.5454 18.765ZM17.8958 17.6084L15.4265 20.9329L13.1597 18.8498L10.2383 23.5L21.7499 23.5L17.8958 17.6084Z" fill="rgb(223,225,230)" fill-opacity="0" fill-rule="evenodd"></path></g><path id="路径" d="M28 10L21.5 10C20.6716 10 20 9.32843 20 8.5L20 2L28 10Z" fill="rgb(157,189,252)" fill-rule="evenodd"></path><path id="路径" d="M28 10L21.5 10C20.6716 10 20 9.32843 20 8.5L20 2L21 3L21 8.5C21 8.56903 21.0122 8.63301 21.0366 8.69194C21.061 8.75087 21.0976 8.80474 21.1464 8.85355C21.1953 8.90237 21.2491 8.93898 21.3081 8.96339C21.367 8.9878 21.431 9 21.5 9L27 9L28 10Z" fill="rgb(223,225,230)" fill-opacity="0" fill-rule="evenodd"></path></g></g>', 2)
|
|
492
|
+
])], 10, f2));
|
|
493
|
+
}
|
|
494
|
+
}), g2 = ["width", "height", "aria-label"], W = /* @__PURE__ */ c({
|
|
495
|
+
__name: "Markdown",
|
|
496
|
+
props: {
|
|
497
|
+
size: { default: 32 },
|
|
498
|
+
title: {},
|
|
499
|
+
class: {}
|
|
500
|
+
},
|
|
501
|
+
setup(i) {
|
|
502
|
+
const e = i;
|
|
503
|
+
return (d, r) => (o(), a("svg", {
|
|
504
|
+
width: e.size,
|
|
505
|
+
height: e.size,
|
|
506
|
+
viewBox: "0 0 32 32",
|
|
507
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
508
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
509
|
+
fill: "none",
|
|
510
|
+
customFrame: "#000000",
|
|
511
|
+
role: "img",
|
|
512
|
+
"aria-label": e.title,
|
|
513
|
+
class: h(e.class)
|
|
514
|
+
}, [...r[0] || (r[0] = [
|
|
515
|
+
t(
|
|
516
|
+
"mask",
|
|
517
|
+
{
|
|
518
|
+
id: "mask_18",
|
|
519
|
+
width: "24",
|
|
520
|
+
height: "28",
|
|
521
|
+
x: "4",
|
|
522
|
+
y: "2",
|
|
523
|
+
maskUnits: "userSpaceOnUse",
|
|
524
|
+
"mask-type": "outline"
|
|
525
|
+
},
|
|
526
|
+
[
|
|
527
|
+
t("g", { filter: "url(#pixso_custom_mask_type_outline)" }, [
|
|
528
|
+
t("use", { "xlink:href": "#use_18" })
|
|
529
|
+
])
|
|
530
|
+
],
|
|
531
|
+
-1
|
|
532
|
+
/* CACHED */
|
|
533
|
+
),
|
|
534
|
+
f('<defs><g id="use_18"><path id="蒙版" d="M7 2L20 2L28 10L28 27C28 28.6569 26.6569 30 25 30L7 30C5.34315 30 4 28.6569 4 27L4 5C4 3.34315 5.34315 2 7 2Z" fill="rgb(37,194,81)" fill-rule="evenodd"></path><path id="蒙版" d="M20 2L7 2C5.34315 2 4 3.34315 4 5L4 27C4 28.6569 5.34315 30 7 30L25 30C26.6569 30 28 28.6569 28 27L28 10L20 2ZM19.5858 3L27 10.4142L27 27C27 27.1577 26.9824 27.3113 26.9472 27.4607C26.9217 27.5687 26.8871 27.6745 26.8432 27.7782C26.7974 27.8867 26.7429 27.9896 26.6798 28.0869C26.6037 28.2041 26.5152 28.3132 26.4142 28.4142C26.3132 28.5152 26.2041 28.6037 26.0869 28.6797C25.9896 28.7429 25.8867 28.7974 25.7782 28.8432C25.6745 28.8871 25.5687 28.9217 25.4607 28.9472C25.3113 28.9824 25.1577 29 25 29L7 29C6.84229 29 6.68872 28.9824 6.53931 28.9472C6.43131 28.9217 6.32548 28.8871 6.22182 28.8432C6.11331 28.7973 6.01038 28.7428 5.91305 28.6797C5.79586 28.6037 5.68677 28.5152 5.58579 28.4142C5.48479 28.3132 5.39628 28.2041 5.32027 28.0869C5.25715 27.9896 5.20265 27.8867 5.15676 27.7782C5.11292 27.6745 5.07827 27.5687 5.05282 27.4607C5.01761 27.3113 5 27.1577 5 27L5 5C5 4.84228 5.01761 4.68871 5.05282 4.53929C5.07827 4.4313 5.11292 4.32547 5.15676 4.22182C5.20266 4.1133 5.25717 4.01037 5.32031 3.91303C5.39631 3.79585 5.4848 3.68677 5.58579 3.58579C5.68677 3.4848 5.79585 3.39631 5.91303 3.32031C6.01037 3.25717 6.1133 3.20266 6.22182 3.15676C6.32547 3.11292 6.4313 3.07827 6.53929 3.05282C6.68871 3.01761 6.84228 3 7 3L19.5858 3Z" fill="rgb(223,225,230)" fill-opacity="0" fill-rule="evenodd"></path></g><filter id="pixso_custom_mask_type_outline"><feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 255 0 "></feColorMatrix></filter></defs><rect id="雪碧图/32px/markdown" width="32" height="32" x="0" y="0"></rect><g id="图标/markdown文件"><rect id="矩形" width="32" height="32" x="0" y="0" rx="4" fill="rgb(238,240,245)" fill-opacity="0"></rect><rect id="矩形" width="31" height="31" x="0.5" y="0.5" rx="4" stroke="rgb(151,151,151)" stroke-opacity="0" stroke-width="1"></rect><g id="编组 2" mask="url(#mask_18)"><use xlink:href="#use_18"></use><g id="组合 3854"><path id="矢量 770" d="M0 0L8 0" stroke="rgb(255,255,255)" stroke-linecap="round" stroke-width="1.5" transform="matrix(0,1,-1,0,9,14)"></path><path id="矢量 790" d="M0 0L8 0" stroke="rgb(255,255,255)" stroke-linecap="round" stroke-width="1.5" transform="matrix(0,1,-1,0,17,14)"></path><path id="矢量 794" d="M0 0L8 0" stroke="rgb(255,255,255)" stroke-linecap="round" stroke-width="1.5" transform="matrix(0,1,-1,0,22,14)"></path><path id="矢量 795" d="M20 20L21.9293 21.9293C21.9683 21.9683 22.0317 21.9683 22.0707 21.9293L24 20" stroke="rgb(255,255,255)" stroke-width="1.5"></path><path id="矢量 791" d="M9 14L12.9106 21.8211C12.9474 21.8948 13.0526 21.8948 13.0894 21.8211L17 14" stroke="rgb(255,255,255)" stroke-width="1.5"></path></g><path id="路径" d="M28 10L21.5 10C20.6716 10 20 9.32843 20 8.5L20 2L28 10Z" fill="rgb(146,224,165)" fill-rule="evenodd"></path><path id="路径" d="M28 10L21.5 10C20.6716 10 20 9.32843 20 8.5L20 2L21 3L21 8.5C21 8.56903 21.0122 8.63301 21.0366 8.69194C21.061 8.75087 21.0976 8.80474 21.1464 8.85355C21.1953 8.90237 21.2491 8.93898 21.3081 8.96339C21.367 8.9878 21.431 9 21.5 9L27 9L28 10Z" fill="rgb(223,225,230)" fill-opacity="0" fill-rule="evenodd"></path></g></g>', 3)
|
|
535
|
+
])], 10, g2));
|
|
536
|
+
}
|
|
537
|
+
}), L2 = ["width", "height", "aria-label"], m2 = /* @__PURE__ */ c({
|
|
538
|
+
__name: "Mind",
|
|
539
|
+
props: {
|
|
540
|
+
size: { default: 32 },
|
|
541
|
+
title: {},
|
|
542
|
+
class: {}
|
|
543
|
+
},
|
|
544
|
+
setup(i) {
|
|
545
|
+
const e = i;
|
|
546
|
+
return (d, r) => (o(), a("svg", {
|
|
547
|
+
width: e.size,
|
|
548
|
+
height: e.size,
|
|
549
|
+
viewBox: "0 0 32 32",
|
|
550
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
551
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
552
|
+
fill: "none",
|
|
553
|
+
customFrame: "#000000",
|
|
554
|
+
role: "img",
|
|
555
|
+
"aria-label": e.title,
|
|
556
|
+
class: h(e.class)
|
|
557
|
+
}, [...r[0] || (r[0] = [
|
|
558
|
+
t(
|
|
559
|
+
"mask",
|
|
560
|
+
{
|
|
561
|
+
id: "mask_12",
|
|
562
|
+
width: "24",
|
|
563
|
+
height: "28",
|
|
564
|
+
x: "4",
|
|
565
|
+
y: "2",
|
|
566
|
+
maskUnits: "userSpaceOnUse",
|
|
567
|
+
"mask-type": "outline"
|
|
568
|
+
},
|
|
569
|
+
[
|
|
570
|
+
t("g", { filter: "url(#pixso_custom_mask_type_outline)" }, [
|
|
571
|
+
t("use", { "xlink:href": "#use_12" })
|
|
572
|
+
])
|
|
573
|
+
],
|
|
574
|
+
-1
|
|
575
|
+
/* CACHED */
|
|
576
|
+
),
|
|
577
|
+
f('<defs><g id="use_12"><path id="蒙版" d="M7 2L20 2L28 10L28 27C28 28.6569 26.6569 30 25 30L7 30C5.34315 30 4 28.6569 4 27L4 5C4 3.34315 5.34315 2 7 2Z" fill="rgb(164,47,214)" fill-rule="evenodd"></path><path id="蒙版" d="M20 2L7 2C5.34315 2 4 3.34315 4 5L4 27C4 28.6569 5.34315 30 7 30L25 30C26.6569 30 28 28.6569 28 27L28 10L20 2ZM19.5858 3L27 10.4142L27 27C27 27.1577 26.9824 27.3113 26.9472 27.4607C26.9217 27.5687 26.8871 27.6745 26.8432 27.7782C26.7974 27.8867 26.7429 27.9896 26.6798 28.0869C26.6037 28.2041 26.5152 28.3132 26.4142 28.4142C26.3132 28.5152 26.2041 28.6037 26.0869 28.6797C25.9896 28.7429 25.8867 28.7974 25.7782 28.8432C25.6745 28.8871 25.5687 28.9217 25.4607 28.9472C25.3113 28.9824 25.1577 29 25 29L7 29C6.84229 29 6.68872 28.9824 6.53931 28.9472C6.43131 28.9217 6.32548 28.8871 6.22182 28.8432C6.11331 28.7973 6.01038 28.7428 5.91305 28.6797C5.79586 28.6037 5.68677 28.5152 5.58579 28.4142C5.48479 28.3132 5.39628 28.2041 5.32027 28.0869C5.25715 27.9896 5.20265 27.8867 5.15676 27.7782C5.11292 27.6745 5.07827 27.5687 5.05282 27.4607C5.01761 27.3113 5 27.1577 5 27L5 5C5 4.84228 5.01761 4.68871 5.05282 4.53929C5.07827 4.4313 5.11292 4.32547 5.15676 4.22182C5.20266 4.1133 5.25717 4.01037 5.32031 3.91303C5.39631 3.79585 5.4848 3.68677 5.58579 3.58579C5.68677 3.4848 5.79585 3.39631 5.91303 3.32031C6.01037 3.25717 6.1133 3.20266 6.22182 3.15676C6.32547 3.11292 6.4313 3.07827 6.53929 3.05282C6.68871 3.01761 6.84228 3 7 3L19.5858 3Z" fill="rgb(223,225,230)" fill-opacity="0" fill-rule="evenodd"></path></g><filter id="pixso_custom_mask_type_outline"><feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 255 0 "></feColorMatrix></filter></defs><g id="思维导图"><rect id="矩形" width="32" height="32" x="0" y="0" fill="rgb(0,0,0)" fill-opacity="0"></rect><rect id="矩形" width="31" height="31" x="0.5" y="0.5" stroke="rgb(151,151,151)" stroke-opacity="0" stroke-width="1"></rect><g id="编组 2" mask="url(#mask_12)"><use xlink:href="#use_12"></use><path id="路径" d="M28 10L21.5 10C20.6716 10 20 9.32843 20 8.5L20 2L28 10Z" fill="rgb(222,163,247)" fill-rule="evenodd"></path><path id="路径" d="M28 10L21.5 10C20.6716 10 20 9.32843 20 8.5L20 2L21 3L21 8.5C21 8.56903 21.0122 8.63301 21.0366 8.69194C21.061 8.75087 21.0976 8.80474 21.1464 8.85355C21.1953 8.90237 21.2491 8.93898 21.3081 8.96339C21.367 8.9878 21.431 9 21.5 9L27 9L28 10Z" fill="rgb(223,225,230)" fill-opacity="0" fill-rule="evenodd"></path><g id="编组 33"><rect id="矩形" width="4" height="4" x="8.5" y="17" rx="2" fill="rgb(216,216,216)" fill-opacity="0"></rect><rect id="矩形" width="4" height="4" x="8.5" y="17" rx="2" stroke="rgb(255,255,255)" stroke-width="1.5"></rect><rect id="矩形备份 13" width="4" height="4" x="19.5" y="12.5" rx="2" fill="rgb(216,216,216)" fill-opacity="0"></rect><rect id="矩形备份 13" width="4" height="4" x="19.5" y="12.5" rx="2" stroke="rgb(255,255,255)" stroke-width="1.5"></rect><rect id="矩形备份 15" width="4" height="4" x="19.5" y="21.5" rx="2" fill="rgb(216,216,216)" fill-opacity="0"></rect><rect id="矩形备份 15" width="4" height="4" x="19.5" y="21.5" rx="2" stroke="rgb(255,255,255)" stroke-width="1.5"></rect><path id="路径 5" d="M12.5 19L16.0087 19" stroke="rgb(255,255,255)" stroke-width="1.5"></path><path id="路径" d="M19.446 23.5244L17.9496 23.5139C16.8505 23.5139 15.9636 22.6131 15.9636 21.514L15.9636 16.5141C15.9636 15.404 16.8676 14.5141 17.9776 14.5141L19.446 14.5244L19.446 23.5244Z" fill="rgb(216,216,216)" fill-opacity="0" fill-rule="evenodd"></path><path id="路径" d="M19.446 23.5244L17.9496 23.5139C16.8505 23.5139 15.9636 22.6131 15.9636 21.514L15.9636 16.5141C15.9636 15.404 16.8676 14.5141 17.9776 14.5141L19.446 14.5244" fill-rule="evenodd" stroke="rgb(255,255,255)" stroke-width="1.5"></path></g></g></g>', 2)
|
|
578
|
+
])], 10, L2));
|
|
579
|
+
}
|
|
580
|
+
}), _2 = ["width", "height", "aria-label"], u = /* @__PURE__ */ c({
|
|
581
|
+
__name: "Mp4",
|
|
582
|
+
props: {
|
|
583
|
+
size: { default: 32 },
|
|
584
|
+
title: {},
|
|
585
|
+
class: {}
|
|
586
|
+
},
|
|
587
|
+
setup(i) {
|
|
588
|
+
const e = i;
|
|
589
|
+
return (d, r) => (o(), a("svg", {
|
|
590
|
+
width: e.size,
|
|
591
|
+
height: e.size,
|
|
592
|
+
viewBox: "0 0 32 32",
|
|
593
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
594
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
595
|
+
fill: "none",
|
|
596
|
+
customFrame: "#000000",
|
|
597
|
+
role: "img",
|
|
598
|
+
"aria-label": e.title,
|
|
599
|
+
class: h(e.class)
|
|
600
|
+
}, [...r[0] || (r[0] = [
|
|
601
|
+
t(
|
|
602
|
+
"mask",
|
|
603
|
+
{
|
|
604
|
+
id: "mask_9",
|
|
605
|
+
width: "24",
|
|
606
|
+
height: "28",
|
|
607
|
+
x: "4",
|
|
608
|
+
y: "2",
|
|
609
|
+
maskUnits: "userSpaceOnUse",
|
|
610
|
+
"mask-type": "outline"
|
|
611
|
+
},
|
|
612
|
+
[
|
|
613
|
+
t("g", { filter: "url(#pixso_custom_mask_type_outline)" }, [
|
|
614
|
+
t("use", { "xlink:href": "#use_9" })
|
|
615
|
+
])
|
|
616
|
+
],
|
|
617
|
+
-1
|
|
618
|
+
/* CACHED */
|
|
619
|
+
),
|
|
620
|
+
f('<defs><g id="use_9"><path id="蒙版" d="M7 2L20 2L28 10L28 27C28 28.6569 26.6569 30 25 30L7 30C5.34315 30 4 28.6569 4 27L4 5C4 3.34315 5.34315 2 7 2Z" fill="rgb(57,121,249)" fill-rule="evenodd"></path><path id="蒙版" d="M20 2L7 2C5.34315 2 4 3.34315 4 5L4 27C4 28.6569 5.34315 30 7 30L25 30C26.6569 30 28 28.6569 28 27L28 10L20 2ZM19.5858 3L27 10.4142L27 27C27 27.1577 26.9824 27.3113 26.9472 27.4607C26.9217 27.5687 26.8871 27.6745 26.8432 27.7782C26.7974 27.8867 26.7429 27.9896 26.6798 28.0869C26.6037 28.2041 26.5152 28.3132 26.4142 28.4142C26.3132 28.5152 26.2041 28.6037 26.0869 28.6797C25.9896 28.7429 25.8867 28.7974 25.7782 28.8432C25.6745 28.8871 25.5687 28.9217 25.4607 28.9472C25.3113 28.9824 25.1577 29 25 29L7 29C6.84229 29 6.68872 28.9824 6.53931 28.9472C6.43131 28.9217 6.32548 28.8871 6.22182 28.8432C6.11331 28.7973 6.01038 28.7428 5.91305 28.6797C5.79586 28.6037 5.68677 28.5152 5.58579 28.4142C5.48479 28.3132 5.39628 28.2041 5.32027 28.0869C5.25715 27.9896 5.20265 27.8867 5.15676 27.7782C5.11292 27.6745 5.07827 27.5687 5.05282 27.4607C5.01761 27.3113 5 27.1577 5 27L5 5C5 4.84228 5.01761 4.68871 5.05282 4.53929C5.07827 4.4313 5.11292 4.32547 5.15676 4.22182C5.20266 4.1133 5.25717 4.01037 5.32031 3.91303C5.39631 3.79585 5.4848 3.68677 5.58579 3.58579C5.68677 3.4848 5.79585 3.39631 5.91303 3.32031C6.01037 3.25717 6.1133 3.20266 6.22182 3.15676C6.32547 3.11292 6.4313 3.07827 6.53929 3.05282C6.68871 3.01761 6.84228 3 7 3L19.5858 3Z" fill="rgb(223,225,230)" fill-opacity="0" fill-rule="evenodd"></path></g><filter id="pixso_custom_mask_type_outline"><feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 255 0 "></feColorMatrix></filter></defs><g id="mp4"><rect id="矩形" width="32" height="32" x="0" y="0" rx="8" fill="rgb(238,240,245)" fill-opacity="0"></rect><rect id="矩形" width="31" height="31" x="0.5" y="0.5" rx="8" stroke="rgb(151,151,151)" stroke-opacity="0" stroke-width="1"></rect><g id="路径" mask="url(#mask_9)"><use xlink:href="#use_9"></use><path id="路径" d="M28 10L21.5 10C20.6716 10 20 9.32843 20 8.5L20 2L28 10Z" fill="rgb(157,189,252)" fill-rule="evenodd"></path><path id="路径" d="M28 10L21.5 10C20.6716 10 20 9.32843 20 8.5L20 2L21 3L21 8.5C21 8.56903 21.0122 8.63301 21.0366 8.69194C21.061 8.75087 21.0976 8.80474 21.1464 8.85355C21.1953 8.90237 21.2491 8.93898 21.3081 8.96339C21.367 8.9878 21.431 9 21.5 9L27 9L28 10Z" fill="rgb(223,225,230)" fill-opacity="0" fill-rule="evenodd"></path><path id="矢量 780" d="M13.5 22.5433C13.5 22.6269 13.5965 22.6736 13.6621 22.6217L19.401 18.0784C19.4515 18.0384 19.4515 17.9616 19.401 17.9216L13.6621 13.3783C13.5965 13.3264 13.5 13.3731 13.5 13.4567L13.5 22.5433Z" stroke="rgb(255,255,255)" stroke-width="1.5"></path></g></g>', 2)
|
|
621
|
+
])], 10, _2));
|
|
622
|
+
}
|
|
623
|
+
}), k2 = ["width", "height", "aria-label"], x2 = /* @__PURE__ */ c({
|
|
624
|
+
__name: "Page",
|
|
625
|
+
props: {
|
|
626
|
+
size: { default: 32 },
|
|
627
|
+
title: {},
|
|
628
|
+
class: {}
|
|
629
|
+
},
|
|
630
|
+
setup(i) {
|
|
631
|
+
const e = i;
|
|
632
|
+
return (d, r) => (o(), a("svg", {
|
|
633
|
+
width: e.size,
|
|
634
|
+
height: e.size,
|
|
635
|
+
viewBox: "0 0 32 32",
|
|
636
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
637
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
638
|
+
fill: "none",
|
|
639
|
+
customFrame: "#000000",
|
|
640
|
+
role: "img",
|
|
641
|
+
"aria-label": e.title,
|
|
642
|
+
class: h(e.class)
|
|
643
|
+
}, [...r[0] || (r[0] = [
|
|
644
|
+
t(
|
|
645
|
+
"mask",
|
|
646
|
+
{
|
|
647
|
+
id: "mask_7",
|
|
648
|
+
width: "24",
|
|
649
|
+
height: "28",
|
|
650
|
+
x: "4",
|
|
651
|
+
y: "2",
|
|
652
|
+
maskUnits: "userSpaceOnUse",
|
|
653
|
+
"mask-type": "outline"
|
|
654
|
+
},
|
|
655
|
+
[
|
|
656
|
+
t("g", { filter: "url(#pixso_custom_mask_type_outline)" }, [
|
|
657
|
+
t("use", { "xlink:href": "#use_7" })
|
|
658
|
+
])
|
|
659
|
+
],
|
|
660
|
+
-1
|
|
661
|
+
/* CACHED */
|
|
662
|
+
),
|
|
663
|
+
f('<defs><g id="use_7"><path id="蒙版" d="M7 2L20 2L28 10L28 27C28 28.6569 26.6569 30 25 30L7 30C5.34315 30 4 28.6569 4 27L4 5C4 3.34315 5.34315 2 7 2Z" fill="rgb(37,194,81)" fill-rule="evenodd"></path><path id="蒙版" d="M20 2L7 2C5.34315 2 4 3.34315 4 5L4 27C4 28.6569 5.34315 30 7 30L25 30C26.6569 30 28 28.6569 28 27L28 10L20 2ZM19.5858 3L27 10.4142L27 27C27 27.1577 26.9824 27.3113 26.9472 27.4607C26.9217 27.5687 26.8871 27.6745 26.8432 27.7782C26.7974 27.8867 26.7429 27.9896 26.6798 28.0869C26.6037 28.2041 26.5152 28.3132 26.4142 28.4142C26.3132 28.5152 26.2041 28.6037 26.0869 28.6797C25.9896 28.7429 25.8867 28.7974 25.7782 28.8432C25.6745 28.8871 25.5687 28.9217 25.4607 28.9472C25.3113 28.9824 25.1577 29 25 29L7 29C6.84229 29 6.68872 28.9824 6.53931 28.9472C6.43131 28.9217 6.32548 28.8871 6.22182 28.8432C6.11331 28.7973 6.01038 28.7428 5.91305 28.6797C5.79586 28.6037 5.68677 28.5152 5.58579 28.4142C5.48479 28.3132 5.39628 28.2041 5.32027 28.0869C5.25715 27.9896 5.20265 27.8867 5.15676 27.7782C5.11292 27.6745 5.07827 27.5687 5.05282 27.4607C5.01761 27.3113 5 27.1577 5 27L5 5C5 4.84228 5.01761 4.68871 5.05282 4.53929C5.07827 4.4313 5.11292 4.32547 5.15676 4.22182C5.20266 4.1133 5.25717 4.01037 5.32031 3.91303C5.39631 3.79585 5.4848 3.68677 5.58579 3.58579C5.68677 3.4848 5.79585 3.39631 5.91303 3.32031C6.01037 3.25717 6.1133 3.20266 6.22182 3.15676C6.32547 3.11292 6.4313 3.07827 6.53929 3.05282C6.68871 3.01761 6.84228 3 7 3L19.5858 3Z" fill="rgb(223,225,230)" fill-opacity="0" fill-rule="evenodd"></path></g><filter id="pixso_custom_mask_type_outline"><feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 255 0 "></feColorMatrix></filter></defs><g id="Page"><g id="图标/word文件"><rect id="矩形" width="32" height="32" x="0" y="0" rx="4" fill="rgb(238,240,245)" fill-opacity="0"></rect><rect id="矩形" width="31" height="31" x="0.5" y="0.5" rx="4" stroke="rgb(151,151,151)" stroke-opacity="0" stroke-width="1"></rect><g id="编组 2" mask="url(#mask_7)"><use xlink:href="#use_7"></use><path id="路径" d="M28 10L21.5 10C20.6716 10 20 9.32843 20 8.5L20 2L28 10Z" fill="rgb(146,224,165)" fill-rule="evenodd"></path><path id="路径" d="M28 10L21.5 10C20.6716 10 20 9.32843 20 8.5L20 2L21 3L21 8.5C21 8.56903 21.0122 8.63301 21.0366 8.69194C21.061 8.75087 21.0976 8.80474 21.1464 8.85355C21.1953 8.90237 21.2491 8.93898 21.3081 8.96339C21.367 8.9878 21.431 9 21.5 9L27 9L28 10Z" fill="rgb(223,225,230)" fill-opacity="0" fill-rule="evenodd"></path><g id="编组 34"><path id="路径" d="M11.2618 22L10.5 22C9.39543 22 8.5 20.9553 8.5 19.6667L8.5 17.3333C8.5 16.0447 9.39543 15 10.5 15L11.4798 15L11.2618 22Z" fill="rgb(216,216,216)" fill-opacity="0" fill-rule="evenodd"></path><path id="路径" d="M11.2618 22L10.5 22C9.39543 22 8.5 20.9553 8.5 19.6667L8.5 17.3333C8.5 16.0447 9.39543 15 10.5 15L11.4798 15" fill-rule="evenodd" stroke="rgb(255,255,255)" stroke-width="1.5"></path><rect id="矩形" width="4" height="3" x="11.5" y="13.5" rx="1.5" fill="rgb(216,216,216)" fill-opacity="0"></rect><rect id="矩形" width="4" height="3" x="11.5" y="13.5" rx="1.5" stroke="rgb(255,255,255)" stroke-width="1.5"></rect><rect id="矩形备份 11" width="4" height="3" x="11.5" y="20.5" rx="1.5" fill="rgb(216,216,216)" fill-opacity="0"></rect><rect id="矩形备份 11" width="4" height="3" x="11.5" y="20.5" rx="1.5" stroke="rgb(255,255,255)" stroke-width="1.5"></rect><path id="矢量 774" d="M19 13.5L23 13.5" stroke="rgb(255,255,255)" stroke-linecap="round" stroke-width="1.5"></path><path id="矢量 775" d="M19 18.5L23 18.5" stroke="rgb(255,255,255)" stroke-linecap="round" stroke-width="1.5"></path><path id="矢量 776" d="M19 23.5L23 23.5" stroke="rgb(255,255,255)" stroke-linecap="round" stroke-width="1.5"></path></g></g></g></g>', 2)
|
|
664
|
+
])], 10, k2));
|
|
665
|
+
}
|
|
666
|
+
}), w2 = ["width", "height", "aria-label"], D = /* @__PURE__ */ c({
|
|
667
|
+
__name: "Pdf",
|
|
668
|
+
props: {
|
|
669
|
+
size: { default: 32 },
|
|
670
|
+
title: {},
|
|
671
|
+
class: {}
|
|
672
|
+
},
|
|
673
|
+
setup(i) {
|
|
674
|
+
const e = i;
|
|
675
|
+
return (d, r) => (o(), a("svg", {
|
|
676
|
+
width: e.size,
|
|
677
|
+
height: e.size,
|
|
678
|
+
viewBox: "0 0 32 32",
|
|
679
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
680
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
681
|
+
fill: "none",
|
|
682
|
+
customFrame: "#000000",
|
|
683
|
+
role: "img",
|
|
684
|
+
"aria-label": e.title,
|
|
685
|
+
class: h(e.class)
|
|
686
|
+
}, [...r[0] || (r[0] = [
|
|
687
|
+
t(
|
|
688
|
+
"mask",
|
|
689
|
+
{
|
|
690
|
+
id: "mask_3",
|
|
691
|
+
width: "24",
|
|
692
|
+
height: "28",
|
|
693
|
+
x: "4",
|
|
694
|
+
y: "2",
|
|
695
|
+
maskUnits: "userSpaceOnUse",
|
|
696
|
+
"mask-type": "outline"
|
|
697
|
+
},
|
|
698
|
+
[
|
|
699
|
+
t("g", { filter: "url(#pixso_custom_mask_type_outline)" }, [
|
|
700
|
+
t("use", { "xlink:href": "#use_3" })
|
|
701
|
+
])
|
|
702
|
+
],
|
|
703
|
+
-1
|
|
704
|
+
/* CACHED */
|
|
705
|
+
),
|
|
706
|
+
f('<defs><g id="use_3"><path id="蒙版" d="M7 2L20 2L28 10L28 27C28 28.6569 26.6569 30 25 30L7 30C5.34315 30 4 28.6569 4 27L4 5C4 3.34315 5.34315 2 7 2Z" fill="rgb(242,48,48)" fill-rule="evenodd"></path><path id="蒙版" d="M20 2L7 2C5.34315 2 4 3.34315 4 5L4 27C4 28.6569 5.34315 30 7 30L25 30C26.6569 30 28 28.6569 28 27L28 10L20 2ZM19.5858 3L27 10.4142L27 27C27 27.1577 26.9824 27.3113 26.9472 27.4607C26.9217 27.5687 26.8871 27.6745 26.8432 27.7782C26.7974 27.8867 26.7429 27.9896 26.6798 28.0869C26.6037 28.2041 26.5152 28.3132 26.4142 28.4142C26.3132 28.5152 26.2041 28.6037 26.0869 28.6797C25.9896 28.7429 25.8867 28.7974 25.7782 28.8432C25.6745 28.8871 25.5687 28.9217 25.4607 28.9472C25.3113 28.9824 25.1577 29 25 29L7 29C6.84229 29 6.68872 28.9824 6.53931 28.9472C6.43131 28.9217 6.32548 28.8871 6.22182 28.8432C6.11331 28.7973 6.01038 28.7428 5.91305 28.6797C5.79586 28.6037 5.68677 28.5152 5.58579 28.4142C5.48479 28.3132 5.39628 28.2041 5.32027 28.0869C5.25715 27.9896 5.20265 27.8867 5.15676 27.7782C5.11292 27.6745 5.07827 27.5687 5.05282 27.4607C5.01761 27.3113 5 27.1577 5 27L5 5C5 4.84228 5.01761 4.68871 5.05282 4.53929C5.07827 4.4313 5.11292 4.32547 5.15676 4.22182C5.20266 4.1133 5.25717 4.01037 5.32031 3.91303C5.39631 3.79585 5.4848 3.68677 5.58579 3.58579C5.68677 3.4848 5.79585 3.39631 5.91303 3.32031C6.01037 3.25717 6.1133 3.20266 6.22182 3.15676C6.32547 3.11292 6.4313 3.07827 6.53929 3.05282C6.68871 3.01761 6.84228 3 7 3L19.5858 3Z" fill="rgb(223,225,230)" fill-opacity="0" fill-rule="evenodd"></path></g><filter id="pixso_custom_mask_type_outline"><feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 255 0 "></feColorMatrix></filter></defs><g id="pdf"><g id="图标/pdf文件"><rect id="矩形" width="32" height="32" x="0" y="0" rx="8" fill="rgb(238,240,245)" fill-opacity="0"></rect><rect id="矩形" width="31" height="31" x="0.5" y="0.5" rx="8" stroke="rgb(151,151,151)" stroke-opacity="0" stroke-width="1"></rect><g id="编组 2"><g id="路径" mask="url(#mask_3)"><use xlink:href="#use_3"></use><path id="路径" d="M28 10L21.5 10C20.6716 10 20 9.32843 20 8.5L20 2L28 10Z" fill="rgb(250,167,163)" fill-rule="evenodd"></path><path id="路径" d="M28 10L21.5 10C20.6716 10 20 9.32843 20 8.5L20 2L21 3L21 8.5C21 8.56903 21.0122 8.63301 21.0366 8.69194C21.061 8.75087 21.0976 8.80474 21.1464 8.85355C21.1953 8.90237 21.2491 8.93898 21.3081 8.96339C21.367 8.9878 21.431 9 21.5 9L27 9L28 10Z" fill="rgb(223,225,230)" fill-opacity="0" fill-rule="evenodd"></path><path id="path6" d="M16.364 18.6456C18.7712 21.8711 23.2379 23.4328 23.4902 21.3188C23.7425 19.2048 19.0713 19.4571 14.9933 20.5482C10.9085 21.6324 7.37606 24.1215 8.83541 25.5399C10.2879 26.9584 11.7814 24.7489 13.8067 20.0504C15.8321 15.345 17.5164 11.0352 15.1979 11.0352C12.8793 11.0352 13.9499 15.42 16.364 18.6456Z" fill="rgb(0,0,0)" fill-opacity="0" fill-rule="nonzero"></path><path id="path6" d="M23.4902 21.3188C23.7425 19.2048 19.0713 19.4571 14.9933 20.5482C10.9085 21.6324 7.37606 24.1215 8.83541 25.5399C10.2879 26.9584 11.7814 24.7489 13.8067 20.0504C15.8321 15.345 17.5164 11.0352 15.1979 11.0352C12.8793 11.0352 13.9499 15.42 16.364 18.6456C18.7712 21.8711 23.2379 23.4328 23.4902 21.3188Z" fill-rule="nonzero" stroke="rgb(255,255,255)" stroke-linejoin="round" stroke-width="1.5"></path></g></g></g></g>', 2)
|
|
707
|
+
])], 10, w2));
|
|
708
|
+
}
|
|
709
|
+
}), y2 = ["width", "height", "aria-label"], G = /* @__PURE__ */ c({
|
|
710
|
+
__name: "Ppt",
|
|
711
|
+
props: {
|
|
712
|
+
size: { default: 16 },
|
|
713
|
+
title: {},
|
|
714
|
+
class: {}
|
|
715
|
+
},
|
|
716
|
+
setup(i) {
|
|
717
|
+
const e = i;
|
|
718
|
+
return (d, r) => (o(), a("svg", {
|
|
719
|
+
width: e.size,
|
|
720
|
+
height: e.size,
|
|
721
|
+
viewBox: "0 0 32 32",
|
|
722
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
723
|
+
role: "img",
|
|
724
|
+
"aria-label": e.title,
|
|
725
|
+
class: h(e.class)
|
|
726
|
+
}, [...r[0] || (r[0] = [
|
|
727
|
+
f('<g><!-- 橙色背景形状 --><path d="M7 2L20 2L28 10L28 27C28 28.6569 26.6569 30 25 30L7 30C5.34315 30 4 28.6569 4 27L4 5C4 3.34315 5.34315 2 7 2Z" fill="rgb(255,136,0)" fill-rule="evenodd"></path><!-- 内部白色 "P" 字母和装饰 --><g fill="#FFF" fill-rule="evenodd"><path d="M11.8164 9.26886L14.6559 9.26886C14.844 9.26886 14.9966 9.42141 14.9966 9.60959L14.9966 10.7454C14.9966 10.9336 14.844 11.0861 14.6559 11.0861L11.8164 11.0861L11.8164 9.26886Z"></path><path d="M11.8164 12.9036L14.6559 12.9036C14.844 12.9036 14.9966 13.0562 14.9966 13.2444L14.9966 14.7209L14.9966 14.7209L11.8164 14.7209L11.8164 12.9036Z"></path><path d="M0 0L2.83945 0C3.02763 0 3.18019 0.152552 3.18019 0.340734L3.18019 1.47652C3.18019 1.6647 3.02763 1.81725 2.83945 1.81725L0 1.81725L0 0Z" transform="matrix(-1,0,0,1,13.1802,7.45172)"></path><path d="M0.340734 0L3.18019 0L3.18019 0L3.18019 1.81725L0.340734 1.81725C0.152552 1.81725 0 1.6647 0 1.47652L0 0.340734C0 0.152552 0.152552 0 0.340734 0Z" transform="matrix(-1,0,0,1,14.9966,5.63434)"></path><path d="M0 0L3.18019 0L3.18019 1.81725L0.340734 1.81725C0.152552 1.81725 0 1.6647 0 1.47652L0 0L0 0Z" transform="matrix(-1,0,0,1,14.9966,2.00006)"></path><path d="M0 0L2.83945 0C3.02763 0 3.18019 0.152552 3.18019 0.340734L3.18019 1.47652C3.18019 1.6647 3.02763 1.81725 2.83945 1.81725L0 1.81725L0 0Z" transform="matrix(-1,0,0,1,13.1802,3.8172)"></path><path d="M0 0L2.83945 0C3.02763 0 3.18019 0.152552 3.18019 0.340734L3.18019 1.47652C3.18019 1.6647 3.02763 1.81725 2.83945 1.81725L0 1.81725L0 0Z" transform="matrix(-1,0,0,1,13.1802,11.0862)"></path><path d="M15 17.687L15 14.72L10.0026 14.72L10.0026 17.687C10.0026 18.0556 10.3015 18.3545 10.6701 18.3545L14.3324 18.3545C14.7011 18.3545 15 18.0556 15 17.687ZM11.2478 15.6313L13.7465 15.6313L13.7465 16.8807C13.7465 17.0689 13.5939 17.2214 13.4058 17.2214L11.5885 17.2214C11.4003 17.2214 11.2478 17.0689 11.2478 16.8807L11.2478 15.6313Z"></path></g><!-- 折角部分 --><path d="M28 10L21.5 10C20.6716 10 20 9.32843 20 8.5L20 2L28 10Z" fill="rgb(252,213,164)" fill-rule="evenodd"></path></g>', 1)
|
|
728
|
+
])], 10, y2));
|
|
729
|
+
}
|
|
730
|
+
}), v2 = ["width", "height", "aria-label"], z = /* @__PURE__ */ c({
|
|
731
|
+
__name: "Unknown",
|
|
732
|
+
props: {
|
|
733
|
+
size: { default: 32 },
|
|
734
|
+
title: {},
|
|
735
|
+
class: {}
|
|
736
|
+
},
|
|
737
|
+
setup(i) {
|
|
738
|
+
const e = i;
|
|
739
|
+
return (d, r) => (o(), a("svg", {
|
|
740
|
+
width: e.size,
|
|
741
|
+
height: e.size,
|
|
742
|
+
viewBox: "0 0 33 35",
|
|
743
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
744
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
745
|
+
fill: "none",
|
|
746
|
+
customFrame: "#000000",
|
|
747
|
+
role: "img",
|
|
748
|
+
"aria-label": e.title,
|
|
749
|
+
class: h(e.class)
|
|
750
|
+
}, [...r[0] || (r[0] = [
|
|
751
|
+
t(
|
|
752
|
+
"mask",
|
|
753
|
+
{
|
|
754
|
+
id: "mask_15",
|
|
755
|
+
width: "24",
|
|
756
|
+
height: "28",
|
|
757
|
+
x: "4",
|
|
758
|
+
y: "5",
|
|
759
|
+
maskUnits: "userSpaceOnUse",
|
|
760
|
+
"mask-type": "outline"
|
|
761
|
+
},
|
|
762
|
+
[
|
|
763
|
+
t("g", { filter: "url(#pixso_custom_mask_type_outline)" }, [
|
|
764
|
+
t("use", { "xlink:href": "#use_15" })
|
|
765
|
+
])
|
|
766
|
+
],
|
|
767
|
+
-1
|
|
768
|
+
/* CACHED */
|
|
769
|
+
),
|
|
770
|
+
t(
|
|
771
|
+
"defs",
|
|
772
|
+
null,
|
|
773
|
+
[
|
|
774
|
+
t("g", { id: "use_15" }, [
|
|
775
|
+
t("path", {
|
|
776
|
+
id: "蒙版",
|
|
777
|
+
d: "M7 5L22 5L28 11L28 30C28 31.6569 26.6569 33 25 33L7 33C5.34315 33 4 31.6569 4 30L4 8C4 6.34315 5.34315 5 7 5Z",
|
|
778
|
+
fill: "rgb(189,189,189)",
|
|
779
|
+
"fill-rule": "evenodd"
|
|
780
|
+
}),
|
|
781
|
+
t("path", {
|
|
782
|
+
id: "蒙版",
|
|
783
|
+
d: "M22 5L7 5C5.34315 5 4 6.34315 4 8L4 30C4 31.6569 5.34315 33 7 33L25 33C26.6569 33 28 31.6569 28 30L28 11L22 5ZM21.5858 6L27 11.4142L27 30C27 30.1577 26.9824 30.3113 26.9472 30.4607C26.9217 30.5687 26.8871 30.6745 26.8432 30.7782C26.7974 30.8867 26.7429 30.9896 26.6798 31.0869C26.6037 31.2041 26.5152 31.3132 26.4142 31.4142C26.3132 31.5152 26.2041 31.6037 26.0869 31.6797C25.9896 31.7429 25.8867 31.7974 25.7782 31.8432C25.6745 31.8871 25.5687 31.9217 25.4607 31.9472C25.3113 31.9824 25.1577 32 25 32L7 32C6.84229 32 6.68872 31.9824 6.53931 31.9472C6.43131 31.9217 6.32548 31.8871 6.22182 31.8432C6.11331 31.7973 6.01038 31.7428 5.91305 31.6797C5.79586 31.6037 5.68677 31.5152 5.58579 31.4142C5.48479 31.3132 5.39628 31.2041 5.32027 31.0869C5.25715 30.9896 5.20265 30.8867 5.15676 30.7782C5.11292 30.6745 5.07827 30.5687 5.05282 30.4607C5.01761 30.3113 5 30.1577 5 30L5 8C5 7.84228 5.01761 7.68871 5.05282 7.53929C5.07827 7.4313 5.11292 7.32547 5.15676 7.22182C5.20266 7.1133 5.25717 7.01037 5.32031 6.91303C5.39631 6.79585 5.4848 6.68677 5.58579 6.58579C5.68677 6.4848 5.79585 6.39631 5.91303 6.32031C6.01037 6.25717 6.1133 6.20266 6.22182 6.15676C6.32547 6.11292 6.4313 6.07827 6.53929 6.05282C6.68871 6.01761 6.84228 6 7 6L21.5858 6Z",
|
|
784
|
+
fill: "rgb(223,225,230)",
|
|
785
|
+
"fill-opacity": "0",
|
|
786
|
+
"fill-rule": "evenodd"
|
|
787
|
+
})
|
|
788
|
+
]),
|
|
789
|
+
t("filter", { id: "pixso_custom_mask_type_outline" }, [
|
|
790
|
+
t("feColorMatrix", {
|
|
791
|
+
type: "matrix",
|
|
792
|
+
values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 255 0 "
|
|
793
|
+
})
|
|
794
|
+
]),
|
|
795
|
+
t("filter", {
|
|
796
|
+
id: "filter_0",
|
|
797
|
+
width: "16",
|
|
798
|
+
height: "16",
|
|
799
|
+
x: "17",
|
|
800
|
+
y: "0",
|
|
801
|
+
filterUnits: "userSpaceOnUse",
|
|
802
|
+
customEffect: "url(#pixso_custom_effect_0)",
|
|
803
|
+
"color-interpolation-filters": "sRGB"
|
|
804
|
+
}, [
|
|
805
|
+
t("feFlood", {
|
|
806
|
+
"flood-opacity": "0",
|
|
807
|
+
result: "BackgroundImageFix"
|
|
808
|
+
}),
|
|
809
|
+
t("feColorMatrix", {
|
|
810
|
+
result: "hardAlpha",
|
|
811
|
+
in: "SourceAlpha",
|
|
812
|
+
type: "matrix",
|
|
813
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0 "
|
|
814
|
+
}),
|
|
815
|
+
t("feOffset", {
|
|
816
|
+
dx: "0",
|
|
817
|
+
dy: "0"
|
|
818
|
+
}),
|
|
819
|
+
t("feGaussianBlur", { stdDeviation: "1.66666663" }),
|
|
820
|
+
t("feComposite", {
|
|
821
|
+
k2: "-1",
|
|
822
|
+
k3: "1",
|
|
823
|
+
in2: "hardAlpha",
|
|
824
|
+
operator: "out"
|
|
825
|
+
}),
|
|
826
|
+
t("feColorMatrix", {
|
|
827
|
+
type: "matrix",
|
|
828
|
+
values: "0 0 0 0 0.643137 0 0 0 0 0.643137 0 0 0 0 0.643137 0 0 0 1 0 "
|
|
829
|
+
}),
|
|
830
|
+
t("feBlend", {
|
|
831
|
+
result: "effect_dropShadow_1",
|
|
832
|
+
in2: "BackgroundImageFix",
|
|
833
|
+
mode: "normal"
|
|
834
|
+
}),
|
|
835
|
+
t("feBlend", {
|
|
836
|
+
result: "shape",
|
|
837
|
+
in: "SourceGraphic",
|
|
838
|
+
in2: "effect_dropShadow_1",
|
|
839
|
+
mode: "normal"
|
|
840
|
+
})
|
|
841
|
+
])
|
|
842
|
+
],
|
|
843
|
+
-1
|
|
844
|
+
/* CACHED */
|
|
845
|
+
),
|
|
846
|
+
f('<g id="未知文件"><g id="图标/未知文件"><rect id="矩形" width="32" height="32" x="0" y="3" rx="8" fill="rgb(238,240,245)" fill-opacity="0"></rect><rect id="矩形" width="31" height="31" x="0.5" y="3.5" rx="8" stroke="rgb(151,151,151)" stroke-opacity="0" stroke-width="1"></rect><g id="路径" mask="url(#mask_15)"><use xlink:href="#use_15"></use><g id="ic_public_questionmark"><path id="path4" d="M15.25 26.22C15.25 25.8224 15.5724 25.5 15.97 25.5L16 25.5C16.4142 25.5 16.75 25.8358 16.75 26.25C16.75 26.6642 16.4142 27 16 27L15.97 27C15.5724 27 15.25 26.6776 15.25 26.28L15.25 26.28L15.25 26.22Z" fill="rgb(255,255,255)" fill-rule="evenodd"></path><path id="path4" d="M14.25 26.22C14.25 25.9872 14.2952 25.7639 14.3856 25.5502C14.4727 25.3443 14.5954 25.1622 14.7538 25.0038C14.9122 24.8454 15.0943 24.7227 15.3002 24.6356C15.5139 24.5452 15.7372 24.5 15.97 24.5L16 24.5C16.2369 24.5 16.4641 24.546 16.6815 24.6379C16.891 24.7265 17.0763 24.8514 17.2374 25.0126C17.3986 25.1737 17.5235 25.359 17.6121 25.5685C17.704 25.7859 17.75 26.0131 17.75 26.25C17.75 26.4869 17.704 26.7141 17.6121 26.9315C17.5235 27.141 17.3986 27.3263 17.2374 27.4874C17.0763 27.6486 16.891 27.7735 16.6815 27.8621C16.4641 27.954 16.2369 28 16 28L15.97 28C15.7372 28 15.5139 27.9548 15.3002 27.8644C15.0943 27.7773 14.9122 27.6546 14.7538 27.4962C14.5954 27.3378 14.4727 27.1557 14.3856 26.9498C14.2952 26.7361 14.25 26.5128 14.25 26.28L16.25 26.28C16.25 26.2027 16.2227 26.1367 16.168 26.082C16.1133 26.0273 16.0473 26 15.97 26L16 26C15.931 26 15.872 26.0244 15.8232 26.0732C15.7744 26.122 15.75 26.181 15.75 26.25C15.75 26.319 15.7744 26.378 15.8232 26.4268C15.872 26.4756 15.931 26.5 16 26.5L15.97 26.5C16.0473 26.5 16.1133 26.4727 16.168 26.418C16.2227 26.3633 16.25 26.2973 16.25 26.22L14.25 26.22ZM16.23 26.2L16.25 26.22C16.25 26.78 15.81 27.22 15.25 27.22C14.69 27.22 14.25 26.78 14.25 26.22L14.27 26.2L16.23 26.2ZMnan nanLnan nanCnan nan nan nan nan nanCnan nan nan nan nan nanLnan nan" fill="rgb(25,25,25)" fill-opacity="0" fill-rule="nonzero"></path><path id="path5" d="M16 23.5C16 23.2897 15.9663 22.5794 16 22.2727C16.028 22.0177 16.086 21.7987 16.2953 21.4564C16.6719 20.8404 17.836 20.1869 18.0114 20.0597C18.9117 19.407 19.5 18.3279 19.5 17.1072C19.5 15.115 17.933 13.5 16 13.5C14.067 13.5 12.5 15.115 12.5 17.1072" fill-rule="evenodd" stroke="rgb(255,255,255)" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path></g><g filter="url(#filter_0)"><path id="路径" d="M28 11L24 11C22.8954 11 22 10.1046 22 9L22 5L28 11Z" fill="rgb(245,245,246)" fill-rule="evenodd"></path><path id="路径" d="M28 11L24 11C22.8954 11 22 10.1046 22 9L22 5L23 6L23 9C23 9.08264 23.0096 9.1629 23.0288 9.24079C23.0413 9.29117 23.0577 9.34055 23.0782 9.38894C23.1003 9.44134 23.1265 9.49116 23.1568 9.53839C23.1955 9.59887 23.2409 9.65511 23.2929 9.70711C23.3449 9.75911 23.4011 9.80448 23.4616 9.84322C23.5089 9.87346 23.5587 9.89966 23.6111 9.92183C23.6595 9.94229 23.7088 9.95874 23.7592 9.97117C23.8371 9.99039 23.9174 10 24 10L27 10L28 11Z" fill="rgb(223,225,230)" fill-opacity="0" fill-rule="evenodd"></path></g></g></g></g>', 1)
|
|
847
|
+
])], 10, v2));
|
|
848
|
+
}
|
|
849
|
+
}), b2 = ["width", "height", "aria-hidden"], M2 = { key: 0 }, Z2 = /* @__PURE__ */ c({
|
|
850
|
+
__name: "Wrong",
|
|
851
|
+
props: {
|
|
852
|
+
size: { default: 16 },
|
|
853
|
+
title: {},
|
|
854
|
+
class: {}
|
|
855
|
+
},
|
|
856
|
+
setup(i) {
|
|
857
|
+
return (e, d) => (o(), a("svg", {
|
|
858
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
859
|
+
width: i.size,
|
|
860
|
+
height: i.size,
|
|
861
|
+
viewBox: "0 0 14 14",
|
|
862
|
+
class: h(i.class),
|
|
863
|
+
role: "img",
|
|
864
|
+
"aria-hidden": !i.title,
|
|
865
|
+
fill: "none"
|
|
866
|
+
}, [
|
|
867
|
+
i.title ? (o(), a(
|
|
868
|
+
"title",
|
|
869
|
+
M2,
|
|
870
|
+
k(i.title),
|
|
871
|
+
1
|
|
872
|
+
/* TEXT */
|
|
873
|
+
)) : C("v-if", !0),
|
|
874
|
+
C(" 移除了不必要的 <g> 和 <clipPath> "),
|
|
875
|
+
C(" 背景三角 "),
|
|
876
|
+
d[0] || (d[0] = t(
|
|
877
|
+
"path",
|
|
878
|
+
{
|
|
879
|
+
d: "M7.84 0.99L13.88 12.12C14.13 12.57 13.95 13.14 13.49 13.38C13.35 13.46 13.2 13.5 13.04 13.5H0.95C0.42 13.5 0 13.08 0 12.56C0 12.4 0.03 12.25 0.11 12.12L6.15 0.99C6.4 0.53 6.98 0.36 7.44 0.61C7.61 0.69 7.75 0.83 7.84 0.99Z",
|
|
880
|
+
fill: "white"
|
|
881
|
+
},
|
|
882
|
+
null,
|
|
883
|
+
-1
|
|
884
|
+
/* CACHED */
|
|
885
|
+
)),
|
|
886
|
+
C(" 感叹号的点 "),
|
|
887
|
+
d[1] || (d[1] = t(
|
|
888
|
+
"path",
|
|
889
|
+
{
|
|
890
|
+
d: "M7 11.5C6.58 11.5 6.25 11.16 6.25 10.75C6.25 10.33 6.58 10 7 10C7.41 10 7.75 10.33 7.75 10.75C7.75 11.16 7.41 11.5 7 11.5Z",
|
|
891
|
+
fill: "#F23030"
|
|
892
|
+
},
|
|
893
|
+
null,
|
|
894
|
+
-1
|
|
895
|
+
/* CACHED */
|
|
896
|
+
)),
|
|
897
|
+
C(" 感叹号的竖线 "),
|
|
898
|
+
d[2] || (d[2] = t(
|
|
899
|
+
"rect",
|
|
900
|
+
{
|
|
901
|
+
x: "6.5",
|
|
902
|
+
y: "4.5",
|
|
903
|
+
width: "1",
|
|
904
|
+
height: "4.5",
|
|
905
|
+
rx: "0.5",
|
|
906
|
+
fill: "#F23030"
|
|
907
|
+
},
|
|
908
|
+
null,
|
|
909
|
+
-1
|
|
910
|
+
/* CACHED */
|
|
911
|
+
))
|
|
912
|
+
], 10, b2));
|
|
913
|
+
}
|
|
914
|
+
}), z2 = { class: "mc-file-list__container" }, F2 = ["onMouseenter"], $2 = { class: "mc-file-item__icon" }, U2 = ["src", "alt", "onClick"], B2 = {
|
|
915
|
+
key: 2,
|
|
916
|
+
class: "mc-file-item__progress-overlay"
|
|
917
|
+
}, S2 = {
|
|
918
|
+
key: 1,
|
|
919
|
+
class: "mc-file-item__progress-ring",
|
|
920
|
+
viewBox: "0 0 36 36"
|
|
921
|
+
}, j2 = ["stroke-dashoffset"], O2 = { class: "mc-file-item__info" }, P2 = ["title"], E2 = { class: "mc-file-item__meta" }, R2 = ["title"], W2 = ["onClick"], D2 = ["onClick"], G2 = ["onClick"], I2 = { class: "mc-file-item__status" }, N2 = { class: "mc-file-item__file-type" }, q2 = { class: "mc-file-item__size" }, V2 = {
|
|
922
|
+
key: 0,
|
|
923
|
+
class: "mc-file-item__actions"
|
|
924
|
+
}, A2 = ["onClick", "title"], T2 = ["src", "alt"], H2 = ["src"], K2 = ["src"], J2 = { class: "mc-file-preview__unsupported" }, Q2 = { class: "mc-file-preview__unsupported-tip" }, X2 = ["title"], I = /* @__PURE__ */ c({
|
|
925
|
+
name: "McFileList",
|
|
926
|
+
__name: "FileList",
|
|
927
|
+
props: r2,
|
|
928
|
+
emits: s2,
|
|
929
|
+
setup(i, { emit: e }) {
|
|
930
|
+
const d = i, r = e, { t: L } = l2(), F = $(null), b = $(!1), _ = $(null), N = (s) => {
|
|
931
|
+
if (s === 0) return "0 B";
|
|
932
|
+
const n = 1024, l = ["B", "KB", "MB", "GB"], g = Math.floor(Math.log(s) / Math.log(n));
|
|
933
|
+
return `${Number.parseFloat((s / n ** g).toFixed(1))} ${l[g]}`;
|
|
934
|
+
}, q = (s) => (s.split(".").pop() || "File").toUpperCase(), S = {
|
|
935
|
+
// Office & Documents
|
|
936
|
+
ppt: G,
|
|
937
|
+
pptx: G,
|
|
938
|
+
pdf: D,
|
|
939
|
+
doc: w,
|
|
940
|
+
docx: w,
|
|
941
|
+
xls: B,
|
|
942
|
+
xlsx: B,
|
|
943
|
+
csv: B,
|
|
944
|
+
txt: w,
|
|
945
|
+
rtf: w,
|
|
946
|
+
page: x2,
|
|
947
|
+
// Images
|
|
948
|
+
jpg: y,
|
|
949
|
+
jpeg: y,
|
|
950
|
+
png: y,
|
|
951
|
+
gif: y,
|
|
952
|
+
bmp: y,
|
|
953
|
+
webp: y,
|
|
954
|
+
tif: y,
|
|
955
|
+
tiff: y,
|
|
956
|
+
// Vector & Design
|
|
957
|
+
svg: Z,
|
|
958
|
+
ai: Z,
|
|
959
|
+
psd: Z,
|
|
960
|
+
fig: Z,
|
|
961
|
+
// Audio
|
|
962
|
+
mp3: u,
|
|
963
|
+
wav: u,
|
|
964
|
+
ogg: u,
|
|
965
|
+
flac: u,
|
|
966
|
+
aac: u,
|
|
967
|
+
m4a: u,
|
|
968
|
+
// Videos
|
|
969
|
+
mp4: u,
|
|
970
|
+
mov: u,
|
|
971
|
+
avi: u,
|
|
972
|
+
mkv: u,
|
|
973
|
+
webm: u,
|
|
974
|
+
wmv: u,
|
|
975
|
+
flv: u,
|
|
976
|
+
// Archives
|
|
977
|
+
zip: v,
|
|
978
|
+
rar: v,
|
|
979
|
+
"7z": v,
|
|
980
|
+
tar: v,
|
|
981
|
+
gz: v,
|
|
982
|
+
bz2: v,
|
|
983
|
+
// Code & Markup
|
|
984
|
+
md: W,
|
|
985
|
+
markdown: W,
|
|
986
|
+
json: p,
|
|
987
|
+
js: p,
|
|
988
|
+
ts: p,
|
|
989
|
+
jsx: p,
|
|
990
|
+
tsx: p,
|
|
991
|
+
html: p,
|
|
992
|
+
css: p,
|
|
993
|
+
scss: p,
|
|
994
|
+
less: p,
|
|
995
|
+
py: p,
|
|
996
|
+
java: p,
|
|
997
|
+
c: p,
|
|
998
|
+
cpp: p,
|
|
999
|
+
cs: p,
|
|
1000
|
+
go: p,
|
|
1001
|
+
php: p,
|
|
1002
|
+
rb: p,
|
|
1003
|
+
swift: p,
|
|
1004
|
+
kt: p,
|
|
1005
|
+
sh: p,
|
|
1006
|
+
xml: p,
|
|
1007
|
+
yml: p,
|
|
1008
|
+
yaml: p,
|
|
1009
|
+
sql: p,
|
|
1010
|
+
// Fonts
|
|
1011
|
+
ttf: w,
|
|
1012
|
+
otf: w,
|
|
1013
|
+
woff: w,
|
|
1014
|
+
woff2: w,
|
|
1015
|
+
// Others
|
|
1016
|
+
eml: C2,
|
|
1017
|
+
xmind: m2,
|
|
1018
|
+
flow: u2,
|
|
1019
|
+
// 'flowchart' is not a standard extension, maybe 'flow' is better
|
|
1020
|
+
dat: z,
|
|
1021
|
+
exe: z,
|
|
1022
|
+
dmg: z
|
|
1023
|
+
}, V = (s) => {
|
|
1024
|
+
var l, g, O, P, E, R;
|
|
1025
|
+
if (s.type) {
|
|
1026
|
+
if ((l = s.type) != null && l.startsWith("image/")) return y;
|
|
1027
|
+
if ((g = s.type) != null && g.startsWith("video/") || (O = s.type) != null && O.startsWith("audio/")) return u;
|
|
1028
|
+
if ((P = s.type) != null && P.startsWith("text/")) return w;
|
|
1029
|
+
if (s.type === "application/pdf") return D;
|
|
1030
|
+
if (s.type === "application/zip" || (E = s.type) != null && E.includes("compress"))
|
|
1031
|
+
return v;
|
|
1032
|
+
}
|
|
1033
|
+
const n = (R = s.name.split(".").pop()) == null ? void 0 : R.toLowerCase();
|
|
1034
|
+
return n && S[n] ? S[n] : z;
|
|
1035
|
+
}, A = (s) => {
|
|
1036
|
+
r("remove", s);
|
|
1037
|
+
}, T = (s) => {
|
|
1038
|
+
r("retry-upload", s);
|
|
1039
|
+
}, M = (s) => {
|
|
1040
|
+
var l;
|
|
1041
|
+
if (s.type) {
|
|
1042
|
+
if (s.type.startsWith("image/")) return "image";
|
|
1043
|
+
if (s.type.startsWith("video/")) return "video";
|
|
1044
|
+
if (s.type.startsWith("application/pdf") || s.type.startsWith("text/"))
|
|
1045
|
+
return "iframe";
|
|
1046
|
+
}
|
|
1047
|
+
const n = (l = s.name.split(".").pop()) == null ? void 0 : l.toLowerCase();
|
|
1048
|
+
if (n) {
|
|
1049
|
+
if ([
|
|
1050
|
+
"jpg",
|
|
1051
|
+
"jpeg",
|
|
1052
|
+
"png",
|
|
1053
|
+
"gif",
|
|
1054
|
+
"bmp",
|
|
1055
|
+
"webp",
|
|
1056
|
+
"svg",
|
|
1057
|
+
"tif",
|
|
1058
|
+
"tiff"
|
|
1059
|
+
].includes(n))
|
|
1060
|
+
return "image";
|
|
1061
|
+
if (["mp4", "webm", "ogg"].includes(n)) return "video";
|
|
1062
|
+
if (["pdf", "txt"].includes(n)) return "iframe";
|
|
1063
|
+
}
|
|
1064
|
+
return "unsupported";
|
|
1065
|
+
}, j = (s) => {
|
|
1066
|
+
(s.url || s.thumbUrl) && (_.value = s, b.value = !0, r("preview", s));
|
|
1067
|
+
}, H = (s) => {
|
|
1068
|
+
r("retry-download", s);
|
|
1069
|
+
}, K = (s, n) => {
|
|
1070
|
+
r("download", s, n);
|
|
1071
|
+
};
|
|
1072
|
+
return (s, n) => (o(), a(
|
|
1073
|
+
x,
|
|
1074
|
+
null,
|
|
1075
|
+
[
|
|
1076
|
+
t(
|
|
1077
|
+
"div",
|
|
1078
|
+
{
|
|
1079
|
+
class: h(["mc-file-list", `mc-file-list--context-${d.context}`])
|
|
1080
|
+
},
|
|
1081
|
+
[
|
|
1082
|
+
t("div", z2, [
|
|
1083
|
+
(o(!0), a(
|
|
1084
|
+
x,
|
|
1085
|
+
null,
|
|
1086
|
+
J(s.fileItems, (l) => (o(), a("div", {
|
|
1087
|
+
key: l.uid,
|
|
1088
|
+
class: h(["mc-file-item", [l.status ? `mc-file-item--${l.status}` : ""]]),
|
|
1089
|
+
onMouseenter: (g) => F.value = l.uid,
|
|
1090
|
+
onMouseleave: n[0] || (n[0] = (g) => F.value = null)
|
|
1091
|
+
}, [
|
|
1092
|
+
C(" 文件图标和进度 "),
|
|
1093
|
+
t("div", $2, [
|
|
1094
|
+
C(" 图片预览 "),
|
|
1095
|
+
M(l) === "image" && (l.thumbUrl || l.url) ? (o(), a("img", {
|
|
1096
|
+
key: 0,
|
|
1097
|
+
src: l.thumbUrl || l.url,
|
|
1098
|
+
alt: l.name,
|
|
1099
|
+
class: "mc-file-item__image-preview",
|
|
1100
|
+
onClick: (g) => j(l)
|
|
1101
|
+
}, null, 8, U2)) : (o(), a(
|
|
1102
|
+
x,
|
|
1103
|
+
{ key: 1 },
|
|
1104
|
+
[
|
|
1105
|
+
C(" 原来的图标 "),
|
|
1106
|
+
(o(), U(Q(V(l)), {
|
|
1107
|
+
title: l.name,
|
|
1108
|
+
size: 36,
|
|
1109
|
+
class: "mc-file-item__type-icon"
|
|
1110
|
+
}, null, 8, ["title"]))
|
|
1111
|
+
],
|
|
1112
|
+
64
|
|
1113
|
+
/* STABLE_FRAGMENT */
|
|
1114
|
+
)),
|
|
1115
|
+
C(" 进度覆盖层 (同时处理上传和下载) "),
|
|
1116
|
+
l.status === "uploading" || l.status === "downloading" || l.status === "uploadError" || l.status === "downloadError" ? (o(), a("div", B2, [
|
|
1117
|
+
n[4] || (n[4] = t(
|
|
1118
|
+
"div",
|
|
1119
|
+
{ class: "mc-file-item__progress-mask" },
|
|
1120
|
+
null,
|
|
1121
|
+
-1
|
|
1122
|
+
/* CACHED */
|
|
1123
|
+
)),
|
|
1124
|
+
C(" 失败状态:显示 Wrong 图标 "),
|
|
1125
|
+
l.status === "uploadError" || l.status === "downloadError" ? (o(), U(Z2, {
|
|
1126
|
+
key: 0,
|
|
1127
|
+
class: "mc-file-item__wrong-icon",
|
|
1128
|
+
size: 12
|
|
1129
|
+
})) : (o(), a("svg", S2, [
|
|
1130
|
+
n[3] || (n[3] = t(
|
|
1131
|
+
"path",
|
|
1132
|
+
{
|
|
1133
|
+
class: "mc-file-item__progress-ring-track",
|
|
1134
|
+
d: "M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831"
|
|
1135
|
+
},
|
|
1136
|
+
null,
|
|
1137
|
+
-1
|
|
1138
|
+
/* CACHED */
|
|
1139
|
+
)),
|
|
1140
|
+
t("path", {
|
|
1141
|
+
class: "mc-file-item__progress-ring-circle",
|
|
1142
|
+
"stroke-dasharray": "100, 100",
|
|
1143
|
+
"stroke-dashoffset": 100 - (l.percentage || 0),
|
|
1144
|
+
d: "M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831"
|
|
1145
|
+
}, null, 8, j2)
|
|
1146
|
+
]))
|
|
1147
|
+
])) : C("v-if", !0)
|
|
1148
|
+
]),
|
|
1149
|
+
C(" 文件信息 "),
|
|
1150
|
+
t("div", O2, [
|
|
1151
|
+
t("div", {
|
|
1152
|
+
class: "mc-file-item__name",
|
|
1153
|
+
title: l.name
|
|
1154
|
+
}, k(l.name), 9, P2),
|
|
1155
|
+
t("div", E2, [
|
|
1156
|
+
C(" 1. 失败状态 (统一处理上传和下载失败) "),
|
|
1157
|
+
l.status === "uploadError" || l.status === "downloadError" ? (o(), a(
|
|
1158
|
+
x,
|
|
1159
|
+
{ key: 0 },
|
|
1160
|
+
[
|
|
1161
|
+
t("span", {
|
|
1162
|
+
class: "mc-file-item__status mc-file-item__status--error",
|
|
1163
|
+
title: typeof l.error == "string" ? l.error : l.status === "uploadError" ? m(L)("FileList.uploadFailed") : m(L)("FileList.downloadFailed")
|
|
1164
|
+
}, k(l.status === "uploadError" ? m(L)("FileList.uploadFailed") : m(L)("FileList.downloadFailed")), 9, R2),
|
|
1165
|
+
t("span", {
|
|
1166
|
+
class: "mc-file-item__meta-action",
|
|
1167
|
+
onClick: (g) => l.status === "uploadError" ? T(l) : H(l)
|
|
1168
|
+
}, k(m(L)("FileList.retry")), 9, W2)
|
|
1169
|
+
],
|
|
1170
|
+
64
|
|
1171
|
+
/* STABLE_FRAGMENT */
|
|
1172
|
+
)) : F.value === l.uid && l.status === "success" ? (o(), a(
|
|
1173
|
+
x,
|
|
1174
|
+
{ key: 1 },
|
|
1175
|
+
[
|
|
1176
|
+
C(" 2. 悬停状态 "),
|
|
1177
|
+
t("span", {
|
|
1178
|
+
class: "mc-file-item__meta-action",
|
|
1179
|
+
onClick: (g) => K(l, g)
|
|
1180
|
+
}, k(m(L)("FileList.download")), 9, D2),
|
|
1181
|
+
t("span", {
|
|
1182
|
+
class: "mc-file-item__meta-action",
|
|
1183
|
+
onClick: (g) => j(l)
|
|
1184
|
+
}, k(m(L)("FileList.preview")), 9, G2)
|
|
1185
|
+
],
|
|
1186
|
+
64
|
|
1187
|
+
/* STABLE_FRAGMENT */
|
|
1188
|
+
)) : l.status === "uploading" || l.status === "downloading" ? (o(), a(
|
|
1189
|
+
x,
|
|
1190
|
+
{ key: 2 },
|
|
1191
|
+
[
|
|
1192
|
+
C(" 3. 上传/下载中状态 "),
|
|
1193
|
+
t(
|
|
1194
|
+
"span",
|
|
1195
|
+
I2,
|
|
1196
|
+
k(m(L)(`FileList.${l.status}`)),
|
|
1197
|
+
1
|
|
1198
|
+
/* TEXT */
|
|
1199
|
+
)
|
|
1200
|
+
],
|
|
1201
|
+
64
|
|
1202
|
+
/* STABLE_FRAGMENT */
|
|
1203
|
+
)) : (o(), a(
|
|
1204
|
+
x,
|
|
1205
|
+
{ key: 3 },
|
|
1206
|
+
[
|
|
1207
|
+
C(" 4. 默认状态 "),
|
|
1208
|
+
t(
|
|
1209
|
+
"span",
|
|
1210
|
+
N2,
|
|
1211
|
+
k(q(l.name)),
|
|
1212
|
+
1
|
|
1213
|
+
/* TEXT */
|
|
1214
|
+
),
|
|
1215
|
+
t(
|
|
1216
|
+
"span",
|
|
1217
|
+
q2,
|
|
1218
|
+
k(N(l.size)),
|
|
1219
|
+
1
|
|
1220
|
+
/* TEXT */
|
|
1221
|
+
)
|
|
1222
|
+
],
|
|
1223
|
+
64
|
|
1224
|
+
/* STABLE_FRAGMENT */
|
|
1225
|
+
))
|
|
1226
|
+
])
|
|
1227
|
+
]),
|
|
1228
|
+
C(" 删除按钮 "),
|
|
1229
|
+
d.context === "input" ? (o(), a("div", V2, [
|
|
1230
|
+
t("button", {
|
|
1231
|
+
class: "mc-file-item__action-btn mc-file-item__action-btn--remove",
|
|
1232
|
+
onClick: (g) => A(l),
|
|
1233
|
+
title: m(L)("FileList.remove")
|
|
1234
|
+
}, " ✕ ", 8, A2)
|
|
1235
|
+
])) : C("v-if", !0)
|
|
1236
|
+
], 42, F2))),
|
|
1237
|
+
128
|
|
1238
|
+
/* KEYED_FRAGMENT */
|
|
1239
|
+
))
|
|
1240
|
+
])
|
|
1241
|
+
],
|
|
1242
|
+
2
|
|
1243
|
+
/* CLASS */
|
|
1244
|
+
),
|
|
1245
|
+
(o(), U(X, { to: "body" }, [
|
|
1246
|
+
Y(t2, { name: "mc-file-preview-fade" }, {
|
|
1247
|
+
default: e2(() => [
|
|
1248
|
+
b.value && _.value ? (o(), a("div", {
|
|
1249
|
+
key: 0,
|
|
1250
|
+
class: "mc-file-preview__overlay",
|
|
1251
|
+
onClick: n[2] || (n[2] = i2((l) => b.value = !1, ["self"]))
|
|
1252
|
+
}, [
|
|
1253
|
+
C(" 图片预览 "),
|
|
1254
|
+
M(_.value) === "image" ? (o(), a("img", {
|
|
1255
|
+
key: 0,
|
|
1256
|
+
src: _.value.thumbUrl || _.value.url,
|
|
1257
|
+
alt: _.value.name,
|
|
1258
|
+
class: "mc-file-preview__content"
|
|
1259
|
+
}, null, 8, T2)) : M(_.value) === "video" ? (o(), a(
|
|
1260
|
+
x,
|
|
1261
|
+
{ key: 1 },
|
|
1262
|
+
[
|
|
1263
|
+
C(" 视频预览 "),
|
|
1264
|
+
t("video", {
|
|
1265
|
+
src: _.value.url,
|
|
1266
|
+
controls: "",
|
|
1267
|
+
class: "mc-file-preview__content"
|
|
1268
|
+
}, null, 8, H2)
|
|
1269
|
+
],
|
|
1270
|
+
2112
|
|
1271
|
+
/* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
|
|
1272
|
+
)) : M(_.value) === "iframe" ? (o(), a(
|
|
1273
|
+
x,
|
|
1274
|
+
{ key: 2 },
|
|
1275
|
+
[
|
|
1276
|
+
C(" PDF 和 文本文件预览 (使用 iframe) "),
|
|
1277
|
+
t("iframe", {
|
|
1278
|
+
src: _.value.url,
|
|
1279
|
+
class: "mc-file-preview__content mc-file-preview__iframe"
|
|
1280
|
+
}, null, 8, K2)
|
|
1281
|
+
],
|
|
1282
|
+
2112
|
|
1283
|
+
/* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
|
|
1284
|
+
)) : (o(), a(
|
|
1285
|
+
x,
|
|
1286
|
+
{ key: 3 },
|
|
1287
|
+
[
|
|
1288
|
+
C(" 其他文件类型的占位符 "),
|
|
1289
|
+
t("div", J2, [
|
|
1290
|
+
t(
|
|
1291
|
+
"span",
|
|
1292
|
+
null,
|
|
1293
|
+
k(m(L)("FileList.unsupportedPreview", { fileName: _.value.name })),
|
|
1294
|
+
1
|
|
1295
|
+
/* TEXT */
|
|
1296
|
+
),
|
|
1297
|
+
t(
|
|
1298
|
+
"span",
|
|
1299
|
+
Q2,
|
|
1300
|
+
k(m(L)("FileList.tryDownload")),
|
|
1301
|
+
1
|
|
1302
|
+
/* TEXT */
|
|
1303
|
+
)
|
|
1304
|
+
])
|
|
1305
|
+
],
|
|
1306
|
+
2112
|
|
1307
|
+
/* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
|
|
1308
|
+
)),
|
|
1309
|
+
C(" 关闭按钮 "),
|
|
1310
|
+
t("button", {
|
|
1311
|
+
class: "mc-file-preview__close-btn",
|
|
1312
|
+
onClick: n[1] || (n[1] = (l) => b.value = !1),
|
|
1313
|
+
title: m(L)("FileList.close")
|
|
1314
|
+
}, "✕", 8, X2)
|
|
1315
|
+
])) : C("v-if", !0)
|
|
1316
|
+
]),
|
|
1317
|
+
_: 1
|
|
1318
|
+
/* STABLE */
|
|
1319
|
+
})
|
|
1320
|
+
]))
|
|
1321
|
+
],
|
|
1322
|
+
64
|
|
1323
|
+
/* STABLE_FRAGMENT */
|
|
1324
|
+
));
|
|
1325
|
+
}
|
|
1326
|
+
});
|
|
1327
|
+
I.install = (i) => {
|
|
1328
|
+
i.component("McFileList", I);
|
|
1329
|
+
};
|
|
1330
|
+
export {
|
|
1331
|
+
I as McFileList
|
|
1332
|
+
};
|