@ahzoo/sus 1.1.2 → 1.1.3
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/index.js +85 -82
- package/package.json +1 -1
- package/style.css +1 -1
- package/main.ts +0 -5
package/index.js
CHANGED
|
@@ -8,8 +8,8 @@ function Ci(fe) {
|
|
|
8
8
|
}
|
|
9
9
|
var zn = { exports: {} };
|
|
10
10
|
(function(fe, he) {
|
|
11
|
-
(function(ke,
|
|
12
|
-
fe.exports =
|
|
11
|
+
(function(ke, ve) {
|
|
12
|
+
fe.exports = ve();
|
|
13
13
|
})(_i, () => (() => {
|
|
14
14
|
var ke = { 471: (Z) => {
|
|
15
15
|
var L = function() {
|
|
@@ -85,13 +85,13 @@ var zn = { exports: {} };
|
|
|
85
85
|
x += 2;
|
|
86
86
|
else if (me > s)
|
|
87
87
|
p += 2;
|
|
88
|
-
else if (k && (
|
|
88
|
+
else if (k && (ge = f + E - $) >= 0 && ge < w && S[ge] != -1 && Me >= (le = b - S[ge]))
|
|
89
89
|
return this.diff_bisectSplit_(l, m, Me, me, c);
|
|
90
90
|
}
|
|
91
91
|
for (var de = -N + I; de <= N - W; de += 2) {
|
|
92
|
-
for (var le,
|
|
92
|
+
for (var le, ge = f + de, xe = (le = de == -N || de != N && S[ge - 1] < S[ge + 1] ? S[ge + 1] : S[ge - 1] + 1) - de; le < b && xe < s && l.charAt(b - le - 1) == m.charAt(s - xe - 1); )
|
|
93
93
|
le++, xe++;
|
|
94
|
-
if (S[
|
|
94
|
+
if (S[ge] = le, le > b)
|
|
95
95
|
W += 2;
|
|
96
96
|
else if (xe > s)
|
|
97
97
|
I += 2;
|
|
@@ -161,8 +161,8 @@ var zn = { exports: {} };
|
|
|
161
161
|
var s = this;
|
|
162
162
|
function u(p, x, I) {
|
|
163
163
|
for (var W, N, $, ne, me = p.substring(I, I + Math.floor(p.length / 4)), de = -1, le = ""; (de = x.indexOf(me, de + 1)) != -1; ) {
|
|
164
|
-
var
|
|
165
|
-
le.length < xe +
|
|
164
|
+
var ge = s.diff_commonPrefix(p.substring(I), x.substring(de)), xe = s.diff_commonSuffix(p.substring(0, I), x.substring(0, de));
|
|
165
|
+
le.length < xe + ge && (le = x.substring(de - xe, de) + x.substring(de, de + ge), W = p.substring(0, I - xe), N = p.substring(I + ge), $ = x.substring(0, de - xe), ne = x.substring(de + ge));
|
|
166
166
|
}
|
|
167
167
|
return 2 * le.length >= p.length ? [W, N, $, ne, le] : null;
|
|
168
168
|
}
|
|
@@ -182,8 +182,8 @@ var zn = { exports: {} };
|
|
|
182
182
|
function m(p, x) {
|
|
183
183
|
if (!p || !x)
|
|
184
184
|
return 6;
|
|
185
|
-
var I = p.charAt(p.length - 1), W = x.charAt(0), N = I.match(L.nonAlphaNumericRegex_), $ = W.match(L.nonAlphaNumericRegex_), ne = N && I.match(L.whitespaceRegex_), me = $ && W.match(L.whitespaceRegex_), de = ne && I.match(L.linebreakRegex_), le = me && W.match(L.linebreakRegex_),
|
|
186
|
-
return
|
|
185
|
+
var I = p.charAt(p.length - 1), W = x.charAt(0), N = I.match(L.nonAlphaNumericRegex_), $ = W.match(L.nonAlphaNumericRegex_), ne = N && I.match(L.whitespaceRegex_), me = $ && W.match(L.whitespaceRegex_), de = ne && I.match(L.linebreakRegex_), le = me && W.match(L.linebreakRegex_), ge = de && p.match(L.blanklineEndRegex_), xe = le && x.match(L.blanklineStartRegex_);
|
|
186
|
+
return ge || xe ? 5 : de || le ? 4 : N && !ne && me ? 3 : ne || me ? 2 : N || $ ? 1 : 0;
|
|
187
187
|
}
|
|
188
188
|
for (var c = 1; c < l.length - 1; ) {
|
|
189
189
|
if (l[c - 1][0] == 0 && l[c + 1][0] == 0) {
|
|
@@ -315,8 +315,8 @@ var zn = { exports: {} };
|
|
|
315
315
|
throw new Error("Pattern too long for this browser.");
|
|
316
316
|
var b = this.match_alphabet_(m), s = this;
|
|
317
317
|
function u(me, de) {
|
|
318
|
-
var le = me / m.length,
|
|
319
|
-
return s.Match_Distance ? le +
|
|
318
|
+
var le = me / m.length, ge = Math.abs(c - de);
|
|
319
|
+
return s.Match_Distance ? le + ge / s.Match_Distance : ge ? 1 : le;
|
|
320
320
|
}
|
|
321
321
|
var f = this.Match_Threshold, w = l.indexOf(m, c);
|
|
322
322
|
w != -1 && (f = Math.min(u(0, w), f), (w = l.lastIndexOf(m, c + m.length)) != -1 && (f = Math.min(u(0, w), f)));
|
|
@@ -517,7 +517,7 @@ var zn = { exports: {} };
|
|
|
517
517
|
y.d(L, { default: () => bt });
|
|
518
518
|
var l = y(478), m = y(156), c = y(314), b = y(730), s = y(66), u = y(218), f = y(702), w = function(K) {
|
|
519
519
|
K === void 0 && (K = document);
|
|
520
|
-
var
|
|
520
|
+
var ye = function(V) {
|
|
521
521
|
var j = document.createElement("img");
|
|
522
522
|
j.src = V.getAttribute("data-src"), j.addEventListener("load", function() {
|
|
523
523
|
V.getAttribute("style") || V.getAttribute("class") || V.getAttribute("width") || V.getAttribute("height") || j.naturalHeight > j.naturalWidth && j.naturalWidth / j.naturalHeight < document.querySelector(".vditor-reset").clientWidth / (window.innerHeight - 40) && j.naturalHeight > window.innerHeight - 40 && (V.style.height = window.innerHeight - 40 + "px"), V.src = j.src;
|
|
@@ -525,23 +525,23 @@ var zn = { exports: {} };
|
|
|
525
525
|
};
|
|
526
526
|
if (!("IntersectionObserver" in window))
|
|
527
527
|
return K.querySelectorAll("img").forEach(function(V) {
|
|
528
|
-
V.getAttribute("data-src") &&
|
|
528
|
+
V.getAttribute("data-src") && ye(V);
|
|
529
529
|
}), !1;
|
|
530
530
|
window.vditorImageIntersectionObserver ? (window.vditorImageIntersectionObserver.disconnect(), K.querySelectorAll("img").forEach(function(V) {
|
|
531
531
|
window.vditorImageIntersectionObserver.observe(V);
|
|
532
532
|
})) : (window.vditorImageIntersectionObserver = new IntersectionObserver(function(V) {
|
|
533
533
|
V.forEach(function(j) {
|
|
534
|
-
(j.isIntersecting === void 0 ? j.intersectionRatio !== 0 : j.isIntersecting) && j.target.getAttribute("data-src") &&
|
|
534
|
+
(j.isIntersecting === void 0 ? j.intersectionRatio !== 0 : j.isIntersecting) && j.target.getAttribute("data-src") && ye(j.target);
|
|
535
535
|
});
|
|
536
536
|
}), K.querySelectorAll("img").forEach(function(V) {
|
|
537
537
|
window.vditorImageIntersectionObserver.observe(V);
|
|
538
538
|
}));
|
|
539
|
-
}, _ = y(466), S = y(554), M = y(40), E = y(563), k = y(749), p = y(818), x = y(408), I = y(54), W = y(227), N = y(526), $ = y(827), ne = y(640), me = y(895), de = y(393), le = function(K,
|
|
540
|
-
if (
|
|
539
|
+
}, _ = y(466), S = y(554), M = y(40), E = y(563), k = y(749), p = y(818), x = y(408), I = y(54), W = y(227), N = y(526), $ = y(827), ne = y(640), me = y(895), de = y(393), le = function(K, ye) {
|
|
540
|
+
if (ye === void 0 && (ye = "zh_CN"), typeof speechSynthesis < "u" && typeof SpeechSynthesisUtterance < "u") {
|
|
541
541
|
var V = function() {
|
|
542
542
|
var pe, ue;
|
|
543
543
|
return speechSynthesis.getVoices().forEach(function(Q) {
|
|
544
|
-
Q.lang ===
|
|
544
|
+
Q.lang === ye.replace("_", "-") && (pe = Q), Q.default && (ue = Q);
|
|
545
545
|
}), pe || (pe = ue), pe;
|
|
546
546
|
}, j = '<svg><use xlink:href="#vditor-icon-play"></use></svg>', ie = '<svg><use xlink:href="#vditor-icon-pause"></use></svg>';
|
|
547
547
|
document.getElementById("vditorIconScript") || (j = '<svg viewBox="0 0 32 32"><path d="M3.436 0l25.128 16-25.128 16v-32z"></path></svg>', ie = '<svg viewBox="0 0 32 32"><path d="M20.617 0h9.128v32h-9.128v-32zM2.255 32v-32h9.128v32h-9.128z"></path></svg>');
|
|
@@ -564,7 +564,7 @@ var zn = { exports: {} };
|
|
|
564
564
|
}
|
|
565
565
|
});
|
|
566
566
|
}
|
|
567
|
-
},
|
|
567
|
+
}, ge = function(K, ye, V, j) {
|
|
568
568
|
return new (V || (V = Promise))(function(ie, se) {
|
|
569
569
|
function oe(ue) {
|
|
570
570
|
try {
|
|
@@ -588,7 +588,7 @@ var zn = { exports: {} };
|
|
|
588
588
|
}
|
|
589
589
|
pe((j = j.apply(K, [])).next());
|
|
590
590
|
});
|
|
591
|
-
}, xe = function(K,
|
|
591
|
+
}, xe = function(K, ye) {
|
|
592
592
|
var V, j, ie, se, oe = { label: 0, sent: function() {
|
|
593
593
|
if (1 & ie[0])
|
|
594
594
|
throw ie[1];
|
|
@@ -639,7 +639,7 @@ var zn = { exports: {} };
|
|
|
639
639
|
ie[2] && oe.ops.pop(), oe.trys.pop();
|
|
640
640
|
continue;
|
|
641
641
|
}
|
|
642
|
-
Q =
|
|
642
|
+
Q = ye.call(K, oe);
|
|
643
643
|
} catch (Ke) {
|
|
644
644
|
Q = [6, Ke], j = 0;
|
|
645
645
|
} finally {
|
|
@@ -652,21 +652,21 @@ var zn = { exports: {} };
|
|
|
652
652
|
};
|
|
653
653
|
}
|
|
654
654
|
}, Me = function(K) {
|
|
655
|
-
var
|
|
656
|
-
return K.cdn && (!((
|
|
657
|
-
}, $e = function(K,
|
|
658
|
-
var V = Me(
|
|
655
|
+
var ye, V = { anchor: 0, cdn: I.g.CDN, customEmoji: {}, emojiPath: I.g.CDN + "/dist/images/emoji", hljs: I.g.HLJS_OPTIONS, icon: "ant", lang: "zh_CN", markdown: I.g.MARKDOWN_OPTIONS, math: I.g.MATH_OPTIONS, mode: "light", speech: { enable: !1 }, render: { media: { enable: !0 } }, theme: I.g.THEME_OPTIONS };
|
|
656
|
+
return K.cdn && (!((ye = K.theme) === null || ye === void 0) && ye.path || (V.theme.path = K.cdn + "/dist/css/content-theme"), K.emojiPath || (V.emojiPath = K.cdn + "/dist/images/emoji")), (0, ne.T)(V, K);
|
|
657
|
+
}, $e = function(K, ye) {
|
|
658
|
+
var V = Me(ye);
|
|
659
659
|
return (0, N.G)(V.cdn + "/dist/js/lute/lute.min.js", "vditorLuteScript").then(function() {
|
|
660
660
|
var j = (0, me.X)({ autoSpace: V.markdown.autoSpace, gfmAutoLink: V.markdown.gfmAutoLink, codeBlockPreview: V.markdown.codeBlockPreview, emojiSite: V.emojiPath, emojis: V.customEmoji, fixTermTypo: V.markdown.fixTermTypo, footnotes: V.markdown.footnotes, headingAnchor: V.anchor !== 0, inlineMathDigit: V.math.inlineDigit, lazyLoadImage: V.lazyLoadImage, linkBase: V.markdown.linkBase, linkPrefix: V.markdown.linkPrefix, listStyle: V.markdown.listStyle, mark: V.markdown.mark, mathBlockPreview: V.markdown.mathBlockPreview, paragraphBeginningSpace: V.markdown.paragraphBeginningSpace, sanitize: V.markdown.sanitize, toc: V.markdown.toc });
|
|
661
|
-
return
|
|
661
|
+
return ye != null && ye.renderers && j.SetJSRenderers({ renderers: { Md2HTML: ye.renderers } }), j.SetHeadingID(!0), j.Md2HTML(K);
|
|
662
662
|
});
|
|
663
|
-
}, Ce = function(K,
|
|
664
|
-
return
|
|
663
|
+
}, Ce = function(K, ye, V) {
|
|
664
|
+
return ge(void 0, void 0, void 0, function() {
|
|
665
665
|
var j, ie, se;
|
|
666
666
|
return xe(this, function(oe) {
|
|
667
667
|
switch (oe.label) {
|
|
668
668
|
case 0:
|
|
669
|
-
return j = Me(V), [4, $e(
|
|
669
|
+
return j = Me(V), [4, $e(ye, j)];
|
|
670
670
|
case 1:
|
|
671
671
|
if (ie = oe.sent(), j.transform && (ie = j.transform(ie)), K.innerHTML = ie, K.classList.add("vditor-reset"), j.i18n)
|
|
672
672
|
return [3, 5];
|
|
@@ -897,7 +897,7 @@ onclick="this.previousElementSibling.select();document.execCommand('copy');this.
|
|
|
897
897
|
le.forEach(function(Ce) {
|
|
898
898
|
b[Ce] = !0;
|
|
899
899
|
});
|
|
900
|
-
var
|
|
900
|
+
var ge = ne.getAssets(le), xe = ge.styles, Me = ge.scripts, $e = window.markmap;
|
|
901
901
|
return xe && $e.loadCSS(xe), Me && $e.loadJS(Me), de;
|
|
902
902
|
}(k, w), W = I.root, N = I.frontmatter, $ = E(N == null ? void 0 : N.markmap);
|
|
903
903
|
x.setData(W, $), x.fit();
|
|
@@ -1529,12 +1529,12 @@ onclick="this.previousElementSibling.select();document.execCommand('copy');this.
|
|
|
1529
1529
|
$.innerHTML = E, W.insertNode($.content.cloneNode(!0)), W.collapse(!1), f(W);
|
|
1530
1530
|
}
|
|
1531
1531
|
};
|
|
1532
|
-
} },
|
|
1532
|
+
} }, ve = {};
|
|
1533
1533
|
function J(Z) {
|
|
1534
|
-
var L =
|
|
1534
|
+
var L = ve[Z];
|
|
1535
1535
|
if (L !== void 0)
|
|
1536
1536
|
return L.exports;
|
|
1537
|
-
var y =
|
|
1537
|
+
var y = ve[Z] = { exports: {} };
|
|
1538
1538
|
return ke[Z](y, y.exports, J), y.exports;
|
|
1539
1539
|
}
|
|
1540
1540
|
J.d = (Z, L) => {
|
|
@@ -1613,11 +1613,11 @@ onclick="this.previousElementSibling.select();document.execCommand('copy');this.
|
|
|
1613
1613
|
});
|
|
1614
1614
|
}, p = J(827), x = J(64), I = function(e, t, n, i) {
|
|
1615
1615
|
i && console.log(e + " - " + n + ": " + t);
|
|
1616
|
-
}, W = J(478), N = J(314), $ = J(730), ne = J(66), me = J(218), de = J(702), le = J(466),
|
|
1616
|
+
}, W = J(478), N = J(314), $ = J(730), ne = J(66), me = J(218), de = J(702), le = J(466), ge = J(40), xe = J(563), Me = J(749), $e = J(408), Ce = function(e, t) {
|
|
1617
1617
|
if (e)
|
|
1618
1618
|
if (e.parentElement.getAttribute("data-type") !== "html-block") {
|
|
1619
1619
|
var n = e.firstElementChild.className.replace("language-", "");
|
|
1620
|
-
n === "abc" ? (0, W.Q)(e, t.options.cdn) : n === "mermaid" ? (0,
|
|
1620
|
+
n === "abc" ? (0, W.Q)(e, t.options.cdn) : n === "mermaid" ? (0, ge.i)(e, t.options.cdn, t.options.theme) : n === "markmap" ? (0, xe.K)(e, t.options.cdn, t.options.theme) : n === "flowchart" ? (0, ne.P)(e, t.options.cdn) : n === "echarts" ? (0, N.p)(e, t.options.cdn, t.options.theme) : n === "mindmap" ? (0, Me.P)(e, t.options.cdn, t.options.theme) : n === "plantuml" ? (0, $e.B)(e, t.options.cdn) : n === "graphviz" ? (0, me.v)(e, t.options.cdn) : n === "math" ? (0, le.H)(e, { cdn: t.options.cdn, math: t.options.preview.math }) : t.options.customRenders.find(function(i) {
|
|
1621
1621
|
if (i.language === n)
|
|
1622
1622
|
return i.render(e, t), !0;
|
|
1623
1623
|
}) || ((0, de.s)(Object.assign({}, t.options.preview.hljs), e, t.options.cdn), (0, $.O)(e, t.options.preview.hljs)), e.setAttribute("data-render", "1");
|
|
@@ -1659,7 +1659,7 @@ onclick="this.previousElementSibling.select();document.execCommand('copy');this.
|
|
|
1659
1659
|
if (r)
|
|
1660
1660
|
return r.remove(), ae(t), !0;
|
|
1661
1661
|
}
|
|
1662
|
-
},
|
|
1662
|
+
}, ye = function(e, t, n, i) {
|
|
1663
1663
|
n === void 0 && (n = !1);
|
|
1664
1664
|
var r = (0, p.F9)(t.startContainer);
|
|
1665
1665
|
if (r && !n && r.getAttribute("data-type") !== "code-block") {
|
|
@@ -2042,15 +2042,15 @@ onclick="this.previousElementSibling.select();document.execCommand('copy');this.
|
|
|
2042
2042
|
if (!z.isComposing)
|
|
2043
2043
|
return z.key === "Tab" ? (_e.focus(), _e.select(), void z.preventDefault()) : void (De(e, z) || Ue(z, t));
|
|
2044
2044
|
};
|
|
2045
|
-
var
|
|
2046
|
-
|
|
2045
|
+
var be = document.createElement("span");
|
|
2046
|
+
be.setAttribute("aria-label", window.VditorI18n.column), be.className = "vditor-tooltipped vditor-tooltipped__n";
|
|
2047
2047
|
var _e = document.createElement("input");
|
|
2048
|
-
|
|
2048
|
+
be.appendChild(_e), _e.type = "number", _e.min = "1", _e.className = "vditor-input", _e.style.width = "42px", _e.style.textAlign = "center", _e.setAttribute("placeholder", window.VditorI18n.column), _e.value = g.rows[0].cells.length.toString(), _e.oninput = function() {
|
|
2049
2049
|
U();
|
|
2050
2050
|
}, _e.onkeydown = function(z) {
|
|
2051
2051
|
if (!z.isComposing)
|
|
2052
2052
|
return z.key === "Tab" ? (re.focus(), re.select(), void z.preventDefault()) : void (De(e, z) || Ue(z, t));
|
|
2053
|
-
}, rt(t, g, e), it(t, g, e), Re(g, e), e.wysiwyg.popover.insertAdjacentElement("beforeend", B), e.wysiwyg.popover.insertAdjacentElement("beforeend", P), e.wysiwyg.popover.insertAdjacentElement("beforeend", H), e.wysiwyg.popover.insertAdjacentElement("beforeend", te), e.wysiwyg.popover.insertAdjacentElement("beforeend", G), e.wysiwyg.popover.insertAdjacentElement("beforeend", ee), e.wysiwyg.popover.insertAdjacentElement("beforeend", X), e.wysiwyg.popover.insertAdjacentElement("beforeend", Y), e.wysiwyg.popover.insertAdjacentElement("beforeend", F), e.wysiwyg.popover.insertAdjacentElement("beforeend", Pe), e.wysiwyg.popover.insertAdjacentHTML("beforeend", " x "), e.wysiwyg.popover.insertAdjacentElement("beforeend",
|
|
2053
|
+
}, rt(t, g, e), it(t, g, e), Re(g, e), e.wysiwyg.popover.insertAdjacentElement("beforeend", B), e.wysiwyg.popover.insertAdjacentElement("beforeend", P), e.wysiwyg.popover.insertAdjacentElement("beforeend", H), e.wysiwyg.popover.insertAdjacentElement("beforeend", te), e.wysiwyg.popover.insertAdjacentElement("beforeend", G), e.wysiwyg.popover.insertAdjacentElement("beforeend", ee), e.wysiwyg.popover.insertAdjacentElement("beforeend", X), e.wysiwyg.popover.insertAdjacentElement("beforeend", Y), e.wysiwyg.popover.insertAdjacentElement("beforeend", F), e.wysiwyg.popover.insertAdjacentElement("beforeend", Pe), e.wysiwyg.popover.insertAdjacentHTML("beforeend", " x "), e.wysiwyg.popover.insertAdjacentElement("beforeend", be), je(e, g);
|
|
2054
2054
|
}
|
|
2055
2055
|
var Ge = (0, p.a1)(n, "data-type", "link-ref");
|
|
2056
2056
|
Ge && on(e, Ge, t);
|
|
@@ -2315,8 +2315,8 @@ onclick="this.previousElementSibling.select();document.execCommand('copy');this.
|
|
|
2315
2315
|
} else if (O = !1, h.classList.add("vditor-menu--current"), R === "strike" && (R = "strikeThrough"), C.toString() !== "" || R !== "bold" && R !== "italic" && R !== "strikeThrough")
|
|
2316
2316
|
document.execCommand(R, !1, "");
|
|
2317
2317
|
else {
|
|
2318
|
-
var
|
|
2319
|
-
R === "italic" ?
|
|
2318
|
+
var be = "strong";
|
|
2319
|
+
R === "italic" ? be = "em" : R === "strikeThrough" && (be = "s"), (H = document.createElement(be)).textContent = y.g.ZWSP, C.insertNode(H), H.previousSibling && H.previousSibling.textContent === y.g.ZWSP && (H.previousSibling.textContent = ""), C.setStart(H.firstChild, 1), C.collapse(!0), (0, T.Hc)(C);
|
|
2320
2320
|
}
|
|
2321
2321
|
}
|
|
2322
2322
|
O && Qe(g), U && we(g);
|
|
@@ -2868,18 +2868,18 @@ onclick="this.previousElementSibling.select();document.execCommand('copy');this.
|
|
|
2868
2868
|
if (d = un(e), e.upload.range = (0, T.zh)(e), v = function(B, P) {
|
|
2869
2869
|
B.tip.hide();
|
|
2870
2870
|
for (var H = [], G = "", te = "", X = (B.options.lang, B.options, function(F, re) {
|
|
2871
|
-
var
|
|
2872
|
-
|
|
2873
|
-
var Ge =
|
|
2871
|
+
var be = P[re], _e = !0;
|
|
2872
|
+
be.name || (G += "<li>" + window.VditorI18n.nameEmpty + "</li>", _e = !1), be.size > B.options.upload.max && (G += "<li>" + be.name + " " + window.VditorI18n.over + " " + B.options.upload.max / 1024 / 1024 + "M</li>", _e = !1);
|
|
2873
|
+
var Ge = be.name.lastIndexOf("."), Oe = be.name.substr(Ge), Ie = B.options.upload.filename(be.name.substr(0, Ge)) + Oe;
|
|
2874
2874
|
B.options.upload.accept && (B.options.upload.accept.split(",").some(function(Ae) {
|
|
2875
2875
|
var st = Ae.trim();
|
|
2876
2876
|
if (st.indexOf(".") === 0) {
|
|
2877
2877
|
if (Oe.toLowerCase() === st.toLowerCase())
|
|
2878
2878
|
return !0;
|
|
2879
|
-
} else if (
|
|
2879
|
+
} else if (be.type.split("/")[0] === st.split("/")[0])
|
|
2880
2880
|
return !0;
|
|
2881
2881
|
return !1;
|
|
2882
|
-
}) || (G += "<li>" +
|
|
2882
|
+
}) || (G += "<li>" + be.name + " " + window.VditorI18n.fileTypeError + "</li>", _e = !1)), _e && (H.push(be), te += "<li>" + Ie + " " + window.VditorI18n.uploading + "</li>");
|
|
2883
2883
|
}), ee = P.length, Y = 0; Y < ee; Y++)
|
|
2884
2884
|
X(0, Y);
|
|
2885
2885
|
return B.tip.show("<ul>" + G + te + "</ul>"), H;
|
|
@@ -2905,15 +2905,15 @@ onclick="this.previousElementSibling.select();document.execCommand('copy');this.
|
|
|
2905
2905
|
}), te += "</ul>"), te ? H.tip.show(te) : H.tip.hide();
|
|
2906
2906
|
var X = "";
|
|
2907
2907
|
Object.keys(G.data.succMap).forEach(function(ee) {
|
|
2908
|
-
var Y = G.data.succMap[ee], F = ee.lastIndexOf("."), re = ee.substr(F),
|
|
2908
|
+
var Y = G.data.succMap[ee], F = ee.lastIndexOf("."), re = ee.substr(F), be = H.options.upload.filename(ee.substr(0, F)) + re;
|
|
2909
2909
|
(re = re.toLowerCase()).indexOf(".wav") === 0 || re.indexOf(".mp3") === 0 || re.indexOf(".ogg") === 0 ? H.currentMode === "wysiwyg" ? X += `<div class="vditor-wysiwyg__block" data-type="html-block"
|
|
2910
2910
|
data-block="0"><pre><code><audio controls="controls" src="` + Y + '"></audio></code></pre><pre class="vditor-wysiwyg__preview" data-render="1"><audio controls="controls" src="' + Y + `"></audio></pre></div>
|
|
2911
2911
|
` : H.currentMode === "ir" ? X += '<audio controls="controls" src="' + Y + `"></audio>
|
|
2912
|
-
` : X += "[" +
|
|
2913
|
-
` : re.indexOf(".apng") === 0 || re.indexOf(".bmp") === 0 || re.indexOf(".gif") === 0 || re.indexOf(".ico") === 0 || re.indexOf(".cur") === 0 || re.indexOf(".jpg") === 0 || re.indexOf(".jpeg") === 0 || re.indexOf(".jfif") === 0 || re.indexOf(".pjp") === 0 || re.indexOf(".pjpeg") === 0 || re.indexOf(".png") === 0 || re.indexOf(".svg") === 0 || re.indexOf(".webp") === 0 ? H.currentMode === "wysiwyg" ? X += '<img alt="' +
|
|
2914
|
-
` : X += "
|
|
2913
|
+
` : re.indexOf(".apng") === 0 || re.indexOf(".bmp") === 0 || re.indexOf(".gif") === 0 || re.indexOf(".ico") === 0 || re.indexOf(".cur") === 0 || re.indexOf(".jpg") === 0 || re.indexOf(".jpeg") === 0 || re.indexOf(".jfif") === 0 || re.indexOf(".pjp") === 0 || re.indexOf(".pjpeg") === 0 || re.indexOf(".png") === 0 || re.indexOf(".svg") === 0 || re.indexOf(".webp") === 0 ? H.currentMode === "wysiwyg" ? X += '<img alt="' + be + '" src="' + Y + `">
|
|
2914
|
+
` : X += "
|
|
2915
|
+
` : H.currentMode === "wysiwyg" ? X += '<a href="' + Y + '">' + be + `</a>
|
|
2916
|
+
` : X += "[" + be + "](" + Y + `)
|
|
2917
2917
|
`;
|
|
2918
2918
|
}), (0, T.Hc)(H.upload.range), document.execCommand("insertHTML", !1, X), H.upload.range = getSelection().getRangeAt(0).cloneRange();
|
|
2919
2919
|
}(B, e);
|
|
@@ -3400,7 +3400,7 @@ onclick="this.previousElementSibling.select();document.execCommand('copy');this.
|
|
|
3400
3400
|
return !(0, s.yl)(t) && !t.altKey && t.key === "Enter" && (n.firstElementChild.textContent.endsWith(`
|
|
3401
3401
|
`) || n.firstElementChild.insertAdjacentText("beforeend", `
|
|
3402
3402
|
`), i.extractContents(), i.insertNode(document.createTextNode(`
|
|
3403
|
-
`)), i.collapse(!1), (0, T.Hc)(i), (0, s.vU)() || (e.currentMode === "wysiwyg" ? kt(e, i) :
|
|
3403
|
+
`)), i.collapse(!1), (0, T.Hc)(i), (0, s.vU)() || (e.currentMode === "wysiwyg" ? kt(e, i) : ye(e, i)), Te(e), t.preventDefault(), !0);
|
|
3404
3404
|
}, Cn = function(e, t, n, i) {
|
|
3405
3405
|
var r = t.startContainer, o = (0, p.lG)(r, "BLOCKQUOTE");
|
|
3406
3406
|
if (o && t.toString() === "") {
|
|
@@ -3508,8 +3508,8 @@ onclick="this.previousElementSibling.select();document.execCommand('copy');this.
|
|
|
3508
3508
|
return void e.tip.show(Y.msg);
|
|
3509
3509
|
var F = Y.data.originalURL;
|
|
3510
3510
|
if (e.currentMode === "sv")
|
|
3511
|
-
e.sv.element.querySelectorAll(".vditor-sv__marker--link").forEach(function(
|
|
3512
|
-
|
|
3511
|
+
e.sv.element.querySelectorAll(".vditor-sv__marker--link").forEach(function(be) {
|
|
3512
|
+
be.textContent === F && (be.textContent = Y.data.url);
|
|
3513
3513
|
});
|
|
3514
3514
|
else {
|
|
3515
3515
|
var re = e[e.currentMode].element.querySelector('img[src="' + F + '"]');
|
|
@@ -3592,7 +3592,7 @@ onclick="this.previousElementSibling.select();document.execCommand('copy');this.
|
|
|
3592
3592
|
var n = (0, T.zh)(e), i = (0, p.F9)(n.startContainer) || n.startContainer;
|
|
3593
3593
|
if (i) {
|
|
3594
3594
|
var r = i.querySelector(".vditor-ir__marker--heading");
|
|
3595
|
-
r ? r.innerHTML = t : (i.insertAdjacentText("afterbegin", t), n.selectNodeContents(i), n.collapse(!1)),
|
|
3595
|
+
r ? r.innerHTML = t : (i.insertAdjacentText("afterbegin", t), n.selectNodeContents(i), n.collapse(!1)), ye(e, n.cloneRange()), ut(e);
|
|
3596
3596
|
}
|
|
3597
3597
|
}, Tt = function(e, t, n) {
|
|
3598
3598
|
var i = (0, p.a1)(e.startContainer, "data-type", n);
|
|
@@ -3638,7 +3638,7 @@ onclick="this.previousElementSibling.select();document.execCommand('copy');this.
|
|
|
3638
3638
|
|
|
3639
3639
|
`);
|
|
3640
3640
|
var C = document.createElement("span");
|
|
3641
|
-
C.innerHTML = U, r.insertNode(C),
|
|
3641
|
+
C.innerHTML = U, r.insertNode(C), ye(e, r), o === "table" && (r.selectNodeContents(getSelection().getRangeAt(0).startContainer.parentElement), (0, T.Hc)(r));
|
|
3642
3642
|
} else
|
|
3643
3643
|
o !== "check" && o !== "list" && o !== "ordered-list" || (Lt(e, r, o, !1), d = !1, u(e.toolbar.elements, ["check", "list", "ordered-list"]), t.classList.add("vditor-menu--current"));
|
|
3644
3644
|
}
|
|
@@ -3868,10 +3868,10 @@ onclick="this.previousElementSibling.select();document.execCommand('copy');this.
|
|
|
3868
3868
|
}), this.element.addEventListener("compositionstart", function(i) {
|
|
3869
3869
|
n.composingLock = !0;
|
|
3870
3870
|
}), this.element.addEventListener("compositionend", function(i) {
|
|
3871
|
-
(0, s.vU)() ||
|
|
3871
|
+
(0, s.vU)() || ye(t, getSelection().getRangeAt(0).cloneRange()), n.composingLock = !1;
|
|
3872
3872
|
}), this.element.addEventListener("input", function(i) {
|
|
3873
3873
|
if (i.inputType !== "deleteByDrag" && i.inputType !== "insertFromDrop")
|
|
3874
|
-
return n.preventInput ? (n.preventInput = !1, void Fe(t, { enableAddUndoStack: !0, enableHint: !0, enableInput: !0 })) : void (n.composingLock || i.data === "‘" || i.data === "“" || i.data === "《" ||
|
|
3874
|
+
return n.preventInput ? (n.preventInput = !1, void Fe(t, { enableAddUndoStack: !0, enableHint: !0, enableInput: !0 })) : void (n.composingLock || i.data === "‘" || i.data === "“" || i.data === "《" || ye(t, getSelection().getRangeAt(0).cloneRange(), !1, i));
|
|
3875
3875
|
}), this.element.addEventListener("click", function(i) {
|
|
3876
3876
|
if (i.target.tagName === "INPUT")
|
|
3877
3877
|
return i.target.checked ? i.target.setAttribute("checked", "checked") : i.target.removeAttribute("checked"), n.preventInput = !0, void Fe(t);
|
|
@@ -4025,7 +4025,7 @@ onclick="this.previousElementSibling.select();document.execCommand('copy');this.
|
|
|
4025
4025
|
var i = (/* @__PURE__ */ new Date()).getTime() - n;
|
|
4026
4026
|
(/* @__PURE__ */ new Date()).getTime() - n > 2600 ? (t.tip.show(window.VditorI18n.performanceTip.replace("${x}", i.toString())), t.preview.element.setAttribute("data-type", "renderPerformance")) : t.preview.element.getAttribute("data-type") === "renderPerformance" && (t.tip.hide(), t.preview.element.removeAttribute("data-type"));
|
|
4027
4027
|
var r = t.preview.element.querySelector(".vditor-comment--focus");
|
|
4028
|
-
r && r.classList.remove("vditor-comment--focus"), (0, $.O)(t.preview.previewElement, t.options.preview.hljs), (0, de.s)(t.options.preview.hljs, t.preview.previewElement, t.options.cdn), (0,
|
|
4028
|
+
r && r.classList.remove("vditor-comment--focus"), (0, $.O)(t.preview.previewElement, t.options.preview.hljs), (0, de.s)(t.options.preview.hljs, t.preview.previewElement, t.options.cdn), (0, ge.i)(t.preview.previewElement, t.options.cdn, t.options.theme), (0, xe.K)(t.preview.previewElement, t.options.cdn, t.options.theme), (0, ne.P)(t.preview.previewElement, t.options.cdn), (0, me.v)(t.preview.previewElement, t.options.cdn), (0, N.p)(t.preview.previewElement, t.options.cdn, t.options.theme), (0, Me.P)(t.preview.previewElement, t.options.cdn, t.options.theme), (0, $e.B)(t.preview.previewElement, t.options.cdn), (0, W.Q)(t.preview.previewElement, t.options.cdn), t.options.preview.render.media.enable && (0, pr.Y)(t.preview.previewElement), t.options.customRenders.forEach(function(d) {
|
|
4029
4029
|
d.render(t.preview.previewElement, t);
|
|
4030
4030
|
});
|
|
4031
4031
|
var o = t.preview.element, a = t.outline.render(t);
|
|
@@ -5416,7 +5416,7 @@ window.addEventListener("message", (e) => {
|
|
|
5416
5416
|
var r = (0, T.zh)(this.vditor);
|
|
5417
5417
|
r.collapse(!0);
|
|
5418
5418
|
var o = document.createElement("template");
|
|
5419
|
-
o.innerHTML = n, r.insertNode(o.content.cloneNode(!0)), r.collapse(!1), this.vditor.currentMode === "sv" ? (this.vditor.sv.preventInput = !0, i && oe(this.vditor)) : this.vditor.currentMode === "wysiwyg" ? i && kt(this.vditor, getSelection().getRangeAt(0)) : this.vditor.currentMode === "ir" && (this.vditor.ir.preventInput = !0, i &&
|
|
5419
|
+
o.innerHTML = n, r.insertNode(o.content.cloneNode(!0)), r.collapse(!1), this.vditor.currentMode === "sv" ? (this.vditor.sv.preventInput = !0, i && oe(this.vditor)) : this.vditor.currentMode === "wysiwyg" ? i && kt(this.vditor, getSelection().getRangeAt(0)) : this.vditor.currentMode === "ir" && (this.vditor.ir.preventInput = !0, i && ye(this.vditor, getSelection().getRangeAt(0), !0));
|
|
5420
5420
|
}, t.prototype.setValue = function(n, i) {
|
|
5421
5421
|
var r = this;
|
|
5422
5422
|
i === void 0 && (i = !1), this.vditor.currentMode === "sv" ? (this.vditor.sv.element.innerHTML = "<div data-block='0'>" + this.vditor.lute.SpinVditorSVDOM(n) + "</div>", He(this.vditor, { enableAddUndoStack: !0, enableHint: !1, enableInput: !1 })) : this.vditor.currentMode === "wysiwyg" ? an(this.vditor, n, { enableAddUndoStack: !0, enableHint: !1, enableInput: !1 }) : (this.vditor.ir.element.innerHTML = this.vditor.lute.Md2VditorIRDOM(n), this.vditor.ir.element.querySelectorAll(".vditor-ir__preview[data-render='2']").forEach(function(o) {
|
|
@@ -5506,15 +5506,15 @@ function Yt(fe) {
|
|
|
5506
5506
|
he.src = "data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAAAY0lEQVR4Xu2TQQoAIQwD/bw/8I0L/sKTELaW5KAIkpCTnTqnltr6sh8kTnWmxCd9WWEeECCEyT7CKIwFlLGAMucFCGULcaozFlAmFeyqBbTpoe2KBTQW0NwT4LH8ZzMKYwFlBkgVqojTTfZKAAAAAElFTkSuQmCC", he.onerror = null;
|
|
5507
5507
|
}
|
|
5508
5508
|
function Ai(fe) {
|
|
5509
|
-
const he = new Date(fe), ke = he.getFullYear(),
|
|
5510
|
-
if (Z === ke && L ==
|
|
5509
|
+
const he = new Date(fe), ke = he.getFullYear(), ve = he.getMonth() + 1, J = he.getDate(), Se = /* @__PURE__ */ new Date(), Z = Se.getFullYear(), L = Se.getMonth() + 1, y = Se.getDate();
|
|
5510
|
+
if (Z === ke && L == ve) {
|
|
5511
5511
|
const l = y - J;
|
|
5512
5512
|
if (l === 0)
|
|
5513
5513
|
return "今天";
|
|
5514
5514
|
if (l < 7)
|
|
5515
5515
|
return l + "天前";
|
|
5516
5516
|
}
|
|
5517
|
-
return Z === ke ? `${
|
|
5517
|
+
return Z === ke ? `${ve}月${J}日` : `${ke}年${ve}月${J}日`;
|
|
5518
5518
|
}
|
|
5519
5519
|
const xi = { class: "sus-comment flex flex-row w-full" }, Hi = {
|
|
5520
5520
|
class: "sus-comment-avatar",
|
|
@@ -5525,7 +5525,7 @@ const xi = { class: "sus-comment flex flex-row w-full" }, Hi = {
|
|
|
5525
5525
|
vId: { default: "sus-vditor" },
|
|
5526
5526
|
cache: { type: Boolean, default: !1 },
|
|
5527
5527
|
reply: {},
|
|
5528
|
-
emoji: {}
|
|
5528
|
+
emoji: { default: "" }
|
|
5529
5529
|
},
|
|
5530
5530
|
emits: ["on-save", "on-cancel"],
|
|
5531
5531
|
setup(fe, { emit: he }) {
|
|
@@ -5542,7 +5542,7 @@ const xi = { class: "sus-comment flex flex-row w-full" }, Hi = {
|
|
|
5542
5542
|
We(this, "parentId", "");
|
|
5543
5543
|
}
|
|
5544
5544
|
}
|
|
5545
|
-
const
|
|
5545
|
+
const ve = fe, J = he, Se = ve.reply.userName, Z = yt("在此处留下你的足迹吧!(支持markdown语法)"), L = yi(new ke()), y = yt(null);
|
|
5546
5546
|
async function l() {
|
|
5547
5547
|
var f, w;
|
|
5548
5548
|
if (!y.value) {
|
|
@@ -5550,9 +5550,9 @@ const xi = { class: "sus-comment flex flex-row w-full" }, Hi = {
|
|
|
5550
5550
|
return;
|
|
5551
5551
|
}
|
|
5552
5552
|
const s = (f = y.value) == null ? void 0 : f.getHTML(), u = (w = y.value) == null ? void 0 : w.getValue();
|
|
5553
|
-
if (L.userWebsite && (L.userWebsite.concat("http://") || L.userWebsite.concat("https://") || (L.userWebsite = "https://" + L.userWebsite)), localStorage.setItem("user", JSON.stringify(L)),
|
|
5554
|
-
const _ =
|
|
5555
|
-
L.parentId = _ === "0" ?
|
|
5553
|
+
if (L.userWebsite && (L.userWebsite.concat("http://") || L.userWebsite.concat("https://") || (L.userWebsite = "https://" + L.userWebsite)), localStorage.setItem("user", JSON.stringify(L)), ve.reply.id != "0") {
|
|
5554
|
+
const _ = ve.reply.parentId;
|
|
5555
|
+
L.parentId = _ === "0" ? ve.reply.id : _, L.replyName = ve.reply.userName, Z.value = "@" + Se + ":";
|
|
5556
5556
|
}
|
|
5557
5557
|
L.content = s, L.contentMD = u, J("on-save", L), y.value.setValue("");
|
|
5558
5558
|
}
|
|
@@ -5560,19 +5560,22 @@ const xi = { class: "sus-comment flex flex-row w-full" }, Hi = {
|
|
|
5560
5560
|
J("on-cancel");
|
|
5561
5561
|
}
|
|
5562
5562
|
function c() {
|
|
5563
|
-
y.value = new Ti(
|
|
5563
|
+
y.value = new Ti(ve.vId, {
|
|
5564
5564
|
after: () => {
|
|
5565
5565
|
},
|
|
5566
5566
|
placeholder: Z.value,
|
|
5567
5567
|
theme: "classic",
|
|
5568
5568
|
// 使用localStorage缓存
|
|
5569
5569
|
cache: {
|
|
5570
|
-
enable:
|
|
5570
|
+
enable: ve.cache
|
|
5571
5571
|
},
|
|
5572
5572
|
icon: "material",
|
|
5573
5573
|
// cdn: "https://s.ahzoo.cn/comment/plugin",
|
|
5574
5574
|
// 工具栏
|
|
5575
5575
|
toolbar: ["emoji", "link", "code", "inline-code"],
|
|
5576
|
+
hint: {
|
|
5577
|
+
emoji: ve.emoji
|
|
5578
|
+
},
|
|
5576
5579
|
preview: {
|
|
5577
5580
|
hljs: {
|
|
5578
5581
|
enable: !0,
|
|
@@ -5658,10 +5661,10 @@ const xi = { class: "sus-comment flex flex-row w-full" }, Hi = {
|
|
|
5658
5661
|
}
|
|
5659
5662
|
}), Nt = (fe, he) => {
|
|
5660
5663
|
const ke = fe.__vccOpts || fe;
|
|
5661
|
-
for (const [
|
|
5662
|
-
ke[
|
|
5664
|
+
for (const [ve, J] of he)
|
|
5665
|
+
ke[ve] = J;
|
|
5663
5666
|
return ke;
|
|
5664
|
-
}, Bi = /* @__PURE__ */ Nt(qi, [["__scopeId", "data-v-
|
|
5667
|
+
}, Bi = /* @__PURE__ */ Nt(qi, [["__scopeId", "data-v-b4e608dd"]]), Vi = { class: "sus-item__container flex flex-row" }, Ui = { class: "sus-comment-avatar" }, Wi = ["src", "onerror"], zi = { class: "sus-item__main" }, Ki = { class: "sus-item__user leading-loose" }, Fi = ["href"], Gi = { class: "sus-item__user-date ml-5" }, Zi = { class: "sus-item__content" }, $i = {
|
|
5665
5668
|
key: 0,
|
|
5666
5669
|
class: "sus-item__content-name font-semibold"
|
|
5667
5670
|
}, Ji = ["innerHTML"], Xi = { class: "sus-item__info" }, Qi = { class: "sus-item__info-ip" }, Yi = /* @__PURE__ */ wi('<svg class="sus-svg equipment" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16" data-v-3c1f21df><defs data-v-3c1f21df><linearGradient id="a2" x1="50%" x2="50%" y1="0%" y2="100%" data-v-3c1f21df><stop offset="0%" stop-color="#FF6680" data-v-3c1f21df></stop><stop offset="100%" stop-color="#E61739" data-v-3c1f21df></stop></linearGradient><filter id="c2" width="118.8%" height="118.8%" x="-9.4%" y="-9.4%" filterUnits="objectBoundingBox" data-v-3c1f21df><feGaussianBlur in="SourceAlpha" result="shadowBlurInner1" stdDeviation="1" data-v-3c1f21df></feGaussianBlur><feOffset dy="-1" in="shadowBlurInner1" result="shadowOffsetInner1" data-v-3c1f21df></feOffset><feComposite in="shadowOffsetInner1" in2="SourceAlpha" k2="-1" k3="1" operator="arithmetic" result="shadowInnerInner1" data-v-3c1f21df></feComposite><feColorMatrix in="shadowInnerInner1" values="0 0 0 0 0.710144928 0 0 0 0 0 0 0 0 0 0.117780134 0 0 0 0.349786932 0" data-v-3c1f21df></feColorMatrix></filter><path id="b2" d="M8 0a8 8 0 100 16A8 8 0 008 0z" data-v-3c1f21df></path></defs><g fill="none" data-v-3c1f21df><use fill="url(#a2)" xlink:href="#b2" data-v-3c1f21df></use><use fill="black" filter="url(#c2)" xlink:href="#b2" data-v-3c1f21df></use><path fill="white" d="M10.473 4C8.275 4 8 5.824 8 5.824S7.726 4 5.528 4c-2.114 0-2.73 2.222-2.472 3.41C3.736 10.55 8 12.75 8 12.75s4.265-2.2 4.945-5.34c.257-1.188-.36-3.41-2.472-3.41" data-v-3c1f21df></path></g></svg><svg class="sus-svg comment" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16" fill="none" data-v-3c1f21df><g opacity="1" transform="translate(0 0) rotate(0)" data-v-3c1f21df><mask id="bg-comment-mask-0" fill="white" data-v-3c1f21df><use transform="translate(0 0) rotate(0)" xlink:href="#ahzoo_comment_0" data-v-3c1f21df></use></mask><g mask="url(#bg-comment-mask-0)" data-v-3c1f21df><g opacity="1" transform="translate(0 0) rotate(0)" data-v-3c1f21df><path id="ah1" fill-rule="evenodd" fill="url(#comment_linear_0)" opacity="1" d="M0 8C0 12.42 3.58 16 8 16C12.42 16 16 12.42 16 8C16 3.58 12.42 0 8 0C3.58 0 0 3.58 0 8Z" data-v-3c1f21df></path></g><g opacity="1" transform="translate(2 2) rotate(0)" data-v-3c1f21df><mask id="bg-comment-mask-1" fill="white" data-v-3c1f21df><use transform="translate(0 0) rotate(0)" xlink:href="#ahzoo_comment_1" data-v-3c1f21df></use></mask><g mask="url(#bg-comment-mask-1)" data-v-3c1f21df><path id="ahzoo_comment_path_1" fill-rule="evenodd" style="fill:#FFFFFF;" opacity="1" d="M4.65402 2.58221C2.49402 2.58221 0.744019 3.99221 0.744019 5.73221C0.744019 6.45221 1.04402 7.11222 1.55402 7.64221L1.55402 7.65222L1.31402 8.91222C1.29402 9.01221 1.39402 9.09222 1.48402 9.06222L2.69402 8.64222L2.94402 8.55221C3.45402 8.76221 4.04402 8.87222 4.65402 8.87222C6.82402 8.87222 8.57402 7.46221 8.57402 5.73221C8.57402 3.99221 6.82402 2.58221 4.65402 2.58221Z" data-v-3c1f21df></path><path id="ahzoo_comment_path_2" fill-rule="evenodd" style="fill:#FFFFFF;" opacity="1" d="M10.6503 8.36141C11.0303 7.96141 11.2603 7.47141 11.2603 6.93141C11.2603 5.74141 10.3203 4.65141 8.89029 4.51141C9.20029 4.94141 9.19029 5.55141 9.19029 6.08141C9.19029 7.37141 8.16029 8.56141 6.73029 8.97141C7.19029 9.22141 7.75029 9.27141 8.35029 9.27141C8.80029 9.27141 9.24029 9.18141 9.62029 9.03141L9.81029 9.10141L10.7003 9.41141C10.7703 9.44141 10.8503 9.37141 10.8303 9.30141L10.6603 8.37141L10.6503 8.36141Z" data-v-3c1f21df></path></g></g></g></g><defs data-v-3c1f21df><rect id="ahzoo_comment_0" x="0" y="0" width="16" height="16" data-v-3c1f21df></rect><linearGradient id="comment_linear_0" x1="50%" y1="0%" x2="51%" y2="100%" gradientUnits="objectBoundingBox" data-v-3c1f21df><stop offset="0" stop-color="#1AAFFF" stop-opacity="1" data-v-3c1f21df></stop><stop offset="1" stop-color="#0261DE" stop-opacity="1" data-v-3c1f21df></stop></linearGradient><rect id="ahzoo_comment_1" x="0" y="0" width="12" height="12" data-v-3c1f21df></rect></defs></svg>', 2), eo = [
|
|
@@ -5673,12 +5676,12 @@ const xi = { class: "sus-comment flex flex-row w-full" }, Hi = {
|
|
|
5673
5676
|
},
|
|
5674
5677
|
emits: ["on-reply"],
|
|
5675
5678
|
setup(fe, { emit: he }) {
|
|
5676
|
-
const ke = fe,
|
|
5679
|
+
const ke = fe, ve = yt(), J = yt(!1), Se = he;
|
|
5677
5680
|
function Z() {
|
|
5678
|
-
|
|
5681
|
+
ve.value.style.display = "block", J.value = !1;
|
|
5679
5682
|
}
|
|
5680
5683
|
function L() {
|
|
5681
|
-
|
|
5684
|
+
ve.value.clientHeight > 110 && (J.value = !0);
|
|
5682
5685
|
}
|
|
5683
5686
|
function y() {
|
|
5684
5687
|
Se("on-reply", ke.comment);
|
|
@@ -5710,7 +5713,7 @@ const xi = { class: "sus-comment flex flex-row w-full" }, Hi = {
|
|
|
5710
5713
|
l.comment.replyName ? (qe(), ze("span", $i, "@" + tt(l.comment.replyName) + ":", 1)) : nt("", !0),
|
|
5711
5714
|
ce("span", {
|
|
5712
5715
|
ref_key: "contentDom",
|
|
5713
|
-
ref:
|
|
5716
|
+
ref: ve,
|
|
5714
5717
|
class: "sus-item__content-text",
|
|
5715
5718
|
innerHTML: l.comment.content
|
|
5716
5719
|
}, null, 8, Ji),
|
|
@@ -5738,9 +5741,9 @@ const xi = { class: "sus-comment flex flex-row w-full" }, Hi = {
|
|
|
5738
5741
|
},
|
|
5739
5742
|
emits: ["on-reply"],
|
|
5740
5743
|
setup(fe, { emit: he }) {
|
|
5741
|
-
const ke = yt(!1),
|
|
5744
|
+
const ke = yt(!1), ve = he;
|
|
5742
5745
|
function J(Se) {
|
|
5743
|
-
|
|
5746
|
+
ve("on-reply", Se);
|
|
5744
5747
|
}
|
|
5745
5748
|
return (Se, Z) => {
|
|
5746
5749
|
var L, y;
|
|
@@ -5785,12 +5788,12 @@ const xi = { class: "sus-comment flex flex-row w-full" }, Hi = {
|
|
|
5785
5788
|
emits: ["go-local"],
|
|
5786
5789
|
setup(fe, { emit: he }) {
|
|
5787
5790
|
const ke = he;
|
|
5788
|
-
function
|
|
5791
|
+
function ve() {
|
|
5789
5792
|
ke("go-local");
|
|
5790
5793
|
}
|
|
5791
5794
|
return (J, Se) => (qe(), ze("div", {
|
|
5792
5795
|
class: "sus-top-item p-1.5 cursor-pointer",
|
|
5793
|
-
onClick:
|
|
5796
|
+
onClick: ve
|
|
5794
5797
|
}, [
|
|
5795
5798
|
ce("div", lo, [
|
|
5796
5799
|
J.comment.userAvatar ? (qe(), ze("div", co, [
|
package/package.json
CHANGED
package/style.css
CHANGED
|
@@ -23,4 +23,4 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
*/.vditor{--border-color: #d1d5da;--second-color: rgba(88, 96, 105, .36);--panel-background-color: #fff;--panel-shadow: 0 1px 2px rgba(0, 0, 0, .2);--toolbar-background-color: #f6f8fa;--toolbar-icon-color: #586069;--toolbar-icon-hover-color: #4285f4;--toolbar-height: 35px;--toolbar-divider-margin-top: 8px;--textarea-background-color: #fafbfc;--textarea-text-color: #24292e;--resize-icon-color: var(--toolbar-icon-color);--resize-background-color: var(--toolbar-background-color);--resize-hover-icon-color: var(--panel-background-color);--resize-hover-background-color: var(--toolbar-icon-hover-color);--count-background-color: rgba(27, 31, 35, .05);--heading-border-color: #eaecef;--blockquote-color: #6a737d;--ir-heading-color: #660e7a;--ir-title-color: #808080;--ir-bi-color: #0033b3;--ir-link-color: #008000;--ir-bracket-color: #0000ff;--ir-paren-color: #008000}.vditor--dark{--border-color: #141414;--second-color: rgba(185, 185, 185, .36);--panel-background-color: #24292e;--panel-shadow: 0 1px 2px rgba(255, 255, 255, .2);--toolbar-background-color: #1d2125;--toolbar-icon-color: #b9b9b9;--toolbar-icon-hover-color: #fff;--textarea-background-color: #2f363d;--textarea-text-color: #d1d5da;--resize-icon-color: var(--border-color);--resize-background-color: var(--second-color);--resize-hover-icon-color: var(--toolbar-icon-hover-color);--resize-hover-background-color: rgba(185, 185, 185, .86);--count-background-color: rgba(66, 133, 244, .36);--heading-border-color: var(--textarea-text-color);--blockquote-color: var(--toolbar-icon-color);--ir-heading-color: #9876aa;--ir-title-color: #808080;--ir-bi-color: #cc7832;--ir-link-color: #ffc66d;--ir-bracket-color: #287bde;--ir-paren-color: #6a8759}@keyframes tooltip-appear{0%{opacity:0}to{opacity:1}}.vditor-tooltipped{position:relative;cursor:pointer}.vditor-tooltipped:after{position:absolute;z-index:1000000;display:none;padding:5px 8px;font-size:11px;font-weight:400;-webkit-font-smoothing:subpixel-antialiased;color:#fff;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background:#3b3e43;border-radius:3px;line-height:16px;opacity:0}.vditor-tooltipped:before{position:absolute;z-index:1000001;display:none;width:0;height:0;color:#3b3e43;pointer-events:none;content:"";border:5px solid transparent;opacity:0}.vditor-tooltipped--hover:before,.vditor-tooltipped--hover:after,.vditor-tooltipped:hover:before,.vditor-tooltipped:hover:after,.vditor-tooltipped:active:before,.vditor-tooltipped:active:after,.vditor-tooltipped:focus:before,.vditor-tooltipped:focus:after{display:inline-block;text-decoration:none;animation-name:tooltip-appear;animation-duration:.15s;animation-fill-mode:forwards;animation-timing-function:ease-in}.vditor-tooltipped__s:after,.vditor-tooltipped__se:after,.vditor-tooltipped__sw:after{top:100%;right:50%;margin-top:5px}.vditor-tooltipped__s:before,.vditor-tooltipped__se:before,.vditor-tooltipped__sw:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:#3b3e43}.vditor-tooltipped__se:after{right:auto;left:50%;margin-left:-15px}.vditor-tooltipped__sw:after{margin-right:-15px}.vditor-tooltipped__n:after,.vditor-tooltipped__ne:after,.vditor-tooltipped__nw:after{right:50%;bottom:100%;margin-bottom:5px}.vditor-tooltipped__n:before,.vditor-tooltipped__ne:before,.vditor-tooltipped__nw:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:#3b3e43}.vditor-tooltipped__ne:after{right:auto;left:50%;margin-left:-15px}.vditor-tooltipped__nw:after{margin-right:-15px}.vditor-tooltipped__s:after,.vditor-tooltipped__n:after{transform:translate(50%)}.vditor-tooltipped__w:after{right:100%;bottom:50%;margin-right:5px;transform:translateY(50%)}.vditor-tooltipped__w:before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:#3b3e43}.vditor-tooltipped__e:after{bottom:50%;left:100%;margin-left:5px;transform:translateY(50%)}.vditor-tooltipped__e:before{top:50%;right:-5px;bottom:50%;margin-top:-5px;border-right-color:#3b3e43}@media screen and (max-width: 520px){.vditor-tooltipped:before,.vditor-tooltipped:after{content:none}}@keyframes scale-in{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.vditor-panel{background-color:var(--panel-background-color);position:absolute;box-shadow:var(--panel-shadow);border-radius:3px;padding:5px;z-index:3;font-size:14px;display:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;max-width:320px;min-width:80px;animation-duration:.15s;animation-name:scale-in;animation-timing-function:cubic-bezier(.2,0,.13,1.5);color:var(--toolbar-icon-color)}.vditor-panel--none{padding:0;animation:none;min-width:auto;max-width:none;white-space:nowrap;opacity:.86}.vditor-panel--arrow:before{position:absolute;width:0;height:0;pointer-events:none;content:" ";border:7px solid transparent;top:-14px;left:5px;border-bottom-color:var(--panel-background-color)}.vditor-panel--left{right:0}.vditor-panel--left.vditor-panel--arrow:before{right:5px;left:auto}.vditor-input{border:0;padding:3px 5px;background-color:var(--panel-background-color);font-size:12px;color:var(--textarea-text-color)}.vditor-input:focus{background-color:var(--toolbar-background-color);outline:none}.vditor-icon{color:var(--toolbar-icon-color);cursor:pointer;float:left;padding:4px 5px;height:21px;width:23px;background-color:transparent;border:0;box-sizing:border-box}.vditor-icon:hover,.vditor-icon--current{color:var(--toolbar-icon-hover-color);background-color:transparent}.vditor-icon:focus{outline:none}.vditor-icon svg{height:13px!important;width:13px!important;float:left;fill:currentColor;pointer-events:none}.vditor-toolbar{background-color:var(--toolbar-background-color);border-bottom:1px solid var(--border-color);padding:0 5px;line-height:1}.vditor-toolbar--pin{position:sticky;top:0;z-index:1}.vditor-toolbar--hide{transition:all .15s ease-in-out;height:5px;overflow:hidden}.vditor-toolbar--hide:hover{background-color:var(--toolbar-background-color);height:auto;overflow:visible}.vditor-toolbar__item{float:left;position:relative}.vditor-toolbar__item .vditor-tooltipped{color:var(--toolbar-icon-color);border:0;padding:10px 5px;background-color:transparent;height:var(--toolbar-height);width:25px;box-sizing:border-box;font-size:0}.vditor-toolbar__item .vditor-tooltipped:focus{outline:none;cursor:pointer;color:var(--toolbar-icon-hover-color)}.vditor-toolbar__item svg{fill:currentColor;display:inline-block;stroke-width:0;stroke:currentColor;width:15px;height:15px}.vditor-toolbar__item input{position:absolute;width:25px;height:var(--toolbar-height);top:0;left:0;cursor:pointer;opacity:.001;overflow:hidden}.vditor-toolbar__divider{float:left;height:calc(var(--toolbar-height) - (var(--toolbar-divider-margin-top) * 2));border-left:1px solid var(--second-color);margin:var(--toolbar-divider-margin-top) 8px}.vditor-toolbar__br{width:100%;padding:0!important;height:0!important}.vditor-menu--current{color:var(--toolbar-icon-hover-color)!important}.vditor-menu--disabled{color:var(--second-color)!important;cursor:not-allowed!important}.vditor-emojis{display:inline-block;overflow:auto}.vditor-emojis::-webkit-scrollbar{display:none}.vditor-emojis__tip{flex:1;min-width:1px;width:200px;margin-right:10px;color:var(--toolbar-icon-color);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.vditor-emojis__tail{margin-top:5px;font-size:12px;color:var(--toolbar-icon-color);display:flex}.vditor-emojis__tail a{text-decoration:none;color:var(--toolbar-icon-color)}.vditor-emojis__tail a:hover{color:var(--toolbar-icon-hover-color)}.vditor-emojis button{cursor:pointer;border-radius:3px;float:left;height:30px;width:30px;text-align:center;line-height:26px;padding:3px;box-sizing:border-box;font-size:16px;transition:all .15s ease-in-out;border:0;margin:0;background-color:transparent;overflow:hidden}.vditor-emojis button:focus{outline:none}.vditor-emojis button:hover .vditor-emojis__icon{display:inline-block;transform:scale(1.2)}.vditor-emojis img{height:20px;width:20px;float:left;margin:3px 0 0 3px}@media screen and (max-width: 520px){.vditor-toolbar__item{padding:0 12px}.vditor-panel--left.vditor-panel--arrow:before{right:17px}}@media (hover: hover) and (pointer: fine){.vditor-toolbar__item .vditor-tooltipped:hover{color:var(--toolbar-icon-hover-color)}}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.vditor{display:flex;flex-direction:column;border:1px solid var(--border-color);border-radius:3px;box-sizing:border-box;font-family:Helvetica Neue,Luxi Sans,DejaVu Sans,Hiragino Sans GB,Microsoft Yahei,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",Segoe UI Symbol,"Android Emoji",EmojiSymbols}.vditor--fullscreen{position:fixed;top:0;width:100%!important;left:0;height:100vh!important;z-index:90;border-radius:0}.vditor-content{display:flex;min-height:60px;flex:1;min-width:1px;position:relative}.vditor-preview{flex:1;min-width:1px;overflow:auto;margin-left:-1px;border-left:1px solid var(--border-color);box-sizing:border-box;border-radius:0 0 3px;background-color:var(--textarea-background-color)}.vditor-preview::-webkit-scrollbar{display:none}.vditor-preview__action{text-align:center;padding:10px;background-color:var(--toolbar-background-color)}.vditor-preview__action button{background-color:var(--toolbar-background-color);color:var(--toolbar-icon-color);line-height:20px;border:0;margin:0 10px;cursor:pointer;padding:0 7px;font-size:12px}.vditor-preview__action button.vditor-preview__action--current,.vditor-preview__action button:hover{color:var(--toolbar-icon-hover-color);background-color:var(--toolbar-background-color)}.vditor-preview__action button:focus{outline:none}.vditor-preview__action button svg{fill:currentColor;height:15px;width:15px;vertical-align:middle}.vditor-preview>.vditor-reset{padding:10px;margin:0 auto}.vditor-preview img:not(.emoji){cursor:pointer}.vditor-devtools{display:none;background-color:var(--textarea-background-color);overflow:auto;flex:1;min-width:1px;box-shadow:inset 1px 0 var(--border-color);box-sizing:border-box;border-radius:0 0 3px;padding:10px}.vditor-counter{padding:3px;color:var(--toolbar-icon-color);background-color:var(--count-background-color);border-radius:3px;font-size:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none;float:right;margin:8px 3px 0 0}.vditor-counter--error{color:#d23f31;background-color:#d23f311a}.vditor-resize{padding:3px 0;cursor:row-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:absolute;width:100%}.vditor-resize--top{top:-3px}.vditor-resize--bottom{bottom:-3px}.vditor-resize>div{height:3px;background-color:var(--resize-background-color);transition:all .15s ease-in-out}.vditor-resize:hover>div,.vditor-resize--selected>div{background-color:var(--resize-hover-background-color)}.vditor-resize:hover svg,.vditor-resize--selected svg{color:var(--resize-hover-icon-color)}.vditor-resize svg{fill:currentColor;stroke-width:0;stroke:currentColor;width:13px;height:3px;display:block;margin:0 auto;color:var(--resize-icon-color)}.vditor-upload{position:absolute;height:3px;left:0;top:-2px;transition:all .15s ease-in-out;background-color:#4285f4}.vditor-tip{position:absolute;font-size:12px;top:10px;animation-duration:.15s;animation-fill-mode:both;left:50%;z-index:5}.vditor-tip--show{display:block;animation-name:slideInDown}.vditor-tip__content{text-align:left;display:inline-block;line-height:16px;padding:3px 10px;border-radius:3px;background:var(--toolbar-background-color);position:relative;margin-left:-50%;color:var(--toolbar-icon-color);max-width:100%;box-shadow:var(--panel-shadow)}.vditor-tip__content ul{margin:2px 0;padding:0 0 0 18px}.vditor-tip__content a{color:#4285f4}.vditor-tip__close{position:absolute;color:var(--toolbar-icon-color);top:-7px;right:-15px;font-weight:700;cursor:pointer}.vditor-tip__close:hover{color:var(--toolbar-icon-hover-color)}.vditor-img{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;z-index:100}.vditor-img__bar{border-bottom:1px solid var(--border-color);background-color:var(--toolbar-background-color);text-align:center;height:36px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.vditor-img__btn{display:flex;align-items:center;cursor:pointer;margin-left:24px;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--toolbar-icon-color)}.vditor-img__btn:hover{color:var(--toolbar-icon-hover-color)}.vditor-img__btn svg{height:14px;width:14px;margin-right:8px;fill:currentColor}.vditor-img__img{flex:1;background-color:var(--textarea-background-color);overflow:auto;cursor:zoom-out}.vditor-img__img img{max-width:none}.vditor-hint{background-color:var(--panel-background-color);position:absolute;box-shadow:var(--panel-shadow);border-radius:3px;padding:5px 0;z-index:4;line-height:20px;list-style:none;font-size:12px;margin:0;max-width:250px;min-width:80px;display:none}.vditor-hint .vditor-hint{margin-top:-31px;left:100%;right:auto}.vditor-hint .vditor-hint.vditor-panel--left{right:100%;left:auto}.vditor-hint button{color:var(--toolbar-icon-color);display:block;padding:3px 10px;border:0;border-radius:0;line-height:20px;width:100%;box-sizing:border-box;text-align:left;margin:0;background-color:transparent;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.vditor-hint button:focus{outline:none}.vditor-hint--current,.vditor-hint button:not(.vditor-menu--disabled):hover{background-color:var(--toolbar-background-color)!important;color:var(--toolbar-icon-hover-color)!important}.vditor-hint__emoji{font-size:16px;float:left;margin-right:3px}.vditor-hint img{height:20px;width:20px;float:left;margin-right:3px}.vditor-reset{color:#24292e;font-variant-ligatures:no-common-ligatures;font-family:Helvetica Neue,Luxi Sans,DejaVu Sans,Hiragino Sans GB,Microsoft Yahei,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",Segoe UI Symbol,"Android Emoji",EmojiSymbols;word-wrap:break-word;overflow:auto;line-height:1.5;font-size:16px;word-break:break-word}.vditor-reset--anchor{padding-left:20px}.vditor-reset--error{color:#d23f31;font-size:12px;display:block;line-height:16px}.vditor-reset ul ul ul{list-style-type:square}.vditor-reset ul ul{list-style-type:circle}.vditor-reset ul{list-style-type:disc}.vditor-reset ul,.vditor-reset ol{padding-left:2em;margin-top:0;margin-bottom:16px}.vditor-reset li+li{margin-top:.25em}.vditor-reset li p{margin-top:16px}.vditor-reset audio{max-width:100%}.vditor-reset audio:focus{outline:none}.vditor-reset video{max-height:90vh;max-width:100%}.vditor-reset img{max-width:100%}.vditor-reset img.emoji{cursor:auto;max-width:20px;vertical-align:sub}.vditor-reset h1,.vditor-reset h2,.vditor-reset h3,.vditor-reset h4,.vditor-reset h5,.vditor-reset h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}.vditor-reset h1:hover .vditor-anchor svg,.vditor-reset h2:hover .vditor-anchor svg,.vditor-reset h3:hover .vditor-anchor svg,.vditor-reset h4:hover .vditor-anchor svg,.vditor-reset h5:hover .vditor-anchor svg,.vditor-reset h6:hover .vditor-anchor svg{visibility:visible}.vditor-reset h1{font-size:1.75em}.vditor-reset h2{font-size:1.55em}.vditor-reset h3{font-size:1.38em}.vditor-reset h4{font-size:1.25em}.vditor-reset h5{font-size:1.13em}.vditor-reset h6{font-size:1em}.vditor-reset hr{height:2px;padding:0;margin:24px 0;background-color:#eaecef;border:0}.vditor-reset p{margin-top:0;margin-bottom:16px}.vditor-reset blockquote{padding:0 1em;color:#6a737d;border-left:.25em solid #eaecef;margin:0 0 16px}.vditor-reset blockquote>:first-child{margin-top:0}.vditor-reset blockquote>:last-child{margin-bottom:0}.vditor-reset ins>iframe{border:0}.vditor-reset iframe{border:1px solid #d1d5da;max-width:100%;box-sizing:border-box}.vditor-reset iframe.iframe__video{min-width:80%;min-height:36vh}.vditor-reset table{border-collapse:collapse;empty-cells:show;margin-bottom:16px;overflow:auto;border-spacing:0;display:block;word-break:keep-all;width:100%}.vditor-reset table tr{background-color:#fafbfc;border-top:1px solid #c6cbd1}.vditor-reset table td,.vditor-reset table th{padding:6px 13px;border:1px solid #dfe2e5;word-break:normal;white-space:nowrap}.vditor-reset table td:first-child:after,.vditor-reset table th:first-child:after{content:"";display:inline-block;vertical-align:top;min-height:24px}.vditor-reset table th{font-weight:600}.vditor-reset table tbody tr:nth-child(2n){background-color:#fff}.vditor-reset code:not(.hljs):not(.highlight-chroma){padding:.2em .4em;margin:0;font-size:85%;border-radius:3px;font-family:mononoki,Consolas,Liberation Mono,Menlo,Courier,monospace,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",Segoe UI Symbol,"Android Emoji",EmojiSymbols;word-break:break-word;background-size:20px 20px;white-space:pre-wrap}.vditor-reset pre{margin:1em 0}.vditor-reset pre>code{margin:0;font-size:85%;padding:.5em;border-radius:5px;display:block;overflow:auto;white-space:pre;font-family:mononoki,Consolas,Liberation Mono,Menlo,Courier,monospace,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",Segoe UI Symbol,"Android Emoji",EmojiSymbols;background-size:20px 20px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8AgMAAABHkjHhAAAACVBMVEWAgIBaWlo+Pj7rTFvWAAAAA3RSTlMHCAw+VhR4AAAA+klEQVQoz4WSMW7EQAhFPxKWNh2FCx+HkaZI6RRb5DYbyVfIJXLKDCFoMbaTKSw/8ZnPAPjaH2xgZcUNUDADD7D9LtDBCLZ45fbkvo/30K8yeI64pPwl6znd/3n/Oe93P3ho9qeh72btTFzqkz0rsJle8Zr81OLEwZ1dv/713uWqvu2pl+k0fy7MWtj9r/tN5q/02z89qa/L4Dc2LvM93kezPfXlME/O86EbY/V9GB9ePX8G1/6W+/9h1dq/HGfTfzT3j/xNo7522Bfnqe5jO/fvhVthlfk434v3iO9zG/UOphyPeinPl1J8Gtaa7xPTa/Dk+RIs4deMvwGvcGsmsCvJ0AAAAABJRU5ErkJggg==);word-break:initial;word-wrap:normal}.vditor-reset pre:hover div.vditor-copy{display:block}.vditor-reset .language-math,.vditor-reset .language-echarts,.vditor-reset .language-mindmap,.vditor-reset .language-plantuml,.vditor-reset .language-mermaid,.vditor-reset .language-markmap,.vditor-reset .language-abc,.vditor-reset .language-flowchart,.vditor-reset .language-graphviz{margin-bottom:16px}.vditor-reset .language-math mjx-container:focus{outline:none;cursor:context-menu}.vditor-reset .language-echarts,.vditor-reset .language-mindmap{overflow:hidden;height:420px}.vditor-reset .language-mermaid,.vditor-reset .language-markmap,.vditor-reset .language-flowchart,.vditor-reset .language-graphviz{text-align:center}.vditor-reset .language-graphviz parsererror{overflow:auto}.vditor-reset kbd{display:inline-block;padding:3px 5px;font:11px Consolas,Liberation Mono,Menlo,Courier,monospace;line-height:10px;color:#24292e;vertical-align:middle;background-color:#fafbfc;border:solid 1px #d1d5da;border-radius:3px;box-shadow:inset 0 -1px #d1d5da}.vditor-reset summary{cursor:pointer}.vditor-reset summary:focus{outline:none}.vditor-reset svg{height:auto;width:auto;stroke-width:initial}.vditor-reset p:last-child,.vditor-reset blockquote:last-child,.vditor-reset pre:last-child,.vditor-reset ul:last-child,.vditor-reset ol:last-child,.vditor-reset hr:last-child{margin-bottom:0}.vditor-comment{border-bottom:2px solid #f8e6ab}.vditor-comment--focus,.vditor-comment--hover{background-color:#faf1d1;border-bottom:2px solid #ffc60a}.vditor-comment--focus .vditor-comment,.vditor-comment--hover .vditor-comment{border-bottom:2px solid #ffc60a}.vditor-task{list-style:none!important;word-break:break-all}.vditor-task input{margin:0 .2em .25em -1.6em;font-size:12px;vertical-align:middle}.vditor-copy{position:relative;display:none;z-index:1}.vditor-copy textarea{position:absolute;left:-100000px;height:10px}.vditor-copy span{cursor:pointer;position:absolute;right:15px;top:.5em}.vditor-copy svg{color:#586069;height:14px;width:14px!important;display:block;fill:currentColor}.vditor-linenumber{padding-left:4em!important;position:relative}.vditor-linenumber__rows{position:absolute;pointer-events:none;top:.5em;left:0;width:3em;-webkit-user-select:none;-moz-user-select:none;user-select:none;counter-reset:linenumber}.vditor-linenumber__rows>span{pointer-events:none;display:block}.vditor-linenumber__rows>span:before{counter-increment:linenumber;content:counter(linenumber);color:#9e969661;display:block;padding-right:1em;text-align:right}.vditor-speech{position:absolute;display:none;background-color:#f6f8fa;border:1px solid #d1d5da;border-radius:3px;padding:3px;cursor:pointer;color:#586069}.vditor-speech:hover,.vditor-speech--current{color:#4285f4}.vditor-speech svg{height:14px;width:14px;fill:currentColor;display:block;stroke-width:0;stroke:currentColor}.vditor-anchor{margin-left:5px}.vditor-anchor--left{float:left;padding-right:4px;margin-left:-20px}.vditor-anchor svg{visibility:hidden}.vditor-anchor:hover svg{visibility:visible}.vditor-anchor:focus{outline:none}.vditor-linkcard{margin:31px auto 16px;transition:all .15s ease-in-out;cursor:pointer;max-width:768px;padding:0 10px}.vditor-linkcard a{border-radius:3px;background-color:#f6f8fa;overflow:hidden;max-height:250px;display:flex;text-decoration:none;flex-wrap:wrap-reverse;box-shadow:0 1px 2px #0003}.vditor-linkcard a:hover{box-shadow:0 0 3px #00000021,0 3px 6px #00000042;text-decoration:none}.vditor-linkcard a:visited .vditor-linkcard__abstract{color:#5860695c}.vditor-linkcard__info{padding:10px;min-width:200px;box-sizing:border-box;flex:1}.vditor-linkcard__title{font-size:14px;font-weight:400;color:#24292e;display:flex;align-items:center}.vditor-linkcard__title img{cursor:pointer;height:20px;width:20px;border-radius:3px;flex-shrink:0;margin-right:5px}.vditor-linkcard__abstract{word-wrap:break-word;word-break:break-all;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;font-size:13px;color:#586069;margin:5px 0}.vditor-linkcard__site{font-size:12px;color:#4285f4}.vditor-linkcard__image{background-size:cover;background-repeat:no-repeat;background-position:center center;max-width:250px;min-width:126px;cursor:pointer;background-color:#5860695c}.vditor-footnotes__goto-ref{text-decoration:none}.vditor-toc{margin-bottom:16px;-webkit-user-select:text;-moz-user-select:text;user-select:text;color:#4285f4}.vditor-toc .vditor-outline__action{display:none}.vditor-toc ul{list-style:none!important;padding-left:1em}.vditor-toc>ul{padding-left:0}.vditor-toc span{cursor:pointer}.vditor-toc li>span>svg{width:0;height:0}.vditor-outline{width:250px;border-right:1px solid var(--border-color);background-color:var(--panel-background-color);display:none;overflow:auto}.vditor-outline--right{border-right:0;border-left:1px solid var(--border-color)}.vditor-outline::-webkit-scrollbar{display:none}.vditor-outline ul{list-style:none!important;padding-left:1em;margin:0}.vditor-outline__content>ul{padding-left:0}.vditor-outline li>span{display:flex;align-items:center;padding:5px 10px;cursor:pointer;color:var(--textarea-text-color)}.vditor-outline li>span>svg{height:10px;width:10px;flex-shrink:0}.vditor-outline li>span:hover{color:var(--toolbar-icon-hover-color)}.vditor-outline li>span>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vditor-outline__title{border-bottom:1px dashed var(--border-color);padding:5px 10px;color:var(--toolbar-icon-color);font-size:12px}.vditor-outline__action{transition:all .15s ease-in-out;fill:currentColor;margin-right:5px;flex-shrink:0}.vditor-outline__action--close{transform:rotate(-90deg)}.vditor-wysiwyg{box-sizing:border-box;flex:1;position:relative;width:100%;min-width:1px}.vditor-wysiwyg pre.vditor-reset{background-color:var(--panel-background-color);margin:0;white-space:pre-wrap;height:100%;box-sizing:border-box}.vditor-wysiwyg pre.vditor-reset[contenteditable=false]{opacity:.3;cursor:not-allowed}.vditor-wysiwyg pre.vditor-reset:empty:before{content:attr(placeholder);color:var(--second-color)}.vditor-wysiwyg pre.vditor-reset:focus{outline:none;background-color:var(--textarea-background-color)}.vditor-wysiwyg pre.vditor-reset:after{content:"";height:var(--editor-bottom);display:block}.vditor-wysiwyg blockquote:empty:before,.vditor-wysiwyg pre>code:empty:before,.vditor-wysiwyg p:empty:before,.vditor-wysiwyg h1:empty:after,.vditor-wysiwyg h2:empty:after,.vditor-wysiwyg h3:empty:after,.vditor-wysiwyg h4:empty:after,.vditor-wysiwyg h5:empty:after,.vditor-wysiwyg h6:empty:after{content:" "}.vditor-wysiwyg code[data-marker="`"]{padding-left:0!important;padding-right:0!important}.vditor-wysiwyg__block pre:first-child{margin-bottom:-1em}.vditor-wysiwyg__block pre:first-child code{color:var(--textarea-text-color);height:auto;text-align:left}.vditor-wysiwyg__block pre:last-child{margin-bottom:1em}.vditor-wysiwyg__preview{cursor:pointer;white-space:initial;min-height:27px}.vditor-wysiwyg>.vditor-reset>h1:before,.vditor-wysiwyg>.vditor-reset>h2:before,.vditor-wysiwyg>.vditor-reset>h3:before,.vditor-wysiwyg>.vditor-reset>h4:before,.vditor-wysiwyg>.vditor-reset>h5:before,.vditor-wysiwyg>.vditor-reset>h6:before,.vditor-wysiwyg div.vditor-wysiwyg__block:before,.vditor-wysiwyg div[data-type=link-ref-defs-block]:before,.vditor-wysiwyg div[data-type=footnotes-block]:before,.vditor-wysiwyg .vditor-toc:before{float:left;padding-right:4px;margin-left:-29px;content:"H1";font-size:.85rem;font-weight:400;color:var(--second-color)}.vditor-wysiwyg>.vditor-reset>h2:before{content:"H2"}.vditor-wysiwyg>.vditor-reset>h3:before{content:"H3"}.vditor-wysiwyg>.vditor-reset>h4:before{content:"H4"}.vditor-wysiwyg>.vditor-reset>h5:before{content:"H5"}.vditor-wysiwyg>.vditor-reset>h6:before{content:"H6"}.vditor-wysiwyg div[data-type=link-ref-defs-block]:before{content:'"A"'}.vditor-wysiwyg div[data-type=footnotes-block]:before{content:"^F"}.vditor-wysiwyg div.vditor-wysiwyg__block:before{content:"</>"}.vditor-wysiwyg div.vditor-wysiwyg__block[data-type=yaml-front-matter]:before{content:"F"}.vditor-wysiwyg div.vditor-wysiwyg__block[data-type=math-block]:before{content:"$$"}.vditor-wysiwyg .vditor-toc:before{content:"ToC"}.vditor-wysiwyg hr{display:inline-block;margin:12px 0;width:100%}.vditor-wysiwyg details{white-space:initial}.vditor-wysiwyg a{cursor:pointer}.vditor-wysiwyg span[data-type=backslash]>span{display:none;color:var(--second-color)}.vditor-wysiwyg span[data-type=link-ref],.vditor-wysiwyg sup[data-type=footnotes-ref]{color:#4285f4}.vditor-wysiwyg span[data-type=toc-h]{color:#4285f4;text-decoration:underline}.vditor-wysiwyg div[data-type=footnotes-block]{border-top:2px solid var(--heading-border-color);padding-top:24px;margin-top:24px}.vditor-wysiwyg div[data-type=link-ref-defs-block]{color:var(--blockquote-color)}@media screen and (max-width: 520px){.vditor-wysiwyg h1:before,.vditor-wysiwyg h2:before,.vditor-wysiwyg h3:before,.vditor-wysiwyg h4:before,.vditor-wysiwyg h5:before,.vditor-wysiwyg h6:before,.vditor-wysiwyg div.vditor-wysiwyg__block:before,.vditor-wysiwyg div[data-type=link-ref-defs-block]:before,.vditor-wysiwyg div[data-type=footnotes-block]:before,.vditor-wysiwyg .vditor-toc:before{content:none}}.vditor-ir{box-sizing:border-box;flex:1;min-width:1px;position:relative;width:100%}.vditor-ir__node[data-type=code-block]:before,.vditor-ir__node[data-type=code-block]:after,.vditor-ir__node[data-type=yaml-front-matter]:before,.vditor-ir__node[data-type=yaml-front-matter]:after,.vditor-ir__node[data-type=math-block]:before,.vditor-ir__node[data-type=math-block]:after{content:" ";color:var(--second-color)}.vditor-ir__node:not(.vditor-ir__node--expand) .vditor-ir__marker{padding:0!important}.vditor-ir__node:not(.vditor-ir__node--expand)[data-type=a]{cursor:pointer}.vditor-ir__node[data-type=link-ref],.vditor-ir__node[data-type=footnotes-ref]{color:#4285f4}.vditor-ir__node[data-type=html-block]{margin-bottom:1em}.vditor-ir__node .vditor-ir__marker{width:0;overflow:hidden;display:inline-block;height:0;transition:all .15s ease-in-out}.vditor-ir__node--hidden .vditor-ir__marker{visibility:hidden}.vditor-ir__node--expand .vditor-ir__marker{color:var(--second-color);display:inline;height:auto;width:auto}.vditor-ir__node--expand .vditor-ir__marker--hide{display:none}.vditor-ir__node--expand .vditor-ir__marker--heading{color:var(--ir-heading-color)}.vditor-ir__node--expand .vditor-ir__marker--bi{color:var(--ir-bi-color)}.vditor-ir__node--expand .vditor-ir__marker--link{color:var(--ir-link-color)}.vditor-ir__node--expand .vditor-ir__marker--title{color:var(--ir-title-color)}.vditor-ir__node--expand .vditor-ir__marker--bracket{color:var(--ir-bracket-color);text-decoration:underline}.vditor-ir__node--expand .vditor-ir__marker--paren{color:var(--ir-paren-color)}.vditor-ir__node--expand .vditor-ir__marker--info{color:var(--ir-heading-color)}.vditor-ir__node--expand .vditor-ir__marker--pre code{color:var(--textarea-text-color);height:auto;text-align:left}.vditor-ir__node--expand[data-type=code-block]:before,.vditor-ir__node--expand[data-type=code-block]:after{content:"```"}.vditor-ir__node--expand[data-type=yaml-front-matter]:before,.vditor-ir__node--expand[data-type=yaml-front-matter]:after{content:"---"}.vditor-ir__node--expand[data-type=math-block]:before,.vditor-ir__node--expand[data-type=math-block]:after{content:"$$"}.vditor-ir__node span[data-type=code-block-open-marker],.vditor-ir__node span[data-type=code-block-close-marker],.vditor-ir__node span[data-type=yaml-front-matter-open-marker],.vditor-ir__node span[data-type=yaml-front-matter-close-marker],.vditor-ir__node span[data-type=math-block-open-marker],.vditor-ir__node span[data-type=math-block-close-marker]{display:none}.vditor-ir__preview{cursor:pointer;white-space:initial;min-height:27px}.vditor-ir__link{color:var(--ir-bracket-color);text-decoration:underline}.vditor-ir pre.vditor-reset{background-color:var(--panel-background-color);margin:0;white-space:pre-wrap;height:100%;box-sizing:border-box}.vditor-ir pre.vditor-reset[contenteditable=false]{opacity:.3;cursor:not-allowed}.vditor-ir pre.vditor-reset:empty:before{content:attr(placeholder);color:var(--second-color)}.vditor-ir pre.vditor-reset:focus{outline:none;background-color:var(--textarea-background-color)}.vditor-ir pre.vditor-reset:after{content:"";height:var(--editor-bottom);display:block}.vditor-ir pre.vditor-reset pre{margin:0}.vditor-ir hr{display:inline-block;margin:12px 0;width:100%}.vditor-ir blockquote:empty:before,.vditor-ir pre>code:empty:before,.vditor-ir p:empty:before,.vditor-ir h1:empty:after,.vditor-ir h2:empty:after,.vditor-ir h3:empty:after,.vditor-ir h4:empty:after,.vditor-ir h5:empty:after,.vditor-ir h6:empty:after{content:" "}.vditor-ir .vditor-reset>h1:before,.vditor-ir .vditor-reset>h2:before,.vditor-ir .vditor-reset>h3:before,.vditor-ir .vditor-reset>h4:before,.vditor-ir .vditor-reset>h5:before,.vditor-ir .vditor-reset>h6:before,.vditor-ir div[data-type=link-ref-defs-block]:before,.vditor-ir div[data-type=footnotes-block]:before,.vditor-ir .vditor-toc:before{float:left;padding-right:4px;margin-left:-29px;content:"H1";font-size:.85rem;font-weight:400;color:var(--second-color)}.vditor-ir .vditor-reset>h2:before{content:"H2"}.vditor-ir .vditor-reset>h3:before{content:"H3"}.vditor-ir .vditor-reset>h4:before{content:"H4"}.vditor-ir .vditor-reset>h5:before{content:"H5"}.vditor-ir .vditor-reset>h6:before{content:"H6"}.vditor-ir div[data-type=link-ref-defs-block]{color:var(--blockquote-color)}.vditor-ir div[data-type=link-ref-defs-block]:before{content:'"A"'}.vditor-ir div[data-type=footnotes-block]{border-top:2px solid var(--heading-border-color);padding-top:24px;margin-top:24px}.vditor-ir div[data-type=footnotes-block]:before{content:"^F"}.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>ul,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>ol,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>p,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>blockquote,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>pre,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>table,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>hr{margin-left:8px}.vditor-ir .vditor-toc:before{content:"ToC"}.vditor-ir .vditor-toc span[data-type=toc-h]{color:#4285f4;text-decoration:underline}@media screen and (max-width: 520px){.vditor-ir h1:before,.vditor-ir h2:before,.vditor-ir h3:before,.vditor-ir h4:before,.vditor-ir h5:before,.vditor-ir h6:before,.vditor-ir div[data-type=link-ref-defs-block]:before,.vditor-ir div[data-type=footnotes-block]:before,.vditor-ir .vditor-toc:before{content:none}}.vditor-sv{font-family:Helvetica Neue,Luxi Sans,DejaVu Sans,Hiragino Sans GB,Microsoft Yahei,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",Segoe UI Symbol,"Android Emoji",EmojiSymbols;margin:0 1px 0 0;overflow:auto;width:100%;flex:1;min-width:1px;border:0;resize:none;padding:10px 9px 10px 10px;box-sizing:border-box;background-color:var(--panel-background-color);outline:0 none;font-size:16px;line-height:22px;color:var(--textarea-text-color);border-radius:0 0 3px 3px;font-variant-ligatures:no-common-ligatures;white-space:pre-wrap;word-break:break-word;word-wrap:break-word}.vditor-sv[contenteditable=false]{opacity:.3;cursor:not-allowed}.vditor-sv:empty:before{content:attr(placeholder);color:var(--second-color)}.vditor-sv:focus{background-color:var(--textarea-background-color)}.vditor-sv:after{content:"";height:var(--editor-bottom);display:block}.vditor-sv span[data-type=newline]+span[data-type=text]:empty{display:inherit}.vditor-sv .sup{vertical-align:super;font-size:smaller}.vditor-sv .strong{font-weight:700}.vditor-sv .em{font-style:italic}.vditor-sv .s{text-decoration:line-through}.vditor-sv .mark:not(.vditor-sv__marker){background-color:#ff0;color:#000}.vditor-sv .h1{font-size:1.75em;line-height:44px}.vditor-sv .h2{font-size:1.55em;line-height:38px}.vditor-sv .h3{font-size:1.38em;line-height:27px}.vditor-sv .h4{font-size:1.25em;line-height:25px}.vditor-sv .h5{font-size:1.13em}.vditor-sv .h6{font-size:1em}.vditor-sv__marker{color:var(--second-color)}.vditor-sv__marker--heading{color:var(--ir-heading-color)}.vditor-sv__marker--bi{color:var(--ir-bi-color)}.vditor-sv__marker--link{color:var(--ir-link-color)}.vditor-sv__marker--title{color:var(--ir-title-color)}.vditor-sv__marker--bracket{color:var(--ir-bracket-color)}.vditor-sv__marker--paren{color:var(--ir-paren-color)}.vditor-sv__marker--info{color:var(--ir-heading-color)}.vditor-sv__marker--strong{font-weight:700}.vditor{display:flex;flex-direction:column;border:none!important;background-color:rgba(var(--sus-basic-input-bg),var(--sus-basic-input-opacity));border-radius:5px}.vditor-toolbar{border-bottom:1px solid #d1d5da4d}.vditor-ir pre.vditor-reset{height:150px;font-size:inherit!important}.vditor-ir pre.vditor-reset:focus,.vditor-reset table tbody tr:nth-child(2n),.vditor-reset table tr,.vditor-toolbar,.vditor-ir pre.vditor-reset{background-color:transparent!important}.vditor-outline::-webkit-scrollbar,.vditor-reset::-webkit-scrollbar,.vditor-preview::-webkit-scrollbar{display:none!important}html{--sus-font-color: 51, 51, 51;--sus-primary-color: 26, 92, 255;--sus-primary-hover-color: 92, 139, 255;--sus-danger-hover-color: 245, 108, 108;--sus-primary-fontcolor: 255, 255, 255;--sus-basic-input-bg: 233, 237, 242;--sus-basic-input-opacity: .3;--sus-item-bg: 233, 237, 242;--sus-common-bg: 255, 255, 255;--sus-item-opacity: .5}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.relative{position:relative}.mx-2{margin-left:.5rem;margin-right:.5rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.ml-1{margin-left:.25rem}.ml-3{margin-left:.75rem}.ml-5{margin-left:1.25rem}.mr-2{margin-right:.5rem}.block{display:block}.flex{display:flex}.hidden{display:none}.h-full{height:100%}.w-auto{width:auto}.w-full{width:100%}.flex-grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.flex-row{flex-direction:row}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.border{border-width:1px}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.font-semibold{font-weight:600}.leading-loose{line-height:2}.opacity-70{opacity:.7}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}[data-theme=dark] svg,[data-theme=dark] img{filter:brightness(.8)}.comment-paragraph,p{margin:0;padding:0}.sus-avatar{border-radius:999px;width:100%;height:100%}.emoji{width:24px}.sus-comment-avatar{width:45px;height:45px;min-width:45px;margin:3px 5px}.sus-input[data-v-f0c81316]{display:block;color:inherit;width:100%;height:32px;min-width:120px;padding:0 9px;background-color:rgba(var(--sus-basic-input-bg),var(--sus-basic-input-opacity));border-radius:5px;border-color:transparent;outline:none}.sus-input[data-v-f0c81316]::-moz-placeholder{opacity:.7;font-size:90%}.sus-input[data-v-f0c81316]::placeholder{opacity:.7;font-size:90%}.sus-button[data-v-f0c81316]{padding:7px 18px;border-radius:5px;border:none;outline:none;white-space:nowrap;transition:all .25s}.sus-button.ok[data-v-f0c81316]{color:rgb(var(--sus-primary-fontcolor));background-color:rgb(var(--sus-primary-color))}.sus-button.ok[data-v-f0c81316]:hover{background-color:rgb(var(--sus-primary-hover-color))}.sus-button.cancel[data-v-f0c81316]{background-color:rgba(var(--sus-basic-input-bg),.2)}.sus-button.cancel[data-v-f0c81316]:hover{color:rgb(var(--sus-primary-fontcolor));background-color:rgb(var(--sus-danger-hover-color))}@media (max-width: 580px){.sus-comment-avatar[data-v-f0c81316]{display:none}.sus-comment__info[data-v-f0c81316]{flex-direction:column}}.sus-comment[data-v-f0c81316]{color:rgb(var(--sus-font-color))}.sus-comment__main[data-v-f0c81316]{width:inherit;height:inherit}.sus-comment__editor[data-v-f0c81316]{margin:0 2px}.sus-comment__info[data-v-f0c81316]{display:inline-flex;position:relative;width:inherit}.sus-comment__info-input[data-v-f0c81316]{flex-grow:1;display:flex;margin:2px}.sus-comment[data-v-f0c81316]::-webkit-scrollbar{display:none}.sus-item__container[data-v-3c1f21df]{margin:7px 5px;color:rgb(var(--sus-font-color))}.sus-item__info-ip[data-v-3c1f21df]{font-size:90%}.sus-item__info-reply[data-v-3c1f21df]{display:flex;float:right;align-items:center;margin-right:5px;margin-top:-12px;padding:1px 4px;background-color:rgba(var(--sus-item-bg),var(--sus-item-opacity));box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;border-radius:999px}.sus-item__user-date[data-v-3c1f21df]{font-size:90%}.sus-item__user-name.master[data-v-3c1f21df]{color:rgb(var(--sus-primary-color))}.sus-item__user a[data-v-3c1f21df]{background-color:transparent;text-decoration:none}.sus-item__content[data-v-3c1f21df]{padding:12px 16px;border-radius:7px;min-width:52px;background-color:rgba(var(--sus-item-bg),var(--sus-item-opacity))}.sus-item__content-text[data-v-3c1f21df]{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.sus-svg[data-v-3c1f21df]{display:block;border-radius:999px;padding:.125rem;width:1.25rem;height:1.25rem;background-color:rgb(var(--sus-common-bg))}.sus-svg.comment[data-v-3c1f21df]{margin-left:-.39rem}.sus-comment__item[data-v-7de7388c]{margin:10px 0}.sus-comment__item-child[data-v-7de7388c]{margin-left:45px}.sus-load-more[data-v-7de7388c]:hover,.sus-load-more[data-v-7de7388c]:active{color:#409eff}.sus-load-more[data-v-7de7388c]{color:rgb(var(--sus-primary-color));padding:7px 11px;font-size:90%;background:#0000;text-align:center;border:1px solid rgba(166,173,182,.3882352941);border-radius:7px;white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sus-load-more[data-v-7de7388c]:hover,.sus-load-more[data-v-7de7388c]:active{color:rgb(var(--sus-primary-hover-color))}.sus-top-item__content[data-v-2348efc6]{display:-webkit-box;margin:3px 1px 0;color:rgb(var(--sus-font-color));-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow-y:hidden}.sus-top-item__user[data-v-2348efc6]{font-size:90%}.sus-top-item__user-owner[data-v-2348efc6]{padding:3px 6px;width:-moz-fit-content;width:fit-content;background-color:rgba(var(--sus-basic-input-bg),var(--sus-item-opacity));border-radius:7px}.sus-top-item__user-avatar[data-v-2348efc6]{width:30px;height:30px}.sus-top-item__user-avatar .sus-avatar[data-v-2348efc6]{border:thin solid;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;box-shadow:.1em .1em 0 -.05em;color:rgba(var(--sus-font-color),.1)}
|
|
26
|
+
*/.vditor{--border-color: #d1d5da;--second-color: rgba(88, 96, 105, .36);--panel-background-color: #fff;--panel-shadow: 0 1px 2px rgba(0, 0, 0, .2);--toolbar-background-color: #f6f8fa;--toolbar-icon-color: #586069;--toolbar-icon-hover-color: #4285f4;--toolbar-height: 35px;--toolbar-divider-margin-top: 8px;--textarea-background-color: #fafbfc;--textarea-text-color: #24292e;--resize-icon-color: var(--toolbar-icon-color);--resize-background-color: var(--toolbar-background-color);--resize-hover-icon-color: var(--panel-background-color);--resize-hover-background-color: var(--toolbar-icon-hover-color);--count-background-color: rgba(27, 31, 35, .05);--heading-border-color: #eaecef;--blockquote-color: #6a737d;--ir-heading-color: #660e7a;--ir-title-color: #808080;--ir-bi-color: #0033b3;--ir-link-color: #008000;--ir-bracket-color: #0000ff;--ir-paren-color: #008000}.vditor--dark{--border-color: #141414;--second-color: rgba(185, 185, 185, .36);--panel-background-color: #24292e;--panel-shadow: 0 1px 2px rgba(255, 255, 255, .2);--toolbar-background-color: #1d2125;--toolbar-icon-color: #b9b9b9;--toolbar-icon-hover-color: #fff;--textarea-background-color: #2f363d;--textarea-text-color: #d1d5da;--resize-icon-color: var(--border-color);--resize-background-color: var(--second-color);--resize-hover-icon-color: var(--toolbar-icon-hover-color);--resize-hover-background-color: rgba(185, 185, 185, .86);--count-background-color: rgba(66, 133, 244, .36);--heading-border-color: var(--textarea-text-color);--blockquote-color: var(--toolbar-icon-color);--ir-heading-color: #9876aa;--ir-title-color: #808080;--ir-bi-color: #cc7832;--ir-link-color: #ffc66d;--ir-bracket-color: #287bde;--ir-paren-color: #6a8759}@keyframes tooltip-appear{0%{opacity:0}to{opacity:1}}.vditor-tooltipped{position:relative;cursor:pointer}.vditor-tooltipped:after{position:absolute;z-index:1000000;display:none;padding:5px 8px;font-size:11px;font-weight:400;-webkit-font-smoothing:subpixel-antialiased;color:#fff;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background:#3b3e43;border-radius:3px;line-height:16px;opacity:0}.vditor-tooltipped:before{position:absolute;z-index:1000001;display:none;width:0;height:0;color:#3b3e43;pointer-events:none;content:"";border:5px solid transparent;opacity:0}.vditor-tooltipped--hover:before,.vditor-tooltipped--hover:after,.vditor-tooltipped:hover:before,.vditor-tooltipped:hover:after,.vditor-tooltipped:active:before,.vditor-tooltipped:active:after,.vditor-tooltipped:focus:before,.vditor-tooltipped:focus:after{display:inline-block;text-decoration:none;animation-name:tooltip-appear;animation-duration:.15s;animation-fill-mode:forwards;animation-timing-function:ease-in}.vditor-tooltipped__s:after,.vditor-tooltipped__se:after,.vditor-tooltipped__sw:after{top:100%;right:50%;margin-top:5px}.vditor-tooltipped__s:before,.vditor-tooltipped__se:before,.vditor-tooltipped__sw:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:#3b3e43}.vditor-tooltipped__se:after{right:auto;left:50%;margin-left:-15px}.vditor-tooltipped__sw:after{margin-right:-15px}.vditor-tooltipped__n:after,.vditor-tooltipped__ne:after,.vditor-tooltipped__nw:after{right:50%;bottom:100%;margin-bottom:5px}.vditor-tooltipped__n:before,.vditor-tooltipped__ne:before,.vditor-tooltipped__nw:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:#3b3e43}.vditor-tooltipped__ne:after{right:auto;left:50%;margin-left:-15px}.vditor-tooltipped__nw:after{margin-right:-15px}.vditor-tooltipped__s:after,.vditor-tooltipped__n:after{transform:translate(50%)}.vditor-tooltipped__w:after{right:100%;bottom:50%;margin-right:5px;transform:translateY(50%)}.vditor-tooltipped__w:before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:#3b3e43}.vditor-tooltipped__e:after{bottom:50%;left:100%;margin-left:5px;transform:translateY(50%)}.vditor-tooltipped__e:before{top:50%;right:-5px;bottom:50%;margin-top:-5px;border-right-color:#3b3e43}@media screen and (max-width: 520px){.vditor-tooltipped:before,.vditor-tooltipped:after{content:none}}@keyframes scale-in{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.vditor-panel{background-color:var(--panel-background-color);position:absolute;box-shadow:var(--panel-shadow);border-radius:3px;padding:5px;z-index:3;font-size:14px;display:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;max-width:320px;min-width:80px;animation-duration:.15s;animation-name:scale-in;animation-timing-function:cubic-bezier(.2,0,.13,1.5);color:var(--toolbar-icon-color)}.vditor-panel--none{padding:0;animation:none;min-width:auto;max-width:none;white-space:nowrap;opacity:.86}.vditor-panel--arrow:before{position:absolute;width:0;height:0;pointer-events:none;content:" ";border:7px solid transparent;top:-14px;left:5px;border-bottom-color:var(--panel-background-color)}.vditor-panel--left{right:0}.vditor-panel--left.vditor-panel--arrow:before{right:5px;left:auto}.vditor-input{border:0;padding:3px 5px;background-color:var(--panel-background-color);font-size:12px;color:var(--textarea-text-color)}.vditor-input:focus{background-color:var(--toolbar-background-color);outline:none}.vditor-icon{color:var(--toolbar-icon-color);cursor:pointer;float:left;padding:4px 5px;height:21px;width:23px;background-color:transparent;border:0;box-sizing:border-box}.vditor-icon:hover,.vditor-icon--current{color:var(--toolbar-icon-hover-color);background-color:transparent}.vditor-icon:focus{outline:none}.vditor-icon svg{height:13px!important;width:13px!important;float:left;fill:currentColor;pointer-events:none}.vditor-toolbar{background-color:var(--toolbar-background-color);border-bottom:1px solid var(--border-color);padding:0 5px;line-height:1}.vditor-toolbar--pin{position:sticky;top:0;z-index:1}.vditor-toolbar--hide{transition:all .15s ease-in-out;height:5px;overflow:hidden}.vditor-toolbar--hide:hover{background-color:var(--toolbar-background-color);height:auto;overflow:visible}.vditor-toolbar__item{float:left;position:relative}.vditor-toolbar__item .vditor-tooltipped{color:var(--toolbar-icon-color);border:0;padding:10px 5px;background-color:transparent;height:var(--toolbar-height);width:25px;box-sizing:border-box;font-size:0}.vditor-toolbar__item .vditor-tooltipped:focus{outline:none;cursor:pointer;color:var(--toolbar-icon-hover-color)}.vditor-toolbar__item svg{fill:currentColor;display:inline-block;stroke-width:0;stroke:currentColor;width:15px;height:15px}.vditor-toolbar__item input{position:absolute;width:25px;height:var(--toolbar-height);top:0;left:0;cursor:pointer;opacity:.001;overflow:hidden}.vditor-toolbar__divider{float:left;height:calc(var(--toolbar-height) - (var(--toolbar-divider-margin-top) * 2));border-left:1px solid var(--second-color);margin:var(--toolbar-divider-margin-top) 8px}.vditor-toolbar__br{width:100%;padding:0!important;height:0!important}.vditor-menu--current{color:var(--toolbar-icon-hover-color)!important}.vditor-menu--disabled{color:var(--second-color)!important;cursor:not-allowed!important}.vditor-emojis{display:inline-block;overflow:auto}.vditor-emojis::-webkit-scrollbar{display:none}.vditor-emojis__tip{flex:1;min-width:1px;width:200px;margin-right:10px;color:var(--toolbar-icon-color);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.vditor-emojis__tail{margin-top:5px;font-size:12px;color:var(--toolbar-icon-color);display:flex}.vditor-emojis__tail a{text-decoration:none;color:var(--toolbar-icon-color)}.vditor-emojis__tail a:hover{color:var(--toolbar-icon-hover-color)}.vditor-emojis button{cursor:pointer;border-radius:3px;float:left;height:30px;width:30px;text-align:center;line-height:26px;padding:3px;box-sizing:border-box;font-size:16px;transition:all .15s ease-in-out;border:0;margin:0;background-color:transparent;overflow:hidden}.vditor-emojis button:focus{outline:none}.vditor-emojis button:hover .vditor-emojis__icon{display:inline-block;transform:scale(1.2)}.vditor-emojis img{height:20px;width:20px;float:left;margin:3px 0 0 3px}@media screen and (max-width: 520px){.vditor-toolbar__item{padding:0 12px}.vditor-panel--left.vditor-panel--arrow:before{right:17px}}@media (hover: hover) and (pointer: fine){.vditor-toolbar__item .vditor-tooltipped:hover{color:var(--toolbar-icon-hover-color)}}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.vditor{display:flex;flex-direction:column;border:1px solid var(--border-color);border-radius:3px;box-sizing:border-box;font-family:Helvetica Neue,Luxi Sans,DejaVu Sans,Hiragino Sans GB,Microsoft Yahei,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",Segoe UI Symbol,"Android Emoji",EmojiSymbols}.vditor--fullscreen{position:fixed;top:0;width:100%!important;left:0;height:100vh!important;z-index:90;border-radius:0}.vditor-content{display:flex;min-height:60px;flex:1;min-width:1px;position:relative}.vditor-preview{flex:1;min-width:1px;overflow:auto;margin-left:-1px;border-left:1px solid var(--border-color);box-sizing:border-box;border-radius:0 0 3px;background-color:var(--textarea-background-color)}.vditor-preview::-webkit-scrollbar{display:none}.vditor-preview__action{text-align:center;padding:10px;background-color:var(--toolbar-background-color)}.vditor-preview__action button{background-color:var(--toolbar-background-color);color:var(--toolbar-icon-color);line-height:20px;border:0;margin:0 10px;cursor:pointer;padding:0 7px;font-size:12px}.vditor-preview__action button.vditor-preview__action--current,.vditor-preview__action button:hover{color:var(--toolbar-icon-hover-color);background-color:var(--toolbar-background-color)}.vditor-preview__action button:focus{outline:none}.vditor-preview__action button svg{fill:currentColor;height:15px;width:15px;vertical-align:middle}.vditor-preview>.vditor-reset{padding:10px;margin:0 auto}.vditor-preview img:not(.emoji){cursor:pointer}.vditor-devtools{display:none;background-color:var(--textarea-background-color);overflow:auto;flex:1;min-width:1px;box-shadow:inset 1px 0 var(--border-color);box-sizing:border-box;border-radius:0 0 3px;padding:10px}.vditor-counter{padding:3px;color:var(--toolbar-icon-color);background-color:var(--count-background-color);border-radius:3px;font-size:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none;float:right;margin:8px 3px 0 0}.vditor-counter--error{color:#d23f31;background-color:#d23f311a}.vditor-resize{padding:3px 0;cursor:row-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:absolute;width:100%}.vditor-resize--top{top:-3px}.vditor-resize--bottom{bottom:-3px}.vditor-resize>div{height:3px;background-color:var(--resize-background-color);transition:all .15s ease-in-out}.vditor-resize:hover>div,.vditor-resize--selected>div{background-color:var(--resize-hover-background-color)}.vditor-resize:hover svg,.vditor-resize--selected svg{color:var(--resize-hover-icon-color)}.vditor-resize svg{fill:currentColor;stroke-width:0;stroke:currentColor;width:13px;height:3px;display:block;margin:0 auto;color:var(--resize-icon-color)}.vditor-upload{position:absolute;height:3px;left:0;top:-2px;transition:all .15s ease-in-out;background-color:#4285f4}.vditor-tip{position:absolute;font-size:12px;top:10px;animation-duration:.15s;animation-fill-mode:both;left:50%;z-index:5}.vditor-tip--show{display:block;animation-name:slideInDown}.vditor-tip__content{text-align:left;display:inline-block;line-height:16px;padding:3px 10px;border-radius:3px;background:var(--toolbar-background-color);position:relative;margin-left:-50%;color:var(--toolbar-icon-color);max-width:100%;box-shadow:var(--panel-shadow)}.vditor-tip__content ul{margin:2px 0;padding:0 0 0 18px}.vditor-tip__content a{color:#4285f4}.vditor-tip__close{position:absolute;color:var(--toolbar-icon-color);top:-7px;right:-15px;font-weight:700;cursor:pointer}.vditor-tip__close:hover{color:var(--toolbar-icon-hover-color)}.vditor-img{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;z-index:100}.vditor-img__bar{border-bottom:1px solid var(--border-color);background-color:var(--toolbar-background-color);text-align:center;height:36px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.vditor-img__btn{display:flex;align-items:center;cursor:pointer;margin-left:24px;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--toolbar-icon-color)}.vditor-img__btn:hover{color:var(--toolbar-icon-hover-color)}.vditor-img__btn svg{height:14px;width:14px;margin-right:8px;fill:currentColor}.vditor-img__img{flex:1;background-color:var(--textarea-background-color);overflow:auto;cursor:zoom-out}.vditor-img__img img{max-width:none}.vditor-hint{background-color:var(--panel-background-color);position:absolute;box-shadow:var(--panel-shadow);border-radius:3px;padding:5px 0;z-index:4;line-height:20px;list-style:none;font-size:12px;margin:0;max-width:250px;min-width:80px;display:none}.vditor-hint .vditor-hint{margin-top:-31px;left:100%;right:auto}.vditor-hint .vditor-hint.vditor-panel--left{right:100%;left:auto}.vditor-hint button{color:var(--toolbar-icon-color);display:block;padding:3px 10px;border:0;border-radius:0;line-height:20px;width:100%;box-sizing:border-box;text-align:left;margin:0;background-color:transparent;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.vditor-hint button:focus{outline:none}.vditor-hint--current,.vditor-hint button:not(.vditor-menu--disabled):hover{background-color:var(--toolbar-background-color)!important;color:var(--toolbar-icon-hover-color)!important}.vditor-hint__emoji{font-size:16px;float:left;margin-right:3px}.vditor-hint img{height:20px;width:20px;float:left;margin-right:3px}.vditor-reset{color:#24292e;font-variant-ligatures:no-common-ligatures;font-family:Helvetica Neue,Luxi Sans,DejaVu Sans,Hiragino Sans GB,Microsoft Yahei,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",Segoe UI Symbol,"Android Emoji",EmojiSymbols;word-wrap:break-word;overflow:auto;line-height:1.5;font-size:16px;word-break:break-word}.vditor-reset--anchor{padding-left:20px}.vditor-reset--error{color:#d23f31;font-size:12px;display:block;line-height:16px}.vditor-reset ul ul ul{list-style-type:square}.vditor-reset ul ul{list-style-type:circle}.vditor-reset ul{list-style-type:disc}.vditor-reset ul,.vditor-reset ol{padding-left:2em;margin-top:0;margin-bottom:16px}.vditor-reset li+li{margin-top:.25em}.vditor-reset li p{margin-top:16px}.vditor-reset audio{max-width:100%}.vditor-reset audio:focus{outline:none}.vditor-reset video{max-height:90vh;max-width:100%}.vditor-reset img{max-width:100%}.vditor-reset img.emoji{cursor:auto;max-width:20px;vertical-align:sub}.vditor-reset h1,.vditor-reset h2,.vditor-reset h3,.vditor-reset h4,.vditor-reset h5,.vditor-reset h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}.vditor-reset h1:hover .vditor-anchor svg,.vditor-reset h2:hover .vditor-anchor svg,.vditor-reset h3:hover .vditor-anchor svg,.vditor-reset h4:hover .vditor-anchor svg,.vditor-reset h5:hover .vditor-anchor svg,.vditor-reset h6:hover .vditor-anchor svg{visibility:visible}.vditor-reset h1{font-size:1.75em}.vditor-reset h2{font-size:1.55em}.vditor-reset h3{font-size:1.38em}.vditor-reset h4{font-size:1.25em}.vditor-reset h5{font-size:1.13em}.vditor-reset h6{font-size:1em}.vditor-reset hr{height:2px;padding:0;margin:24px 0;background-color:#eaecef;border:0}.vditor-reset p{margin-top:0;margin-bottom:16px}.vditor-reset blockquote{padding:0 1em;color:#6a737d;border-left:.25em solid #eaecef;margin:0 0 16px}.vditor-reset blockquote>:first-child{margin-top:0}.vditor-reset blockquote>:last-child{margin-bottom:0}.vditor-reset ins>iframe{border:0}.vditor-reset iframe{border:1px solid #d1d5da;max-width:100%;box-sizing:border-box}.vditor-reset iframe.iframe__video{min-width:80%;min-height:36vh}.vditor-reset table{border-collapse:collapse;empty-cells:show;margin-bottom:16px;overflow:auto;border-spacing:0;display:block;word-break:keep-all;width:100%}.vditor-reset table tr{background-color:#fafbfc;border-top:1px solid #c6cbd1}.vditor-reset table td,.vditor-reset table th{padding:6px 13px;border:1px solid #dfe2e5;word-break:normal;white-space:nowrap}.vditor-reset table td:first-child:after,.vditor-reset table th:first-child:after{content:"";display:inline-block;vertical-align:top;min-height:24px}.vditor-reset table th{font-weight:600}.vditor-reset table tbody tr:nth-child(2n){background-color:#fff}.vditor-reset code:not(.hljs):not(.highlight-chroma){padding:.2em .4em;margin:0;font-size:85%;border-radius:3px;font-family:mononoki,Consolas,Liberation Mono,Menlo,Courier,monospace,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",Segoe UI Symbol,"Android Emoji",EmojiSymbols;word-break:break-word;background-size:20px 20px;white-space:pre-wrap}.vditor-reset pre{margin:1em 0}.vditor-reset pre>code{margin:0;font-size:85%;padding:.5em;border-radius:5px;display:block;overflow:auto;white-space:pre;font-family:mononoki,Consolas,Liberation Mono,Menlo,Courier,monospace,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",Segoe UI Symbol,"Android Emoji",EmojiSymbols;background-size:20px 20px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8AgMAAABHkjHhAAAACVBMVEWAgIBaWlo+Pj7rTFvWAAAAA3RSTlMHCAw+VhR4AAAA+klEQVQoz4WSMW7EQAhFPxKWNh2FCx+HkaZI6RRb5DYbyVfIJXLKDCFoMbaTKSw/8ZnPAPjaH2xgZcUNUDADD7D9LtDBCLZ45fbkvo/30K8yeI64pPwl6znd/3n/Oe93P3ho9qeh72btTFzqkz0rsJle8Zr81OLEwZ1dv/713uWqvu2pl+k0fy7MWtj9r/tN5q/02z89qa/L4Dc2LvM93kezPfXlME/O86EbY/V9GB9ePX8G1/6W+/9h1dq/HGfTfzT3j/xNo7522Bfnqe5jO/fvhVthlfk434v3iO9zG/UOphyPeinPl1J8Gtaa7xPTa/Dk+RIs4deMvwGvcGsmsCvJ0AAAAABJRU5ErkJggg==);word-break:initial;word-wrap:normal}.vditor-reset pre:hover div.vditor-copy{display:block}.vditor-reset .language-math,.vditor-reset .language-echarts,.vditor-reset .language-mindmap,.vditor-reset .language-plantuml,.vditor-reset .language-mermaid,.vditor-reset .language-markmap,.vditor-reset .language-abc,.vditor-reset .language-flowchart,.vditor-reset .language-graphviz{margin-bottom:16px}.vditor-reset .language-math mjx-container:focus{outline:none;cursor:context-menu}.vditor-reset .language-echarts,.vditor-reset .language-mindmap{overflow:hidden;height:420px}.vditor-reset .language-mermaid,.vditor-reset .language-markmap,.vditor-reset .language-flowchart,.vditor-reset .language-graphviz{text-align:center}.vditor-reset .language-graphviz parsererror{overflow:auto}.vditor-reset kbd{display:inline-block;padding:3px 5px;font:11px Consolas,Liberation Mono,Menlo,Courier,monospace;line-height:10px;color:#24292e;vertical-align:middle;background-color:#fafbfc;border:solid 1px #d1d5da;border-radius:3px;box-shadow:inset 0 -1px #d1d5da}.vditor-reset summary{cursor:pointer}.vditor-reset summary:focus{outline:none}.vditor-reset svg{height:auto;width:auto;stroke-width:initial}.vditor-reset p:last-child,.vditor-reset blockquote:last-child,.vditor-reset pre:last-child,.vditor-reset ul:last-child,.vditor-reset ol:last-child,.vditor-reset hr:last-child{margin-bottom:0}.vditor-comment{border-bottom:2px solid #f8e6ab}.vditor-comment--focus,.vditor-comment--hover{background-color:#faf1d1;border-bottom:2px solid #ffc60a}.vditor-comment--focus .vditor-comment,.vditor-comment--hover .vditor-comment{border-bottom:2px solid #ffc60a}.vditor-task{list-style:none!important;word-break:break-all}.vditor-task input{margin:0 .2em .25em -1.6em;font-size:12px;vertical-align:middle}.vditor-copy{position:relative;display:none;z-index:1}.vditor-copy textarea{position:absolute;left:-100000px;height:10px}.vditor-copy span{cursor:pointer;position:absolute;right:15px;top:.5em}.vditor-copy svg{color:#586069;height:14px;width:14px!important;display:block;fill:currentColor}.vditor-linenumber{padding-left:4em!important;position:relative}.vditor-linenumber__rows{position:absolute;pointer-events:none;top:.5em;left:0;width:3em;-webkit-user-select:none;-moz-user-select:none;user-select:none;counter-reset:linenumber}.vditor-linenumber__rows>span{pointer-events:none;display:block}.vditor-linenumber__rows>span:before{counter-increment:linenumber;content:counter(linenumber);color:#9e969661;display:block;padding-right:1em;text-align:right}.vditor-speech{position:absolute;display:none;background-color:#f6f8fa;border:1px solid #d1d5da;border-radius:3px;padding:3px;cursor:pointer;color:#586069}.vditor-speech:hover,.vditor-speech--current{color:#4285f4}.vditor-speech svg{height:14px;width:14px;fill:currentColor;display:block;stroke-width:0;stroke:currentColor}.vditor-anchor{margin-left:5px}.vditor-anchor--left{float:left;padding-right:4px;margin-left:-20px}.vditor-anchor svg{visibility:hidden}.vditor-anchor:hover svg{visibility:visible}.vditor-anchor:focus{outline:none}.vditor-linkcard{margin:31px auto 16px;transition:all .15s ease-in-out;cursor:pointer;max-width:768px;padding:0 10px}.vditor-linkcard a{border-radius:3px;background-color:#f6f8fa;overflow:hidden;max-height:250px;display:flex;text-decoration:none;flex-wrap:wrap-reverse;box-shadow:0 1px 2px #0003}.vditor-linkcard a:hover{box-shadow:0 0 3px #00000021,0 3px 6px #00000042;text-decoration:none}.vditor-linkcard a:visited .vditor-linkcard__abstract{color:#5860695c}.vditor-linkcard__info{padding:10px;min-width:200px;box-sizing:border-box;flex:1}.vditor-linkcard__title{font-size:14px;font-weight:400;color:#24292e;display:flex;align-items:center}.vditor-linkcard__title img{cursor:pointer;height:20px;width:20px;border-radius:3px;flex-shrink:0;margin-right:5px}.vditor-linkcard__abstract{word-wrap:break-word;word-break:break-all;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;font-size:13px;color:#586069;margin:5px 0}.vditor-linkcard__site{font-size:12px;color:#4285f4}.vditor-linkcard__image{background-size:cover;background-repeat:no-repeat;background-position:center center;max-width:250px;min-width:126px;cursor:pointer;background-color:#5860695c}.vditor-footnotes__goto-ref{text-decoration:none}.vditor-toc{margin-bottom:16px;-webkit-user-select:text;-moz-user-select:text;user-select:text;color:#4285f4}.vditor-toc .vditor-outline__action{display:none}.vditor-toc ul{list-style:none!important;padding-left:1em}.vditor-toc>ul{padding-left:0}.vditor-toc span{cursor:pointer}.vditor-toc li>span>svg{width:0;height:0}.vditor-outline{width:250px;border-right:1px solid var(--border-color);background-color:var(--panel-background-color);display:none;overflow:auto}.vditor-outline--right{border-right:0;border-left:1px solid var(--border-color)}.vditor-outline::-webkit-scrollbar{display:none}.vditor-outline ul{list-style:none!important;padding-left:1em;margin:0}.vditor-outline__content>ul{padding-left:0}.vditor-outline li>span{display:flex;align-items:center;padding:5px 10px;cursor:pointer;color:var(--textarea-text-color)}.vditor-outline li>span>svg{height:10px;width:10px;flex-shrink:0}.vditor-outline li>span:hover{color:var(--toolbar-icon-hover-color)}.vditor-outline li>span>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vditor-outline__title{border-bottom:1px dashed var(--border-color);padding:5px 10px;color:var(--toolbar-icon-color);font-size:12px}.vditor-outline__action{transition:all .15s ease-in-out;fill:currentColor;margin-right:5px;flex-shrink:0}.vditor-outline__action--close{transform:rotate(-90deg)}.vditor-wysiwyg{box-sizing:border-box;flex:1;position:relative;width:100%;min-width:1px}.vditor-wysiwyg pre.vditor-reset{background-color:var(--panel-background-color);margin:0;white-space:pre-wrap;height:100%;box-sizing:border-box}.vditor-wysiwyg pre.vditor-reset[contenteditable=false]{opacity:.3;cursor:not-allowed}.vditor-wysiwyg pre.vditor-reset:empty:before{content:attr(placeholder);color:var(--second-color)}.vditor-wysiwyg pre.vditor-reset:focus{outline:none;background-color:var(--textarea-background-color)}.vditor-wysiwyg pre.vditor-reset:after{content:"";height:var(--editor-bottom);display:block}.vditor-wysiwyg blockquote:empty:before,.vditor-wysiwyg pre>code:empty:before,.vditor-wysiwyg p:empty:before,.vditor-wysiwyg h1:empty:after,.vditor-wysiwyg h2:empty:after,.vditor-wysiwyg h3:empty:after,.vditor-wysiwyg h4:empty:after,.vditor-wysiwyg h5:empty:after,.vditor-wysiwyg h6:empty:after{content:" "}.vditor-wysiwyg code[data-marker="`"]{padding-left:0!important;padding-right:0!important}.vditor-wysiwyg__block pre:first-child{margin-bottom:-1em}.vditor-wysiwyg__block pre:first-child code{color:var(--textarea-text-color);height:auto;text-align:left}.vditor-wysiwyg__block pre:last-child{margin-bottom:1em}.vditor-wysiwyg__preview{cursor:pointer;white-space:initial;min-height:27px}.vditor-wysiwyg>.vditor-reset>h1:before,.vditor-wysiwyg>.vditor-reset>h2:before,.vditor-wysiwyg>.vditor-reset>h3:before,.vditor-wysiwyg>.vditor-reset>h4:before,.vditor-wysiwyg>.vditor-reset>h5:before,.vditor-wysiwyg>.vditor-reset>h6:before,.vditor-wysiwyg div.vditor-wysiwyg__block:before,.vditor-wysiwyg div[data-type=link-ref-defs-block]:before,.vditor-wysiwyg div[data-type=footnotes-block]:before,.vditor-wysiwyg .vditor-toc:before{float:left;padding-right:4px;margin-left:-29px;content:"H1";font-size:.85rem;font-weight:400;color:var(--second-color)}.vditor-wysiwyg>.vditor-reset>h2:before{content:"H2"}.vditor-wysiwyg>.vditor-reset>h3:before{content:"H3"}.vditor-wysiwyg>.vditor-reset>h4:before{content:"H4"}.vditor-wysiwyg>.vditor-reset>h5:before{content:"H5"}.vditor-wysiwyg>.vditor-reset>h6:before{content:"H6"}.vditor-wysiwyg div[data-type=link-ref-defs-block]:before{content:'"A"'}.vditor-wysiwyg div[data-type=footnotes-block]:before{content:"^F"}.vditor-wysiwyg div.vditor-wysiwyg__block:before{content:"</>"}.vditor-wysiwyg div.vditor-wysiwyg__block[data-type=yaml-front-matter]:before{content:"F"}.vditor-wysiwyg div.vditor-wysiwyg__block[data-type=math-block]:before{content:"$$"}.vditor-wysiwyg .vditor-toc:before{content:"ToC"}.vditor-wysiwyg hr{display:inline-block;margin:12px 0;width:100%}.vditor-wysiwyg details{white-space:initial}.vditor-wysiwyg a{cursor:pointer}.vditor-wysiwyg span[data-type=backslash]>span{display:none;color:var(--second-color)}.vditor-wysiwyg span[data-type=link-ref],.vditor-wysiwyg sup[data-type=footnotes-ref]{color:#4285f4}.vditor-wysiwyg span[data-type=toc-h]{color:#4285f4;text-decoration:underline}.vditor-wysiwyg div[data-type=footnotes-block]{border-top:2px solid var(--heading-border-color);padding-top:24px;margin-top:24px}.vditor-wysiwyg div[data-type=link-ref-defs-block]{color:var(--blockquote-color)}@media screen and (max-width: 520px){.vditor-wysiwyg h1:before,.vditor-wysiwyg h2:before,.vditor-wysiwyg h3:before,.vditor-wysiwyg h4:before,.vditor-wysiwyg h5:before,.vditor-wysiwyg h6:before,.vditor-wysiwyg div.vditor-wysiwyg__block:before,.vditor-wysiwyg div[data-type=link-ref-defs-block]:before,.vditor-wysiwyg div[data-type=footnotes-block]:before,.vditor-wysiwyg .vditor-toc:before{content:none}}.vditor-ir{box-sizing:border-box;flex:1;min-width:1px;position:relative;width:100%}.vditor-ir__node[data-type=code-block]:before,.vditor-ir__node[data-type=code-block]:after,.vditor-ir__node[data-type=yaml-front-matter]:before,.vditor-ir__node[data-type=yaml-front-matter]:after,.vditor-ir__node[data-type=math-block]:before,.vditor-ir__node[data-type=math-block]:after{content:" ";color:var(--second-color)}.vditor-ir__node:not(.vditor-ir__node--expand) .vditor-ir__marker{padding:0!important}.vditor-ir__node:not(.vditor-ir__node--expand)[data-type=a]{cursor:pointer}.vditor-ir__node[data-type=link-ref],.vditor-ir__node[data-type=footnotes-ref]{color:#4285f4}.vditor-ir__node[data-type=html-block]{margin-bottom:1em}.vditor-ir__node .vditor-ir__marker{width:0;overflow:hidden;display:inline-block;height:0;transition:all .15s ease-in-out}.vditor-ir__node--hidden .vditor-ir__marker{visibility:hidden}.vditor-ir__node--expand .vditor-ir__marker{color:var(--second-color);display:inline;height:auto;width:auto}.vditor-ir__node--expand .vditor-ir__marker--hide{display:none}.vditor-ir__node--expand .vditor-ir__marker--heading{color:var(--ir-heading-color)}.vditor-ir__node--expand .vditor-ir__marker--bi{color:var(--ir-bi-color)}.vditor-ir__node--expand .vditor-ir__marker--link{color:var(--ir-link-color)}.vditor-ir__node--expand .vditor-ir__marker--title{color:var(--ir-title-color)}.vditor-ir__node--expand .vditor-ir__marker--bracket{color:var(--ir-bracket-color);text-decoration:underline}.vditor-ir__node--expand .vditor-ir__marker--paren{color:var(--ir-paren-color)}.vditor-ir__node--expand .vditor-ir__marker--info{color:var(--ir-heading-color)}.vditor-ir__node--expand .vditor-ir__marker--pre code{color:var(--textarea-text-color);height:auto;text-align:left}.vditor-ir__node--expand[data-type=code-block]:before,.vditor-ir__node--expand[data-type=code-block]:after{content:"```"}.vditor-ir__node--expand[data-type=yaml-front-matter]:before,.vditor-ir__node--expand[data-type=yaml-front-matter]:after{content:"---"}.vditor-ir__node--expand[data-type=math-block]:before,.vditor-ir__node--expand[data-type=math-block]:after{content:"$$"}.vditor-ir__node span[data-type=code-block-open-marker],.vditor-ir__node span[data-type=code-block-close-marker],.vditor-ir__node span[data-type=yaml-front-matter-open-marker],.vditor-ir__node span[data-type=yaml-front-matter-close-marker],.vditor-ir__node span[data-type=math-block-open-marker],.vditor-ir__node span[data-type=math-block-close-marker]{display:none}.vditor-ir__preview{cursor:pointer;white-space:initial;min-height:27px}.vditor-ir__link{color:var(--ir-bracket-color);text-decoration:underline}.vditor-ir pre.vditor-reset{background-color:var(--panel-background-color);margin:0;white-space:pre-wrap;height:100%;box-sizing:border-box}.vditor-ir pre.vditor-reset[contenteditable=false]{opacity:.3;cursor:not-allowed}.vditor-ir pre.vditor-reset:empty:before{content:attr(placeholder);color:var(--second-color)}.vditor-ir pre.vditor-reset:focus{outline:none;background-color:var(--textarea-background-color)}.vditor-ir pre.vditor-reset:after{content:"";height:var(--editor-bottom);display:block}.vditor-ir pre.vditor-reset pre{margin:0}.vditor-ir hr{display:inline-block;margin:12px 0;width:100%}.vditor-ir blockquote:empty:before,.vditor-ir pre>code:empty:before,.vditor-ir p:empty:before,.vditor-ir h1:empty:after,.vditor-ir h2:empty:after,.vditor-ir h3:empty:after,.vditor-ir h4:empty:after,.vditor-ir h5:empty:after,.vditor-ir h6:empty:after{content:" "}.vditor-ir .vditor-reset>h1:before,.vditor-ir .vditor-reset>h2:before,.vditor-ir .vditor-reset>h3:before,.vditor-ir .vditor-reset>h4:before,.vditor-ir .vditor-reset>h5:before,.vditor-ir .vditor-reset>h6:before,.vditor-ir div[data-type=link-ref-defs-block]:before,.vditor-ir div[data-type=footnotes-block]:before,.vditor-ir .vditor-toc:before{float:left;padding-right:4px;margin-left:-29px;content:"H1";font-size:.85rem;font-weight:400;color:var(--second-color)}.vditor-ir .vditor-reset>h2:before{content:"H2"}.vditor-ir .vditor-reset>h3:before{content:"H3"}.vditor-ir .vditor-reset>h4:before{content:"H4"}.vditor-ir .vditor-reset>h5:before{content:"H5"}.vditor-ir .vditor-reset>h6:before{content:"H6"}.vditor-ir div[data-type=link-ref-defs-block]{color:var(--blockquote-color)}.vditor-ir div[data-type=link-ref-defs-block]:before{content:'"A"'}.vditor-ir div[data-type=footnotes-block]{border-top:2px solid var(--heading-border-color);padding-top:24px;margin-top:24px}.vditor-ir div[data-type=footnotes-block]:before{content:"^F"}.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>ul,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>ol,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>p,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>blockquote,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>pre,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>table,.vditor-ir div[data-type=footnotes-block]>div[data-type=footnotes-def]>hr{margin-left:8px}.vditor-ir .vditor-toc:before{content:"ToC"}.vditor-ir .vditor-toc span[data-type=toc-h]{color:#4285f4;text-decoration:underline}@media screen and (max-width: 520px){.vditor-ir h1:before,.vditor-ir h2:before,.vditor-ir h3:before,.vditor-ir h4:before,.vditor-ir h5:before,.vditor-ir h6:before,.vditor-ir div[data-type=link-ref-defs-block]:before,.vditor-ir div[data-type=footnotes-block]:before,.vditor-ir .vditor-toc:before{content:none}}.vditor-sv{font-family:Helvetica Neue,Luxi Sans,DejaVu Sans,Hiragino Sans GB,Microsoft Yahei,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",Segoe UI Symbol,"Android Emoji",EmojiSymbols;margin:0 1px 0 0;overflow:auto;width:100%;flex:1;min-width:1px;border:0;resize:none;padding:10px 9px 10px 10px;box-sizing:border-box;background-color:var(--panel-background-color);outline:0 none;font-size:16px;line-height:22px;color:var(--textarea-text-color);border-radius:0 0 3px 3px;font-variant-ligatures:no-common-ligatures;white-space:pre-wrap;word-break:break-word;word-wrap:break-word}.vditor-sv[contenteditable=false]{opacity:.3;cursor:not-allowed}.vditor-sv:empty:before{content:attr(placeholder);color:var(--second-color)}.vditor-sv:focus{background-color:var(--textarea-background-color)}.vditor-sv:after{content:"";height:var(--editor-bottom);display:block}.vditor-sv span[data-type=newline]+span[data-type=text]:empty{display:inherit}.vditor-sv .sup{vertical-align:super;font-size:smaller}.vditor-sv .strong{font-weight:700}.vditor-sv .em{font-style:italic}.vditor-sv .s{text-decoration:line-through}.vditor-sv .mark:not(.vditor-sv__marker){background-color:#ff0;color:#000}.vditor-sv .h1{font-size:1.75em;line-height:44px}.vditor-sv .h2{font-size:1.55em;line-height:38px}.vditor-sv .h3{font-size:1.38em;line-height:27px}.vditor-sv .h4{font-size:1.25em;line-height:25px}.vditor-sv .h5{font-size:1.13em}.vditor-sv .h6{font-size:1em}.vditor-sv__marker{color:var(--second-color)}.vditor-sv__marker--heading{color:var(--ir-heading-color)}.vditor-sv__marker--bi{color:var(--ir-bi-color)}.vditor-sv__marker--link{color:var(--ir-link-color)}.vditor-sv__marker--title{color:var(--ir-title-color)}.vditor-sv__marker--bracket{color:var(--ir-bracket-color)}.vditor-sv__marker--paren{color:var(--ir-paren-color)}.vditor-sv__marker--info{color:var(--ir-heading-color)}.vditor-sv__marker--strong{font-weight:700}.vditor{display:flex;flex-direction:column;border:none!important;background-color:rgba(var(--sus-basic-input-bg),var(--sus-basic-input-opacity));border-radius:5px}.vditor-toolbar{border-bottom:1px solid #d1d5da4d}.vditor-ir pre.vditor-reset{height:150px;font-size:inherit!important}.vditor-ir pre.vditor-reset:focus,.vditor-reset table tbody tr:nth-child(2n),.vditor-reset table tr,.vditor-toolbar,.vditor-ir pre.vditor-reset{background-color:transparent!important}.vditor-outline::-webkit-scrollbar,.vditor-reset::-webkit-scrollbar,.vditor-preview::-webkit-scrollbar{display:none!important}html{--sus-font-color: 51, 51, 51;--sus-primary-color: 26, 92, 255;--sus-primary-hover-color: 92, 139, 255;--sus-danger-hover-color: 245, 108, 108;--sus-primary-fontcolor: 255, 255, 255;--sus-basic-input-bg: 233, 237, 242;--sus-basic-input-opacity: .3;--sus-item-bg: 233, 237, 242;--sus-common-bg: 255, 255, 255;--sus-item-opacity: .5}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.relative{position:relative}.mx-2{margin-left:.5rem;margin-right:.5rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.ml-1{margin-left:.25rem}.ml-3{margin-left:.75rem}.ml-5{margin-left:1.25rem}.mr-2{margin-right:.5rem}.block{display:block}.flex{display:flex}.hidden{display:none}.h-full{height:100%}.w-auto{width:auto}.w-full{width:100%}.flex-grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.flex-row{flex-direction:row}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.border{border-width:1px}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.font-semibold{font-weight:600}.leading-loose{line-height:2}.opacity-70{opacity:.7}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}[data-theme=dark] svg,[data-theme=dark] img{filter:brightness(.8)}.comment-paragraph,p{margin:0;padding:0}.sus-avatar{border-radius:999px;width:100%;height:100%}.emoji{width:24px}.sus-comment-avatar{width:45px;height:45px;min-width:45px;margin:3px 5px}.sus-input[data-v-b4e608dd]{display:block;color:inherit;width:100%;height:32px;min-width:120px;padding:0 9px;background-color:rgba(var(--sus-basic-input-bg),var(--sus-basic-input-opacity));border-radius:5px;border-color:transparent;outline:none}.sus-input[data-v-b4e608dd]::-moz-placeholder{opacity:.7;font-size:90%}.sus-input[data-v-b4e608dd]::placeholder{opacity:.7;font-size:90%}.sus-button[data-v-b4e608dd]{padding:7px 18px;border-radius:5px;border:none;outline:none;white-space:nowrap;transition:all .25s}.sus-button.ok[data-v-b4e608dd]{color:rgb(var(--sus-primary-fontcolor));background-color:rgb(var(--sus-primary-color))}.sus-button.ok[data-v-b4e608dd]:hover{background-color:rgb(var(--sus-primary-hover-color))}.sus-button.cancel[data-v-b4e608dd]{background-color:rgba(var(--sus-basic-input-bg),.2)}.sus-button.cancel[data-v-b4e608dd]:hover{color:rgb(var(--sus-primary-fontcolor));background-color:rgb(var(--sus-danger-hover-color))}@media (max-width: 580px){.sus-comment-avatar[data-v-b4e608dd]{display:none}.sus-comment__info[data-v-b4e608dd]{flex-direction:column}}.sus-comment[data-v-b4e608dd]{color:rgb(var(--sus-font-color))}.sus-comment__main[data-v-b4e608dd]{width:inherit;height:inherit}.sus-comment__editor[data-v-b4e608dd]{margin:0 2px}.sus-comment__info[data-v-b4e608dd]{display:inline-flex;position:relative;width:inherit}.sus-comment__info-input[data-v-b4e608dd]{flex-grow:1;display:flex;margin:2px}.sus-comment[data-v-b4e608dd]::-webkit-scrollbar{display:none}.sus-item__container[data-v-3c1f21df]{margin:7px 5px;color:rgb(var(--sus-font-color))}.sus-item__info-ip[data-v-3c1f21df]{font-size:90%}.sus-item__info-reply[data-v-3c1f21df]{display:flex;float:right;align-items:center;margin-right:5px;margin-top:-12px;padding:1px 4px;background-color:rgba(var(--sus-item-bg),var(--sus-item-opacity));box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;border-radius:999px}.sus-item__user-date[data-v-3c1f21df]{font-size:90%}.sus-item__user-name.master[data-v-3c1f21df]{color:rgb(var(--sus-primary-color))}.sus-item__user a[data-v-3c1f21df]{background-color:transparent;text-decoration:none}.sus-item__content[data-v-3c1f21df]{padding:12px 16px;border-radius:7px;min-width:52px;background-color:rgba(var(--sus-item-bg),var(--sus-item-opacity))}.sus-item__content-text[data-v-3c1f21df]{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.sus-svg[data-v-3c1f21df]{display:block;border-radius:999px;padding:.125rem;width:1.25rem;height:1.25rem;background-color:rgb(var(--sus-common-bg))}.sus-svg.comment[data-v-3c1f21df]{margin-left:-.39rem}.sus-comment__item[data-v-7de7388c]{margin:10px 0}.sus-comment__item-child[data-v-7de7388c]{margin-left:45px}.sus-load-more[data-v-7de7388c]:hover,.sus-load-more[data-v-7de7388c]:active{color:#409eff}.sus-load-more[data-v-7de7388c]{color:rgb(var(--sus-primary-color));padding:7px 11px;font-size:90%;background:#0000;text-align:center;border:1px solid rgba(166,173,182,.3882352941);border-radius:7px;white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sus-load-more[data-v-7de7388c]:hover,.sus-load-more[data-v-7de7388c]:active{color:rgb(var(--sus-primary-hover-color))}.sus-top-item__content[data-v-2348efc6]{display:-webkit-box;margin:3px 1px 0;color:rgb(var(--sus-font-color));-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow-y:hidden}.sus-top-item__user[data-v-2348efc6]{font-size:90%}.sus-top-item__user-owner[data-v-2348efc6]{padding:3px 6px;width:-moz-fit-content;width:fit-content;background-color:rgba(var(--sus-basic-input-bg),var(--sus-item-opacity));border-radius:7px}.sus-top-item__user-avatar[data-v-2348efc6]{width:30px;height:30px}.sus-top-item__user-avatar .sus-avatar[data-v-2348efc6]{border:thin solid;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;box-shadow:.1em .1em 0 -.05em;color:rgba(var(--sus-font-color),.1)}
|