This commit is contained in:
醉梦
2024-09-24 17:45:24 +08:00
parent 664547ecf9
commit 6f38577012
844 changed files with 153916 additions and 0 deletions
+227
View File
@@ -0,0 +1,227 @@
(self.webpackChunk_N_E = self.webpackChunk_N_E || []).push([
[1717],
{
61673: function (t, e, n) {
"use strict";
n.d(e, {
l: function () {
return r;
},
});
var a = n(4637),
c = n(84875),
s = n.n(c),
r = function (t) {
var e = t.data,
n = t.target,
c = t.dataTrackCategory,
r = t.dataTrackName,
i = t.dataTrackValue,
l = t.style,
u = t.className,
d = t.onClick;
return e && !e.disabled && e.text
? (0, a.jsx)("a", {
className: s()(u),
href: e.href,
target: n || "_self",
"data-track-category": c,
"data-track-name": r,
"data-track-value": null != i ? i : e.text,
style: l,
onClick: d,
children: e.text,
})
: null;
};
},
14268: function (t, e, n) {
"use strict";
n.d(e, {
u: function () {
return l;
},
});
var a = n(4637),
c = n(84875),
s = n.n(c),
r = n(10954),
i = n.n(r),
l = function (t) {
var e = t.subTitle,
n = t.title,
c = t.type;
return e
? "string" == typeof e
? (0, a.jsx)("p", {
className: s()(i().desc, i()[c]),
children: e,
})
: (e.content || (!e.link.disabled && e.link.text)) &&
(0, a.jsxs)("p", {
className: s()(i().desc, i()[c]),
children: [
e.content && (0, a.jsx)("span", { children: e.content }),
!e.link.disabled &&
e.link.text &&
(0, a.jsx)("a", {
href: e.link.href,
target: "_blank",
"data-track-category": n,
"data-track-name": "副标题",
"data-track-value": e.link.text,
children: e.link.text,
}),
],
})
: null;
};
},
94716: function (t, e, n) {
"use strict";
n.d(e, {
T: function () {
return i;
},
});
var a = n(4637),
c = n(14268),
s = n(84875),
r = n.n(s),
i = function (t) {
var e = t.wrapperClassName,
n = t.groupClassName,
s = t.groupRef,
i = t.block,
l = t.children,
u = t.subTitleType,
d = i.type,
o = i.data.render;
return (0, a.jsxs)("section", {
className: e,
"ui-type": d,
children: [
o.title && (0, a.jsx)("h2", { children: o.title }),
(0, a.jsx)(c.u, {
subTitle: o.subTitle,
title: o.title,
type: u,
}),
(0, a.jsx)("div", {
className: r()(n, "v5-group-base"),
ref: s,
children: l,
}),
],
});
};
},
11717: function (t, e, n) {
"use strict";
n.r(e),
n.d(e, {
V5G025: function () {
return d;
},
});
var a = n(4637),
c = n(84875),
s = n.n(c),
r = n(61673),
i = n(94716),
l = n(25165),
u = n.n(l),
d = function (t) {
var e = t.data,
n = e.render,
c = e.config,
l = t.type;
return (0, a.jsx)(i.T, {
wrapperClassName: u()[l],
block: t,
children:
(null == c ? void 0 : c.counts) &&
(0, a.jsx)("div", {
className: s()(
u()["card-list"],
u()["counts-".concat(c.counts)]
),
children:
null == n
? void 0
: n.items.map(function (t, e) {
var s;
return t && e < c.counts
? (0, a.jsxs)(
"div",
{
className: u().item,
children: [
(0, a.jsx)("i", {
className: u().icon,
style: {
backgroundImage: "url(".concat(
t.icon,
")"
),
},
}),
(0, a.jsxs)("div", {
className: u()["card-content"],
children: [
(0, a.jsx)("h3", { children: t.title }),
(0, a.jsx)("p", {
children: (0, a.jsxs)("span", {
children: [
t.desc,
(null === (s = t.link) ||
void 0 === s
? void 0
: s.text) &&
(0, a.jsx)(r.l, {
data: t.link,
dataTrackCategory: n.title,
dataTrackName: t.title,
target: "_blank",
}),
],
}),
}),
],
}),
],
},
e.toString()
)
: null;
}),
}),
});
};
},
10954: function (t) {
t.exports = { desc: "__69GpM8Qb", white: "dUv6_pZA" };
},
25165: function (t) {
t.exports = {
center: "E11vKXTq",
clearInput: "Awk2Z6ql",
ellipsis: "ox9Avu5m",
V5G025: "GXu8DdbV",
"card-list": "_RVgYHTQ",
"counts-2": "mqG6M2XX",
item: "sISPUjGi",
"counts-3": "sT_R5Jfa",
"counts-6": "ORJoernd",
"counts-9": "E6oApSdb",
"counts-4": "VvEJfGuf",
"counts-8": "U0nZA0Ei",
"counts-5": "M_qtLeLY",
"counts-10": "i5b6a34U",
icon: "cxA1_FnM",
"card-content": "__2iwCTxxz",
iconAni: "VWHk_b3u",
};
},
},
]);