@huyooo/ui 0.4.83 → 0.4.85
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{LandingPageSectionTabs-DE_hP_4K.js → catBackground-DEAJEYdq.js} +205 -202
- package/dist/components/LandingPage/LandingPageCta.vue.d.ts +1 -0
- package/dist/index.js +91 -90
- package/dist/landingPage.d.ts +1 -0
- package/dist/landingPage.js +50 -49
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { createElementBlock as n, openBlock as s, renderSlot as h, defineComponent as f, createVNode as u, withCtx as _, createElementVNode as e, normalizeStyle as
|
|
1
|
+
import { createElementBlock as n, openBlock as s, renderSlot as h, defineComponent as f, createVNode as u, withCtx as _, createElementVNode as e, normalizeStyle as S, unref as I, toDisplayString as l, Fragment as v, renderList as b, createBlock as L, normalizeClass as C, createTextVNode as g, ref as k, createCommentVNode as T, withModifiers as E, withDirectives as A, vModelText as q, computed as z, createStaticVNode as N, watch as F, vShow as O } from "vue";
|
|
2
2
|
import { _ as d } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
-
import { Icon as
|
|
3
|
+
import { Icon as w } from "@iconify/vue";
|
|
4
4
|
import { C as R, a as W } from "./CollapseItem-Cw1vcdLu.js";
|
|
5
5
|
/* empty css */
|
|
6
6
|
/* empty css */
|
|
@@ -22,7 +22,7 @@ const M = /* @__PURE__ */ d(Y, [["render", ee], ["__scopeId", "data-v-58078aa8"]
|
|
|
22
22
|
}, se = /* @__PURE__ */ f({
|
|
23
23
|
__name: "LandingPageBlockHeader",
|
|
24
24
|
setup(a) {
|
|
25
|
-
return (t,
|
|
25
|
+
return (t, c) => (s(), n("div", te, [u(M, {
|
|
26
26
|
class: "BlockHeaderTitle"
|
|
27
27
|
}, {
|
|
28
28
|
default: _(() => [h(t.$slots, "title", {}, void 0, !0)]),
|
|
@@ -50,18 +50,18 @@ const M = /* @__PURE__ */ d(Y, [["render", ee], ["__scopeId", "data-v-58078aa8"]
|
|
|
50
50
|
},
|
|
51
51
|
setup(a) {
|
|
52
52
|
const t = a;
|
|
53
|
-
return (
|
|
53
|
+
return (c, i) => (s(), n("section", ne, [h(c.$slots, "BlockHeader", {}, void 0, !0), e("div", {
|
|
54
54
|
class: "BlockBody",
|
|
55
|
-
style:
|
|
55
|
+
style: S({
|
|
56
56
|
gridTemplateColumns: `repeat(${t.columns}, 1fr)`,
|
|
57
57
|
flexDirection: t.flexDirection
|
|
58
58
|
})
|
|
59
|
-
}, [h(
|
|
59
|
+
}, [h(c.$slots, "BlockBody", {}, void 0, !0)], 4)]));
|
|
60
60
|
}
|
|
61
|
-
}), oe = /* @__PURE__ */ d(ie, [["__scopeId", "data-v-84ed1aaa"]]),
|
|
61
|
+
}), oe = /* @__PURE__ */ d(ie, [["__scopeId", "data-v-84ed1aaa"]]), ce = {
|
|
62
62
|
description: "",
|
|
63
63
|
class: "mission-list-item"
|
|
64
|
-
},
|
|
64
|
+
}, le = {
|
|
65
65
|
class: "mission-list-text"
|
|
66
66
|
}, re = /* @__PURE__ */ f({
|
|
67
67
|
__name: "LandingPageListItem",
|
|
@@ -72,10 +72,10 @@ const M = /* @__PURE__ */ d(Y, [["render", ee], ["__scopeId", "data-v-58078aa8"]
|
|
|
72
72
|
},
|
|
73
73
|
setup(a) {
|
|
74
74
|
const t = a;
|
|
75
|
-
return (
|
|
75
|
+
return (c, i) => (s(), n("div", ce, [u(I(w), {
|
|
76
76
|
icon: "mingcute:check-circle-fill",
|
|
77
77
|
class: "mission-list-icon"
|
|
78
|
-
}), e("span",
|
|
78
|
+
}), e("span", le, l(t.description), 1)]));
|
|
79
79
|
}
|
|
80
80
|
}), j = /* @__PURE__ */ d(re, [["__scopeId", "data-v-4973c791"]]), de = {
|
|
81
81
|
class: "mission-container"
|
|
@@ -106,7 +106,7 @@ const M = /* @__PURE__ */ d(Y, [["render", ee], ["__scopeId", "data-v-58078aa8"]
|
|
|
106
106
|
features: {}
|
|
107
107
|
},
|
|
108
108
|
setup(a) {
|
|
109
|
-
return (t,
|
|
109
|
+
return (t, c) => (s(), n("div", de, [e("div", ue, [c[0] || (c[0] = e("div", {
|
|
110
110
|
class: "mission-bg1"
|
|
111
111
|
}, null, -1)), e("img", {
|
|
112
112
|
src: t.image,
|
|
@@ -115,17 +115,17 @@ const M = /* @__PURE__ */ d(Y, [["render", ee], ["__scopeId", "data-v-58078aa8"]
|
|
|
115
115
|
width: "1270",
|
|
116
116
|
decoding: "async",
|
|
117
117
|
class: "mission-img"
|
|
118
|
-
}, null, 8, _e)]), e("div", pe, [e("h2", fe, [e("span", me,
|
|
118
|
+
}, null, 8, _e)]), e("div", pe, [e("h2", fe, [e("span", me, l(t.highlight), 1), e("strong", null, l(t.title), 1)]), e("p", ge, l(t.description), 1), e("div", he, [(s(!0), n(v, null, b(t.features, (i, o) => (s(), L(j, {
|
|
119
119
|
key: o,
|
|
120
120
|
description: i
|
|
121
|
-
}, null, 8, ["description"]))), 128))])]), (s(), n("svg", ve,
|
|
121
|
+
}, null, 8, ["description"]))), 128))])]), (s(), n("svg", ve, c[1] || (c[1] = [e("symbol", {
|
|
122
122
|
id: "ai:ph:check-circle-fill"
|
|
123
123
|
}, [e("path", {
|
|
124
124
|
fill: "currentColor",
|
|
125
125
|
d: "M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m45.66 85.66l-56 56a8 8 0 0 1-11.32 0l-24-24a8 8 0 0 1 11.32-11.32L112 148.69l50.34-50.35a8 8 0 0 1 11.32 11.32"
|
|
126
126
|
})], -1)])))]));
|
|
127
127
|
}
|
|
128
|
-
}),
|
|
128
|
+
}), ye = /* @__PURE__ */ d($e, [["__scopeId", "data-v-511c032f"]]), be = {
|
|
129
129
|
class: "team-info-container"
|
|
130
130
|
}, ke = {
|
|
131
131
|
class: "team-info-title"
|
|
@@ -139,15 +139,15 @@ const M = /* @__PURE__ */ d(Y, [["render", ee], ["__scopeId", "data-v-58078aa8"]
|
|
|
139
139
|
},
|
|
140
140
|
setup(a) {
|
|
141
141
|
const t = a;
|
|
142
|
-
return (
|
|
142
|
+
return (c, i) => (s(), n("div", be, [e("div", ke, l(t.title), 1), e("p", Le, l(t.description), 1)]));
|
|
143
143
|
}
|
|
144
|
-
}), Ie = /* @__PURE__ */ d(Pe, [["__scopeId", "data-v-2074e0d7"]]),
|
|
144
|
+
}), Ie = /* @__PURE__ */ d(Pe, [["__scopeId", "data-v-2074e0d7"]]), we = {}, Se = {
|
|
145
145
|
class: "Description"
|
|
146
146
|
};
|
|
147
|
-
function
|
|
148
|
-
return s(), n("div",
|
|
147
|
+
function Ce(a, t) {
|
|
148
|
+
return s(), n("div", Se, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
149
149
|
}
|
|
150
|
-
const x = /* @__PURE__ */ d(
|
|
150
|
+
const x = /* @__PURE__ */ d(we, [["render", Ce], ["__scopeId", "data-v-501deb41"]]), xe = {
|
|
151
151
|
class: "grid-container"
|
|
152
152
|
}, Te = {
|
|
153
153
|
class: "square"
|
|
@@ -165,7 +165,7 @@ const x = /* @__PURE__ */ d(Se, [["render", we], ["__scopeId", "data-v-501deb41"
|
|
|
165
165
|
pictureClass: {}
|
|
166
166
|
},
|
|
167
167
|
setup(a) {
|
|
168
|
-
return (t,
|
|
168
|
+
return (t, c) => (s(), n("div", xe, [(s(!0), n(v, null, b(t.publishedTeamMembers, (i) => (s(), n("div", {
|
|
169
169
|
key: i.data.name,
|
|
170
170
|
class: "group"
|
|
171
171
|
}, [e("div", Te, [e("img", {
|
|
@@ -174,9 +174,9 @@ const x = /* @__PURE__ */ d(Se, [["render", we], ["__scopeId", "data-v-501deb41"
|
|
|
174
174
|
sizes: t.sizes,
|
|
175
175
|
width: t.width,
|
|
176
176
|
height: t.height,
|
|
177
|
-
class:
|
|
178
|
-
}, null, 10, Ae)]), e("div", qe, [e("h2", Be,
|
|
179
|
-
default: _(() => [g(
|
|
177
|
+
class: C(t.pictureClass ? `${t.pictureClass} picture-img` : "picture-img")
|
|
178
|
+
}, null, 10, Ae)]), e("div", qe, [e("h2", Be, l(i.data.name), 1), u(x, null, {
|
|
179
|
+
default: _(() => [g(l(i.data.title), 1)]),
|
|
180
180
|
_: 2
|
|
181
181
|
}, 1024)])]))), 128))]));
|
|
182
182
|
}
|
|
@@ -220,7 +220,7 @@ const x = /* @__PURE__ */ d(Se, [["render", we], ["__scopeId", "data-v-501deb41"
|
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
222
|
}];
|
|
223
|
-
return (
|
|
223
|
+
return (c, i) => (s(), n(v, null, [u(oe, null, {
|
|
224
224
|
BlockHeader: _(() => [u(ae, null, {
|
|
225
225
|
title: _(() => i[0] || (i[0] = [g("核心团队")])),
|
|
226
226
|
subTitle: _(() => i[1] || (i[1] = [g("我们是一个充满激情的小团队。")])),
|
|
@@ -233,7 +233,7 @@ const x = /* @__PURE__ */ d(Se, [["render", we], ["__scopeId", "data-v-501deb41"
|
|
|
233
233
|
"published-team-members": t
|
|
234
234
|
})]),
|
|
235
235
|
_: 1
|
|
236
|
-
}), u(
|
|
236
|
+
}), u(ye, {
|
|
237
237
|
image: "https://astroship-pro.web3templates.com/_astro/employee.DPridi10_Z23eRat.avif",
|
|
238
238
|
"image-alt": "Happy Team",
|
|
239
239
|
title: "Mission",
|
|
@@ -266,7 +266,7 @@ const x = /* @__PURE__ */ d(Se, [["render", we], ["__scopeId", "data-v-501deb41"
|
|
|
266
266
|
}, {
|
|
267
267
|
text: "Documents",
|
|
268
268
|
href: "/docs/collaboration/documents"
|
|
269
|
-
}]),
|
|
269
|
+
}]), c = k([{
|
|
270
270
|
text: "Guides",
|
|
271
271
|
href: "/docs/guides"
|
|
272
272
|
}, {
|
|
@@ -291,17 +291,17 @@ const x = /* @__PURE__ */ d(Se, [["render", we], ["__scopeId", "data-v-501deb41"
|
|
|
291
291
|
href: "/docs"
|
|
292
292
|
}, "Overview")])], -1)), e("div", He, [o[0] || (o[0] = e("div", {
|
|
293
293
|
class: "section-title"
|
|
294
|
-
}, "Browse by feature", -1)), e("div", null, [(s(!0), n(v, null,
|
|
294
|
+
}, "Browse by feature", -1)), e("div", null, [(s(!0), n(v, null, b(t.value, (r) => (s(), n("a", {
|
|
295
295
|
key: r.text,
|
|
296
296
|
class: "link",
|
|
297
297
|
href: r.href
|
|
298
|
-
},
|
|
298
|
+
}, l(r.text), 9, Me))), 128))])]), e("div", je, [o[1] || (o[1] = e("div", {
|
|
299
299
|
class: "section-title"
|
|
300
|
-
}, "Resources", -1)), e("div", null, [(s(!0), n(v, null,
|
|
300
|
+
}, "Resources", -1)), e("div", null, [(s(!0), n(v, null, b(c.value, (r) => (s(), n("a", {
|
|
301
301
|
key: r.text,
|
|
302
302
|
class: "link",
|
|
303
303
|
href: r.href
|
|
304
|
-
},
|
|
304
|
+
}, l(r.text), 9, Ue))), 128))])])]));
|
|
305
305
|
}
|
|
306
306
|
}), $n = /* @__PURE__ */ d(Ge, [["__scopeId", "data-v-b516bb75"]]), Ee = ["src"], Ne = /* @__PURE__ */ f({
|
|
307
307
|
__name: "LandingPageLogo",
|
|
@@ -336,7 +336,7 @@ const x = /* @__PURE__ */ d(Se, [["render", we], ["__scopeId", "data-v-501deb41"
|
|
|
336
336
|
setup(a, {
|
|
337
337
|
emit: t
|
|
338
338
|
}) {
|
|
339
|
-
const
|
|
339
|
+
const c = a, i = t;
|
|
340
340
|
function o() {
|
|
341
341
|
i("to");
|
|
342
342
|
}
|
|
@@ -348,17 +348,17 @@ const x = /* @__PURE__ */ d(Se, [["render", we], ["__scopeId", "data-v-501deb41"
|
|
|
348
348
|
class: "icon",
|
|
349
349
|
src: a.icon,
|
|
350
350
|
alt: "logo",
|
|
351
|
-
style:
|
|
352
|
-
width:
|
|
353
|
-
height:
|
|
351
|
+
style: S({
|
|
352
|
+
width: c.iconSize,
|
|
353
|
+
height: c.iconSize
|
|
354
354
|
})
|
|
355
355
|
}, null, 12, Ee)) : T("", !0), e("div", {
|
|
356
356
|
class: "text",
|
|
357
|
-
style:
|
|
358
|
-
color:
|
|
359
|
-
fontSize:
|
|
357
|
+
style: S({
|
|
358
|
+
color: c.color,
|
|
359
|
+
fontSize: c.fontSize
|
|
360
360
|
})
|
|
361
|
-
},
|
|
361
|
+
}, l(a.name), 5)]));
|
|
362
362
|
}
|
|
363
363
|
}), Oe = /* @__PURE__ */ d(Ne, [["__scopeId", "data-v-f259564c"]]), Re = {
|
|
364
364
|
class: "BrandInfo"
|
|
@@ -392,14 +392,14 @@ const x = /* @__PURE__ */ d(Se, [["render", we], ["__scopeId", "data-v-501deb41"
|
|
|
392
392
|
},
|
|
393
393
|
setup(a) {
|
|
394
394
|
const t = a;
|
|
395
|
-
return (
|
|
395
|
+
return (c, i) => (s(), n("div", Re, [u(Oe, {
|
|
396
396
|
icon: t.icon,
|
|
397
397
|
name: t.name,
|
|
398
398
|
color: t.color,
|
|
399
399
|
"font-size": t.fontSize,
|
|
400
400
|
"icon-size": t.iconSize
|
|
401
401
|
}, null, 8, ["icon", "name", "color", "font-size", "icon-size"]), u(x, null, {
|
|
402
|
-
default: _(() => [g(
|
|
402
|
+
default: _(() => [g(l(t.description), 1)]),
|
|
403
403
|
_: 1
|
|
404
404
|
})]));
|
|
405
405
|
}
|
|
@@ -409,8 +409,8 @@ const x = /* @__PURE__ */ d(Se, [["render", we], ["__scopeId", "data-v-501deb41"
|
|
|
409
409
|
type: {}
|
|
410
410
|
},
|
|
411
411
|
setup(a) {
|
|
412
|
-
return (t,
|
|
413
|
-
class:
|
|
412
|
+
return (t, c) => (s(), n("div", {
|
|
413
|
+
class: C(["heroButton", [t.type === "primary" ? "heroButtonPrimary" : "heroButtonSecondary"]])
|
|
414
414
|
}, [h(t.$slots, "default", {}, void 0, !0)], 2));
|
|
415
415
|
}
|
|
416
416
|
}), Qe = /* @__PURE__ */ d(Je, [["__scopeId", "data-v-d26fdf8b"]]), Ze = {}, Ye = {
|
|
@@ -431,9 +431,9 @@ const U = /* @__PURE__ */ d(Ze, [["render", Xe], ["__scopeId", "data-v-cdb3f77d"
|
|
|
431
431
|
class: "contact-info-item"
|
|
432
432
|
}, it = {
|
|
433
433
|
class: "contact-info-item"
|
|
434
|
-
}, ot = ["href"],
|
|
434
|
+
}, ot = ["href"], ct = {
|
|
435
435
|
class: "contact-info-item"
|
|
436
|
-
},
|
|
436
|
+
}, lt = ["href"], rt = {
|
|
437
437
|
class: "contact-form-section"
|
|
438
438
|
}, dt = /* @__PURE__ */ f({
|
|
439
439
|
__name: "LandingPageContact",
|
|
@@ -471,25 +471,25 @@ const U = /* @__PURE__ */ d(Ze, [["render", Xe], ["__scopeId", "data-v-cdb3f77d"
|
|
|
471
471
|
},
|
|
472
472
|
setup(a) {
|
|
473
473
|
const t = a;
|
|
474
|
-
return (
|
|
475
|
-
default: _(() => [g(
|
|
474
|
+
return (c, i) => (s(), n("div", et, [e("div", tt, [e("h2", st, l(t.contact.title), 1), u(x, null, {
|
|
475
|
+
default: _(() => [g(l(t.contact.description), 1)]),
|
|
476
476
|
_: 1
|
|
477
|
-
}), e("div", at, [e("div", nt, [u(I(
|
|
477
|
+
}), e("div", at, [e("div", nt, [u(I(w), {
|
|
478
478
|
class: "contact-info-icon",
|
|
479
|
-
icon:
|
|
480
|
-
}, null, 8, ["icon"]), e("span", null,
|
|
479
|
+
icon: c.mapIcon
|
|
480
|
+
}, null, 8, ["icon"]), e("span", null, l(t.address), 1)]), e("div", it, [u(I(w), {
|
|
481
481
|
class: "contact-info-icon",
|
|
482
482
|
icon: t.emailIcon
|
|
483
483
|
}, null, 8, ["icon"]), e("a", {
|
|
484
|
-
href: `mailto:${
|
|
485
|
-
},
|
|
484
|
+
href: `mailto:${c.email}`
|
|
485
|
+
}, l(t.email), 9, ot)]), e("div", ct, [u(I(w), {
|
|
486
486
|
class: "contact-info-icon",
|
|
487
487
|
icon: t.phoneIcon
|
|
488
488
|
}, null, 8, ["icon"]), e("a", {
|
|
489
|
-
href: `tel:${
|
|
490
|
-
},
|
|
489
|
+
href: `tel:${c.phone}`
|
|
490
|
+
}, l(t.phone), 9, lt)])])]), e("div", rt, [h(c.$slots, "contact-form", {}, void 0, !0)])]));
|
|
491
491
|
}
|
|
492
|
-
}),
|
|
492
|
+
}), yn = /* @__PURE__ */ d(dt, [["__scopeId", "data-v-50d64cb9"]]), ut = ["value"], _t = ["value"], pt = {
|
|
493
493
|
class: "form-group"
|
|
494
494
|
}, ft = {
|
|
495
495
|
class: "form-group"
|
|
@@ -514,12 +514,12 @@ const U = /* @__PURE__ */ d(Ze, [["render", Xe], ["__scopeId", "data-v-cdb3f77d"
|
|
|
514
514
|
}
|
|
515
515
|
},
|
|
516
516
|
setup(a) {
|
|
517
|
-
const t = a,
|
|
517
|
+
const t = a, c = k(!1), i = k(""), o = k(""), r = k({
|
|
518
518
|
name: "",
|
|
519
519
|
email: "",
|
|
520
520
|
message: ""
|
|
521
521
|
}), m = async ($) => {
|
|
522
|
-
|
|
522
|
+
c.value = !0;
|
|
523
523
|
const p = $.target;
|
|
524
524
|
if (!p.checkValidity()) {
|
|
525
525
|
p.querySelectorAll(":invalid")[0].focus();
|
|
@@ -527,7 +527,7 @@ const U = /* @__PURE__ */ d(Ze, [["render", Xe], ["__scopeId", "data-v-cdb3f77d"
|
|
|
527
527
|
}
|
|
528
528
|
i.value = "发送中...", o.value = "";
|
|
529
529
|
try {
|
|
530
|
-
const
|
|
530
|
+
const y = await fetch("https://api.web3forms.com/submit", {
|
|
531
531
|
method: "POST",
|
|
532
532
|
headers: {
|
|
533
533
|
"Content-Type": "application/json",
|
|
@@ -541,11 +541,11 @@ const U = /* @__PURE__ */ d(Ze, [["render", Xe], ["__scopeId", "data-v-cdb3f77d"
|
|
|
541
541
|
message: r.value.message
|
|
542
542
|
})
|
|
543
543
|
});
|
|
544
|
-
await
|
|
544
|
+
await y.json(), y.status === 200 ? (o.value = "text-green", i.value = "消息发送成功!我们会尽快回复您。") : (o.value = "text-red", i.value = "发送失败,请检查网络连接后重试。");
|
|
545
545
|
} catch {
|
|
546
546
|
o.value = "text-red", i.value = "发送失败,请稍后再试!";
|
|
547
547
|
} finally {
|
|
548
|
-
p.reset(),
|
|
548
|
+
p.reset(), c.value = !1, setTimeout(() => {
|
|
549
549
|
i.value = "";
|
|
550
550
|
}, 5e3);
|
|
551
551
|
}
|
|
@@ -554,8 +554,8 @@ const U = /* @__PURE__ */ d(Ze, [["render", Xe], ["__scopeId", "data-v-cdb3f77d"
|
|
|
554
554
|
id: "form",
|
|
555
555
|
action: "https://api.web3forms.com/submit",
|
|
556
556
|
method: "POST",
|
|
557
|
-
class:
|
|
558
|
-
"was-validated":
|
|
557
|
+
class: C(["contact-form", {
|
|
558
|
+
"was-validated": c.value
|
|
559
559
|
}]),
|
|
560
560
|
novalidate: "",
|
|
561
561
|
onSubmit: E(m, ["prevent"])
|
|
@@ -581,7 +581,7 @@ const U = /* @__PURE__ */ d(Ze, [["render", Xe], ["__scopeId", "data-v-cdb3f77d"
|
|
|
581
581
|
class: "required"
|
|
582
582
|
}, "*")], -1)), A(e("input", {
|
|
583
583
|
id: "name",
|
|
584
|
-
"onUpdate:modelValue": p[0] || (p[0] = (
|
|
584
|
+
"onUpdate:modelValue": p[0] || (p[0] = (y) => r.value.name = y),
|
|
585
585
|
type: "text",
|
|
586
586
|
placeholder: "请输入您的姓名",
|
|
587
587
|
required: "",
|
|
@@ -596,7 +596,7 @@ const U = /* @__PURE__ */ d(Ze, [["render", Xe], ["__scopeId", "data-v-cdb3f77d"
|
|
|
596
596
|
class: "required"
|
|
597
597
|
}, "*")], -1)), A(e("input", {
|
|
598
598
|
id: "email_address",
|
|
599
|
-
"onUpdate:modelValue": p[1] || (p[1] = (
|
|
599
|
+
"onUpdate:modelValue": p[1] || (p[1] = (y) => r.value.email = y),
|
|
600
600
|
type: "email",
|
|
601
601
|
placeholder: "请输入您的邮箱地址",
|
|
602
602
|
name: "email",
|
|
@@ -613,7 +613,7 @@ const U = /* @__PURE__ */ d(Ze, [["render", Xe], ["__scopeId", "data-v-cdb3f77d"
|
|
|
613
613
|
class: "required"
|
|
614
614
|
}, "*")], -1)), A(e("textarea", {
|
|
615
615
|
id: "message",
|
|
616
|
-
"onUpdate:modelValue": p[2] || (p[2] = (
|
|
616
|
+
"onUpdate:modelValue": p[2] || (p[2] = (y) => r.value.message = y),
|
|
617
617
|
name: "message",
|
|
618
618
|
required: "",
|
|
619
619
|
placeholder: "请输入您的留言内容",
|
|
@@ -639,10 +639,10 @@ const U = /* @__PURE__ */ d(Ze, [["render", Xe], ["__scopeId", "data-v-cdb3f77d"
|
|
|
639
639
|
d: "M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"
|
|
640
640
|
})], -1), g(" 发送中... ")]))) : (s(), n("span", vt, "发送信息"))]), i.value && i.value !== "发送中..." ? (s(), n("div", {
|
|
641
641
|
key: 0,
|
|
642
|
-
class:
|
|
643
|
-
},
|
|
642
|
+
class: C(["form-result", o.value])
|
|
643
|
+
}, l(i.value), 3)) : T("", !0)], 34));
|
|
644
644
|
}
|
|
645
|
-
}),
|
|
645
|
+
}), bn = /* @__PURE__ */ d($t, [["__scopeId", "data-v-bd2eaefb"]]), yt = /* @__PURE__ */ f({
|
|
646
646
|
__name: "LandingPageContainer",
|
|
647
647
|
props: {
|
|
648
648
|
flexDirection: {
|
|
@@ -657,16 +657,16 @@ const U = /* @__PURE__ */ d(Ze, [["render", Xe], ["__scopeId", "data-v-cdb3f77d"
|
|
|
657
657
|
},
|
|
658
658
|
setup(a) {
|
|
659
659
|
const t = a;
|
|
660
|
-
return (
|
|
660
|
+
return (c, i) => (s(), n("div", {
|
|
661
661
|
class: "landing-page-container",
|
|
662
|
-
style:
|
|
662
|
+
style: S({
|
|
663
663
|
flexDirection: t.flexDirection,
|
|
664
664
|
gap: t.gap,
|
|
665
665
|
padding: t.padding
|
|
666
666
|
})
|
|
667
|
-
}, [h(
|
|
667
|
+
}, [h(c.$slots, "default", {}, void 0, !0)], 4));
|
|
668
668
|
}
|
|
669
|
-
}), kn = /* @__PURE__ */ d(
|
|
669
|
+
}), kn = /* @__PURE__ */ d(yt, [["__scopeId", "data-v-4566ee86"]]), bt = {
|
|
670
670
|
class: "cta-title"
|
|
671
671
|
}, kt = {
|
|
672
672
|
class: "cta-description"
|
|
@@ -681,28 +681,30 @@ const U = /* @__PURE__ */ d(Ze, [["render", Xe], ["__scopeId", "data-v-cdb3f77d"
|
|
|
681
681
|
description: {
|
|
682
682
|
default: "立即开始您的翻译之旅"
|
|
683
683
|
},
|
|
684
|
-
backgroundUrl: {
|
|
684
|
+
backgroundUrl: {
|
|
685
|
+
default: ""
|
|
686
|
+
}
|
|
685
687
|
},
|
|
686
688
|
setup(a) {
|
|
687
|
-
const t = a,
|
|
688
|
-
backgroundImage:
|
|
689
|
+
const t = a, c = z(() => t.backgroundUrl ? {
|
|
690
|
+
backgroundImage: `url(${t.backgroundUrl})`,
|
|
689
691
|
backgroundRepeat: "no-repeat",
|
|
690
692
|
backgroundSize: "200% 200%",
|
|
691
693
|
backgroundPosition: "center"
|
|
692
|
-
})
|
|
694
|
+
} : {});
|
|
693
695
|
return (i, o) => (s(), n("div", {
|
|
694
696
|
class: "cta-container",
|
|
695
|
-
style:
|
|
696
|
-
}, [e("h1",
|
|
697
|
+
style: S(c.value)
|
|
698
|
+
}, [e("h1", bt, l(t.title), 1), e("div", kt, l(t.description), 1), e("div", Lt, [h(i.$slots, "actions", {}, void 0, !0)])], 4));
|
|
697
699
|
}
|
|
698
|
-
}), Ln = /* @__PURE__ */ d(Pt, [["__scopeId", "data-v-
|
|
700
|
+
}), Ln = /* @__PURE__ */ d(Pt, [["__scopeId", "data-v-bb4d12e0"]]), It = {}, wt = {
|
|
699
701
|
role: "separator",
|
|
700
702
|
class: "divider divider-horizontal"
|
|
701
703
|
};
|
|
702
|
-
function
|
|
703
|
-
return s(), n("div",
|
|
704
|
+
function St(a, t) {
|
|
705
|
+
return s(), n("div", wt);
|
|
704
706
|
}
|
|
705
|
-
const V = /* @__PURE__ */ d(It, [["render",
|
|
707
|
+
const V = /* @__PURE__ */ d(It, [["render", St], ["__scopeId", "data-v-997fc2a4"]]), Ct = /* @__PURE__ */ f({
|
|
706
708
|
__name: "LandingPageFAQ",
|
|
707
709
|
props: {
|
|
708
710
|
activeKeys: {
|
|
@@ -732,16 +734,16 @@ const V = /* @__PURE__ */ d(It, [["render", Ct], ["__scopeId", "data-v-997fc2a4"
|
|
|
732
734
|
},
|
|
733
735
|
setup(a) {
|
|
734
736
|
const t = a;
|
|
735
|
-
return (
|
|
737
|
+
return (c, i) => (s(), L(R, {
|
|
736
738
|
"active-keys": t.activeKeys
|
|
737
739
|
}, {
|
|
738
|
-
default: _(() => [(s(!0), n(v, null,
|
|
740
|
+
default: _(() => [(s(!0), n(v, null, b(t.faqItems, (o, r) => (s(), L(W, {
|
|
739
741
|
key: r,
|
|
740
742
|
index: r
|
|
741
743
|
}, {
|
|
742
|
-
header: _(() => [g(
|
|
744
|
+
header: _(() => [g(l(o.question), 1)]),
|
|
743
745
|
default: _(() => [u(x, null, {
|
|
744
|
-
default: _(() => [g(
|
|
746
|
+
default: _(() => [g(l(o.answer), 1)]),
|
|
745
747
|
_: 2
|
|
746
748
|
}, 1024)]),
|
|
747
749
|
_: 2
|
|
@@ -749,7 +751,7 @@ const V = /* @__PURE__ */ d(It, [["render", Ct], ["__scopeId", "data-v-997fc2a4"
|
|
|
749
751
|
_: 1
|
|
750
752
|
}, 8, ["active-keys"]));
|
|
751
753
|
}
|
|
752
|
-
}), Pn = /* @__PURE__ */ d(
|
|
754
|
+
}), Pn = /* @__PURE__ */ d(Ct, [["__scopeId", "data-v-581e8f75"]]), xt = {
|
|
753
755
|
class: "Features"
|
|
754
756
|
}, Tt = {
|
|
755
757
|
class: "feature-title"
|
|
@@ -792,20 +794,20 @@ const V = /* @__PURE__ */ d(It, [["render", Ct], ["__scopeId", "data-v-997fc2a4"
|
|
|
792
794
|
},
|
|
793
795
|
setup(a) {
|
|
794
796
|
const t = a;
|
|
795
|
-
return (
|
|
797
|
+
return (c, i) => (s(), n("div", xt, [(s(!0), n(v, null, b(t.features, (o) => (s(), L(U, {
|
|
796
798
|
key: o.title
|
|
797
799
|
}, {
|
|
798
800
|
default: _(() => [e("div", {
|
|
799
801
|
class: "icon-container",
|
|
800
|
-
style:
|
|
802
|
+
style: S({
|
|
801
803
|
color: t.iconColor,
|
|
802
804
|
border: `1px solid ${t.iconBorderColor}`
|
|
803
805
|
})
|
|
804
|
-
}, [u(I(
|
|
806
|
+
}, [u(I(w), {
|
|
805
807
|
class: "icon",
|
|
806
808
|
icon: o.icon
|
|
807
|
-
}, null, 8, ["icon"])], 4), e("h3", Tt,
|
|
808
|
-
default: _(() => [g(
|
|
809
|
+
}, null, 8, ["icon"])], 4), e("h3", Tt, l(o.title), 1), u(x, null, {
|
|
810
|
+
default: _(() => [g(l(o.description), 1)]),
|
|
809
811
|
_: 2
|
|
810
812
|
}, 1024)]),
|
|
811
813
|
_: 2
|
|
@@ -829,7 +831,7 @@ const V = /* @__PURE__ */ d(It, [["render", Ct], ["__scopeId", "data-v-997fc2a4"
|
|
|
829
831
|
},
|
|
830
832
|
setup(a) {
|
|
831
833
|
const t = a;
|
|
832
|
-
return (
|
|
834
|
+
return (c, i) => (s(), n("div", qt, [(s(!0), n(v, null, b(t.list, (o, r) => (s(), n("div", {
|
|
833
835
|
key: r,
|
|
834
836
|
class: "tt-feature-item centered"
|
|
835
837
|
}, [i[1] || (i[1] = e("div", {
|
|
@@ -838,11 +840,11 @@ const V = /* @__PURE__ */ d(It, [["render", Ct], ["__scopeId", "data-v-997fc2a4"
|
|
|
838
840
|
src: "https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/66cda872417824f6aabdc2ad_check-highlight-badge.svg",
|
|
839
841
|
loading: "lazy",
|
|
840
842
|
class: "feature-media"
|
|
841
|
-
})], -1)), e("div", Bt, [e("h3", zt,
|
|
843
|
+
})], -1)), e("div", Bt, [e("h3", zt, l(o.title), 1), e("p", Ft, [g(l(o.descriptions) + " ", 1), i[0] || (i[0] = e("br", null, null, -1))])])]))), 128))]));
|
|
842
844
|
}
|
|
843
|
-
}),
|
|
844
|
-
function Dt(a, t,
|
|
845
|
-
return `mailto:${a}?subject=${encodeURIComponent(t)}&body=${encodeURIComponent(
|
|
845
|
+
}), wn = /* @__PURE__ */ d(Vt, [["__scopeId", "data-v-abd3c70a"]]);
|
|
846
|
+
function Dt(a, t, c) {
|
|
847
|
+
return `mailto:${a}?subject=${encodeURIComponent(t)}&body=${encodeURIComponent(c)}`;
|
|
846
848
|
}
|
|
847
849
|
const Ht = {
|
|
848
850
|
class: "bottom"
|
|
@@ -866,19 +868,19 @@ const Ht = {
|
|
|
866
868
|
},
|
|
867
869
|
setup(a) {
|
|
868
870
|
const t = a;
|
|
869
|
-
function
|
|
871
|
+
function c() {
|
|
870
872
|
window.open(t.beianUrl);
|
|
871
873
|
}
|
|
872
874
|
return (i, o) => (s(), n("div", Ht, [e("span", {
|
|
873
|
-
onClick:
|
|
874
|
-
},
|
|
875
|
+
onClick: c
|
|
876
|
+
}, l(t.beianText), 1), e("div", Mt, [(s(!0), n(v, null, b(a.links, (r, m) => (s(), n("div", {
|
|
875
877
|
key: m,
|
|
876
878
|
class: "socialItem",
|
|
877
879
|
onClick: r.select
|
|
878
|
-
}, [r.type === "text" ? (s(), L(I(
|
|
880
|
+
}, [r.type === "text" ? (s(), L(I(w), {
|
|
879
881
|
key: 0,
|
|
880
882
|
icon: r.icon
|
|
881
|
-
}, null, 8, ["icon"])) : T("", !0), r.type === "image" ? (s(), L(I(
|
|
883
|
+
}, null, 8, ["icon"])) : T("", !0), r.type === "image" ? (s(), L(I(w), {
|
|
882
884
|
key: 1,
|
|
883
885
|
icon: r.icon
|
|
884
886
|
}, null, 8, ["icon"])) : T("", !0)], 8, jt))), 128))])]));
|
|
@@ -894,7 +896,7 @@ const Ht = {
|
|
|
894
896
|
}, Wt = /* @__PURE__ */ f({
|
|
895
897
|
__name: "LandingPageFooterLayout",
|
|
896
898
|
setup(a) {
|
|
897
|
-
return (t,
|
|
899
|
+
return (t, c) => (s(), n("div", Et, [u(V), e("div", Nt, [e("div", Ot, [h(t.$slots, "LandingPageBrandInfo", {}, void 0, !0)]), e("div", Rt, [h(t.$slots, "LandingPageLinkGroup", {}, void 0, !0)])]), u(V), h(t.$slots, "LandingPageFooterContact", {}, void 0, !0)]));
|
|
898
900
|
}
|
|
899
901
|
}), Kt = /* @__PURE__ */ d(Wt, [["__scopeId", "data-v-425841c7"]]), Jt = {}, Qt = {
|
|
900
902
|
class: "Description"
|
|
@@ -917,14 +919,14 @@ const P = /* @__PURE__ */ d(Jt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
917
919
|
},
|
|
918
920
|
setup(a) {
|
|
919
921
|
const t = a;
|
|
920
|
-
return (
|
|
922
|
+
return (c, i) => (s(), n("div", Yt, [e("div", Xt, l(t.title), 1), e("div", es, [h(c.$slots, "item", {}, void 0, !0)])]));
|
|
921
923
|
}
|
|
922
924
|
}), B = /* @__PURE__ */ d(ts, [["__scopeId", "data-v-0809a48c"]]), ss = {
|
|
923
925
|
class: "Footer"
|
|
924
926
|
}, D = "support@huyooo.com", as = /* @__PURE__ */ f({
|
|
925
927
|
__name: "LandingPageFooter",
|
|
926
928
|
setup(a) {
|
|
927
|
-
const t = k("京ICP备2024077422号 Copyright © 2024-2024 北京忽柚科技有限公司"),
|
|
929
|
+
const t = k("京ICP备2024077422号 Copyright © 2024-2024 北京忽柚科技有限公司"), c = k("https://beian.miit.gov.cn/#/Integrated/index");
|
|
928
930
|
function i() {
|
|
929
931
|
const p = Dt(D, "", "");
|
|
930
932
|
window.location.href = p;
|
|
@@ -1005,21 +1007,21 @@ const P = /* @__PURE__ */ d(Jt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1005
1007
|
})]),
|
|
1006
1008
|
LandingPageFooterContact: _(() => [u(Gt, {
|
|
1007
1009
|
"beian-text": t.value,
|
|
1008
|
-
"beian-url":
|
|
1010
|
+
"beian-url": c.value,
|
|
1009
1011
|
links: o.value
|
|
1010
1012
|
}, null, 8, ["beian-text", "beian-url", "links"])]),
|
|
1011
1013
|
_: 1
|
|
1012
1014
|
})]));
|
|
1013
1015
|
}
|
|
1014
|
-
}),
|
|
1016
|
+
}), Sn = /* @__PURE__ */ d(as, [["__scopeId", "data-v-ee74e088"]]), ns = {
|
|
1015
1017
|
class: "hero"
|
|
1016
1018
|
}, is = {
|
|
1017
1019
|
class: "heroContent"
|
|
1018
1020
|
}, os = {
|
|
1019
1021
|
class: "heroHeading"
|
|
1020
|
-
}, ls = {
|
|
1021
|
-
class: "heroTitle"
|
|
1022
1022
|
}, cs = {
|
|
1023
|
+
class: "heroTitle"
|
|
1024
|
+
}, ls = {
|
|
1023
1025
|
class: "heroDescription"
|
|
1024
1026
|
}, rs = {
|
|
1025
1027
|
class: "heroActions"
|
|
@@ -1043,9 +1045,9 @@ const P = /* @__PURE__ */ d(Jt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1043
1045
|
},
|
|
1044
1046
|
setup(a) {
|
|
1045
1047
|
const t = a;
|
|
1046
|
-
return (
|
|
1048
|
+
return (c, i) => (s(), n("main", ns, [e("div", is, [e("div", os, [e("h1", cs, [h(c.$slots, "title", {}, () => [g(l(t.title), 1)], !0)])]), e("div", ls, [e("div", null, l(t.description), 1)]), e("div", rs, [h(c.$slots, "actions", {}, void 0, !0)])]), e("div", ds, [h(c.$slots, "heroSource", {}, void 0, !0)])]));
|
|
1047
1049
|
}
|
|
1048
|
-
}),
|
|
1050
|
+
}), Cn = /* @__PURE__ */ d(us, [["__scopeId", "data-v-38f97a3c"]]), _s = {
|
|
1049
1051
|
class: "logos-list"
|
|
1050
1052
|
}, ps = /* @__PURE__ */ f({
|
|
1051
1053
|
__name: "LandingPageLogos",
|
|
@@ -1074,7 +1076,7 @@ const P = /* @__PURE__ */ d(Jt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1074
1076
|
},
|
|
1075
1077
|
setup(a) {
|
|
1076
1078
|
const t = a;
|
|
1077
|
-
return (
|
|
1079
|
+
return (c, i) => (s(), n("div", _s, [(s(!0), n(v, null, b(t.logos, (o, r) => (s(), L(I(w), {
|
|
1078
1080
|
key: r,
|
|
1079
1081
|
icon: o.name,
|
|
1080
1082
|
class: "logo-icon"
|
|
@@ -1101,7 +1103,7 @@ const P = /* @__PURE__ */ d(Jt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1101
1103
|
}
|
|
1102
1104
|
},
|
|
1103
1105
|
setup(a) {
|
|
1104
|
-
const t = a,
|
|
1106
|
+
const t = a, c = z(() => ({
|
|
1105
1107
|
maxWidth: t.maxWidth,
|
|
1106
1108
|
margin: t.center ? "0 auto" : void 0,
|
|
1107
1109
|
width: "100%",
|
|
@@ -1112,7 +1114,7 @@ const P = /* @__PURE__ */ d(Jt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1112
1114
|
}));
|
|
1113
1115
|
return (i, o) => (s(), n("div", {
|
|
1114
1116
|
class: "PageContent",
|
|
1115
|
-
style:
|
|
1117
|
+
style: S(c.value)
|
|
1116
1118
|
}, [h(i.$slots, "default", {}, void 0, !0)], 4));
|
|
1117
1119
|
}
|
|
1118
1120
|
}), Tn = /* @__PURE__ */ d(fs, [["__scopeId", "data-v-00ec8180"]]), ms = {
|
|
@@ -1129,7 +1131,7 @@ const P = /* @__PURE__ */ d(Jt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1129
1131
|
key: 0,
|
|
1130
1132
|
"data-state": "checked",
|
|
1131
1133
|
class: "tabs-radio-icon"
|
|
1132
|
-
},
|
|
1134
|
+
}, ys = ["for"], bs = {
|
|
1133
1135
|
key: 0,
|
|
1134
1136
|
class: "tabs-badge"
|
|
1135
1137
|
}, ks = /* @__PURE__ */ f({
|
|
@@ -1147,9 +1149,9 @@ const P = /* @__PURE__ */ d(Jt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1147
1149
|
emits: ["update:modelValue"],
|
|
1148
1150
|
setup(a) {
|
|
1149
1151
|
const t = a;
|
|
1150
|
-
return (
|
|
1152
|
+
return (c, i) => (s(), n("div", ms, [e("div", gs, [e("div", hs, [(s(!0), n(v, null, b(t.tabs, (o) => (s(), n("div", {
|
|
1151
1153
|
key: o.value,
|
|
1152
|
-
class:
|
|
1154
|
+
class: C(["tabs-item", {
|
|
1153
1155
|
"tabs-item-active": o.value === a.modelValue
|
|
1154
1156
|
}])
|
|
1155
1157
|
}, [e("button", {
|
|
@@ -1161,11 +1163,11 @@ const P = /* @__PURE__ */ d(Jt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1161
1163
|
value: o.value,
|
|
1162
1164
|
class: "tabs-radio",
|
|
1163
1165
|
tabindex: o.value === a.modelValue ? 0 : -1,
|
|
1164
|
-
onClick: (r) =>
|
|
1166
|
+
onClick: (r) => c.$emit("update:modelValue", o.value)
|
|
1165
1167
|
}, [o.value === a.modelValue ? (s(), n("span", $s)) : T("", !0)], 8, vs), e("label", {
|
|
1166
1168
|
class: "tabs-label",
|
|
1167
1169
|
for: o.value
|
|
1168
|
-
}, [e("span", null,
|
|
1170
|
+
}, [e("span", null, l(o.label), 1), o.badge ? (s(), n("div", bs, l(o.badge), 1)) : T("", !0)], 8, ys)], 2))), 128))])])]));
|
|
1169
1171
|
}
|
|
1170
1172
|
}), Ls = /* @__PURE__ */ d(ks, [["__scopeId", "data-v-9eb67a93"]]), Ps = {
|
|
1171
1173
|
class: "PriceGroup"
|
|
@@ -1173,7 +1175,7 @@ const P = /* @__PURE__ */ d(Jt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1173
1175
|
__name: "LandingPagePriceGroup",
|
|
1174
1176
|
setup(a) {
|
|
1175
1177
|
const t = k("subscribe-monthly");
|
|
1176
|
-
return (
|
|
1178
|
+
return (c, i) => (s(), n("div", Ps, [u(Ls, {
|
|
1177
1179
|
modelValue: t.value,
|
|
1178
1180
|
"onUpdate:modelValue": i[0] || (i[0] = (o) => t.value = o),
|
|
1179
1181
|
tabs: [{
|
|
@@ -1187,13 +1189,13 @@ const P = /* @__PURE__ */ d(Jt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1187
1189
|
value: "pay-as-you-go",
|
|
1188
1190
|
label: "按需付费"
|
|
1189
1191
|
}]
|
|
1190
|
-
}, null, 8, ["modelValue"]), h(
|
|
1192
|
+
}, null, 8, ["modelValue"]), h(c.$slots, "default", {}, void 0, !0)]));
|
|
1191
1193
|
}
|
|
1192
|
-
}), An = /* @__PURE__ */ d(Is, [["__scopeId", "data-v-43a35f55"]]),
|
|
1194
|
+
}), An = /* @__PURE__ */ d(Is, [["__scopeId", "data-v-43a35f55"]]), ws = {
|
|
1193
1195
|
class: "PricingCard"
|
|
1194
|
-
},
|
|
1196
|
+
}, Ss = {
|
|
1195
1197
|
class: "title"
|
|
1196
|
-
},
|
|
1198
|
+
}, Cs = {
|
|
1197
1199
|
class: "titleText"
|
|
1198
1200
|
}, xs = {
|
|
1199
1201
|
class: "description"
|
|
@@ -1277,19 +1279,19 @@ const P = /* @__PURE__ */ d(Jt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1277
1279
|
setup(a, {
|
|
1278
1280
|
emit: t
|
|
1279
1281
|
}) {
|
|
1280
|
-
const
|
|
1282
|
+
const c = t, i = a;
|
|
1281
1283
|
function o() {
|
|
1282
|
-
|
|
1284
|
+
c("toPay");
|
|
1283
1285
|
}
|
|
1284
|
-
return (r, m) => (s(), n("div",
|
|
1286
|
+
return (r, m) => (s(), n("div", ws, [e("div", null, [e("div", Ss, [e("span", Cs, l(i.title), 1), i.badge.label ? (s(), L(I(K), {
|
|
1285
1287
|
key: 0,
|
|
1286
1288
|
color: "arcoblue"
|
|
1287
1289
|
}, {
|
|
1288
|
-
default: _(() => [g(
|
|
1290
|
+
default: _(() => [g(l(i.badge.label), 1)]),
|
|
1289
1291
|
_: 1
|
|
1290
|
-
})) : T("", !0)]), e("div", xs,
|
|
1292
|
+
})) : T("", !0)]), e("div", xs, l(i.description), 1)]), e("div", Ts, [i.discount !== null ? (s(), n(v, {
|
|
1291
1293
|
key: 0
|
|
1292
|
-
}, [e("span", As, [e("span", null,
|
|
1294
|
+
}, [e("span", As, [e("span", null, l(i.price), 1), e("span", null, l(i.unit), 1)]), e("span", qs, [e("span", Bs, l(i.discount), 1), e("span", null, l(i.unit), 1)])], 64)) : (s(), n("span", zs, [e("span", null, l(i.price), 1), e("span", null, l(i.unit), 1)])), e("span", Fs, l(i.cycle), 1)]), e("div", Vs, [(s(!0), n(v, null, b(i.features, ($, p) => (s(), L(j, {
|
|
1293
1295
|
key: p,
|
|
1294
1296
|
description: $.title
|
|
1295
1297
|
}, null, 8, ["description"]))), 128))]), u(Qe, {
|
|
@@ -1299,7 +1301,7 @@ const P = /* @__PURE__ */ d(Jt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1299
1301
|
disabled: !(i.discount || i.price),
|
|
1300
1302
|
onClick: o
|
|
1301
1303
|
}, {
|
|
1302
|
-
default: _(() => [g(
|
|
1304
|
+
default: _(() => [g(l(i.button.label), 1)]),
|
|
1303
1305
|
_: 1
|
|
1304
1306
|
}, 8, ["loading", "disabled"])]));
|
|
1305
1307
|
}
|
|
@@ -1350,7 +1352,7 @@ const Bn = /* @__PURE__ */ d(Hs, [["render", Us], ["__scopeId", "data-v-1f26d3ee
|
|
|
1350
1352
|
}
|
|
1351
1353
|
},
|
|
1352
1354
|
setup(a) {
|
|
1353
|
-
return (t,
|
|
1355
|
+
return (t, c) => (s(), n("div", Gs, [e("div", Es, [e("div", Ns, [e("img", {
|
|
1354
1356
|
src: t.icon,
|
|
1355
1357
|
alt: t.iconAlt,
|
|
1356
1358
|
width: t.iconWidth,
|
|
@@ -1358,7 +1360,7 @@ const Bn = /* @__PURE__ */ d(Hs, [["render", Us], ["__scopeId", "data-v-1f26d3ee
|
|
|
1358
1360
|
loading: "lazy",
|
|
1359
1361
|
decoding: "async",
|
|
1360
1362
|
class: "icon"
|
|
1361
|
-
}, null, 8, Os), e("span", Rs,
|
|
1363
|
+
}, null, 8, Os), e("span", Rs, l(t.title), 1)]), e("div", Ws, [e("img", {
|
|
1362
1364
|
src: t.dashline,
|
|
1363
1365
|
alt: t.dashlineAlt,
|
|
1364
1366
|
width: t.dashlineWidth,
|
|
@@ -1366,7 +1368,7 @@ const Bn = /* @__PURE__ */ d(Hs, [["render", Us], ["__scopeId", "data-v-1f26d3ee
|
|
|
1366
1368
|
loading: "lazy",
|
|
1367
1369
|
decoding: "async",
|
|
1368
1370
|
class: "dashline"
|
|
1369
|
-
}, null, 8, Ks), e("span", Js,
|
|
1371
|
+
}, null, 8, Ks), e("span", Js, l(t.subtitle), 1)])])]));
|
|
1370
1372
|
}
|
|
1371
1373
|
}), zn = /* @__PURE__ */ d(Qs, [["__scopeId", "data-v-6831913e"]]), Zs = {
|
|
1372
1374
|
class: "sections-container"
|
|
@@ -1424,8 +1426,8 @@ const Bn = /* @__PURE__ */ d(Hs, [["render", Us], ["__scopeId", "data-v-1f26d3ee
|
|
|
1424
1426
|
},
|
|
1425
1427
|
setup(a) {
|
|
1426
1428
|
const t = a;
|
|
1427
|
-
return (
|
|
1428
|
-
class:
|
|
1429
|
+
return (c, i) => (s(), n("section", Zs, [e("div", Ys, [e("div", {
|
|
1430
|
+
class: C(["content-wrapper", {
|
|
1429
1431
|
reverse: t.reverse
|
|
1430
1432
|
}])
|
|
1431
1433
|
}, [e("div", Xs, [e("img", {
|
|
@@ -1433,26 +1435,26 @@ const Bn = /* @__PURE__ */ d(Hs, [["render", Us], ["__scopeId", "data-v-1f26d3ee
|
|
|
1433
1435
|
alt: t.imageAlt,
|
|
1434
1436
|
class: "image"
|
|
1435
1437
|
}, null, 8, ea)]), e("div", ta, [e("div", sa, [u(M, null, {
|
|
1436
|
-
default: _(() => [g(
|
|
1438
|
+
default: _(() => [g(l(t.title), 1)]),
|
|
1437
1439
|
_: 1
|
|
1438
1440
|
}), u(H, null, {
|
|
1439
|
-
default: _(() => [g(
|
|
1441
|
+
default: _(() => [g(l(t.subTitle), 1)]),
|
|
1440
1442
|
_: 1
|
|
1441
|
-
})]), e("div", aa, [(s(!0), n(v, null,
|
|
1443
|
+
})]), e("div", aa, [(s(!0), n(v, null, b(t.features, (o, r) => (s(), n("div", {
|
|
1442
1444
|
key: r,
|
|
1443
1445
|
class: "feature-item"
|
|
1444
1446
|
}, [e("div", {
|
|
1445
|
-
class:
|
|
1447
|
+
class: C(["icon-container", [`icon-${o.color}`]])
|
|
1446
1448
|
}, i[0] || (i[0] = [e("div", {
|
|
1447
1449
|
class: "dot"
|
|
1448
|
-
}, null, -1)]), 2), e("div", na, [e("div", ia,
|
|
1449
|
-
default: _(() => [g(
|
|
1450
|
+
}, null, -1)]), 2), e("div", na, [e("div", ia, l(o.title), 1), u(x, null, {
|
|
1451
|
+
default: _(() => [g(l(o.description), 1)]),
|
|
1450
1452
|
_: 2
|
|
1451
1453
|
}, 1024)])]))), 128))])])], 2)])]));
|
|
1452
1454
|
}
|
|
1453
|
-
}), Fn = /* @__PURE__ */ d(oa, [["__scopeId", "data-v-ac2b71bb"]]),
|
|
1455
|
+
}), Fn = /* @__PURE__ */ d(oa, [["__scopeId", "data-v-ac2b71bb"]]), ca = {
|
|
1454
1456
|
class: "Showcase"
|
|
1455
|
-
},
|
|
1457
|
+
}, la = ["onClick"], ra = ["src", "alt"], da = {
|
|
1456
1458
|
class: "card-content"
|
|
1457
1459
|
}, ua = {
|
|
1458
1460
|
class: "card-title"
|
|
@@ -1478,26 +1480,26 @@ const Bn = /* @__PURE__ */ d(Hs, [["render", Us], ["__scopeId", "data-v-1f26d3ee
|
|
|
1478
1480
|
setup(a, {
|
|
1479
1481
|
emit: t
|
|
1480
1482
|
}) {
|
|
1481
|
-
const
|
|
1483
|
+
const c = a, i = t;
|
|
1482
1484
|
function o(m) {
|
|
1483
1485
|
i("cardClick", m);
|
|
1484
1486
|
}
|
|
1485
1487
|
const r = z(() => ({
|
|
1486
|
-
height: `${
|
|
1487
|
-
objectFit:
|
|
1488
|
+
height: `${c.cardHeight}px`,
|
|
1489
|
+
objectFit: c.objectFit
|
|
1488
1490
|
}));
|
|
1489
|
-
return (m, $) => (s(), n("div",
|
|
1490
|
-
key:
|
|
1491
|
+
return (m, $) => (s(), n("div", ca, [(s(!0), n(v, null, b(c.items, (p, y) => (s(), n("div", {
|
|
1492
|
+
key: y,
|
|
1491
1493
|
class: "showcase-card",
|
|
1492
1494
|
onClick: (G) => o(p)
|
|
1493
1495
|
}, [e("img", {
|
|
1494
1496
|
src: p.image,
|
|
1495
1497
|
alt: p.alt,
|
|
1496
|
-
style:
|
|
1497
|
-
}, null, 12, ra), e("div", da, [e("div", ua,
|
|
1498
|
-
default: _(() => [g(
|
|
1498
|
+
style: S(r.value)
|
|
1499
|
+
}, null, 12, ra), e("div", da, [e("div", ua, l(p.title), 1), u(x, null, {
|
|
1500
|
+
default: _(() => [g(l(p.description), 1)]),
|
|
1499
1501
|
_: 2
|
|
1500
|
-
}, 1024)])], 8,
|
|
1502
|
+
}, 1024)])], 8, la))), 128))]));
|
|
1501
1503
|
}
|
|
1502
1504
|
}), Vn = /* @__PURE__ */ d(_a, [["__scopeId", "data-v-381ed6a6"]]), pa = {
|
|
1503
1505
|
class: "Stats"
|
|
@@ -1535,18 +1537,18 @@ const Bn = /* @__PURE__ */ d(Hs, [["render", Us], ["__scopeId", "data-v-1f26d3ee
|
|
|
1535
1537
|
},
|
|
1536
1538
|
setup(a) {
|
|
1537
1539
|
const t = a;
|
|
1538
|
-
return (
|
|
1540
|
+
return (c, i) => (s(), n("div", pa, [(s(!0), n(v, null, b(t.stats, (o, r) => (s(), n("div", {
|
|
1539
1541
|
key: r,
|
|
1540
1542
|
class: "stats-item"
|
|
1541
|
-
}, [o.title ? (s(), n("div", fa,
|
|
1543
|
+
}, [o.title ? (s(), n("div", fa, l(o.title), 1)) : T("", !0), e("div", ma, l(o.number), 1), e("div", ga, l(o.label), 1)]))), 128))]));
|
|
1542
1544
|
}
|
|
1543
1545
|
}), Dn = /* @__PURE__ */ d(ha, [["__scopeId", "data-v-7aa9af80"]]), va = {
|
|
1544
1546
|
class: "stepNumber"
|
|
1545
1547
|
}, $a = {
|
|
1546
1548
|
class: "count"
|
|
1547
|
-
},
|
|
1549
|
+
}, ya = {
|
|
1548
1550
|
class: "stepTitle"
|
|
1549
|
-
},
|
|
1551
|
+
}, ba = /* @__PURE__ */ f({
|
|
1550
1552
|
__name: "LandingPageSteps",
|
|
1551
1553
|
props: {
|
|
1552
1554
|
columns: {
|
|
@@ -1569,31 +1571,31 @@ const Bn = /* @__PURE__ */ d(Hs, [["render", Us], ["__scopeId", "data-v-1f26d3ee
|
|
|
1569
1571
|
},
|
|
1570
1572
|
setup(a) {
|
|
1571
1573
|
const t = a;
|
|
1572
|
-
return (
|
|
1574
|
+
return (c, i) => (s(), n("div", {
|
|
1573
1575
|
class: "Steps",
|
|
1574
|
-
style:
|
|
1576
|
+
style: S({
|
|
1575
1577
|
gridTemplateColumns: `repeat(${t.columns}, 1fr)`
|
|
1576
1578
|
// flexDirection: props.flexDirection,
|
|
1577
1579
|
})
|
|
1578
|
-
}, [(s(!0), n(v, null,
|
|
1580
|
+
}, [(s(!0), n(v, null, b(t.steps, (o, r) => (s(), n("div", {
|
|
1579
1581
|
key: r,
|
|
1580
1582
|
class: "stepItem"
|
|
1581
|
-
}, [e("div", va, [e("span", $a,
|
|
1582
|
-
default: _(() => [g(
|
|
1583
|
+
}, [e("div", va, [e("span", $a, l(r + 1), 1)]), e("h3", ya, l(o.title), 1), u(x, null, {
|
|
1584
|
+
default: _(() => [g(l(o.description), 1)]),
|
|
1583
1585
|
_: 2
|
|
1584
1586
|
}, 1024)]))), 128))], 4));
|
|
1585
1587
|
}
|
|
1586
|
-
}), Hn = /* @__PURE__ */ d(
|
|
1588
|
+
}), Hn = /* @__PURE__ */ d(ba, [["__scopeId", "data-v-1ecd9597"]]), ka = {
|
|
1587
1589
|
class: "Testimonial"
|
|
1588
1590
|
}, La = {
|
|
1589
1591
|
class: "user-info"
|
|
1590
1592
|
}, Pa = {
|
|
1591
1593
|
class: "user-avatar"
|
|
1592
|
-
}, Ia = ["src", "alt"],
|
|
1594
|
+
}, Ia = ["src", "alt"], wa = {
|
|
1593
1595
|
class: "user-name"
|
|
1594
|
-
},
|
|
1596
|
+
}, Sa = {
|
|
1595
1597
|
class: "user-title"
|
|
1596
|
-
},
|
|
1598
|
+
}, Ca = /* @__PURE__ */ f({
|
|
1597
1599
|
__name: "LandingPageTestimonial",
|
|
1598
1600
|
props: {
|
|
1599
1601
|
testimonials: {
|
|
@@ -1602,20 +1604,20 @@ const Bn = /* @__PURE__ */ d(Hs, [["render", Us], ["__scopeId", "data-v-1f26d3ee
|
|
|
1602
1604
|
},
|
|
1603
1605
|
setup(a) {
|
|
1604
1606
|
const t = a;
|
|
1605
|
-
return (
|
|
1607
|
+
return (c, i) => (s(), n("div", ka, [(s(!0), n(v, null, b(t.testimonials, (o, r) => (s(), L(U, {
|
|
1606
1608
|
key: r
|
|
1607
1609
|
}, {
|
|
1608
1610
|
default: _(() => [e("div", null, [u(x, null, {
|
|
1609
|
-
default: _(() => [g(
|
|
1611
|
+
default: _(() => [g(l(`"${o.content}"`), 1)]),
|
|
1610
1612
|
_: 2
|
|
1611
1613
|
}, 1024)]), e("div", La, [e("span", Pa, [e("img", {
|
|
1612
1614
|
src: o.avatar,
|
|
1613
1615
|
alt: o.name
|
|
1614
|
-
}, null, 8, Ia)]), e("div", null, [e("div",
|
|
1616
|
+
}, null, 8, Ia)]), e("div", null, [e("div", wa, l(o.name), 1), e("div", Sa, l(o.title), 1)])])]),
|
|
1615
1617
|
_: 2
|
|
1616
1618
|
}, 1024))), 128))]));
|
|
1617
1619
|
}
|
|
1618
|
-
}), Mn = /* @__PURE__ */ d(
|
|
1620
|
+
}), Mn = /* @__PURE__ */ d(Ca, [["__scopeId", "data-v-bc49d7bc"]]), xa = ["href"], Ta = /* @__PURE__ */ f({
|
|
1619
1621
|
__name: "LandingPageTips",
|
|
1620
1622
|
props: {
|
|
1621
1623
|
href: {
|
|
@@ -1629,10 +1631,10 @@ const Bn = /* @__PURE__ */ d(Hs, [["render", Us], ["__scopeId", "data-v-1f26d3ee
|
|
|
1629
1631
|
},
|
|
1630
1632
|
setup(a) {
|
|
1631
1633
|
const t = a;
|
|
1632
|
-
return (
|
|
1634
|
+
return (c, i) => (s(), n("a", {
|
|
1633
1635
|
href: t.href,
|
|
1634
1636
|
class: "tips-link"
|
|
1635
|
-
},
|
|
1637
|
+
}, l(t.text), 9, xa));
|
|
1636
1638
|
}
|
|
1637
1639
|
}), jn = /* @__PURE__ */ d(Ta, [["__scopeId", "data-v-f5784dd1"]]), Aa = {}, qa = {
|
|
1638
1640
|
class: "sidebar"
|
|
@@ -1656,12 +1658,12 @@ const Un = /* @__PURE__ */ d(Aa, [["render", Ba], ["__scopeId", "data-v-251905ff
|
|
|
1656
1658
|
feature: {}
|
|
1657
1659
|
},
|
|
1658
1660
|
setup(a) {
|
|
1659
|
-
return (t,
|
|
1661
|
+
return (t, c) => (s(), n("div", za, [e("div", Fa, [e("img", {
|
|
1660
1662
|
src: t.feature.image,
|
|
1661
1663
|
alt: t.feature.title,
|
|
1662
1664
|
loading: "lazy",
|
|
1663
1665
|
decoding: "async"
|
|
1664
|
-
}, null, 8, Va)]), e("h3", Da,
|
|
1666
|
+
}, null, 8, Va)]), e("h3", Da, l(t.feature.title), 1), e("p", Ha, l(t.feature.description), 1), e("div", Ma, [(s(!0), n(v, null, b(t.feature.platforms, (i) => (s(), L(I(w), {
|
|
1665
1667
|
key: i.name,
|
|
1666
1668
|
icon: i.icon,
|
|
1667
1669
|
class: "platform-icon"
|
|
@@ -1678,7 +1680,7 @@ const Un = /* @__PURE__ */ d(Aa, [["render", Ba], ["__scopeId", "data-v-251905ff
|
|
|
1678
1680
|
description: {}
|
|
1679
1681
|
},
|
|
1680
1682
|
setup(a) {
|
|
1681
|
-
return (t,
|
|
1683
|
+
return (t, c) => (s(), n("div", Ua, [e("h2", Ga, l(t.title), 1), e("p", {
|
|
1682
1684
|
class: "feature-section-description",
|
|
1683
1685
|
innerHTML: t.description
|
|
1684
1686
|
}, null, 8, Ea)]));
|
|
@@ -1709,14 +1711,14 @@ const Nn = /* @__PURE__ */ d(Oa, [["render", Wa], ["__scopeId", "data-v-392f636b
|
|
|
1709
1711
|
testimonials: {}
|
|
1710
1712
|
},
|
|
1711
1713
|
setup(a) {
|
|
1712
|
-
function t(
|
|
1713
|
-
|
|
1714
|
+
function t(c) {
|
|
1715
|
+
c.link && window.open(c.link, "_blank");
|
|
1714
1716
|
}
|
|
1715
|
-
return (
|
|
1717
|
+
return (c, i) => (s(), n("div", Ka, [(s(!0), n(v, null, b(c.testimonials, (o) => (s(), n("div", {
|
|
1716
1718
|
key: o.name,
|
|
1717
1719
|
class: "testimonial-card"
|
|
1718
1720
|
}, [e("div", Ja, [e("div", {
|
|
1719
|
-
class:
|
|
1721
|
+
class: C(["user-link", {
|
|
1720
1722
|
"no-link": !o.link
|
|
1721
1723
|
}]),
|
|
1722
1724
|
onClick: (r) => t(o)
|
|
@@ -1728,13 +1730,13 @@ const Nn = /* @__PURE__ */ d(Oa, [["render", Wa], ["__scopeId", "data-v-392f636b
|
|
|
1728
1730
|
loading: "lazy",
|
|
1729
1731
|
decoding: "async",
|
|
1730
1732
|
class: "avatar-image"
|
|
1731
|
-
}, null, 8, Ya)]), e("div", Xa, [e("span", en,
|
|
1733
|
+
}, null, 8, Ya)]), e("div", Xa, [e("span", en, l(o.name), 1), e("span", tn, l(o.title), 1)])], 10, Qa)]), e("p", sn, l(o.content), 1)]))), 128))]));
|
|
1732
1734
|
}
|
|
1733
1735
|
}), On = /* @__PURE__ */ d(an, [["__scopeId", "data-v-6e10d8a8"]]), nn = {
|
|
1734
1736
|
class: "tabs"
|
|
1735
1737
|
}, on = {
|
|
1736
1738
|
class: "tabs-header"
|
|
1737
|
-
},
|
|
1739
|
+
}, cn = ["onClick"], ln = {
|
|
1738
1740
|
class: "tab-label"
|
|
1739
1741
|
}, rn = {
|
|
1740
1742
|
class: "tabs-content"
|
|
@@ -1754,30 +1756,30 @@ const Nn = /* @__PURE__ */ d(Oa, [["render", Wa], ["__scopeId", "data-v-392f636b
|
|
|
1754
1756
|
emit: t
|
|
1755
1757
|
}) {
|
|
1756
1758
|
var m;
|
|
1757
|
-
const
|
|
1759
|
+
const c = a, i = t, o = k(c.modelValue || c.defaultActiveTab || ((m = c.tabs[0]) == null ? void 0 : m.id) || "");
|
|
1758
1760
|
function r($) {
|
|
1759
1761
|
o.value = $, i("update:modelValue", $), i("tabChange", $);
|
|
1760
1762
|
}
|
|
1761
|
-
return F(() =>
|
|
1763
|
+
return F(() => c.modelValue, ($) => {
|
|
1762
1764
|
$ && (o.value = $);
|
|
1763
|
-
}), F(() =>
|
|
1764
|
-
$ && !
|
|
1765
|
-
}), ($, p) => (s(), n("div", nn, [e("div", on, [(s(!0), n(v, null,
|
|
1766
|
-
key:
|
|
1767
|
-
class:
|
|
1768
|
-
active: o.value ===
|
|
1765
|
+
}), F(() => c.defaultActiveTab, ($) => {
|
|
1766
|
+
$ && !c.modelValue && (o.value = $);
|
|
1767
|
+
}), ($, p) => (s(), n("div", nn, [e("div", on, [(s(!0), n(v, null, b($.tabs, (y) => (s(), n("div", {
|
|
1768
|
+
key: y.id,
|
|
1769
|
+
class: C(["tab-item", {
|
|
1770
|
+
active: o.value === y.id
|
|
1769
1771
|
}]),
|
|
1770
|
-
onClick: (G) => r(
|
|
1771
|
-
}, [e("span",
|
|
1772
|
-
key:
|
|
1772
|
+
onClick: (G) => r(y.id)
|
|
1773
|
+
}, [e("span", ln, l(y.label), 1)], 10, cn))), 128))]), e("div", rn, [(s(!0), n(v, null, b($.tabs, (y) => A((s(), n("div", {
|
|
1774
|
+
key: y.id,
|
|
1773
1775
|
class: "tab-panel"
|
|
1774
|
-
}, [h($.$slots,
|
|
1775
|
-
tab:
|
|
1776
|
+
}, [h($.$slots, y.id, {
|
|
1777
|
+
tab: y
|
|
1776
1778
|
}, () => [h($.$slots, "default", {
|
|
1777
|
-
tab:
|
|
1778
|
-
}, void 0, !0)], !0)])), [[O, o.value ===
|
|
1779
|
+
tab: y
|
|
1780
|
+
}, void 0, !0)], !0)])), [[O, o.value === y.id]])), 128))])]));
|
|
1779
1781
|
}
|
|
1780
|
-
}), Rn = /* @__PURE__ */ d(dn, [["__scopeId", "data-v-22e880ae"]]);
|
|
1782
|
+
}), Rn = /* @__PURE__ */ d(dn, [["__scopeId", "data-v-22e880ae"]]), Wn = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1744'%20height='480'%20viewBox='0%200%201744%20480'%20fill='none'%3e%3cg%20style='mix-blend-mode:luminosity'%20opacity='0.5'%3e%3ccircle%20opacity='0.7'%20cx='861.225'%20cy='247.836'%20r='322.59'%20stroke='%2300000050'%20stroke-width='1.29295'%20/%3e%3ccircle%20opacity='0.6'%20cx='861.225'%20cy='247.836'%20r='387.237'%20stroke='%2300000050'%20stroke-width='1.29295'%20/%3e%3ccircle%20opacity='0.5'%20cx='861.226'%20cy='247.836'%20r='451.884'%20stroke='%2300000050'%20stroke-width='1.29295'%20/%3e%3ccircle%20opacity='0.4'%20cx='861.225'%20cy='247.835'%20r='516.532'%20stroke='%2300000050'%20stroke-width='1.29295'%20/%3e%3ccircle%20opacity='0.3'%20cx='861.225'%20cy='247.836'%20r='581.179'%20stroke='%2300000050'%20stroke-width='1.29295'%20/%3e%3ccircle%20opacity='0.2'%20cx='861.225'%20cy='247.836'%20r='645.826'%20stroke='%2300000050'%20stroke-width='1.29295'%20/%3e%3ccircle%20opacity='0.15'%20cx='861.225'%20cy='247.836'%20r='710.473'%20stroke='%2300000050'%20stroke-width='1.29295'%20/%3e%3ccircle%20opacity='0.1'%20cx='861.225'%20cy='247.836'%20r='775.12'%20stroke='%2300000050'%20stroke-width='1.29295'%20/%3e%3ccircle%20opacity='0.1'%20cx='862.695'%20cy='238.041'%20r='842.161'%20stroke='%2300000050'%20stroke-width='1.40477'%20/%3e%3ccircle%20opacity='0.1'%20cx='872'%20cy='240'%20r='907.243'%20stroke='%2300000050'%20stroke-width='1.51333'%20/%3e%3c/g%3e%3c/svg%3e";
|
|
1781
1783
|
export {
|
|
1782
1784
|
zn as A,
|
|
1783
1785
|
Qe as B,
|
|
@@ -1801,28 +1803,29 @@ export {
|
|
|
1801
1803
|
Ls as T,
|
|
1802
1804
|
On as U,
|
|
1803
1805
|
Rn as V,
|
|
1806
|
+
Wn as W,
|
|
1804
1807
|
$n as a,
|
|
1805
1808
|
ae as b,
|
|
1806
1809
|
oe as c,
|
|
1807
1810
|
Ke as d,
|
|
1808
|
-
|
|
1809
|
-
|
|
1811
|
+
yn as e,
|
|
1812
|
+
bn as f,
|
|
1810
1813
|
kn as g,
|
|
1811
1814
|
Ln as h,
|
|
1812
1815
|
V as i,
|
|
1813
1816
|
Pn as j,
|
|
1814
1817
|
In as k,
|
|
1815
|
-
|
|
1816
|
-
|
|
1818
|
+
wn as l,
|
|
1819
|
+
Sn as m,
|
|
1817
1820
|
Gt as n,
|
|
1818
1821
|
Kt as o,
|
|
1819
|
-
|
|
1822
|
+
Cn as p,
|
|
1820
1823
|
P as q,
|
|
1821
1824
|
B as r,
|
|
1822
1825
|
j as s,
|
|
1823
1826
|
Oe as t,
|
|
1824
1827
|
xn as u,
|
|
1825
|
-
|
|
1828
|
+
ye as v,
|
|
1826
1829
|
Tn as w,
|
|
1827
1830
|
An as x,
|
|
1828
1831
|
qn as y,
|