@huyooo/ui 0.4.36 → 0.4.38
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/{LandingPageToc-BrUxyH80.js → LandingPageToc-DppEgwBt.js} +217 -203
- package/dist/components/LandingPage/LandingPageBrandInfo.vue.d.ts +9 -0
- package/dist/components/LandingPage/LandingPageLogo.vue.d.ts +11 -0
- package/dist/index.js +1 -1
- package/dist/landingPage.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createElementBlock as o, openBlock as s, renderSlot as h, defineComponent as p, createVNode as c, withCtx as u, createElementVNode as
|
|
1
|
+
import { createElementBlock as o, openBlock as s, renderSlot as h, defineComponent as p, createVNode as c, withCtx as u, createElementVNode as t, normalizeStyle as S, unref as P, toDisplayString as r, Fragment as v, renderList as b, createBlock as L, normalizeClass as C, createTextVNode as g, ref as k, createCommentVNode as w, withModifiers as H, withDirectives as T, vModelText as q, computed as z, createStaticVNode as U } from "vue";
|
|
2
2
|
import { _ as d } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
3
|
import { Icon as x } from "@iconify/vue";
|
|
4
4
|
import { C as N, a as G } from "./CollapseItem-Cw1vcdLu.js";
|
|
@@ -8,13 +8,13 @@ import { Tag as O } from "@arco-design/web-vue";
|
|
|
8
8
|
const R = {}, W = {
|
|
9
9
|
class: "SubTitle"
|
|
10
10
|
};
|
|
11
|
-
function K(a,
|
|
11
|
+
function K(a, e) {
|
|
12
12
|
return s(), o("div", W, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
13
13
|
}
|
|
14
14
|
const V = /* @__PURE__ */ d(R, [["render", K], ["__scopeId", "data-v-3decf2d4"]]), Y = {}, J = {
|
|
15
15
|
class: "Title"
|
|
16
16
|
};
|
|
17
|
-
function Z(a,
|
|
17
|
+
function Z(a, e) {
|
|
18
18
|
return s(), o("h2", J, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
19
19
|
}
|
|
20
20
|
const E = /* @__PURE__ */ d(Y, [["render", Z], ["__scopeId", "data-v-58078aa8"]]), Q = {
|
|
@@ -22,15 +22,15 @@ const E = /* @__PURE__ */ d(Y, [["render", Z], ["__scopeId", "data-v-58078aa8"]]
|
|
|
22
22
|
}, X = /* @__PURE__ */ p({
|
|
23
23
|
__name: "LandingPageBlockHeader",
|
|
24
24
|
setup(a) {
|
|
25
|
-
return (
|
|
25
|
+
return (e, l) => (s(), o("div", Q, [c(E, {
|
|
26
26
|
class: "BlockHeaderTitle"
|
|
27
27
|
}, {
|
|
28
|
-
default: u(() => [h(
|
|
28
|
+
default: u(() => [h(e.$slots, "title", {}, void 0, !0)]),
|
|
29
29
|
_: 3
|
|
30
30
|
}), c(V, {
|
|
31
31
|
class: "BlockHeaderSubTitle"
|
|
32
32
|
}, {
|
|
33
|
-
default: u(() => [h(
|
|
33
|
+
default: u(() => [h(e.$slots, "subTitle", {}, void 0, !0)]),
|
|
34
34
|
_: 3
|
|
35
35
|
})]));
|
|
36
36
|
}
|
|
@@ -49,12 +49,12 @@ const E = /* @__PURE__ */ d(Y, [["render", Z], ["__scopeId", "data-v-58078aa8"]]
|
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
setup(a) {
|
|
52
|
-
const
|
|
53
|
-
return (l, i) => (s(), o("section", te, [h(l.$slots, "BlockHeader", {}, void 0, !0),
|
|
52
|
+
const e = a;
|
|
53
|
+
return (l, i) => (s(), o("section", te, [h(l.$slots, "BlockHeader", {}, void 0, !0), t("div", {
|
|
54
54
|
class: "BlockBody",
|
|
55
|
-
style:
|
|
56
|
-
gridTemplateColumns: `repeat(${
|
|
57
|
-
flexDirection:
|
|
55
|
+
style: S({
|
|
56
|
+
gridTemplateColumns: `repeat(${e.columns}, 1fr)`,
|
|
57
|
+
flexDirection: e.flexDirection
|
|
58
58
|
})
|
|
59
59
|
}, [h(l.$slots, "BlockBody", {}, void 0, !0)], 4)]));
|
|
60
60
|
}
|
|
@@ -71,11 +71,11 @@ const E = /* @__PURE__ */ d(Y, [["render", Z], ["__scopeId", "data-v-58078aa8"]]
|
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
73
|
setup(a) {
|
|
74
|
-
const
|
|
74
|
+
const e = a;
|
|
75
75
|
return (l, i) => (s(), o("div", ne, [c(P(x), {
|
|
76
76
|
icon: "mingcute:check-circle-fill",
|
|
77
77
|
class: "mission-list-icon"
|
|
78
|
-
}),
|
|
78
|
+
}), t("span", ie, r(e.description), 1)]));
|
|
79
79
|
}
|
|
80
80
|
}), j = /* @__PURE__ */ d(oe, [["__scopeId", "data-v-4973c791"]]), le = {
|
|
81
81
|
class: "mission-container"
|
|
@@ -106,21 +106,21 @@ const E = /* @__PURE__ */ d(Y, [["render", Z], ["__scopeId", "data-v-58078aa8"]]
|
|
|
106
106
|
features: {}
|
|
107
107
|
},
|
|
108
108
|
setup(a) {
|
|
109
|
-
return (
|
|
109
|
+
return (e, l) => (s(), o("div", le, [t("div", re, [l[0] || (l[0] = t("div", {
|
|
110
110
|
class: "mission-bg1"
|
|
111
|
-
}, null, -1)),
|
|
112
|
-
src:
|
|
113
|
-
alt:
|
|
111
|
+
}, null, -1)), t("img", {
|
|
112
|
+
src: e.image,
|
|
113
|
+
alt: e.imageAlt,
|
|
114
114
|
loading: "lazy",
|
|
115
115
|
width: "1270",
|
|
116
116
|
decoding: "async",
|
|
117
117
|
class: "mission-img"
|
|
118
|
-
}, null, 8, ce)]),
|
|
118
|
+
}, null, 8, ce)]), t("div", de, [t("h2", ue, [t("span", _e, r(e.highlight), 1), t("strong", null, r(e.title), 1)]), t("p", pe, r(e.description), 1), t("div", me, [(s(!0), o(v, null, b(e.features, (i, n) => (s(), L(j, {
|
|
119
119
|
key: n,
|
|
120
120
|
description: i
|
|
121
|
-
}, null, 8, ["description"]))), 128))])]), (s(), o("svg", fe, l[1] || (l[1] = [
|
|
121
|
+
}, null, 8, ["description"]))), 128))])]), (s(), o("svg", fe, l[1] || (l[1] = [t("symbol", {
|
|
122
122
|
id: "ai:ph:check-circle-fill"
|
|
123
|
-
}, [
|
|
123
|
+
}, [t("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)])))]));
|
|
@@ -138,13 +138,13 @@ const E = /* @__PURE__ */ d(Y, [["render", Z], ["__scopeId", "data-v-58078aa8"]]
|
|
|
138
138
|
description: {}
|
|
139
139
|
},
|
|
140
140
|
setup(a) {
|
|
141
|
-
const
|
|
142
|
-
return (l, i) => (s(), o("div", ve, [
|
|
141
|
+
const e = a;
|
|
142
|
+
return (l, i) => (s(), o("div", ve, [t("div", $e, r(e.title), 1), t("p", be, r(e.description), 1)]));
|
|
143
143
|
}
|
|
144
144
|
}), ke = /* @__PURE__ */ d(ye, [["__scopeId", "data-v-2074e0d7"]]), Le = {}, Pe = {
|
|
145
145
|
class: "Description"
|
|
146
146
|
};
|
|
147
|
-
function Ie(a,
|
|
147
|
+
function Ie(a, e) {
|
|
148
148
|
return s(), o("div", Pe, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
149
149
|
}
|
|
150
150
|
const I = /* @__PURE__ */ d(Le, [["render", Ie], ["__scopeId", "data-v-501deb41"]]), xe = {
|
|
@@ -165,17 +165,17 @@ const I = /* @__PURE__ */ d(Le, [["render", Ie], ["__scopeId", "data-v-501deb41"
|
|
|
165
165
|
pictureClass: {}
|
|
166
166
|
},
|
|
167
167
|
setup(a) {
|
|
168
|
-
return (
|
|
168
|
+
return (e, l) => (s(), o("div", xe, [(s(!0), o(v, null, b(e.publishedTeamMembers, (i) => (s(), o("div", {
|
|
169
169
|
key: i.data.name,
|
|
170
170
|
class: "group"
|
|
171
|
-
}, [
|
|
171
|
+
}, [t("div", Se, [t("img", {
|
|
172
172
|
src: i.data.avatar.src,
|
|
173
173
|
alt: i.data.avatar.alt,
|
|
174
|
-
sizes:
|
|
175
|
-
width:
|
|
176
|
-
height:
|
|
177
|
-
class:
|
|
178
|
-
}, null, 10, Ce)]),
|
|
174
|
+
sizes: e.sizes,
|
|
175
|
+
width: e.width,
|
|
176
|
+
height: e.height,
|
|
177
|
+
class: C(e.pictureClass ? `${e.pictureClass} picture-img` : "picture-img")
|
|
178
|
+
}, null, 10, Ce)]), t("div", we, [t("h2", Ae, r(i.data.name), 1), c(I, null, {
|
|
179
179
|
default: u(() => [g(r(i.data.title), 1)]),
|
|
180
180
|
_: 2
|
|
181
181
|
}, 1024)])]))), 128))]));
|
|
@@ -183,7 +183,7 @@ const I = /* @__PURE__ */ d(Le, [["render", Ie], ["__scopeId", "data-v-501deb41"
|
|
|
183
183
|
}), qe = /* @__PURE__ */ d(Te, [["__scopeId", "data-v-b771bf05"]]), Be = /* @__PURE__ */ p({
|
|
184
184
|
__name: "LandingPageAbout",
|
|
185
185
|
setup(a) {
|
|
186
|
-
const
|
|
186
|
+
const e = [{
|
|
187
187
|
data: {
|
|
188
188
|
name: "Janette Lynch",
|
|
189
189
|
title: "Senior Director",
|
|
@@ -230,7 +230,7 @@ const I = /* @__PURE__ */ d(Le, [["render", Ie], ["__scopeId", "data-v-501deb41"
|
|
|
230
230
|
title: "Empowering the world with Astro.",
|
|
231
231
|
description: "We're a multi-cultural team from around the world! We come from diverse backgrounds, bringing different personalities, experiences and skills to the job. This is what makes our team so special."
|
|
232
232
|
}), c(qe, {
|
|
233
|
-
"published-team-members":
|
|
233
|
+
"published-team-members": e
|
|
234
234
|
})]),
|
|
235
235
|
_: 1
|
|
236
236
|
}), c(he, {
|
|
@@ -242,16 +242,16 @@ const I = /* @__PURE__ */ d(Le, [["render", Ie], ["__scopeId", "data-v-501deb41"
|
|
|
242
242
|
features: ["Intelligent Task Management", "Real-time Collaboration", "Data Security & Privacy"]
|
|
243
243
|
})], 64));
|
|
244
244
|
}
|
|
245
|
-
}), Ia = /* @__PURE__ */ d(Be, [["__scopeId", "data-v-141b0e9a"]]),
|
|
245
|
+
}), Ia = /* @__PURE__ */ d(Be, [["__scopeId", "data-v-141b0e9a"]]), ze = {
|
|
246
246
|
class: "nav"
|
|
247
|
-
},
|
|
247
|
+
}, Fe = {
|
|
248
248
|
class: "section"
|
|
249
249
|
}, De = ["href"], Ve = {
|
|
250
250
|
class: "section"
|
|
251
251
|
}, Ee = ["href"], je = /* @__PURE__ */ p({
|
|
252
252
|
__name: "LandingPageAside",
|
|
253
253
|
setup(a) {
|
|
254
|
-
const
|
|
254
|
+
const e = k([{
|
|
255
255
|
text: "Editor",
|
|
256
256
|
href: "/docs/editor/getting-started/overview"
|
|
257
257
|
}, {
|
|
@@ -282,22 +282,22 @@ const I = /* @__PURE__ */ d(Le, [["render", Ie], ["__scopeId", "data-v-501deb41"
|
|
|
282
282
|
text: "Pro license",
|
|
283
283
|
href: "/docs/resources/pro-license"
|
|
284
284
|
}]);
|
|
285
|
-
return (i, n) => (s(), o("nav",
|
|
285
|
+
return (i, n) => (s(), o("nav", ze, [n[2] || (n[2] = t("div", {
|
|
286
286
|
class: "section"
|
|
287
|
-
}, [
|
|
287
|
+
}, [t("div", {
|
|
288
288
|
class: "section-title"
|
|
289
|
-
}, "Getting started"),
|
|
289
|
+
}, "Getting started"), t("div", null, [t("a", {
|
|
290
290
|
class: "link active",
|
|
291
291
|
href: "/docs"
|
|
292
|
-
}, "Overview")])], -1)),
|
|
292
|
+
}, "Overview")])], -1)), t("div", Fe, [n[0] || (n[0] = t("div", {
|
|
293
293
|
class: "section-title"
|
|
294
|
-
}, "Browse by feature", -1)),
|
|
294
|
+
}, "Browse by feature", -1)), t("div", null, [(s(!0), o(v, null, b(e.value, (_) => (s(), o("a", {
|
|
295
295
|
key: _.text,
|
|
296
296
|
class: "link",
|
|
297
297
|
href: _.href
|
|
298
|
-
}, r(_.text), 9, De))), 128))])]),
|
|
298
|
+
}, r(_.text), 9, De))), 128))])]), t("div", Ve, [n[1] || (n[1] = t("div", {
|
|
299
299
|
class: "section-title"
|
|
300
|
-
}, "Resources", -1)),
|
|
300
|
+
}, "Resources", -1)), t("div", null, [(s(!0), o(v, null, b(l.value, (_) => (s(), o("a", {
|
|
301
301
|
key: _.text,
|
|
302
302
|
class: "link",
|
|
303
303
|
href: _.href
|
|
@@ -325,13 +325,18 @@ const I = /* @__PURE__ */ d(Le, [["render", Ie], ["__scopeId", "data-v-501deb41"
|
|
|
325
325
|
type: String,
|
|
326
326
|
required: !1,
|
|
327
327
|
default: () => "16px"
|
|
328
|
+
},
|
|
329
|
+
iconSize: {
|
|
330
|
+
type: String,
|
|
331
|
+
required: !1,
|
|
332
|
+
default: () => "42px"
|
|
328
333
|
}
|
|
329
334
|
},
|
|
330
335
|
emits: ["to"],
|
|
331
336
|
setup(a, {
|
|
332
|
-
emit:
|
|
337
|
+
emit: e
|
|
333
338
|
}) {
|
|
334
|
-
const l = a, i =
|
|
339
|
+
const l = a, i = e;
|
|
335
340
|
function n() {
|
|
336
341
|
i("to");
|
|
337
342
|
}
|
|
@@ -342,16 +347,20 @@ const I = /* @__PURE__ */ d(Le, [["render", Ie], ["__scopeId", "data-v-501deb41"
|
|
|
342
347
|
key: 0,
|
|
343
348
|
class: "icon",
|
|
344
349
|
src: a.icon,
|
|
345
|
-
alt: "logo"
|
|
346
|
-
|
|
350
|
+
alt: "logo",
|
|
351
|
+
style: S({
|
|
352
|
+
width: l.iconSize,
|
|
353
|
+
height: l.iconSize
|
|
354
|
+
})
|
|
355
|
+
}, null, 12, Me)) : w("", !0), t("div", {
|
|
347
356
|
class: "text",
|
|
348
|
-
style:
|
|
357
|
+
style: S({
|
|
349
358
|
color: l.color,
|
|
350
359
|
fontSize: l.fontSize
|
|
351
360
|
})
|
|
352
361
|
}, r(a.name), 5)]));
|
|
353
362
|
}
|
|
354
|
-
}), Ue = /* @__PURE__ */ d(He, [["__scopeId", "data-v-
|
|
363
|
+
}), Ue = /* @__PURE__ */ d(He, [["__scopeId", "data-v-f259564c"]]), Ne = {
|
|
355
364
|
class: "BrandInfo"
|
|
356
365
|
}, Ge = /* @__PURE__ */ p({
|
|
357
366
|
__name: "LandingPageBrandInfo",
|
|
@@ -374,35 +383,40 @@ const I = /* @__PURE__ */ d(Le, [["render", Ie], ["__scopeId", "data-v-501deb41"
|
|
|
374
383
|
},
|
|
375
384
|
fontSize: {
|
|
376
385
|
type: String,
|
|
377
|
-
default: "
|
|
386
|
+
default: "14px"
|
|
387
|
+
},
|
|
388
|
+
iconSize: {
|
|
389
|
+
type: String,
|
|
390
|
+
default: "32px"
|
|
378
391
|
}
|
|
379
392
|
},
|
|
380
393
|
setup(a) {
|
|
381
|
-
const
|
|
394
|
+
const e = a;
|
|
382
395
|
return (l, i) => (s(), o("div", Ne, [c(Ue, {
|
|
383
|
-
icon:
|
|
384
|
-
name:
|
|
385
|
-
color:
|
|
386
|
-
"font-size":
|
|
387
|
-
|
|
388
|
-
|
|
396
|
+
icon: e.icon,
|
|
397
|
+
name: e.name,
|
|
398
|
+
color: e.color,
|
|
399
|
+
"font-size": e.fontSize,
|
|
400
|
+
"icon-size": e.iconSize
|
|
401
|
+
}, null, 8, ["icon", "name", "color", "font-size", "icon-size"]), c(I, null, {
|
|
402
|
+
default: u(() => [g(r(e.description), 1)]),
|
|
389
403
|
_: 1
|
|
390
404
|
})]));
|
|
391
405
|
}
|
|
392
|
-
}), Oe = /* @__PURE__ */ d(Ge, [["__scopeId", "data-v-
|
|
406
|
+
}), Oe = /* @__PURE__ */ d(Ge, [["__scopeId", "data-v-03121641"]]), Re = /* @__PURE__ */ p({
|
|
393
407
|
__name: "LandingPageButton",
|
|
394
408
|
props: {
|
|
395
409
|
type: {}
|
|
396
410
|
},
|
|
397
411
|
setup(a) {
|
|
398
|
-
return (
|
|
399
|
-
class:
|
|
400
|
-
}, [h(
|
|
412
|
+
return (e, l) => (s(), o("div", {
|
|
413
|
+
class: C(["heroButton", [e.type === "primary" ? "heroButtonPrimary" : "heroButtonSecondary"]])
|
|
414
|
+
}, [h(e.$slots, "default", {}, void 0, !0)], 2));
|
|
401
415
|
}
|
|
402
416
|
}), We = /* @__PURE__ */ d(Re, [["__scopeId", "data-v-d26fdf8b"]]), Ke = {}, Ye = {
|
|
403
417
|
class: "Card"
|
|
404
418
|
};
|
|
405
|
-
function Je(a,
|
|
419
|
+
function Je(a, e) {
|
|
406
420
|
return s(), o("div", Ye, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
407
421
|
}
|
|
408
422
|
const M = /* @__PURE__ */ d(Ke, [["render", Je], ["__scopeId", "data-v-cdb3f77d"]]), Ze = {
|
|
@@ -414,12 +428,12 @@ const M = /* @__PURE__ */ d(Ke, [["render", Je], ["__scopeId", "data-v-cdb3f77d"
|
|
|
414
428
|
}, et = /* @__PURE__ */ p({
|
|
415
429
|
__name: "LandingPageContactForm",
|
|
416
430
|
setup(a) {
|
|
417
|
-
const
|
|
431
|
+
const e = k(!1), l = k(""), i = k(""), n = k({
|
|
418
432
|
name: "",
|
|
419
433
|
email: "",
|
|
420
434
|
message: ""
|
|
421
435
|
}), _ = async (m) => {
|
|
422
|
-
|
|
436
|
+
e.value = !0;
|
|
423
437
|
const f = m.target;
|
|
424
438
|
if (!f.checkValidity()) {
|
|
425
439
|
f.querySelectorAll(":invalid")[0].focus();
|
|
@@ -444,7 +458,7 @@ const M = /* @__PURE__ */ d(Ke, [["render", Je], ["__scopeId", "data-v-cdb3f77d"
|
|
|
444
458
|
} catch {
|
|
445
459
|
i.value = "text-red", l.value = "发送失败,请稍后再试!";
|
|
446
460
|
} finally {
|
|
447
|
-
f.reset(),
|
|
461
|
+
f.reset(), e.value = !1, setTimeout(() => {
|
|
448
462
|
l.value = "";
|
|
449
463
|
}, 5e3);
|
|
450
464
|
}
|
|
@@ -453,35 +467,35 @@ const M = /* @__PURE__ */ d(Ke, [["render", Je], ["__scopeId", "data-v-cdb3f77d"
|
|
|
453
467
|
id: "form",
|
|
454
468
|
action: "https://api.web3forms.com/submit",
|
|
455
469
|
method: "POST",
|
|
456
|
-
class:
|
|
457
|
-
"was-validated":
|
|
470
|
+
class: C(["needs-validation", {
|
|
471
|
+
"was-validated": e.value
|
|
458
472
|
}]),
|
|
459
473
|
novalidate: "",
|
|
460
474
|
onSubmit: H(_, ["prevent"])
|
|
461
|
-
}, [f[8] || (f[8] =
|
|
475
|
+
}, [f[8] || (f[8] = t("input", {
|
|
462
476
|
type: "hidden",
|
|
463
477
|
name: "access_key",
|
|
464
478
|
value: "YOUR_ACCESS_KEY_HERE"
|
|
465
|
-
}, null, -1)), f[9] || (f[9] =
|
|
479
|
+
}, null, -1)), f[9] || (f[9] = t("input", {
|
|
466
480
|
type: "checkbox",
|
|
467
481
|
class: "hidden",
|
|
468
482
|
style: {
|
|
469
483
|
display: "none"
|
|
470
484
|
},
|
|
471
485
|
name: "botcheck"
|
|
472
|
-
}, null, -1)),
|
|
486
|
+
}, null, -1)), t("div", Ze, [T(t("input", {
|
|
473
487
|
"onUpdate:modelValue": f[0] || (f[0] = ($) => n.value.name = $),
|
|
474
488
|
type: "text",
|
|
475
489
|
placeholder: "Full Name",
|
|
476
490
|
required: "",
|
|
477
491
|
class: "input",
|
|
478
492
|
name: "name"
|
|
479
|
-
}, null, 512), [[q, n.value.name]]), f[3] || (f[3] =
|
|
493
|
+
}, null, 512), [[q, n.value.name]]), f[3] || (f[3] = t("div", {
|
|
480
494
|
class: "empty-feedback invalid-feedback text-red-400 text-sm mt-1"
|
|
481
|
-
}, " 请输入您的姓名。 ", -1))]),
|
|
495
|
+
}, " 请输入您的姓名。 ", -1))]), t("div", Qe, [f[4] || (f[4] = t("label", {
|
|
482
496
|
for: "email_address",
|
|
483
497
|
class: "sr-only"
|
|
484
|
-
}, "Email Address", -1)), T(
|
|
498
|
+
}, "Email Address", -1)), T(t("input", {
|
|
485
499
|
id: "email_address",
|
|
486
500
|
"onUpdate:modelValue": f[1] || (f[1] = ($) => n.value.email = $),
|
|
487
501
|
type: "email",
|
|
@@ -489,24 +503,24 @@ const M = /* @__PURE__ */ d(Ke, [["render", Je], ["__scopeId", "data-v-cdb3f77d"
|
|
|
489
503
|
name: "email",
|
|
490
504
|
required: "",
|
|
491
505
|
class: "input"
|
|
492
|
-
}, null, 512), [[q, n.value.email]]), f[5] || (f[5] =
|
|
506
|
+
}, null, 512), [[q, n.value.email]]), f[5] || (f[5] = t("div", {
|
|
493
507
|
class: "empty-feedback text-red-400 text-sm mt-1"
|
|
494
|
-
}, " 请输入您的邮箱地址。 ", -1)), f[6] || (f[6] =
|
|
508
|
+
}, " 请输入您的邮箱地址。 ", -1)), f[6] || (f[6] = t("div", {
|
|
495
509
|
class: "invalid-feedback text-red-400 text-sm mt-1"
|
|
496
|
-
}, " 请输入有效的邮箱地址。 ", -1))]),
|
|
510
|
+
}, " 请输入有效的邮箱地址。 ", -1))]), t("div", Xe, [T(t("textarea", {
|
|
497
511
|
"onUpdate:modelValue": f[2] || (f[2] = ($) => n.value.message = $),
|
|
498
512
|
name: "message",
|
|
499
513
|
required: "",
|
|
500
514
|
placeholder: "Your Message",
|
|
501
515
|
class: "textarea"
|
|
502
|
-
}, null, 512), [[q, n.value.message]]), f[7] || (f[7] =
|
|
516
|
+
}, null, 512), [[q, n.value.message]]), f[7] || (f[7] = t("div", {
|
|
503
517
|
class: "empty-feedback invalid-feedback text-red-400 text-sm mt-1"
|
|
504
|
-
}, " 请输入您的留言内容。 ", -1))]), f[10] || (f[10] =
|
|
518
|
+
}, " 请输入您的留言内容。 ", -1))]), f[10] || (f[10] = t("button", {
|
|
505
519
|
type: "submit",
|
|
506
520
|
class: "btn"
|
|
507
|
-
}, "发送信息", -1)),
|
|
521
|
+
}, "发送信息", -1)), t("div", {
|
|
508
522
|
id: "result",
|
|
509
|
-
class:
|
|
523
|
+
class: C(["mt-3 text-center", i.value])
|
|
510
524
|
}, r(l.value), 3)], 34));
|
|
511
525
|
}
|
|
512
526
|
}), tt = /* @__PURE__ */ d(et, [["__scopeId", "data-v-9de65b8f"]]), st = {
|
|
@@ -554,29 +568,29 @@ const M = /* @__PURE__ */ d(Ke, [["render", Je], ["__scopeId", "data-v-cdb3f77d"
|
|
|
554
568
|
}
|
|
555
569
|
},
|
|
556
570
|
setup(a) {
|
|
557
|
-
const
|
|
558
|
-
return (l, i) => (s(), o(v, null, [
|
|
559
|
-
default: u(() => [g(r(
|
|
571
|
+
const e = a;
|
|
572
|
+
return (l, i) => (s(), o(v, null, [t("div", null, [t("h2", st, r(e.contact.title), 1), c(I, null, {
|
|
573
|
+
default: u(() => [g(r(e.contact.description), 1)]),
|
|
560
574
|
_: 1
|
|
561
|
-
}),
|
|
575
|
+
}), t("div", at, [t("div", nt, [c(P(x), {
|
|
562
576
|
class: "contact-info-icon",
|
|
563
577
|
icon: l.mapIcon
|
|
564
|
-
}, null, 8, ["icon"]),
|
|
578
|
+
}, null, 8, ["icon"]), t("span", null, r(e.address), 1)]), t("div", it, [c(P(x), {
|
|
565
579
|
class: "contact-info-icon",
|
|
566
|
-
icon:
|
|
567
|
-
}, null, 8, ["icon"]),
|
|
580
|
+
icon: e.emailIcon
|
|
581
|
+
}, null, 8, ["icon"]), t("a", {
|
|
568
582
|
href: `mailto:${l.email}`
|
|
569
|
-
}, r(
|
|
583
|
+
}, r(e.email), 9, ot)]), t("div", lt, [c(P(x), {
|
|
570
584
|
class: "contact-info-icon",
|
|
571
|
-
icon:
|
|
572
|
-
}, null, 8, ["icon"]),
|
|
585
|
+
icon: e.phoneIcon
|
|
586
|
+
}, null, 8, ["icon"]), t("a", {
|
|
573
587
|
href: `tel:${l.phone}`
|
|
574
|
-
}, r(
|
|
588
|
+
}, r(e.phone), 9, rt)])])]), t("div", null, [c(tt)])], 64));
|
|
575
589
|
}
|
|
576
590
|
}), Sa = /* @__PURE__ */ d(ct, [["__scopeId", "data-v-ba085fb7"]]), dt = {}, ut = {
|
|
577
591
|
class: "custom-container"
|
|
578
592
|
};
|
|
579
|
-
function _t(a,
|
|
593
|
+
function _t(a, e) {
|
|
580
594
|
return s(), o("div", ut, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
581
595
|
}
|
|
582
596
|
const Ca = /* @__PURE__ */ d(dt, [["render", _t], ["__scopeId", "data-v-57594f09"]]), pt = {
|
|
@@ -597,25 +611,25 @@ const Ca = /* @__PURE__ */ d(dt, [["render", _t], ["__scopeId", "data-v-57594f09
|
|
|
597
611
|
backgroundUrl: {}
|
|
598
612
|
},
|
|
599
613
|
setup(a) {
|
|
600
|
-
const
|
|
601
|
-
backgroundImage:
|
|
614
|
+
const e = a, l = z(() => ({
|
|
615
|
+
backgroundImage: e.backgroundUrl ? `url(${e.backgroundUrl})` : void 0,
|
|
602
616
|
backgroundRepeat: "no-repeat",
|
|
603
617
|
backgroundSize: "200% 200%",
|
|
604
618
|
backgroundPosition: "center"
|
|
605
619
|
}));
|
|
606
620
|
return (i, n) => (s(), o("div", {
|
|
607
621
|
class: "cta-container",
|
|
608
|
-
style:
|
|
609
|
-
}, [
|
|
622
|
+
style: S(l.value)
|
|
623
|
+
}, [t("h1", pt, r(e.title), 1), t("div", mt, r(e.description), 1), t("div", ft, [h(i.$slots, "actions", {}, void 0, !0)])], 4));
|
|
610
624
|
}
|
|
611
625
|
}), wa = /* @__PURE__ */ d(gt, [["__scopeId", "data-v-b3eb87df"]]), ht = {}, vt = {
|
|
612
626
|
role: "separator",
|
|
613
627
|
class: "divider divider-horizontal"
|
|
614
628
|
};
|
|
615
|
-
function $t(a,
|
|
629
|
+
function $t(a, e) {
|
|
616
630
|
return s(), o("div", vt);
|
|
617
631
|
}
|
|
618
|
-
const
|
|
632
|
+
const F = /* @__PURE__ */ d(ht, [["render", $t], ["__scopeId", "data-v-997fc2a4"]]), bt = /* @__PURE__ */ p({
|
|
619
633
|
__name: "LandingPageFAQ",
|
|
620
634
|
props: {
|
|
621
635
|
activeKeys: {
|
|
@@ -644,11 +658,11 @@ const z = /* @__PURE__ */ d(ht, [["render", $t], ["__scopeId", "data-v-997fc2a4"
|
|
|
644
658
|
}
|
|
645
659
|
},
|
|
646
660
|
setup(a) {
|
|
647
|
-
const
|
|
661
|
+
const e = a;
|
|
648
662
|
return (l, i) => (s(), L(N, {
|
|
649
|
-
"active-keys":
|
|
663
|
+
"active-keys": e.activeKeys
|
|
650
664
|
}, {
|
|
651
|
-
default: u(() => [(s(!0), o(v, null, b(
|
|
665
|
+
default: u(() => [(s(!0), o(v, null, b(e.faqItems, (n, _) => (s(), L(G, {
|
|
652
666
|
key: _,
|
|
653
667
|
index: _
|
|
654
668
|
}, {
|
|
@@ -704,20 +718,20 @@ const z = /* @__PURE__ */ d(ht, [["render", $t], ["__scopeId", "data-v-997fc2a4"
|
|
|
704
718
|
}
|
|
705
719
|
},
|
|
706
720
|
setup(a) {
|
|
707
|
-
const
|
|
708
|
-
return (l, i) => (s(), o("div", yt, [(s(!0), o(v, null, b(
|
|
721
|
+
const e = a;
|
|
722
|
+
return (l, i) => (s(), o("div", yt, [(s(!0), o(v, null, b(e.features, (n) => (s(), L(M, {
|
|
709
723
|
key: n.title
|
|
710
724
|
}, {
|
|
711
|
-
default: u(() => [
|
|
725
|
+
default: u(() => [t("div", {
|
|
712
726
|
class: "icon-container",
|
|
713
|
-
style:
|
|
714
|
-
color:
|
|
715
|
-
border: `1px solid ${
|
|
727
|
+
style: S({
|
|
728
|
+
color: e.iconColor,
|
|
729
|
+
border: `1px solid ${e.iconBorderColor}`
|
|
716
730
|
})
|
|
717
731
|
}, [c(P(x), {
|
|
718
732
|
class: "icon",
|
|
719
733
|
icon: n.icon
|
|
720
|
-
}, null, 8, ["icon"])], 4),
|
|
734
|
+
}, null, 8, ["icon"])], 4), t("h3", kt, r(n.title), 1), c(I, null, {
|
|
721
735
|
default: u(() => [g(r(n.description), 1)]),
|
|
722
736
|
_: 2
|
|
723
737
|
}, 1024)]),
|
|
@@ -741,21 +755,21 @@ const z = /* @__PURE__ */ d(ht, [["render", $t], ["__scopeId", "data-v-997fc2a4"
|
|
|
741
755
|
}
|
|
742
756
|
},
|
|
743
757
|
setup(a) {
|
|
744
|
-
const
|
|
745
|
-
return (l, i) => (s(), o("div", Pt, [(s(!0), o(v, null, b(
|
|
758
|
+
const e = a;
|
|
759
|
+
return (l, i) => (s(), o("div", Pt, [(s(!0), o(v, null, b(e.list, (n, _) => (s(), o("div", {
|
|
746
760
|
key: _,
|
|
747
761
|
class: "tt-feature-item centered"
|
|
748
|
-
}, [i[1] || (i[1] =
|
|
762
|
+
}, [i[1] || (i[1] = t("div", {
|
|
749
763
|
class: "tt-feature-icon"
|
|
750
|
-
}, [
|
|
764
|
+
}, [t("img", {
|
|
751
765
|
src: "https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/66cda872417824f6aabdc2ad_check-highlight-badge.svg",
|
|
752
766
|
loading: "lazy",
|
|
753
767
|
class: "feature-media"
|
|
754
|
-
})], -1)),
|
|
768
|
+
})], -1)), t("div", It, [t("h3", xt, r(n.title), 1), t("p", St, [g(r(n.descriptions) + " ", 1), i[0] || (i[0] = t("br", null, null, -1))])])]))), 128))]));
|
|
755
769
|
}
|
|
756
770
|
}), qa = /* @__PURE__ */ d(Ct, [["__scopeId", "data-v-abd3c70a"]]);
|
|
757
|
-
function wt(a,
|
|
758
|
-
return `mailto:${a}?subject=${encodeURIComponent(
|
|
771
|
+
function wt(a, e, l) {
|
|
772
|
+
return `mailto:${a}?subject=${encodeURIComponent(e)}&body=${encodeURIComponent(l)}`;
|
|
759
773
|
}
|
|
760
774
|
const At = {
|
|
761
775
|
class: "bottom"
|
|
@@ -778,25 +792,25 @@ const At = {
|
|
|
778
792
|
}
|
|
779
793
|
},
|
|
780
794
|
setup(a) {
|
|
781
|
-
const
|
|
795
|
+
const e = a;
|
|
782
796
|
function l() {
|
|
783
|
-
window.open(
|
|
797
|
+
window.open(e.beianUrl);
|
|
784
798
|
}
|
|
785
|
-
return (i, n) => (s(), o("div", At, [
|
|
799
|
+
return (i, n) => (s(), o("div", At, [t("span", {
|
|
786
800
|
onClick: l
|
|
787
|
-
}, r(
|
|
801
|
+
}, r(e.beianText), 1), t("div", Tt, [(s(!0), o(v, null, b(a.links, (_, m) => (s(), o("div", {
|
|
788
802
|
key: m,
|
|
789
803
|
class: "socialItem",
|
|
790
804
|
onClick: _.select
|
|
791
805
|
}, [_.type === "text" ? (s(), L(P(x), {
|
|
792
806
|
key: 0,
|
|
793
807
|
icon: _.icon
|
|
794
|
-
}, null, 8, ["icon"])) :
|
|
808
|
+
}, null, 8, ["icon"])) : w("", !0), _.type === "image" ? (s(), L(P(x), {
|
|
795
809
|
key: 1,
|
|
796
810
|
icon: _.icon
|
|
797
|
-
}, null, 8, ["icon"])) :
|
|
811
|
+
}, null, 8, ["icon"])) : w("", !0)], 8, qt))), 128))])]));
|
|
798
812
|
}
|
|
799
|
-
}),
|
|
813
|
+
}), zt = /* @__PURE__ */ d(Bt, [["__scopeId", "data-v-ff6210b9"]]), Ft = {
|
|
800
814
|
class: "FooterLayout"
|
|
801
815
|
}, Dt = {
|
|
802
816
|
class: "body"
|
|
@@ -807,12 +821,12 @@ const At = {
|
|
|
807
821
|
}, jt = /* @__PURE__ */ p({
|
|
808
822
|
__name: "LandingPageFooterLayout",
|
|
809
823
|
setup(a) {
|
|
810
|
-
return (
|
|
824
|
+
return (e, l) => (s(), o("div", Ft, [c(F), t("div", Dt, [t("div", Vt, [h(e.$slots, "LandingPageBrandInfo", {}, void 0, !0)]), t("div", Et, [h(e.$slots, "LandingPageLinkGroup", {}, void 0, !0)])]), c(F), h(e.$slots, "LandingPageFooterContact", {}, void 0, !0)]));
|
|
811
825
|
}
|
|
812
|
-
}), Mt = /* @__PURE__ */ d(jt, [["__scopeId", "data-v-
|
|
826
|
+
}), Mt = /* @__PURE__ */ d(jt, [["__scopeId", "data-v-425841c7"]]), Ht = {}, Ut = {
|
|
813
827
|
class: "Description"
|
|
814
828
|
};
|
|
815
|
-
function Nt(a,
|
|
829
|
+
function Nt(a, e) {
|
|
816
830
|
return s(), o("div", Ut, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
817
831
|
}
|
|
818
832
|
const y = /* @__PURE__ */ d(Ht, [["render", Nt], ["__scopeId", "data-v-ea9ec649"]]), Gt = {
|
|
@@ -829,15 +843,15 @@ const y = /* @__PURE__ */ d(Ht, [["render", Nt], ["__scopeId", "data-v-ea9ec649"
|
|
|
829
843
|
}
|
|
830
844
|
},
|
|
831
845
|
setup(a) {
|
|
832
|
-
const
|
|
833
|
-
return (l, i) => (s(), o("div", Gt, [
|
|
846
|
+
const e = a;
|
|
847
|
+
return (l, i) => (s(), o("div", Gt, [t("div", Ot, r(e.title), 1), t("div", Rt, [h(l.$slots, "item", {}, void 0, !0)])]));
|
|
834
848
|
}
|
|
835
849
|
}), B = /* @__PURE__ */ d(Wt, [["__scopeId", "data-v-0809a48c"]]), Kt = {
|
|
836
850
|
class: "Footer"
|
|
837
851
|
}, D = "support@huyooo.com", Yt = /* @__PURE__ */ p({
|
|
838
852
|
__name: "LandingPageFooter",
|
|
839
853
|
setup(a) {
|
|
840
|
-
const
|
|
854
|
+
const e = k("京ICP备2024077422号 Copyright © 2024-2024 北京忽柚科技有限公司"), l = k("https://beian.miit.gov.cn/#/Integrated/index");
|
|
841
855
|
function i() {
|
|
842
856
|
const $ = wt(D, "", "");
|
|
843
857
|
window.location.href = $;
|
|
@@ -916,8 +930,8 @@ const y = /* @__PURE__ */ d(Ht, [["render", Nt], ["__scopeId", "data-v-ea9ec649"
|
|
|
916
930
|
})]),
|
|
917
931
|
_: 1
|
|
918
932
|
})]),
|
|
919
|
-
LandingPageFooterContact: u(() => [c(
|
|
920
|
-
"beian-text":
|
|
933
|
+
LandingPageFooterContact: u(() => [c(zt, {
|
|
934
|
+
"beian-text": e.value,
|
|
921
935
|
"beian-url": l.value,
|
|
922
936
|
links: n.value
|
|
923
937
|
}, null, 8, ["beian-text", "beian-url", "links"])]),
|
|
@@ -955,10 +969,10 @@ const y = /* @__PURE__ */ d(Ht, [["render", Nt], ["__scopeId", "data-v-ea9ec649"
|
|
|
955
969
|
}
|
|
956
970
|
},
|
|
957
971
|
setup(a) {
|
|
958
|
-
const
|
|
959
|
-
return (l, i) => (s(), o("main", Jt, [
|
|
972
|
+
const e = a;
|
|
973
|
+
return (l, i) => (s(), o("main", Jt, [t("div", Zt, [t("div", Qt, [t("h1", Xt, [h(l.$slots, "title", {}, () => [g(r(e.title), 1)], !0)])]), t("div", es, [t("div", null, r(e.description), 1)]), t("div", ts, [h(l.$slots, "actions", {}, void 0, !0)])]), t("div", ss, [h(l.$slots, "heroSource", {}, void 0, !0)])]));
|
|
960
974
|
}
|
|
961
|
-
}),
|
|
975
|
+
}), za = /* @__PURE__ */ d(as, [["__scopeId", "data-v-928ffe7e"]]), ns = {
|
|
962
976
|
class: "logos-list"
|
|
963
977
|
}, is = /* @__PURE__ */ p({
|
|
964
978
|
__name: "LandingPageLogos",
|
|
@@ -986,14 +1000,14 @@ const y = /* @__PURE__ */ d(Ht, [["render", Nt], ["__scopeId", "data-v-ea9ec649"
|
|
|
986
1000
|
}
|
|
987
1001
|
},
|
|
988
1002
|
setup(a) {
|
|
989
|
-
const
|
|
990
|
-
return (l, i) => (s(), o("div", ns, [(s(!0), o(v, null, b(
|
|
1003
|
+
const e = a;
|
|
1004
|
+
return (l, i) => (s(), o("div", ns, [(s(!0), o(v, null, b(e.logos, (n, _) => (s(), L(P(x), {
|
|
991
1005
|
key: _,
|
|
992
1006
|
icon: n.name,
|
|
993
1007
|
class: "logo-icon"
|
|
994
1008
|
}, null, 8, ["icon"]))), 128))]));
|
|
995
1009
|
}
|
|
996
|
-
}),
|
|
1010
|
+
}), Fa = /* @__PURE__ */ d(is, [["__scopeId", "data-v-1a08e627"]]), os = /* @__PURE__ */ p({
|
|
997
1011
|
__name: "LandingPagePageContent",
|
|
998
1012
|
props: {
|
|
999
1013
|
maxWidth: {
|
|
@@ -1014,18 +1028,18 @@ const y = /* @__PURE__ */ d(Ht, [["render", Nt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1014
1028
|
}
|
|
1015
1029
|
},
|
|
1016
1030
|
setup(a) {
|
|
1017
|
-
const
|
|
1018
|
-
maxWidth:
|
|
1019
|
-
margin:
|
|
1031
|
+
const e = a, l = z(() => ({
|
|
1032
|
+
maxWidth: e.maxWidth,
|
|
1033
|
+
margin: e.center ? "0 auto" : void 0,
|
|
1020
1034
|
width: "100%",
|
|
1021
|
-
padding:
|
|
1035
|
+
padding: e.padding,
|
|
1022
1036
|
display: "flex",
|
|
1023
|
-
flexDirection:
|
|
1024
|
-
gap:
|
|
1037
|
+
flexDirection: e.flexDirection ?? "column",
|
|
1038
|
+
gap: e.gap
|
|
1025
1039
|
}));
|
|
1026
1040
|
return (i, n) => (s(), o("div", {
|
|
1027
1041
|
class: "PageContent",
|
|
1028
|
-
style:
|
|
1042
|
+
style: S(l.value)
|
|
1029
1043
|
}, [h(i.$slots, "default", {}, void 0, !0)], 4));
|
|
1030
1044
|
}
|
|
1031
1045
|
}), Da = /* @__PURE__ */ d(os, [["__scopeId", "data-v-00ec8180"]]), ls = {
|
|
@@ -1059,13 +1073,13 @@ const y = /* @__PURE__ */ d(Ht, [["render", Nt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1059
1073
|
},
|
|
1060
1074
|
emits: ["update:modelValue"],
|
|
1061
1075
|
setup(a) {
|
|
1062
|
-
const
|
|
1063
|
-
return (l, i) => (s(), o("div", ls, [
|
|
1076
|
+
const e = a;
|
|
1077
|
+
return (l, i) => (s(), o("div", ls, [t("div", rs, [t("div", cs, [(s(!0), o(v, null, b(e.tabs, (n) => (s(), o("div", {
|
|
1064
1078
|
key: n.value,
|
|
1065
|
-
class:
|
|
1079
|
+
class: C(["tabs-item", {
|
|
1066
1080
|
"tabs-item-active": n.value === a.modelValue
|
|
1067
1081
|
}])
|
|
1068
|
-
}, [
|
|
1082
|
+
}, [t("button", {
|
|
1069
1083
|
id: n.value,
|
|
1070
1084
|
type: "button",
|
|
1071
1085
|
role: "radio",
|
|
@@ -1075,20 +1089,20 @@ const y = /* @__PURE__ */ d(Ht, [["render", Nt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1075
1089
|
class: "tabs-radio",
|
|
1076
1090
|
tabindex: n.value === a.modelValue ? 0 : -1,
|
|
1077
1091
|
onClick: (_) => l.$emit("update:modelValue", n.value)
|
|
1078
|
-
}, [n.value === a.modelValue ? (s(), o("span", us)) :
|
|
1092
|
+
}, [n.value === a.modelValue ? (s(), o("span", us)) : w("", !0)], 8, ds), t("label", {
|
|
1079
1093
|
class: "tabs-label",
|
|
1080
1094
|
for: n.value
|
|
1081
|
-
}, [
|
|
1095
|
+
}, [t("span", null, r(n.label), 1), n.badge ? (s(), o("div", ps, r(n.badge), 1)) : w("", !0)], 8, _s)], 2))), 128))])])]));
|
|
1082
1096
|
}
|
|
1083
1097
|
}), fs = /* @__PURE__ */ d(ms, [["__scopeId", "data-v-9eb67a93"]]), gs = {
|
|
1084
1098
|
class: "PriceGroup"
|
|
1085
1099
|
}, hs = /* @__PURE__ */ p({
|
|
1086
1100
|
__name: "LandingPagePriceGroup",
|
|
1087
1101
|
setup(a) {
|
|
1088
|
-
const
|
|
1102
|
+
const e = k("subscribe-monthly");
|
|
1089
1103
|
return (l, i) => (s(), o("div", gs, [c(fs, {
|
|
1090
|
-
modelValue:
|
|
1091
|
-
"onUpdate:modelValue": i[0] || (i[0] = (n) =>
|
|
1104
|
+
modelValue: e.value,
|
|
1105
|
+
"onUpdate:modelValue": i[0] || (i[0] = (n) => e.value = n),
|
|
1092
1106
|
tabs: [{
|
|
1093
1107
|
value: "subscribe-monthly",
|
|
1094
1108
|
label: "按月订阅"
|
|
@@ -1188,21 +1202,21 @@ const y = /* @__PURE__ */ d(Ht, [["render", Nt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1188
1202
|
},
|
|
1189
1203
|
emits: ["toPay"],
|
|
1190
1204
|
setup(a, {
|
|
1191
|
-
emit:
|
|
1205
|
+
emit: e
|
|
1192
1206
|
}) {
|
|
1193
|
-
const l =
|
|
1207
|
+
const l = e, i = a;
|
|
1194
1208
|
function n() {
|
|
1195
1209
|
l("toPay");
|
|
1196
1210
|
}
|
|
1197
|
-
return (_, m) => (s(), o("div", vs, [
|
|
1211
|
+
return (_, m) => (s(), o("div", vs, [t("div", null, [t("div", $s, [t("span", bs, r(i.title), 1), i.badge.label ? (s(), L(P(O), {
|
|
1198
1212
|
key: 0,
|
|
1199
1213
|
color: "arcoblue"
|
|
1200
1214
|
}, {
|
|
1201
1215
|
default: u(() => [g(r(i.badge.label), 1)]),
|
|
1202
1216
|
_: 1
|
|
1203
|
-
})) :
|
|
1217
|
+
})) : w("", !0)]), t("div", ys, r(i.description), 1)]), t("div", ks, [i.discount !== null ? (s(), o(v, {
|
|
1204
1218
|
key: 0
|
|
1205
|
-
}, [
|
|
1219
|
+
}, [t("span", Ls, [t("span", null, r(i.price), 1), t("span", null, r(i.unit), 1)]), t("span", Ps, [t("span", Is, r(i.discount), 1), t("span", null, r(i.unit), 1)])], 64)) : (s(), o("span", xs, [t("span", null, r(i.price), 1), t("span", null, r(i.unit), 1)])), t("span", Ss, r(i.cycle), 1)]), t("div", Cs, [(s(!0), o(v, null, b(i.features, (f, $) => (s(), L(j, {
|
|
1206
1220
|
key: $,
|
|
1207
1221
|
description: f.title
|
|
1208
1222
|
}, null, 8, ["description"]))), 128))]), c(We, {
|
|
@@ -1221,12 +1235,12 @@ const y = /* @__PURE__ */ d(Ht, [["render", Nt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1221
1235
|
}, qs = {
|
|
1222
1236
|
class: "content"
|
|
1223
1237
|
};
|
|
1224
|
-
function Bs(a,
|
|
1225
|
-
return s(), o("div", Ts, [
|
|
1238
|
+
function Bs(a, e) {
|
|
1239
|
+
return s(), o("div", Ts, [t("div", qs, [h(a.$slots, "default", {}, void 0, !0)])]);
|
|
1226
1240
|
}
|
|
1227
|
-
const ja = /* @__PURE__ */ d(As, [["render", Bs], ["__scopeId", "data-v-75029e61"]]),
|
|
1241
|
+
const ja = /* @__PURE__ */ d(As, [["render", Bs], ["__scopeId", "data-v-75029e61"]]), zs = {
|
|
1228
1242
|
class: "sections-container"
|
|
1229
|
-
},
|
|
1243
|
+
}, Fs = {
|
|
1230
1244
|
class: "container"
|
|
1231
1245
|
}, Ds = {
|
|
1232
1246
|
class: "image-container"
|
|
@@ -1279,29 +1293,29 @@ const ja = /* @__PURE__ */ d(As, [["render", Bs], ["__scopeId", "data-v-75029e61
|
|
|
1279
1293
|
}
|
|
1280
1294
|
},
|
|
1281
1295
|
setup(a) {
|
|
1282
|
-
const
|
|
1283
|
-
return (l, i) => (s(), o("section",
|
|
1284
|
-
class:
|
|
1285
|
-
reverse:
|
|
1296
|
+
const e = a;
|
|
1297
|
+
return (l, i) => (s(), o("section", zs, [t("div", Fs, [t("div", {
|
|
1298
|
+
class: C(["content-wrapper", {
|
|
1299
|
+
reverse: e.reverse
|
|
1286
1300
|
}])
|
|
1287
|
-
}, [
|
|
1288
|
-
src:
|
|
1289
|
-
alt:
|
|
1301
|
+
}, [t("div", Ds, [t("img", {
|
|
1302
|
+
src: e.imageUrl,
|
|
1303
|
+
alt: e.imageAlt,
|
|
1290
1304
|
class: "image"
|
|
1291
|
-
}, null, 8, Vs)]),
|
|
1292
|
-
default: u(() => [g(r(
|
|
1305
|
+
}, null, 8, Vs)]), t("div", Es, [t("div", js, [c(E, null, {
|
|
1306
|
+
default: u(() => [g(r(e.title), 1)]),
|
|
1293
1307
|
_: 1
|
|
1294
1308
|
}), c(V, null, {
|
|
1295
|
-
default: u(() => [g(r(
|
|
1309
|
+
default: u(() => [g(r(e.subTitle), 1)]),
|
|
1296
1310
|
_: 1
|
|
1297
|
-
})]),
|
|
1311
|
+
})]), t("div", Ms, [(s(!0), o(v, null, b(e.features, (n, _) => (s(), o("div", {
|
|
1298
1312
|
key: _,
|
|
1299
1313
|
class: "feature-item"
|
|
1300
|
-
}, [
|
|
1301
|
-
class:
|
|
1302
|
-
}, i[0] || (i[0] = [
|
|
1314
|
+
}, [t("div", {
|
|
1315
|
+
class: C(["icon-container", [`icon-${n.color}`]])
|
|
1316
|
+
}, i[0] || (i[0] = [t("div", {
|
|
1303
1317
|
class: "dot"
|
|
1304
|
-
}, null, -1)]), 2),
|
|
1318
|
+
}, null, -1)]), 2), t("div", Hs, [t("div", Us, r(n.title), 1), c(I, null, {
|
|
1305
1319
|
default: u(() => [g(r(n.description), 1)]),
|
|
1306
1320
|
_: 2
|
|
1307
1321
|
}, 1024)])]))), 128))])])], 2)])]));
|
|
@@ -1332,13 +1346,13 @@ const ja = /* @__PURE__ */ d(As, [["render", Bs], ["__scopeId", "data-v-75029e61
|
|
|
1332
1346
|
},
|
|
1333
1347
|
emits: ["cardClick"],
|
|
1334
1348
|
setup(a, {
|
|
1335
|
-
emit:
|
|
1349
|
+
emit: e
|
|
1336
1350
|
}) {
|
|
1337
|
-
const l = a, i =
|
|
1351
|
+
const l = a, i = e;
|
|
1338
1352
|
function n(m) {
|
|
1339
1353
|
i("cardClick", m);
|
|
1340
1354
|
}
|
|
1341
|
-
const _ =
|
|
1355
|
+
const _ = z(() => ({
|
|
1342
1356
|
height: `${l.cardHeight}px`,
|
|
1343
1357
|
objectFit: l.objectFit
|
|
1344
1358
|
}));
|
|
@@ -1346,11 +1360,11 @@ const ja = /* @__PURE__ */ d(As, [["render", Bs], ["__scopeId", "data-v-75029e61
|
|
|
1346
1360
|
key: A,
|
|
1347
1361
|
class: "showcase-card",
|
|
1348
1362
|
onClick: (ha) => n($)
|
|
1349
|
-
}, [
|
|
1363
|
+
}, [t("img", {
|
|
1350
1364
|
src: $.image,
|
|
1351
1365
|
alt: $.alt,
|
|
1352
|
-
style:
|
|
1353
|
-
}, null, 12, Rs),
|
|
1366
|
+
style: S(_.value)
|
|
1367
|
+
}, null, 12, Rs), t("div", Ws, [t("div", Ks, r($.title), 1), c(I, null, {
|
|
1354
1368
|
default: u(() => [g(r($.description), 1)]),
|
|
1355
1369
|
_: 2
|
|
1356
1370
|
}, 1024)])], 8, Os))), 128))]));
|
|
@@ -1390,11 +1404,11 @@ const ja = /* @__PURE__ */ d(As, [["render", Bs], ["__scopeId", "data-v-75029e61
|
|
|
1390
1404
|
}
|
|
1391
1405
|
},
|
|
1392
1406
|
setup(a) {
|
|
1393
|
-
const
|
|
1394
|
-
return (l, i) => (s(), o("div", Js, [(s(!0), o(v, null, b(
|
|
1407
|
+
const e = a;
|
|
1408
|
+
return (l, i) => (s(), o("div", Js, [(s(!0), o(v, null, b(e.stats, (n, _) => (s(), o("div", {
|
|
1395
1409
|
key: _,
|
|
1396
1410
|
class: "stats-item"
|
|
1397
|
-
}, [n.title ? (s(), o("div", Zs, r(n.title), 1)) :
|
|
1411
|
+
}, [n.title ? (s(), o("div", Zs, r(n.title), 1)) : w("", !0), t("div", Qs, r(n.number), 1), t("div", Xs, r(n.label), 1)]))), 128))]));
|
|
1398
1412
|
}
|
|
1399
1413
|
}), Ua = /* @__PURE__ */ d(ea, [["__scopeId", "data-v-ad69735c"]]), ta = {
|
|
1400
1414
|
class: "stepNumber"
|
|
@@ -1424,17 +1438,17 @@ const ja = /* @__PURE__ */ d(As, [["render", Bs], ["__scopeId", "data-v-75029e61
|
|
|
1424
1438
|
}
|
|
1425
1439
|
},
|
|
1426
1440
|
setup(a) {
|
|
1427
|
-
const
|
|
1441
|
+
const e = a;
|
|
1428
1442
|
return (l, i) => (s(), o("div", {
|
|
1429
1443
|
class: "Steps",
|
|
1430
|
-
style:
|
|
1431
|
-
gridTemplateColumns: `repeat(${
|
|
1444
|
+
style: S({
|
|
1445
|
+
gridTemplateColumns: `repeat(${e.columns}, 1fr)`
|
|
1432
1446
|
// flexDirection: props.flexDirection,
|
|
1433
1447
|
})
|
|
1434
|
-
}, [(s(!0), o(v, null, b(
|
|
1448
|
+
}, [(s(!0), o(v, null, b(e.steps, (n, _) => (s(), o("div", {
|
|
1435
1449
|
key: _,
|
|
1436
1450
|
class: "stepItem"
|
|
1437
|
-
}, [
|
|
1451
|
+
}, [t("div", ta, [t("span", sa, r(_ + 1), 1)]), t("h3", aa, r(n.title), 1), c(I, null, {
|
|
1438
1452
|
default: u(() => [g(r(n.description), 1)]),
|
|
1439
1453
|
_: 2
|
|
1440
1454
|
}, 1024)]))), 128))], 4));
|
|
@@ -1457,17 +1471,17 @@ const ja = /* @__PURE__ */ d(As, [["render", Bs], ["__scopeId", "data-v-75029e61
|
|
|
1457
1471
|
}
|
|
1458
1472
|
},
|
|
1459
1473
|
setup(a) {
|
|
1460
|
-
const
|
|
1461
|
-
return (l, i) => (s(), o("div", ia, [(s(!0), o(v, null, b(
|
|
1474
|
+
const e = a;
|
|
1475
|
+
return (l, i) => (s(), o("div", ia, [(s(!0), o(v, null, b(e.testimonials, (n, _) => (s(), L(M, {
|
|
1462
1476
|
key: _
|
|
1463
1477
|
}, {
|
|
1464
|
-
default: u(() => [
|
|
1478
|
+
default: u(() => [t("div", null, [c(I, null, {
|
|
1465
1479
|
default: u(() => [g(r(`"${n.content}"`), 1)]),
|
|
1466
1480
|
_: 2
|
|
1467
|
-
}, 1024)]),
|
|
1481
|
+
}, 1024)]), t("div", oa, [t("span", la, [t("img", {
|
|
1468
1482
|
src: n.avatar,
|
|
1469
1483
|
alt: n.name
|
|
1470
|
-
}, null, 8, ra)]),
|
|
1484
|
+
}, null, 8, ra)]), t("div", null, [t("div", ca, r(n.name), 1), t("div", da, r(n.title), 1)])])]),
|
|
1471
1485
|
_: 2
|
|
1472
1486
|
}, 1024))), 128))]));
|
|
1473
1487
|
}
|
|
@@ -1484,17 +1498,17 @@ const ja = /* @__PURE__ */ d(As, [["render", Bs], ["__scopeId", "data-v-75029e61
|
|
|
1484
1498
|
}
|
|
1485
1499
|
},
|
|
1486
1500
|
setup(a) {
|
|
1487
|
-
const
|
|
1501
|
+
const e = a;
|
|
1488
1502
|
return (l, i) => (s(), o("a", {
|
|
1489
|
-
href:
|
|
1503
|
+
href: e.href,
|
|
1490
1504
|
class: "tips-link"
|
|
1491
|
-
}, r(
|
|
1505
|
+
}, r(e.text), 9, _a));
|
|
1492
1506
|
}
|
|
1493
1507
|
}), Oa = /* @__PURE__ */ d(pa, [["__scopeId", "data-v-f5784dd1"]]), ma = {}, fa = {
|
|
1494
1508
|
class: "sidebar"
|
|
1495
1509
|
};
|
|
1496
|
-
function ga(a,
|
|
1497
|
-
return s(), o("div", fa,
|
|
1510
|
+
function ga(a, e) {
|
|
1511
|
+
return s(), o("div", fa, e[0] || (e[0] = [U('<div data-v-251905ff><div class="sidebar-title" data-v-251905ff>On this page</div><a class="sidebar-link active" href="#page-title" data-v-251905ff>Introduction</a><a class="sidebar-link" href="#browse-by-feature" data-v-251905ff>Browse by feature</a><a class="sidebar-link" href="#implement-a-template" data-v-251905ff>Implement a template</a><a class="sidebar-link" href="#integrate-or-deploy-tiptap" data-v-251905ff>Integrate or deploy Tiptap</a><a class="sidebar-link" href="#manage-your-documents" data-v-251905ff>Manage your documents</a><a class="sidebar-link" href="#examples" data-v-251905ff>Examples</a><a class="sidebar-link" href="#guides" data-v-251905ff>Guides</a><a class="sidebar-link" href="#community" data-v-251905ff>Community</a></div>', 1)]));
|
|
1498
1512
|
}
|
|
1499
1513
|
const Ra = /* @__PURE__ */ d(ma, [["render", ga], ["__scopeId", "data-v-251905ff"]]);
|
|
1500
1514
|
export {
|
|
@@ -1522,19 +1536,19 @@ export {
|
|
|
1522
1536
|
tt as f,
|
|
1523
1537
|
Ca as g,
|
|
1524
1538
|
wa as h,
|
|
1525
|
-
|
|
1539
|
+
F as i,
|
|
1526
1540
|
Aa as j,
|
|
1527
1541
|
Ta as k,
|
|
1528
1542
|
qa as l,
|
|
1529
1543
|
Ba as m,
|
|
1530
|
-
|
|
1544
|
+
zt as n,
|
|
1531
1545
|
Mt as o,
|
|
1532
|
-
|
|
1546
|
+
za as p,
|
|
1533
1547
|
y as q,
|
|
1534
1548
|
B as r,
|
|
1535
1549
|
j as s,
|
|
1536
1550
|
Ue as t,
|
|
1537
|
-
|
|
1551
|
+
Fa as u,
|
|
1538
1552
|
Da as v,
|
|
1539
1553
|
Va as w,
|
|
1540
1554
|
Ea as x,
|