@huyooo/ui 0.4.79 → 0.4.82
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/{AuthkitAuthModal-A8HqP1Bw.js → AuthkitAuthModal-DCx9UFiy.js} +369 -367
- package/dist/{LandingPageToc-CtByslqq.js → LandingPageSectionTabs-CK70rbJX.js} +652 -531
- package/dist/{UserAccountMenu-BjPo49PW.js → UserAccountMenu-Bx18RJcq.js} +1 -1
- package/dist/authkit.js +1 -1
- package/dist/components/LandingPage/LandingPageFeatureCard.vue.d.ts +17 -0
- package/dist/components/LandingPage/LandingPageFeatureSectionHeader.vue.d.ts +6 -0
- package/dist/components/LandingPage/LandingPageFeaturesGrid.vue.d.ts +17 -0
- package/dist/components/LandingPage/LandingPageSectionTabs.vue.d.ts +39 -0
- package/dist/components/LandingPage/LandingPageTestimonialCard.vue.d.ts +12 -0
- package/dist/index.js +212 -207
- package/dist/landingPage.d.ts +5 -0
- package/dist/landingPage.js +36 -31
- package/dist/style.css +1 -1
- package/dist/user.js +1 -1
- package/package.json +1 -1
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
import { createElementBlock as
|
|
2
|
-
import { _ 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 c, Fragment as b, renderList as y, createBlock as P, 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
|
+
import { _ as d } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
3
|
import { Icon as x } from "@iconify/vue";
|
|
4
|
-
import { C as
|
|
4
|
+
import { C as R, a as W } from "./CollapseItem-Cw1vcdLu.js";
|
|
5
5
|
/* empty css */
|
|
6
6
|
/* empty css */
|
|
7
|
-
import { Tag as
|
|
8
|
-
const
|
|
7
|
+
import { Tag as K } from "@arco-design/web-vue";
|
|
8
|
+
const J = {}, Q = {
|
|
9
9
|
class: "SubTitle"
|
|
10
10
|
};
|
|
11
|
-
function
|
|
12
|
-
return s(),
|
|
11
|
+
function Z(a, t) {
|
|
12
|
+
return s(), n("div", Q, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
13
13
|
}
|
|
14
|
-
const
|
|
14
|
+
const H = /* @__PURE__ */ d(J, [["render", Z], ["__scopeId", "data-v-3decf2d4"]]), Y = {}, X = {
|
|
15
15
|
class: "Title"
|
|
16
16
|
};
|
|
17
|
-
function
|
|
18
|
-
return s(),
|
|
17
|
+
function ee(a, t) {
|
|
18
|
+
return s(), n("h2", X, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
19
19
|
}
|
|
20
|
-
const
|
|
20
|
+
const M = /* @__PURE__ */ d(Y, [["render", ee], ["__scopeId", "data-v-58078aa8"]]), te = {
|
|
21
21
|
class: "BlockHeader"
|
|
22
|
-
},
|
|
22
|
+
}, se = /* @__PURE__ */ f({
|
|
23
23
|
__name: "LandingPageBlockHeader",
|
|
24
24
|
setup(a) {
|
|
25
|
-
return (
|
|
25
|
+
return (t, l) => (s(), n("div", te, [u(M, {
|
|
26
26
|
class: "BlockHeaderTitle"
|
|
27
27
|
}, {
|
|
28
|
-
default: _(() => [h(
|
|
28
|
+
default: _(() => [h(t.$slots, "title", {}, void 0, !0)]),
|
|
29
29
|
_: 3
|
|
30
|
-
}),
|
|
30
|
+
}), u(H, {
|
|
31
31
|
class: "BlockHeaderSubTitle"
|
|
32
32
|
}, {
|
|
33
|
-
default: _(() => [h(
|
|
33
|
+
default: _(() => [h(t.$slots, "subTitle", {}, void 0, !0)]),
|
|
34
34
|
_: 3
|
|
35
35
|
})]));
|
|
36
36
|
}
|
|
37
|
-
}),
|
|
37
|
+
}), ae = /* @__PURE__ */ d(se, [["__scopeId", "data-v-8d51bb3a"]]), ne = {
|
|
38
38
|
class: "BlockLayout"
|
|
39
|
-
},
|
|
39
|
+
}, ie = /* @__PURE__ */ f({
|
|
40
40
|
__name: "LandingPageBlockLayout",
|
|
41
41
|
props: {
|
|
42
42
|
columns: {
|
|
@@ -49,21 +49,21 @@ const H = /* @__PURE__ */ u(J, [["render", Q], ["__scopeId", "data-v-58078aa8"]]
|
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
setup(a) {
|
|
52
|
-
const
|
|
53
|
-
return (l,
|
|
52
|
+
const t = a;
|
|
53
|
+
return (l, o) => (s(), n("section", ne, [h(l.$slots, "BlockHeader", {}, void 0, !0), e("div", {
|
|
54
54
|
class: "BlockBody",
|
|
55
|
-
style:
|
|
56
|
-
gridTemplateColumns: `repeat(${
|
|
57
|
-
flexDirection:
|
|
55
|
+
style: S({
|
|
56
|
+
gridTemplateColumns: `repeat(${t.columns}, 1fr)`,
|
|
57
|
+
flexDirection: t.flexDirection
|
|
58
58
|
})
|
|
59
59
|
}, [h(l.$slots, "BlockBody", {}, void 0, !0)], 4)]));
|
|
60
60
|
}
|
|
61
|
-
}),
|
|
61
|
+
}), oe = /* @__PURE__ */ d(ie, [["__scopeId", "data-v-84ed1aaa"]]), le = {
|
|
62
62
|
description: "",
|
|
63
63
|
class: "mission-list-item"
|
|
64
|
-
},
|
|
64
|
+
}, ce = {
|
|
65
65
|
class: "mission-list-text"
|
|
66
|
-
},
|
|
66
|
+
}, re = /* @__PURE__ */ f({
|
|
67
67
|
__name: "LandingPageListItem",
|
|
68
68
|
props: {
|
|
69
69
|
description: {
|
|
@@ -71,31 +71,31 @@ const H = /* @__PURE__ */ u(J, [["render", Q], ["__scopeId", "data-v-58078aa8"]]
|
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
73
|
setup(a) {
|
|
74
|
-
const
|
|
75
|
-
return (l,
|
|
74
|
+
const t = a;
|
|
75
|
+
return (l, o) => (s(), n("div", le, [u(I(x), {
|
|
76
76
|
icon: "mingcute:check-circle-fill",
|
|
77
77
|
class: "mission-list-icon"
|
|
78
|
-
}),
|
|
78
|
+
}), e("span", ce, c(t.description), 1)]));
|
|
79
79
|
}
|
|
80
|
-
}), j = /* @__PURE__ */
|
|
80
|
+
}), j = /* @__PURE__ */ d(re, [["__scopeId", "data-v-4973c791"]]), de = {
|
|
81
81
|
class: "mission-container"
|
|
82
|
-
},
|
|
82
|
+
}, ue = {
|
|
83
83
|
class: "mission-image-wrapper"
|
|
84
|
-
},
|
|
84
|
+
}, _e = ["src", "alt"], pe = {
|
|
85
85
|
class: "mission-content"
|
|
86
|
-
},
|
|
86
|
+
}, fe = {
|
|
87
87
|
class: "mission-title"
|
|
88
|
-
},
|
|
88
|
+
}, me = {
|
|
89
89
|
class: "mission-title-highlight"
|
|
90
|
-
},
|
|
90
|
+
}, ge = {
|
|
91
91
|
class: "mission-desc"
|
|
92
|
-
},
|
|
92
|
+
}, he = {
|
|
93
93
|
class: "mission-list"
|
|
94
|
-
},
|
|
94
|
+
}, ve = {
|
|
95
95
|
style: {
|
|
96
96
|
display: "none"
|
|
97
97
|
}
|
|
98
|
-
},
|
|
98
|
+
}, $e = /* @__PURE__ */ f({
|
|
99
99
|
__name: "LandingPageMission",
|
|
100
100
|
props: {
|
|
101
101
|
image: {},
|
|
@@ -106,56 +106,56 @@ const H = /* @__PURE__ */ u(J, [["render", Q], ["__scopeId", "data-v-58078aa8"]]
|
|
|
106
106
|
features: {}
|
|
107
107
|
},
|
|
108
108
|
setup(a) {
|
|
109
|
-
return (
|
|
109
|
+
return (t, l) => (s(), n("div", de, [e("div", ue, [l[0] || (l[0] = e("div", {
|
|
110
110
|
class: "mission-bg1"
|
|
111
|
-
}, null, -1)),
|
|
112
|
-
src:
|
|
113
|
-
alt:
|
|
111
|
+
}, null, -1)), e("img", {
|
|
112
|
+
src: t.image,
|
|
113
|
+
alt: t.imageAlt,
|
|
114
114
|
loading: "lazy",
|
|
115
115
|
width: "1270",
|
|
116
116
|
decoding: "async",
|
|
117
117
|
class: "mission-img"
|
|
118
|
-
}, null, 8,
|
|
119
|
-
key:
|
|
120
|
-
description:
|
|
121
|
-
}, null, 8, ["description"]))), 128))])]), (s(),
|
|
118
|
+
}, null, 8, _e)]), e("div", pe, [e("h2", fe, [e("span", me, c(t.highlight), 1), e("strong", null, c(t.title), 1)]), e("p", ge, c(t.description), 1), e("div", he, [(s(!0), n(b, null, y(t.features, (o, i) => (s(), P(j, {
|
|
119
|
+
key: i,
|
|
120
|
+
description: o
|
|
121
|
+
}, null, 8, ["description"]))), 128))])]), (s(), n("svg", ve, l[1] || (l[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
|
+
}), be = /* @__PURE__ */ d($e, [["__scopeId", "data-v-511c032f"]]), ye = {
|
|
129
129
|
class: "team-info-container"
|
|
130
|
-
},
|
|
130
|
+
}, ke = {
|
|
131
131
|
class: "team-info-title"
|
|
132
|
-
},
|
|
132
|
+
}, Le = {
|
|
133
133
|
class: "team-info-desc"
|
|
134
|
-
},
|
|
134
|
+
}, Pe = /* @__PURE__ */ f({
|
|
135
135
|
__name: "LandingPageTeamInfo",
|
|
136
136
|
props: {
|
|
137
137
|
title: {},
|
|
138
138
|
description: {}
|
|
139
139
|
},
|
|
140
140
|
setup(a) {
|
|
141
|
-
const
|
|
142
|
-
return (l,
|
|
141
|
+
const t = a;
|
|
142
|
+
return (l, o) => (s(), n("div", ye, [e("div", ke, c(t.title), 1), e("p", Le, c(t.description), 1)]));
|
|
143
143
|
}
|
|
144
|
-
}),
|
|
144
|
+
}), Ie = /* @__PURE__ */ d(Pe, [["__scopeId", "data-v-2074e0d7"]]), Se = {}, Ce = {
|
|
145
145
|
class: "Description"
|
|
146
146
|
};
|
|
147
|
-
function
|
|
148
|
-
return s(),
|
|
147
|
+
function we(a, t) {
|
|
148
|
+
return s(), n("div", Ce, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
149
149
|
}
|
|
150
|
-
const
|
|
150
|
+
const w = /* @__PURE__ */ d(Se, [["render", we], ["__scopeId", "data-v-501deb41"]]), xe = {
|
|
151
151
|
class: "grid-container"
|
|
152
|
-
},
|
|
152
|
+
}, Te = {
|
|
153
153
|
class: "square"
|
|
154
|
-
},
|
|
154
|
+
}, Ae = ["src", "alt", "sizes", "width", "height"], qe = {
|
|
155
155
|
class: "footer"
|
|
156
|
-
},
|
|
156
|
+
}, Be = {
|
|
157
157
|
class: "name"
|
|
158
|
-
},
|
|
158
|
+
}, ze = /* @__PURE__ */ f({
|
|
159
159
|
__name: "LandingPageTeamList",
|
|
160
160
|
props: {
|
|
161
161
|
publishedTeamMembers: {},
|
|
@@ -165,25 +165,25 @@ const S = /* @__PURE__ */ u(Le, [["render", Ie], ["__scopeId", "data-v-501deb41"
|
|
|
165
165
|
pictureClass: {}
|
|
166
166
|
},
|
|
167
167
|
setup(a) {
|
|
168
|
-
return (
|
|
169
|
-
key:
|
|
168
|
+
return (t, l) => (s(), n("div", xe, [(s(!0), n(b, null, y(t.publishedTeamMembers, (o) => (s(), n("div", {
|
|
169
|
+
key: o.data.name,
|
|
170
170
|
class: "group"
|
|
171
|
-
}, [
|
|
172
|
-
src:
|
|
173
|
-
alt:
|
|
174
|
-
sizes:
|
|
175
|
-
width:
|
|
176
|
-
height:
|
|
177
|
-
class:
|
|
178
|
-
}, null, 10,
|
|
179
|
-
default: _(() => [
|
|
171
|
+
}, [e("div", Te, [e("img", {
|
|
172
|
+
src: o.data.avatar.src,
|
|
173
|
+
alt: o.data.avatar.alt,
|
|
174
|
+
sizes: t.sizes,
|
|
175
|
+
width: t.width,
|
|
176
|
+
height: t.height,
|
|
177
|
+
class: C(t.pictureClass ? `${t.pictureClass} picture-img` : "picture-img")
|
|
178
|
+
}, null, 10, Ae)]), e("div", qe, [e("h2", Be, c(o.data.name), 1), u(w, null, {
|
|
179
|
+
default: _(() => [g(c(o.data.title), 1)]),
|
|
180
180
|
_: 2
|
|
181
181
|
}, 1024)])]))), 128))]));
|
|
182
182
|
}
|
|
183
|
-
}),
|
|
183
|
+
}), Fe = /* @__PURE__ */ d(ze, [["__scopeId", "data-v-aae1a797"]]), Ve = /* @__PURE__ */ f({
|
|
184
184
|
__name: "LandingPageAbout",
|
|
185
185
|
setup(a) {
|
|
186
|
-
const
|
|
186
|
+
const t = [{
|
|
187
187
|
data: {
|
|
188
188
|
name: "Janette Lynch",
|
|
189
189
|
title: "Senior Director",
|
|
@@ -220,20 +220,20 @@ const S = /* @__PURE__ */ u(Le, [["render", Ie], ["__scopeId", "data-v-501deb41"
|
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
222
|
}];
|
|
223
|
-
return (l,
|
|
224
|
-
BlockHeader: _(() => [
|
|
225
|
-
title: _(() =>
|
|
226
|
-
subTitle: _(() =>
|
|
223
|
+
return (l, o) => (s(), n(b, null, [u(oe, null, {
|
|
224
|
+
BlockHeader: _(() => [u(ae, null, {
|
|
225
|
+
title: _(() => o[0] || (o[0] = [g("核心团队")])),
|
|
226
|
+
subTitle: _(() => o[1] || (o[1] = [g("我们是一个充满激情的小团队。")])),
|
|
227
227
|
_: 1
|
|
228
228
|
})]),
|
|
229
|
-
BlockBody: _(() => [
|
|
229
|
+
BlockBody: _(() => [u(Ie, {
|
|
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
|
-
}),
|
|
233
|
-
"published-team-members":
|
|
232
|
+
}), u(Fe, {
|
|
233
|
+
"published-team-members": t
|
|
234
234
|
})]),
|
|
235
235
|
_: 1
|
|
236
|
-
}),
|
|
236
|
+
}), u(be, {
|
|
237
237
|
image: "https://astroship-pro.web3templates.com/_astro/employee.DPridi10_Z23eRat.avif",
|
|
238
238
|
"image-alt": "Happy Team",
|
|
239
239
|
title: "Mission",
|
|
@@ -242,16 +242,16 @@ const S = /* @__PURE__ */ u(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
|
-
}),
|
|
245
|
+
}), fn = /* @__PURE__ */ d(Ve, [["__scopeId", "data-v-a40e05a5"]]), De = {
|
|
246
246
|
class: "nav"
|
|
247
|
-
},
|
|
247
|
+
}, He = {
|
|
248
248
|
class: "section"
|
|
249
|
-
},
|
|
249
|
+
}, Me = ["href"], je = {
|
|
250
250
|
class: "section"
|
|
251
|
-
},
|
|
251
|
+
}, Ue = ["href"], Ge = /* @__PURE__ */ f({
|
|
252
252
|
__name: "LandingPageAside",
|
|
253
253
|
setup(a) {
|
|
254
|
-
const
|
|
254
|
+
const t = k([{
|
|
255
255
|
text: "Editor",
|
|
256
256
|
href: "/docs/editor/getting-started/overview"
|
|
257
257
|
}, {
|
|
@@ -282,28 +282,28 @@ const S = /* @__PURE__ */ u(Le, [["render", Ie], ["__scopeId", "data-v-501deb41"
|
|
|
282
282
|
text: "Pro license",
|
|
283
283
|
href: "/docs/resources/pro-license"
|
|
284
284
|
}]);
|
|
285
|
-
return (
|
|
285
|
+
return (o, i) => (s(), n("nav", De, [i[2] || (i[2] = e("div", {
|
|
286
286
|
class: "section"
|
|
287
|
-
}, [
|
|
287
|
+
}, [e("div", {
|
|
288
288
|
class: "section-title"
|
|
289
|
-
}, "Getting started"),
|
|
289
|
+
}, "Getting started"), e("div", null, [e("a", {
|
|
290
290
|
class: "link active",
|
|
291
291
|
href: "/docs"
|
|
292
|
-
}, "Overview")])], -1)),
|
|
292
|
+
}, "Overview")])], -1)), e("div", He, [i[0] || (i[0] = e("div", {
|
|
293
293
|
class: "section-title"
|
|
294
|
-
}, "Browse by feature", -1)),
|
|
294
|
+
}, "Browse by feature", -1)), e("div", null, [(s(!0), n(b, null, y(t.value, (r) => (s(), n("a", {
|
|
295
295
|
key: r.text,
|
|
296
296
|
class: "link",
|
|
297
297
|
href: r.href
|
|
298
|
-
}, c(r.text), 9,
|
|
298
|
+
}, c(r.text), 9, Me))), 128))])]), e("div", je, [i[1] || (i[1] = e("div", {
|
|
299
299
|
class: "section-title"
|
|
300
|
-
}, "Resources", -1)),
|
|
300
|
+
}, "Resources", -1)), e("div", null, [(s(!0), n(b, null, y(l.value, (r) => (s(), n("a", {
|
|
301
301
|
key: r.text,
|
|
302
302
|
class: "link",
|
|
303
303
|
href: r.href
|
|
304
|
-
}, c(r.text), 9,
|
|
304
|
+
}, c(r.text), 9, Ue))), 128))])])]));
|
|
305
305
|
}
|
|
306
|
-
}),
|
|
306
|
+
}), mn = /* @__PURE__ */ d(Ge, [["__scopeId", "data-v-b516bb75"]]), Ee = ["src"], Ne = /* @__PURE__ */ f({
|
|
307
307
|
__name: "LandingPageLogo",
|
|
308
308
|
props: {
|
|
309
309
|
name: {
|
|
@@ -334,35 +334,35 @@ const S = /* @__PURE__ */ u(Le, [["render", Ie], ["__scopeId", "data-v-501deb41"
|
|
|
334
334
|
},
|
|
335
335
|
emits: ["to"],
|
|
336
336
|
setup(a, {
|
|
337
|
-
emit:
|
|
337
|
+
emit: t
|
|
338
338
|
}) {
|
|
339
|
-
const l = a,
|
|
340
|
-
function
|
|
341
|
-
|
|
339
|
+
const l = a, o = t;
|
|
340
|
+
function i() {
|
|
341
|
+
o("to");
|
|
342
342
|
}
|
|
343
|
-
return (r,
|
|
343
|
+
return (r, m) => (s(), n("div", {
|
|
344
344
|
class: "Logo",
|
|
345
|
-
onClick:
|
|
346
|
-
}, [a.icon ? (s(),
|
|
345
|
+
onClick: i
|
|
346
|
+
}, [a.icon ? (s(), n("img", {
|
|
347
347
|
key: 0,
|
|
348
348
|
class: "icon",
|
|
349
349
|
src: a.icon,
|
|
350
350
|
alt: "logo",
|
|
351
|
-
style:
|
|
351
|
+
style: S({
|
|
352
352
|
width: l.iconSize,
|
|
353
353
|
height: l.iconSize
|
|
354
354
|
})
|
|
355
|
-
}, null, 12,
|
|
355
|
+
}, null, 12, Ee)) : T("", !0), e("div", {
|
|
356
356
|
class: "text",
|
|
357
|
-
style:
|
|
357
|
+
style: S({
|
|
358
358
|
color: l.color,
|
|
359
359
|
fontSize: l.fontSize
|
|
360
360
|
})
|
|
361
361
|
}, c(a.name), 5)]));
|
|
362
362
|
}
|
|
363
|
-
}),
|
|
363
|
+
}), Oe = /* @__PURE__ */ d(Ne, [["__scopeId", "data-v-f259564c"]]), Re = {
|
|
364
364
|
class: "BrandInfo"
|
|
365
|
-
},
|
|
365
|
+
}, We = /* @__PURE__ */ f({
|
|
366
366
|
__name: "LandingPageBrandInfo",
|
|
367
367
|
props: {
|
|
368
368
|
icon: {
|
|
@@ -391,51 +391,51 @@ const S = /* @__PURE__ */ u(Le, [["render", Ie], ["__scopeId", "data-v-501deb41"
|
|
|
391
391
|
}
|
|
392
392
|
},
|
|
393
393
|
setup(a) {
|
|
394
|
-
const
|
|
395
|
-
return (l,
|
|
396
|
-
icon:
|
|
397
|
-
name:
|
|
398
|
-
color:
|
|
399
|
-
"font-size":
|
|
400
|
-
"icon-size":
|
|
401
|
-
}, null, 8, ["icon", "name", "color", "font-size", "icon-size"]),
|
|
402
|
-
default: _(() => [
|
|
394
|
+
const t = a;
|
|
395
|
+
return (l, o) => (s(), n("div", Re, [u(Oe, {
|
|
396
|
+
icon: t.icon,
|
|
397
|
+
name: t.name,
|
|
398
|
+
color: t.color,
|
|
399
|
+
"font-size": t.fontSize,
|
|
400
|
+
"icon-size": t.iconSize
|
|
401
|
+
}, null, 8, ["icon", "name", "color", "font-size", "icon-size"]), u(w, null, {
|
|
402
|
+
default: _(() => [g(c(t.description), 1)]),
|
|
403
403
|
_: 1
|
|
404
404
|
})]));
|
|
405
405
|
}
|
|
406
|
-
}),
|
|
406
|
+
}), Ke = /* @__PURE__ */ d(We, [["__scopeId", "data-v-03121641"]]), Je = /* @__PURE__ */ f({
|
|
407
407
|
__name: "LandingPageButton",
|
|
408
408
|
props: {
|
|
409
409
|
type: {}
|
|
410
410
|
},
|
|
411
411
|
setup(a) {
|
|
412
|
-
return (
|
|
413
|
-
class:
|
|
414
|
-
}, [h(
|
|
412
|
+
return (t, l) => (s(), n("div", {
|
|
413
|
+
class: C(["heroButton", [t.type === "primary" ? "heroButtonPrimary" : "heroButtonSecondary"]])
|
|
414
|
+
}, [h(t.$slots, "default", {}, void 0, !0)], 2));
|
|
415
415
|
}
|
|
416
|
-
}),
|
|
416
|
+
}), Qe = /* @__PURE__ */ d(Je, [["__scopeId", "data-v-d26fdf8b"]]), Ze = {}, Ye = {
|
|
417
417
|
class: "Card"
|
|
418
418
|
};
|
|
419
|
-
function
|
|
420
|
-
return s(),
|
|
419
|
+
function Xe(a, t) {
|
|
420
|
+
return s(), n("div", Ye, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
421
421
|
}
|
|
422
|
-
const
|
|
422
|
+
const U = /* @__PURE__ */ d(Ze, [["render", Xe], ["__scopeId", "data-v-cdb3f77d"]]), et = {
|
|
423
423
|
class: "contact-container"
|
|
424
|
-
},
|
|
424
|
+
}, tt = {
|
|
425
425
|
class: "contact-info-section"
|
|
426
|
-
},
|
|
426
|
+
}, st = {
|
|
427
427
|
class: "contact-title"
|
|
428
|
-
},
|
|
428
|
+
}, at = {
|
|
429
429
|
class: "contact-info"
|
|
430
|
-
},
|
|
430
|
+
}, nt = {
|
|
431
431
|
class: "contact-info-item"
|
|
432
|
-
},
|
|
432
|
+
}, it = {
|
|
433
433
|
class: "contact-info-item"
|
|
434
|
-
},
|
|
434
|
+
}, ot = ["href"], lt = {
|
|
435
435
|
class: "contact-info-item"
|
|
436
|
-
},
|
|
436
|
+
}, ct = ["href"], rt = {
|
|
437
437
|
class: "contact-form-section"
|
|
438
|
-
},
|
|
438
|
+
}, dt = /* @__PURE__ */ f({
|
|
439
439
|
__name: "LandingPageContact",
|
|
440
440
|
props: {
|
|
441
441
|
title: {
|
|
@@ -470,40 +470,40 @@ const M = /* @__PURE__ */ u(Ke, [["render", Ze], ["__scopeId", "data-v-cdb3f77d"
|
|
|
470
470
|
}
|
|
471
471
|
},
|
|
472
472
|
setup(a) {
|
|
473
|
-
const
|
|
474
|
-
return (l,
|
|
475
|
-
default: _(() => [
|
|
473
|
+
const t = a;
|
|
474
|
+
return (l, o) => (s(), n("div", et, [e("div", tt, [e("h2", st, c(t.contact.title), 1), u(w, null, {
|
|
475
|
+
default: _(() => [g(c(t.contact.description), 1)]),
|
|
476
476
|
_: 1
|
|
477
|
-
}),
|
|
477
|
+
}), e("div", at, [e("div", nt, [u(I(x), {
|
|
478
478
|
class: "contact-info-icon",
|
|
479
479
|
icon: l.mapIcon
|
|
480
|
-
}, null, 8, ["icon"]),
|
|
480
|
+
}, null, 8, ["icon"]), e("span", null, c(t.address), 1)]), e("div", it, [u(I(x), {
|
|
481
481
|
class: "contact-info-icon",
|
|
482
|
-
icon:
|
|
483
|
-
}, null, 8, ["icon"]),
|
|
482
|
+
icon: t.emailIcon
|
|
483
|
+
}, null, 8, ["icon"]), e("a", {
|
|
484
484
|
href: `mailto:${l.email}`
|
|
485
|
-
}, c(
|
|
485
|
+
}, c(t.email), 9, ot)]), e("div", lt, [u(I(x), {
|
|
486
486
|
class: "contact-info-icon",
|
|
487
|
-
icon:
|
|
488
|
-
}, null, 8, ["icon"]),
|
|
487
|
+
icon: t.phoneIcon
|
|
488
|
+
}, null, 8, ["icon"]), e("a", {
|
|
489
489
|
href: `tel:${l.phone}`
|
|
490
|
-
}, c(
|
|
490
|
+
}, c(t.phone), 9, ct)])])]), e("div", rt, [h(l.$slots, "contact-form", {}, void 0, !0)])]));
|
|
491
491
|
}
|
|
492
|
-
}),
|
|
492
|
+
}), gn = /* @__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"
|
|
496
|
-
},
|
|
496
|
+
}, mt = {
|
|
497
497
|
class: "form-group"
|
|
498
|
-
},
|
|
498
|
+
}, gt = {
|
|
499
499
|
type: "submit",
|
|
500
500
|
class: "form-button"
|
|
501
|
-
},
|
|
501
|
+
}, ht = {
|
|
502
502
|
key: 0,
|
|
503
503
|
class: "button-content"
|
|
504
|
-
},
|
|
504
|
+
}, vt = {
|
|
505
505
|
key: 1
|
|
506
|
-
},
|
|
506
|
+
}, $t = /* @__PURE__ */ f({
|
|
507
507
|
__name: "LandingPageContactForm",
|
|
508
508
|
props: {
|
|
509
509
|
accessKey: {
|
|
@@ -514,135 +514,135 @@ const M = /* @__PURE__ */ u(Ke, [["render", Ze], ["__scopeId", "data-v-cdb3f77d"
|
|
|
514
514
|
}
|
|
515
515
|
},
|
|
516
516
|
setup(a) {
|
|
517
|
-
const
|
|
517
|
+
const t = a, l = k(!1), o = k(""), i = k(""), r = k({
|
|
518
518
|
name: "",
|
|
519
519
|
email: "",
|
|
520
520
|
message: ""
|
|
521
|
-
}),
|
|
521
|
+
}), m = async (v) => {
|
|
522
522
|
l.value = !0;
|
|
523
|
-
const p =
|
|
523
|
+
const p = v.target;
|
|
524
524
|
if (!p.checkValidity()) {
|
|
525
525
|
p.querySelectorAll(":invalid")[0].focus();
|
|
526
526
|
return;
|
|
527
527
|
}
|
|
528
|
-
|
|
528
|
+
o.value = "发送中...", i.value = "";
|
|
529
529
|
try {
|
|
530
|
-
const
|
|
530
|
+
const $ = await fetch("https://api.web3forms.com/submit", {
|
|
531
531
|
method: "POST",
|
|
532
532
|
headers: {
|
|
533
533
|
"Content-Type": "application/json",
|
|
534
534
|
Accept: "application/json"
|
|
535
535
|
},
|
|
536
536
|
body: JSON.stringify({
|
|
537
|
-
access_key:
|
|
538
|
-
to:
|
|
537
|
+
access_key: t.accessKey,
|
|
538
|
+
to: t.to,
|
|
539
539
|
name: r.value.name,
|
|
540
540
|
email: r.value.email,
|
|
541
541
|
message: r.value.message
|
|
542
542
|
})
|
|
543
543
|
});
|
|
544
|
-
await
|
|
544
|
+
await $.json(), $.status === 200 ? (i.value = "text-green", o.value = "消息发送成功!我们会尽快回复您。") : (i.value = "text-red", o.value = "发送失败,请检查网络连接后重试。");
|
|
545
545
|
} catch {
|
|
546
|
-
|
|
546
|
+
i.value = "text-red", o.value = "发送失败,请稍后再试!";
|
|
547
547
|
} finally {
|
|
548
548
|
p.reset(), l.value = !1, setTimeout(() => {
|
|
549
|
-
|
|
549
|
+
o.value = "";
|
|
550
550
|
}, 5e3);
|
|
551
551
|
}
|
|
552
552
|
};
|
|
553
|
-
return (
|
|
553
|
+
return (v, p) => (s(), n("form", {
|
|
554
554
|
id: "form",
|
|
555
555
|
action: "https://api.web3forms.com/submit",
|
|
556
556
|
method: "POST",
|
|
557
|
-
class:
|
|
557
|
+
class: C(["contact-form", {
|
|
558
558
|
"was-validated": l.value
|
|
559
559
|
}]),
|
|
560
560
|
novalidate: "",
|
|
561
|
-
onSubmit:
|
|
562
|
-
}, [
|
|
561
|
+
onSubmit: E(m, ["prevent"])
|
|
562
|
+
}, [e("input", {
|
|
563
563
|
type: "hidden",
|
|
564
564
|
name: "access_key",
|
|
565
|
-
value:
|
|
566
|
-
}, null, 8,
|
|
565
|
+
value: t.accessKey
|
|
566
|
+
}, null, 8, ut), e("input", {
|
|
567
567
|
type: "hidden",
|
|
568
568
|
name: "to",
|
|
569
|
-
value:
|
|
570
|
-
}, null, 8,
|
|
569
|
+
value: t.to
|
|
570
|
+
}, null, 8, _t), p[11] || (p[11] = e("input", {
|
|
571
571
|
type: "checkbox",
|
|
572
572
|
class: "hidden",
|
|
573
573
|
style: {
|
|
574
574
|
display: "none"
|
|
575
575
|
},
|
|
576
576
|
name: "botcheck"
|
|
577
|
-
}, null, -1)),
|
|
577
|
+
}, null, -1)), e("div", pt, [p[3] || (p[3] = e("label", {
|
|
578
578
|
for: "name",
|
|
579
579
|
class: "form-label"
|
|
580
|
-
}, [
|
|
580
|
+
}, [g(" 姓名 "), e("span", {
|
|
581
581
|
class: "required"
|
|
582
|
-
}, "*")], -1)),
|
|
582
|
+
}, "*")], -1)), A(e("input", {
|
|
583
583
|
id: "name",
|
|
584
|
-
"onUpdate:modelValue": p[0] || (p[0] = (
|
|
584
|
+
"onUpdate:modelValue": p[0] || (p[0] = ($) => r.value.name = $),
|
|
585
585
|
type: "text",
|
|
586
586
|
placeholder: "请输入您的姓名",
|
|
587
587
|
required: "",
|
|
588
588
|
class: "form-input",
|
|
589
589
|
name: "name"
|
|
590
|
-
}, null, 512), [[q, r.value.name]]), p[4] || (p[4] =
|
|
590
|
+
}, null, 512), [[q, r.value.name]]), p[4] || (p[4] = e("div", {
|
|
591
591
|
class: "empty-feedback invalid-feedback form-error"
|
|
592
|
-
}, " 请输入您的姓名。 ", -1))]),
|
|
592
|
+
}, " 请输入您的姓名。 ", -1))]), e("div", ft, [p[5] || (p[5] = e("label", {
|
|
593
593
|
for: "email_address",
|
|
594
594
|
class: "form-label"
|
|
595
|
-
}, [
|
|
595
|
+
}, [g(" 邮箱地址 "), e("span", {
|
|
596
596
|
class: "required"
|
|
597
|
-
}, "*")], -1)),
|
|
597
|
+
}, "*")], -1)), A(e("input", {
|
|
598
598
|
id: "email_address",
|
|
599
|
-
"onUpdate:modelValue": p[1] || (p[1] = (
|
|
599
|
+
"onUpdate:modelValue": p[1] || (p[1] = ($) => r.value.email = $),
|
|
600
600
|
type: "email",
|
|
601
601
|
placeholder: "请输入您的邮箱地址",
|
|
602
602
|
name: "email",
|
|
603
603
|
required: "",
|
|
604
604
|
class: "form-input"
|
|
605
|
-
}, null, 512), [[q, r.value.email]]), p[6] || (p[6] =
|
|
605
|
+
}, null, 512), [[q, r.value.email]]), p[6] || (p[6] = e("div", {
|
|
606
606
|
class: "empty-feedback form-error"
|
|
607
|
-
}, " 请输入您的邮箱地址。 ", -1)), p[7] || (p[7] =
|
|
607
|
+
}, " 请输入您的邮箱地址。 ", -1)), p[7] || (p[7] = e("div", {
|
|
608
608
|
class: "invalid-feedback form-error"
|
|
609
|
-
}, " 请输入有效的邮箱地址。 ", -1))]),
|
|
609
|
+
}, " 请输入有效的邮箱地址。 ", -1))]), e("div", mt, [p[8] || (p[8] = e("label", {
|
|
610
610
|
for: "message",
|
|
611
611
|
class: "form-label"
|
|
612
|
-
}, [
|
|
612
|
+
}, [g(" 留言内容 "), e("span", {
|
|
613
613
|
class: "required"
|
|
614
|
-
}, "*")], -1)),
|
|
614
|
+
}, "*")], -1)), A(e("textarea", {
|
|
615
615
|
id: "message",
|
|
616
|
-
"onUpdate:modelValue": p[2] || (p[2] = (
|
|
616
|
+
"onUpdate:modelValue": p[2] || (p[2] = ($) => r.value.message = $),
|
|
617
617
|
name: "message",
|
|
618
618
|
required: "",
|
|
619
619
|
placeholder: "请输入您的留言内容",
|
|
620
620
|
class: "form-textarea",
|
|
621
621
|
rows: "4"
|
|
622
|
-
}, null, 512), [[q, r.value.message]]), p[9] || (p[9] =
|
|
622
|
+
}, null, 512), [[q, r.value.message]]), p[9] || (p[9] = e("div", {
|
|
623
623
|
class: "empty-feedback invalid-feedback form-error"
|
|
624
|
-
}, " 请输入您的留言内容。 ", -1))]),
|
|
624
|
+
}, " 请输入您的留言内容。 ", -1))]), e("button", gt, [o.value === "发送中..." ? (s(), n("span", ht, p[10] || (p[10] = [e("svg", {
|
|
625
625
|
class: "spinner",
|
|
626
626
|
xmlns: "http://www.w3.org/2000/svg",
|
|
627
627
|
fill: "none",
|
|
628
628
|
viewBox: "0 0 24 24"
|
|
629
|
-
}, [
|
|
629
|
+
}, [e("circle", {
|
|
630
630
|
class: "spinner-circle",
|
|
631
631
|
cx: "12",
|
|
632
632
|
cy: "12",
|
|
633
633
|
r: "10",
|
|
634
634
|
stroke: "currentColor",
|
|
635
635
|
"stroke-width": "4"
|
|
636
|
-
}),
|
|
636
|
+
}), e("path", {
|
|
637
637
|
class: "spinner-path",
|
|
638
638
|
fill: "currentColor",
|
|
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
|
-
})], -1),
|
|
640
|
+
})], -1), g(" 发送中... ")]))) : (s(), n("span", vt, "发送信息"))]), o.value && o.value !== "发送中..." ? (s(), n("div", {
|
|
641
641
|
key: 0,
|
|
642
|
-
class:
|
|
643
|
-
}, c(
|
|
642
|
+
class: C(["form-result", i.value])
|
|
643
|
+
}, c(o.value), 3)) : T("", !0)], 34));
|
|
644
644
|
}
|
|
645
|
-
}),
|
|
645
|
+
}), hn = /* @__PURE__ */ d($t, [["__scopeId", "data-v-bd2eaefb"]]), bt = /* @__PURE__ */ f({
|
|
646
646
|
__name: "LandingPageContainer",
|
|
647
647
|
props: {
|
|
648
648
|
flexDirection: {
|
|
@@ -656,23 +656,23 @@ const M = /* @__PURE__ */ u(Ke, [["render", Ze], ["__scopeId", "data-v-cdb3f77d"
|
|
|
656
656
|
}
|
|
657
657
|
},
|
|
658
658
|
setup(a) {
|
|
659
|
-
const
|
|
660
|
-
return (l,
|
|
659
|
+
const t = a;
|
|
660
|
+
return (l, o) => (s(), n("div", {
|
|
661
661
|
class: "landing-page-container",
|
|
662
|
-
style:
|
|
663
|
-
flexDirection:
|
|
664
|
-
gap:
|
|
665
|
-
padding:
|
|
662
|
+
style: S({
|
|
663
|
+
flexDirection: t.flexDirection,
|
|
664
|
+
gap: t.gap,
|
|
665
|
+
padding: t.padding
|
|
666
666
|
})
|
|
667
667
|
}, [h(l.$slots, "default", {}, void 0, !0)], 4));
|
|
668
668
|
}
|
|
669
|
-
}),
|
|
669
|
+
}), vn = /* @__PURE__ */ d(bt, [["__scopeId", "data-v-4566ee86"]]), yt = {
|
|
670
670
|
class: "cta-title"
|
|
671
|
-
},
|
|
671
|
+
}, kt = {
|
|
672
672
|
class: "cta-description"
|
|
673
|
-
},
|
|
673
|
+
}, Lt = {
|
|
674
674
|
class: "cta-actions"
|
|
675
|
-
},
|
|
675
|
+
}, Pt = /* @__PURE__ */ f({
|
|
676
676
|
__name: "LandingPageCta",
|
|
677
677
|
props: {
|
|
678
678
|
title: {
|
|
@@ -684,25 +684,25 @@ const M = /* @__PURE__ */ u(Ke, [["render", Ze], ["__scopeId", "data-v-cdb3f77d"
|
|
|
684
684
|
backgroundUrl: {}
|
|
685
685
|
},
|
|
686
686
|
setup(a) {
|
|
687
|
-
const
|
|
688
|
-
backgroundImage:
|
|
687
|
+
const t = a, l = z(() => ({
|
|
688
|
+
backgroundImage: t.backgroundUrl ? `url(${t.backgroundUrl})` : void 0,
|
|
689
689
|
backgroundRepeat: "no-repeat",
|
|
690
690
|
backgroundSize: "200% 200%",
|
|
691
691
|
backgroundPosition: "center"
|
|
692
692
|
}));
|
|
693
|
-
return (
|
|
693
|
+
return (o, i) => (s(), n("div", {
|
|
694
694
|
class: "cta-container",
|
|
695
|
-
style:
|
|
696
|
-
}, [
|
|
695
|
+
style: S(l.value)
|
|
696
|
+
}, [e("h1", yt, c(t.title), 1), e("div", kt, c(t.description), 1), e("div", Lt, [h(o.$slots, "actions", {}, void 0, !0)])], 4));
|
|
697
697
|
}
|
|
698
|
-
}),
|
|
698
|
+
}), $n = /* @__PURE__ */ d(Pt, [["__scopeId", "data-v-b3eb87df"]]), It = {}, St = {
|
|
699
699
|
role: "separator",
|
|
700
700
|
class: "divider divider-horizontal"
|
|
701
701
|
};
|
|
702
|
-
function
|
|
703
|
-
return s(),
|
|
702
|
+
function Ct(a, t) {
|
|
703
|
+
return s(), n("div", St);
|
|
704
704
|
}
|
|
705
|
-
const
|
|
705
|
+
const V = /* @__PURE__ */ d(It, [["render", Ct], ["__scopeId", "data-v-997fc2a4"]]), wt = /* @__PURE__ */ f({
|
|
706
706
|
__name: "LandingPageFAQ",
|
|
707
707
|
props: {
|
|
708
708
|
activeKeys: {
|
|
@@ -731,17 +731,17 @@ const D = /* @__PURE__ */ u(kt, [["render", Pt], ["__scopeId", "data-v-997fc2a4"
|
|
|
731
731
|
}
|
|
732
732
|
},
|
|
733
733
|
setup(a) {
|
|
734
|
-
const
|
|
735
|
-
return (l,
|
|
736
|
-
"active-keys":
|
|
734
|
+
const t = a;
|
|
735
|
+
return (l, o) => (s(), P(R, {
|
|
736
|
+
"active-keys": t.activeKeys
|
|
737
737
|
}, {
|
|
738
|
-
default: _(() => [(s(!0),
|
|
738
|
+
default: _(() => [(s(!0), n(b, null, y(t.faqItems, (i, r) => (s(), P(W, {
|
|
739
739
|
key: r,
|
|
740
740
|
index: r
|
|
741
741
|
}, {
|
|
742
|
-
header: _(() => [
|
|
743
|
-
default: _(() => [
|
|
744
|
-
default: _(() => [
|
|
742
|
+
header: _(() => [g(c(i.question), 1)]),
|
|
743
|
+
default: _(() => [u(w, null, {
|
|
744
|
+
default: _(() => [g(c(i.answer), 1)]),
|
|
745
745
|
_: 2
|
|
746
746
|
}, 1024)]),
|
|
747
747
|
_: 2
|
|
@@ -749,11 +749,11 @@ const D = /* @__PURE__ */ u(kt, [["render", Pt], ["__scopeId", "data-v-997fc2a4"
|
|
|
749
749
|
_: 1
|
|
750
750
|
}, 8, ["active-keys"]));
|
|
751
751
|
}
|
|
752
|
-
}),
|
|
752
|
+
}), bn = /* @__PURE__ */ d(wt, [["__scopeId", "data-v-581e8f75"]]), xt = {
|
|
753
753
|
class: "Features"
|
|
754
|
-
},
|
|
754
|
+
}, Tt = {
|
|
755
755
|
class: "feature-title"
|
|
756
|
-
},
|
|
756
|
+
}, At = /* @__PURE__ */ f({
|
|
757
757
|
__name: "LandingPageFeatures",
|
|
758
758
|
props: {
|
|
759
759
|
features: {
|
|
@@ -791,35 +791,35 @@ const D = /* @__PURE__ */ u(kt, [["render", Pt], ["__scopeId", "data-v-997fc2a4"
|
|
|
791
791
|
}
|
|
792
792
|
},
|
|
793
793
|
setup(a) {
|
|
794
|
-
const
|
|
795
|
-
return (l,
|
|
796
|
-
key:
|
|
794
|
+
const t = a;
|
|
795
|
+
return (l, o) => (s(), n("div", xt, [(s(!0), n(b, null, y(t.features, (i) => (s(), P(U, {
|
|
796
|
+
key: i.title
|
|
797
797
|
}, {
|
|
798
|
-
default: _(() => [
|
|
798
|
+
default: _(() => [e("div", {
|
|
799
799
|
class: "icon-container",
|
|
800
|
-
style:
|
|
801
|
-
color:
|
|
802
|
-
border: `1px solid ${
|
|
800
|
+
style: S({
|
|
801
|
+
color: t.iconColor,
|
|
802
|
+
border: `1px solid ${t.iconBorderColor}`
|
|
803
803
|
})
|
|
804
|
-
}, [
|
|
804
|
+
}, [u(I(x), {
|
|
805
805
|
class: "icon",
|
|
806
|
-
icon:
|
|
807
|
-
}, null, 8, ["icon"])], 4),
|
|
808
|
-
default: _(() => [
|
|
806
|
+
icon: i.icon
|
|
807
|
+
}, null, 8, ["icon"])], 4), e("h3", Tt, c(i.title), 1), u(w, null, {
|
|
808
|
+
default: _(() => [g(c(i.description), 1)]),
|
|
809
809
|
_: 2
|
|
810
810
|
}, 1024)]),
|
|
811
811
|
_: 2
|
|
812
812
|
}, 1024))), 128))]));
|
|
813
813
|
}
|
|
814
|
-
}),
|
|
814
|
+
}), yn = /* @__PURE__ */ d(At, [["__scopeId", "data-v-1ee2db18"]]), qt = {
|
|
815
815
|
class: "tt-feature-list"
|
|
816
|
-
},
|
|
816
|
+
}, Bt = {
|
|
817
817
|
class: "tt-feature-content"
|
|
818
|
-
},
|
|
818
|
+
}, zt = {
|
|
819
819
|
class: "heading-small"
|
|
820
|
-
},
|
|
820
|
+
}, Ft = {
|
|
821
821
|
class: "text-small"
|
|
822
|
-
},
|
|
822
|
+
}, Vt = /* @__PURE__ */ f({
|
|
823
823
|
__name: "LandingPageFeatures2",
|
|
824
824
|
props: {
|
|
825
825
|
list: {
|
|
@@ -828,27 +828,27 @@ const D = /* @__PURE__ */ u(kt, [["render", Pt], ["__scopeId", "data-v-997fc2a4"
|
|
|
828
828
|
}
|
|
829
829
|
},
|
|
830
830
|
setup(a) {
|
|
831
|
-
const
|
|
832
|
-
return (l,
|
|
831
|
+
const t = a;
|
|
832
|
+
return (l, o) => (s(), n("div", qt, [(s(!0), n(b, null, y(t.list, (i, r) => (s(), n("div", {
|
|
833
833
|
key: r,
|
|
834
834
|
class: "tt-feature-item centered"
|
|
835
|
-
}, [
|
|
835
|
+
}, [o[1] || (o[1] = e("div", {
|
|
836
836
|
class: "tt-feature-icon"
|
|
837
|
-
}, [
|
|
837
|
+
}, [e("img", {
|
|
838
838
|
src: "https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/66cda872417824f6aabdc2ad_check-highlight-badge.svg",
|
|
839
839
|
loading: "lazy",
|
|
840
840
|
class: "feature-media"
|
|
841
|
-
})], -1)),
|
|
841
|
+
})], -1)), e("div", Bt, [e("h3", zt, c(i.title), 1), e("p", Ft, [g(c(i.descriptions) + " ", 1), o[0] || (o[0] = e("br", null, null, -1))])])]))), 128))]));
|
|
842
842
|
}
|
|
843
|
-
}),
|
|
844
|
-
function
|
|
845
|
-
return `mailto:${a}?subject=${encodeURIComponent(
|
|
843
|
+
}), kn = /* @__PURE__ */ d(Vt, [["__scopeId", "data-v-abd3c70a"]]);
|
|
844
|
+
function Dt(a, t, l) {
|
|
845
|
+
return `mailto:${a}?subject=${encodeURIComponent(t)}&body=${encodeURIComponent(l)}`;
|
|
846
846
|
}
|
|
847
|
-
const
|
|
847
|
+
const Ht = {
|
|
848
848
|
class: "bottom"
|
|
849
|
-
},
|
|
849
|
+
}, Mt = {
|
|
850
850
|
class: "socials"
|
|
851
|
-
},
|
|
851
|
+
}, jt = ["onClick"], Ut = /* @__PURE__ */ f({
|
|
852
852
|
__name: "LandingPageFooterContact",
|
|
853
853
|
props: {
|
|
854
854
|
beianText: {
|
|
@@ -865,50 +865,50 @@ const Dt = {
|
|
|
865
865
|
}
|
|
866
866
|
},
|
|
867
867
|
setup(a) {
|
|
868
|
-
const
|
|
868
|
+
const t = a;
|
|
869
869
|
function l() {
|
|
870
|
-
window.open(
|
|
870
|
+
window.open(t.beianUrl);
|
|
871
871
|
}
|
|
872
|
-
return (
|
|
872
|
+
return (o, i) => (s(), n("div", Ht, [e("span", {
|
|
873
873
|
onClick: l
|
|
874
|
-
}, c(
|
|
875
|
-
key:
|
|
874
|
+
}, c(t.beianText), 1), e("div", Mt, [(s(!0), n(b, null, y(a.links, (r, m) => (s(), n("div", {
|
|
875
|
+
key: m,
|
|
876
876
|
class: "socialItem",
|
|
877
877
|
onClick: r.select
|
|
878
|
-
}, [r.type === "text" ? (s(),
|
|
878
|
+
}, [r.type === "text" ? (s(), P(I(x), {
|
|
879
879
|
key: 0,
|
|
880
880
|
icon: r.icon
|
|
881
|
-
}, null, 8, ["icon"])) :
|
|
881
|
+
}, null, 8, ["icon"])) : T("", !0), r.type === "image" ? (s(), P(I(x), {
|
|
882
882
|
key: 1,
|
|
883
883
|
icon: r.icon
|
|
884
|
-
}, null, 8, ["icon"])) :
|
|
884
|
+
}, null, 8, ["icon"])) : T("", !0)], 8, jt))), 128))])]));
|
|
885
885
|
}
|
|
886
|
-
}),
|
|
886
|
+
}), Gt = /* @__PURE__ */ d(Ut, [["__scopeId", "data-v-ff6210b9"]]), Et = {
|
|
887
887
|
class: "FooterLayout"
|
|
888
|
-
},
|
|
888
|
+
}, Nt = {
|
|
889
889
|
class: "body"
|
|
890
|
-
},
|
|
890
|
+
}, Ot = {
|
|
891
891
|
class: "logo"
|
|
892
|
-
},
|
|
892
|
+
}, Rt = {
|
|
893
893
|
class: "links"
|
|
894
|
-
},
|
|
894
|
+
}, Wt = /* @__PURE__ */ f({
|
|
895
895
|
__name: "LandingPageFooterLayout",
|
|
896
896
|
setup(a) {
|
|
897
|
-
return (
|
|
897
|
+
return (t, l) => (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
898
|
}
|
|
899
|
-
}),
|
|
899
|
+
}), Kt = /* @__PURE__ */ d(Wt, [["__scopeId", "data-v-425841c7"]]), Jt = {}, Qt = {
|
|
900
900
|
class: "Description"
|
|
901
901
|
};
|
|
902
|
-
function
|
|
903
|
-
return s(),
|
|
902
|
+
function Zt(a, t) {
|
|
903
|
+
return s(), n("div", Qt, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
904
904
|
}
|
|
905
|
-
const
|
|
905
|
+
const L = /* @__PURE__ */ d(Jt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"]]), Yt = {
|
|
906
906
|
class: "list"
|
|
907
|
-
},
|
|
907
|
+
}, Xt = {
|
|
908
908
|
class: "title"
|
|
909
|
-
},
|
|
909
|
+
}, es = {
|
|
910
910
|
class: "listItemContent"
|
|
911
|
-
},
|
|
911
|
+
}, ts = /* @__PURE__ */ f({
|
|
912
912
|
__name: "LandingPageLinkGroup",
|
|
913
913
|
props: {
|
|
914
914
|
title: {
|
|
@@ -916,24 +916,24 @@ const y = /* @__PURE__ */ u(Rt, [["render", Kt], ["__scopeId", "data-v-ea9ec649"
|
|
|
916
916
|
}
|
|
917
917
|
},
|
|
918
918
|
setup(a) {
|
|
919
|
-
const
|
|
920
|
-
return (l,
|
|
919
|
+
const t = a;
|
|
920
|
+
return (l, o) => (s(), n("div", Yt, [e("div", Xt, c(t.title), 1), e("div", es, [h(l.$slots, "item", {}, void 0, !0)])]));
|
|
921
921
|
}
|
|
922
|
-
}), B = /* @__PURE__ */
|
|
922
|
+
}), B = /* @__PURE__ */ d(ts, [["__scopeId", "data-v-0809a48c"]]), ss = {
|
|
923
923
|
class: "Footer"
|
|
924
|
-
},
|
|
924
|
+
}, D = "support@huyooo.com", as = /* @__PURE__ */ f({
|
|
925
925
|
__name: "LandingPageFooter",
|
|
926
926
|
setup(a) {
|
|
927
|
-
const
|
|
928
|
-
function
|
|
929
|
-
const p =
|
|
927
|
+
const t = k("京ICP备2024077422号 Copyright © 2024-2024 北京忽柚科技有限公司"), l = k("https://beian.miit.gov.cn/#/Integrated/index");
|
|
928
|
+
function o() {
|
|
929
|
+
const p = Dt(D, "", "");
|
|
930
930
|
window.location.href = p;
|
|
931
931
|
}
|
|
932
|
-
const
|
|
932
|
+
const i = k([{
|
|
933
933
|
type: "text",
|
|
934
934
|
icon: "ic:baseline-email",
|
|
935
|
-
content:
|
|
936
|
-
select:
|
|
935
|
+
content: D,
|
|
936
|
+
select: o
|
|
937
937
|
}, {
|
|
938
938
|
type: "image",
|
|
939
939
|
icon: "ic:baseline-wechat",
|
|
@@ -941,91 +941,91 @@ const y = /* @__PURE__ */ u(Rt, [["render", Kt], ["__scopeId", "data-v-ea9ec649"
|
|
|
941
941
|
select() {
|
|
942
942
|
}
|
|
943
943
|
}]);
|
|
944
|
-
return (r,
|
|
945
|
-
LandingPageBrandInfo: _(() => [
|
|
944
|
+
return (r, m) => (s(), n("div", ss, [u(Kt, null, {
|
|
945
|
+
LandingPageBrandInfo: _(() => [u(Ke, {
|
|
946
946
|
icon: "https://ghibliaigenerator.app/logo.png",
|
|
947
947
|
name: "ONES",
|
|
948
948
|
description: "几小时内构建和发布AI产品,无需数日。"
|
|
949
949
|
})]),
|
|
950
|
-
LandingPageLinkGroup: _(() => [
|
|
950
|
+
LandingPageLinkGroup: _(() => [u(B, {
|
|
951
951
|
title: "产品"
|
|
952
952
|
}, {
|
|
953
|
-
item: _(() => [
|
|
954
|
-
default: _(() =>
|
|
953
|
+
item: _(() => [u(L, null, {
|
|
954
|
+
default: _(() => m[0] || (m[0] = [g("功能")])),
|
|
955
955
|
_: 1,
|
|
956
956
|
__: [0]
|
|
957
|
-
}),
|
|
958
|
-
default: _(() =>
|
|
957
|
+
}), u(L, null, {
|
|
958
|
+
default: _(() => m[1] || (m[1] = [g("展示")])),
|
|
959
959
|
_: 1,
|
|
960
960
|
__: [1]
|
|
961
|
-
}),
|
|
962
|
-
default: _(() =>
|
|
961
|
+
}), u(L, null, {
|
|
962
|
+
default: _(() => m[2] || (m[2] = [g("价格")])),
|
|
963
963
|
_: 1,
|
|
964
964
|
__: [2]
|
|
965
965
|
})]),
|
|
966
966
|
_: 1
|
|
967
|
-
}),
|
|
967
|
+
}), u(B, {
|
|
968
968
|
title: "资源"
|
|
969
969
|
}, {
|
|
970
|
-
item: _(() => [
|
|
971
|
-
default: _(() =>
|
|
970
|
+
item: _(() => [u(L, null, {
|
|
971
|
+
default: _(() => m[3] || (m[3] = [g("安全性与合规性")])),
|
|
972
972
|
_: 1,
|
|
973
973
|
__: [3]
|
|
974
974
|
})]),
|
|
975
975
|
_: 1
|
|
976
|
-
}),
|
|
976
|
+
}), u(B, {
|
|
977
977
|
title: "公司"
|
|
978
978
|
}, {
|
|
979
|
-
item: _(() => [
|
|
980
|
-
default: _(() =>
|
|
979
|
+
item: _(() => [u(L, null, {
|
|
980
|
+
default: _(() => m[4] || (m[4] = [g("博客")])),
|
|
981
981
|
_: 1,
|
|
982
982
|
__: [4]
|
|
983
|
-
}),
|
|
984
|
-
default: _(() =>
|
|
983
|
+
}), u(L, null, {
|
|
984
|
+
default: _(() => m[5] || (m[5] = [g("公司简介")])),
|
|
985
985
|
_: 1,
|
|
986
986
|
__: [5]
|
|
987
|
-
}),
|
|
988
|
-
default: _(() =>
|
|
987
|
+
}), u(L, null, {
|
|
988
|
+
default: _(() => m[6] || (m[6] = [g("个人信息收集清单")])),
|
|
989
989
|
_: 1,
|
|
990
990
|
__: [6]
|
|
991
|
-
}),
|
|
992
|
-
default: _(() =>
|
|
991
|
+
}), u(L, null, {
|
|
992
|
+
default: _(() => m[7] || (m[7] = [g("第三方信息共享清单")])),
|
|
993
993
|
_: 1,
|
|
994
994
|
__: [7]
|
|
995
|
-
}),
|
|
996
|
-
default: _(() =>
|
|
995
|
+
}), u(L, null, {
|
|
996
|
+
default: _(() => m[8] || (m[8] = [g("用户服务协议")])),
|
|
997
997
|
_: 1,
|
|
998
998
|
__: [8]
|
|
999
|
-
}),
|
|
1000
|
-
default: _(() =>
|
|
999
|
+
}), u(L, null, {
|
|
1000
|
+
default: _(() => m[9] || (m[9] = [g("隐私协议")])),
|
|
1001
1001
|
_: 1,
|
|
1002
1002
|
__: [9]
|
|
1003
1003
|
})]),
|
|
1004
1004
|
_: 1
|
|
1005
1005
|
})]),
|
|
1006
|
-
LandingPageFooterContact: _(() => [
|
|
1007
|
-
"beian-text":
|
|
1006
|
+
LandingPageFooterContact: _(() => [u(Gt, {
|
|
1007
|
+
"beian-text": t.value,
|
|
1008
1008
|
"beian-url": l.value,
|
|
1009
|
-
links:
|
|
1009
|
+
links: i.value
|
|
1010
1010
|
}, null, 8, ["beian-text", "beian-url", "links"])]),
|
|
1011
1011
|
_: 1
|
|
1012
1012
|
})]));
|
|
1013
1013
|
}
|
|
1014
|
-
}),
|
|
1014
|
+
}), Ln = /* @__PURE__ */ d(as, [["__scopeId", "data-v-ee74e088"]]), ns = {
|
|
1015
1015
|
class: "hero"
|
|
1016
|
-
},
|
|
1016
|
+
}, is = {
|
|
1017
1017
|
class: "heroContent"
|
|
1018
|
-
},
|
|
1018
|
+
}, os = {
|
|
1019
1019
|
class: "heroHeading"
|
|
1020
|
-
},
|
|
1020
|
+
}, ls = {
|
|
1021
1021
|
class: "heroTitle"
|
|
1022
|
-
},
|
|
1022
|
+
}, cs = {
|
|
1023
1023
|
class: "heroDescription"
|
|
1024
|
-
},
|
|
1024
|
+
}, rs = {
|
|
1025
1025
|
class: "heroActions"
|
|
1026
|
-
},
|
|
1026
|
+
}, ds = {
|
|
1027
1027
|
class: "heroImage"
|
|
1028
|
-
},
|
|
1028
|
+
}, us = /* @__PURE__ */ f({
|
|
1029
1029
|
__name: "LandingPageHero",
|
|
1030
1030
|
props: {
|
|
1031
1031
|
title: {
|
|
@@ -1042,12 +1042,12 @@ const y = /* @__PURE__ */ u(Rt, [["render", Kt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1042
1042
|
}
|
|
1043
1043
|
},
|
|
1044
1044
|
setup(a) {
|
|
1045
|
-
const
|
|
1046
|
-
return (l,
|
|
1045
|
+
const t = a;
|
|
1046
|
+
return (l, o) => (s(), n("main", ns, [e("div", is, [e("div", os, [e("h1", ls, [h(l.$slots, "title", {}, () => [g(c(t.title), 1)], !0)])]), e("div", cs, [e("div", null, c(t.description), 1)]), e("div", rs, [h(l.$slots, "actions", {}, void 0, !0)])]), e("div", ds, [h(l.$slots, "heroSource", {}, void 0, !0)])]));
|
|
1047
1047
|
}
|
|
1048
|
-
}),
|
|
1048
|
+
}), Pn = /* @__PURE__ */ d(us, [["__scopeId", "data-v-38f97a3c"]]), _s = {
|
|
1049
1049
|
class: "logos-list"
|
|
1050
|
-
},
|
|
1050
|
+
}, ps = /* @__PURE__ */ f({
|
|
1051
1051
|
__name: "LandingPageLogos",
|
|
1052
1052
|
props: {
|
|
1053
1053
|
title: {
|
|
@@ -1073,14 +1073,14 @@ const y = /* @__PURE__ */ u(Rt, [["render", Kt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1073
1073
|
}
|
|
1074
1074
|
},
|
|
1075
1075
|
setup(a) {
|
|
1076
|
-
const
|
|
1077
|
-
return (l,
|
|
1076
|
+
const t = a;
|
|
1077
|
+
return (l, o) => (s(), n("div", _s, [(s(!0), n(b, null, y(t.logos, (i, r) => (s(), P(I(x), {
|
|
1078
1078
|
key: r,
|
|
1079
|
-
icon:
|
|
1079
|
+
icon: i.name,
|
|
1080
1080
|
class: "logo-icon"
|
|
1081
1081
|
}, null, 8, ["icon"]))), 128))]));
|
|
1082
1082
|
}
|
|
1083
|
-
}),
|
|
1083
|
+
}), In = /* @__PURE__ */ d(ps, [["__scopeId", "data-v-1a08e627"]]), fs = /* @__PURE__ */ f({
|
|
1084
1084
|
__name: "LandingPagePageContent",
|
|
1085
1085
|
props: {
|
|
1086
1086
|
maxWidth: {
|
|
@@ -1101,38 +1101,38 @@ const y = /* @__PURE__ */ u(Rt, [["render", Kt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1101
1101
|
}
|
|
1102
1102
|
},
|
|
1103
1103
|
setup(a) {
|
|
1104
|
-
const
|
|
1105
|
-
maxWidth:
|
|
1106
|
-
margin:
|
|
1104
|
+
const t = a, l = z(() => ({
|
|
1105
|
+
maxWidth: t.maxWidth,
|
|
1106
|
+
margin: t.center ? "0 auto" : void 0,
|
|
1107
1107
|
width: "100%",
|
|
1108
|
-
padding:
|
|
1108
|
+
padding: t.padding,
|
|
1109
1109
|
display: "flex",
|
|
1110
|
-
flexDirection:
|
|
1111
|
-
gap:
|
|
1110
|
+
flexDirection: t.flexDirection ?? "column",
|
|
1111
|
+
gap: t.gap
|
|
1112
1112
|
}));
|
|
1113
|
-
return (
|
|
1113
|
+
return (o, i) => (s(), n("div", {
|
|
1114
1114
|
class: "PageContent",
|
|
1115
|
-
style:
|
|
1116
|
-
}, [h(
|
|
1115
|
+
style: S(l.value)
|
|
1116
|
+
}, [h(o.$slots, "default", {}, void 0, !0)], 4));
|
|
1117
1117
|
}
|
|
1118
|
-
}),
|
|
1118
|
+
}), Sn = /* @__PURE__ */ d(fs, [["__scopeId", "data-v-00ec8180"]]), ms = {
|
|
1119
1119
|
class: "Tabs"
|
|
1120
|
-
},
|
|
1120
|
+
}, gs = {
|
|
1121
1121
|
class: "tabs-root"
|
|
1122
|
-
},
|
|
1122
|
+
}, hs = {
|
|
1123
1123
|
role: "radiogroup",
|
|
1124
1124
|
"aria-required": "false",
|
|
1125
1125
|
dir: "ltr",
|
|
1126
1126
|
class: "tabs-group",
|
|
1127
1127
|
tabindex: "0"
|
|
1128
|
-
},
|
|
1128
|
+
}, vs = ["id", "aria-checked", "data-state", "value", "tabindex", "onClick"], $s = {
|
|
1129
1129
|
key: 0,
|
|
1130
1130
|
"data-state": "checked",
|
|
1131
1131
|
class: "tabs-radio-icon"
|
|
1132
|
-
},
|
|
1132
|
+
}, bs = ["for"], ys = {
|
|
1133
1133
|
key: 0,
|
|
1134
1134
|
class: "tabs-badge"
|
|
1135
|
-
},
|
|
1135
|
+
}, ks = /* @__PURE__ */ f({
|
|
1136
1136
|
__name: "LandingPageTabs",
|
|
1137
1137
|
props: {
|
|
1138
1138
|
tabs: {
|
|
@@ -1146,36 +1146,36 @@ const y = /* @__PURE__ */ u(Rt, [["render", Kt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1146
1146
|
},
|
|
1147
1147
|
emits: ["update:modelValue"],
|
|
1148
1148
|
setup(a) {
|
|
1149
|
-
const
|
|
1150
|
-
return (l,
|
|
1151
|
-
key:
|
|
1152
|
-
class:
|
|
1153
|
-
"tabs-item-active":
|
|
1149
|
+
const t = a;
|
|
1150
|
+
return (l, o) => (s(), n("div", ms, [e("div", gs, [e("div", hs, [(s(!0), n(b, null, y(t.tabs, (i) => (s(), n("div", {
|
|
1151
|
+
key: i.value,
|
|
1152
|
+
class: C(["tabs-item", {
|
|
1153
|
+
"tabs-item-active": i.value === a.modelValue
|
|
1154
1154
|
}])
|
|
1155
|
-
}, [
|
|
1156
|
-
id:
|
|
1155
|
+
}, [e("button", {
|
|
1156
|
+
id: i.value,
|
|
1157
1157
|
type: "button",
|
|
1158
1158
|
role: "radio",
|
|
1159
|
-
"aria-checked":
|
|
1160
|
-
"data-state":
|
|
1161
|
-
value:
|
|
1159
|
+
"aria-checked": i.value === a.modelValue,
|
|
1160
|
+
"data-state": i.value === a.modelValue ? "checked" : "unchecked",
|
|
1161
|
+
value: i.value,
|
|
1162
1162
|
class: "tabs-radio",
|
|
1163
|
-
tabindex:
|
|
1164
|
-
onClick: (r) => l.$emit("update:modelValue",
|
|
1165
|
-
}, [
|
|
1163
|
+
tabindex: i.value === a.modelValue ? 0 : -1,
|
|
1164
|
+
onClick: (r) => l.$emit("update:modelValue", i.value)
|
|
1165
|
+
}, [i.value === a.modelValue ? (s(), n("span", $s)) : T("", !0)], 8, vs), e("label", {
|
|
1166
1166
|
class: "tabs-label",
|
|
1167
|
-
for:
|
|
1168
|
-
}, [
|
|
1167
|
+
for: i.value
|
|
1168
|
+
}, [e("span", null, c(i.label), 1), i.badge ? (s(), n("div", ys, c(i.badge), 1)) : T("", !0)], 8, bs)], 2))), 128))])])]));
|
|
1169
1169
|
}
|
|
1170
|
-
}),
|
|
1170
|
+
}), Ls = /* @__PURE__ */ d(ks, [["__scopeId", "data-v-9eb67a93"]]), Ps = {
|
|
1171
1171
|
class: "PriceGroup"
|
|
1172
|
-
},
|
|
1172
|
+
}, Is = /* @__PURE__ */ f({
|
|
1173
1173
|
__name: "LandingPagePriceGroup",
|
|
1174
1174
|
setup(a) {
|
|
1175
|
-
const
|
|
1176
|
-
return (l,
|
|
1177
|
-
modelValue:
|
|
1178
|
-
"onUpdate:modelValue":
|
|
1175
|
+
const t = k("subscribe-monthly");
|
|
1176
|
+
return (l, o) => (s(), n("div", Ps, [u(Ls, {
|
|
1177
|
+
modelValue: t.value,
|
|
1178
|
+
"onUpdate:modelValue": o[0] || (o[0] = (i) => t.value = i),
|
|
1179
1179
|
tabs: [{
|
|
1180
1180
|
value: "subscribe-monthly",
|
|
1181
1181
|
label: "按月订阅"
|
|
@@ -1189,33 +1189,33 @@ const y = /* @__PURE__ */ u(Rt, [["render", Kt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1189
1189
|
}]
|
|
1190
1190
|
}, null, 8, ["modelValue"]), h(l.$slots, "default", {}, void 0, !0)]));
|
|
1191
1191
|
}
|
|
1192
|
-
}),
|
|
1192
|
+
}), Cn = /* @__PURE__ */ d(Is, [["__scopeId", "data-v-43a35f55"]]), Ss = {
|
|
1193
1193
|
class: "PricingCard"
|
|
1194
|
-
},
|
|
1194
|
+
}, Cs = {
|
|
1195
1195
|
class: "title"
|
|
1196
|
-
},
|
|
1196
|
+
}, ws = {
|
|
1197
1197
|
class: "titleText"
|
|
1198
|
-
}, Ss = {
|
|
1199
|
-
class: "description"
|
|
1200
1198
|
}, xs = {
|
|
1199
|
+
class: "description"
|
|
1200
|
+
}, Ts = {
|
|
1201
1201
|
class: "priceAndDiscount"
|
|
1202
|
-
},
|
|
1202
|
+
}, As = {
|
|
1203
1203
|
class: "price"
|
|
1204
|
-
},
|
|
1204
|
+
}, qs = {
|
|
1205
1205
|
class: "discount"
|
|
1206
|
-
},
|
|
1206
|
+
}, Bs = {
|
|
1207
1207
|
style: {
|
|
1208
1208
|
position: "relative",
|
|
1209
1209
|
top: "3px"
|
|
1210
1210
|
}
|
|
1211
|
-
},
|
|
1211
|
+
}, zs = {
|
|
1212
1212
|
key: 1,
|
|
1213
1213
|
class: "priceNotDiscount"
|
|
1214
|
-
},
|
|
1214
|
+
}, Fs = {
|
|
1215
1215
|
class: "cycle"
|
|
1216
|
-
},
|
|
1216
|
+
}, Vs = {
|
|
1217
1217
|
class: "features"
|
|
1218
|
-
},
|
|
1218
|
+
}, Ds = /* @__PURE__ */ f({
|
|
1219
1219
|
__name: "LandingPagePricingCard",
|
|
1220
1220
|
props: {
|
|
1221
1221
|
loading: {
|
|
@@ -1275,55 +1275,55 @@ const y = /* @__PURE__ */ u(Rt, [["render", Kt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1275
1275
|
},
|
|
1276
1276
|
emits: ["toPay"],
|
|
1277
1277
|
setup(a, {
|
|
1278
|
-
emit:
|
|
1278
|
+
emit: t
|
|
1279
1279
|
}) {
|
|
1280
|
-
const l =
|
|
1281
|
-
function
|
|
1280
|
+
const l = t, o = a;
|
|
1281
|
+
function i() {
|
|
1282
1282
|
l("toPay");
|
|
1283
1283
|
}
|
|
1284
|
-
return (r,
|
|
1284
|
+
return (r, m) => (s(), n("div", Ss, [e("div", null, [e("div", Cs, [e("span", ws, c(o.title), 1), o.badge.label ? (s(), P(I(K), {
|
|
1285
1285
|
key: 0,
|
|
1286
1286
|
color: "arcoblue"
|
|
1287
1287
|
}, {
|
|
1288
|
-
default: _(() => [
|
|
1288
|
+
default: _(() => [g(c(o.badge.label), 1)]),
|
|
1289
1289
|
_: 1
|
|
1290
|
-
})) :
|
|
1290
|
+
})) : T("", !0)]), e("div", xs, c(o.description), 1)]), e("div", Ts, [o.discount !== null ? (s(), n(b, {
|
|
1291
1291
|
key: 0
|
|
1292
|
-
}, [
|
|
1292
|
+
}, [e("span", As, [e("span", null, c(o.price), 1), e("span", null, c(o.unit), 1)]), e("span", qs, [e("span", Bs, c(o.discount), 1), e("span", null, c(o.unit), 1)])], 64)) : (s(), n("span", zs, [e("span", null, c(o.price), 1), e("span", null, c(o.unit), 1)])), e("span", Fs, c(o.cycle), 1)]), e("div", Vs, [(s(!0), n(b, null, y(o.features, (v, p) => (s(), P(j, {
|
|
1293
1293
|
key: p,
|
|
1294
|
-
description:
|
|
1295
|
-
}, null, 8, ["description"]))), 128))]),
|
|
1294
|
+
description: v.title
|
|
1295
|
+
}, null, 8, ["description"]))), 128))]), u(Qe, {
|
|
1296
1296
|
class: "handle",
|
|
1297
1297
|
type: "primary",
|
|
1298
|
-
loading:
|
|
1299
|
-
disabled: !(
|
|
1300
|
-
onClick:
|
|
1298
|
+
loading: o.loading,
|
|
1299
|
+
disabled: !(o.discount || o.price),
|
|
1300
|
+
onClick: i
|
|
1301
1301
|
}, {
|
|
1302
|
-
default: _(() => [
|
|
1302
|
+
default: _(() => [g(c(o.button.label), 1)]),
|
|
1303
1303
|
_: 1
|
|
1304
1304
|
}, 8, ["loading", "disabled"])]));
|
|
1305
1305
|
}
|
|
1306
|
-
}),
|
|
1306
|
+
}), wn = /* @__PURE__ */ d(Ds, [["__scopeId", "data-v-0b730439"]]), Hs = {}, Ms = {
|
|
1307
1307
|
class: "PricingGrid"
|
|
1308
|
-
},
|
|
1308
|
+
}, js = {
|
|
1309
1309
|
class: "content"
|
|
1310
1310
|
};
|
|
1311
|
-
function
|
|
1312
|
-
return s(),
|
|
1311
|
+
function Us(a, t) {
|
|
1312
|
+
return s(), n("div", Ms, [e("div", js, [h(a.$slots, "default", {}, void 0, !0)])]);
|
|
1313
1313
|
}
|
|
1314
|
-
const
|
|
1314
|
+
const xn = /* @__PURE__ */ d(Hs, [["render", Us], ["__scopeId", "data-v-1f26d3ee"]]), Gs = {
|
|
1315
1315
|
class: "section-header"
|
|
1316
|
-
},
|
|
1316
|
+
}, Es = {
|
|
1317
1317
|
class: "title-section"
|
|
1318
|
-
},
|
|
1318
|
+
}, Ns = {
|
|
1319
1319
|
class: "icon-title"
|
|
1320
|
-
},
|
|
1320
|
+
}, Os = ["src", "alt", "width", "height"], Rs = {
|
|
1321
1321
|
class: "title"
|
|
1322
|
-
},
|
|
1322
|
+
}, Ws = {
|
|
1323
1323
|
class: "subtitle-section"
|
|
1324
|
-
},
|
|
1324
|
+
}, Ks = ["src", "alt", "width", "height"], Js = {
|
|
1325
1325
|
class: "subtitle"
|
|
1326
|
-
},
|
|
1326
|
+
}, Qs = /* @__PURE__ */ f({
|
|
1327
1327
|
__name: "LandingPageSectionHeader",
|
|
1328
1328
|
props: {
|
|
1329
1329
|
title: {},
|
|
@@ -1350,41 +1350,41 @@ const en = /* @__PURE__ */ u(Ds, [["render", Hs], ["__scopeId", "data-v-1f26d3ee
|
|
|
1350
1350
|
}
|
|
1351
1351
|
},
|
|
1352
1352
|
setup(a) {
|
|
1353
|
-
return (
|
|
1354
|
-
src:
|
|
1355
|
-
alt:
|
|
1356
|
-
width:
|
|
1357
|
-
height:
|
|
1353
|
+
return (t, l) => (s(), n("div", Gs, [e("div", Es, [e("div", Ns, [e("img", {
|
|
1354
|
+
src: t.icon,
|
|
1355
|
+
alt: t.iconAlt,
|
|
1356
|
+
width: t.iconWidth,
|
|
1357
|
+
height: t.iconHeight,
|
|
1358
1358
|
loading: "lazy",
|
|
1359
1359
|
decoding: "async",
|
|
1360
1360
|
class: "icon"
|
|
1361
|
-
}, null, 8,
|
|
1362
|
-
src:
|
|
1363
|
-
alt:
|
|
1364
|
-
width:
|
|
1365
|
-
height:
|
|
1361
|
+
}, null, 8, Os), e("span", Rs, c(t.title), 1)]), e("div", Ws, [e("img", {
|
|
1362
|
+
src: t.dashline,
|
|
1363
|
+
alt: t.dashlineAlt,
|
|
1364
|
+
width: t.dashlineWidth,
|
|
1365
|
+
height: t.dashlineHeight,
|
|
1366
1366
|
loading: "lazy",
|
|
1367
1367
|
decoding: "async",
|
|
1368
1368
|
class: "dashline"
|
|
1369
|
-
}, null, 8,
|
|
1369
|
+
}, null, 8, Ks), e("span", Js, c(t.subtitle), 1)])])]));
|
|
1370
1370
|
}
|
|
1371
|
-
}),
|
|
1371
|
+
}), Tn = /* @__PURE__ */ d(Qs, [["__scopeId", "data-v-6831913e"]]), Zs = {
|
|
1372
1372
|
class: "sections-container"
|
|
1373
|
-
},
|
|
1373
|
+
}, Ys = {
|
|
1374
1374
|
class: "container"
|
|
1375
|
-
},
|
|
1375
|
+
}, Xs = {
|
|
1376
1376
|
class: "image-container"
|
|
1377
|
-
},
|
|
1377
|
+
}, ea = ["src", "alt"], ta = {
|
|
1378
1378
|
class: "text-container"
|
|
1379
|
-
},
|
|
1379
|
+
}, sa = {
|
|
1380
1380
|
class: "header"
|
|
1381
|
-
},
|
|
1381
|
+
}, aa = {
|
|
1382
1382
|
class: "features-list"
|
|
1383
|
-
},
|
|
1383
|
+
}, na = {
|
|
1384
1384
|
class: "content"
|
|
1385
|
-
},
|
|
1385
|
+
}, ia = {
|
|
1386
1386
|
class: "feature-title"
|
|
1387
|
-
},
|
|
1387
|
+
}, oa = /* @__PURE__ */ f({
|
|
1388
1388
|
__name: "LandingPageSections",
|
|
1389
1389
|
props: {
|
|
1390
1390
|
title: {
|
|
@@ -1423,40 +1423,40 @@ const en = /* @__PURE__ */ u(Ds, [["render", Hs], ["__scopeId", "data-v-1f26d3ee
|
|
|
1423
1423
|
}
|
|
1424
1424
|
},
|
|
1425
1425
|
setup(a) {
|
|
1426
|
-
const
|
|
1427
|
-
return (l,
|
|
1428
|
-
class:
|
|
1429
|
-
reverse:
|
|
1426
|
+
const t = a;
|
|
1427
|
+
return (l, o) => (s(), n("section", Zs, [e("div", Ys, [e("div", {
|
|
1428
|
+
class: C(["content-wrapper", {
|
|
1429
|
+
reverse: t.reverse
|
|
1430
1430
|
}])
|
|
1431
|
-
}, [
|
|
1432
|
-
src:
|
|
1433
|
-
alt:
|
|
1431
|
+
}, [e("div", Xs, [e("img", {
|
|
1432
|
+
src: t.imageUrl,
|
|
1433
|
+
alt: t.imageAlt,
|
|
1434
1434
|
class: "image"
|
|
1435
|
-
}, null, 8,
|
|
1436
|
-
default: _(() => [
|
|
1435
|
+
}, null, 8, ea)]), e("div", ta, [e("div", sa, [u(M, null, {
|
|
1436
|
+
default: _(() => [g(c(t.title), 1)]),
|
|
1437
1437
|
_: 1
|
|
1438
|
-
}),
|
|
1439
|
-
default: _(() => [
|
|
1438
|
+
}), u(H, null, {
|
|
1439
|
+
default: _(() => [g(c(t.subTitle), 1)]),
|
|
1440
1440
|
_: 1
|
|
1441
|
-
})]),
|
|
1441
|
+
})]), e("div", aa, [(s(!0), n(b, null, y(t.features, (i, r) => (s(), n("div", {
|
|
1442
1442
|
key: r,
|
|
1443
1443
|
class: "feature-item"
|
|
1444
|
-
}, [
|
|
1445
|
-
class:
|
|
1446
|
-
},
|
|
1444
|
+
}, [e("div", {
|
|
1445
|
+
class: C(["icon-container", [`icon-${i.color}`]])
|
|
1446
|
+
}, o[0] || (o[0] = [e("div", {
|
|
1447
1447
|
class: "dot"
|
|
1448
|
-
}, null, -1)]), 2),
|
|
1449
|
-
default: _(() => [
|
|
1448
|
+
}, null, -1)]), 2), e("div", na, [e("div", ia, c(i.title), 1), u(w, null, {
|
|
1449
|
+
default: _(() => [g(c(i.description), 1)]),
|
|
1450
1450
|
_: 2
|
|
1451
1451
|
}, 1024)])]))), 128))])])], 2)])]));
|
|
1452
1452
|
}
|
|
1453
|
-
}),
|
|
1453
|
+
}), An = /* @__PURE__ */ d(oa, [["__scopeId", "data-v-ac2b71bb"]]), la = {
|
|
1454
1454
|
class: "Showcase"
|
|
1455
|
-
},
|
|
1455
|
+
}, ca = ["onClick"], ra = ["src", "alt"], da = {
|
|
1456
1456
|
class: "card-content"
|
|
1457
|
-
},
|
|
1457
|
+
}, ua = {
|
|
1458
1458
|
class: "card-title"
|
|
1459
|
-
},
|
|
1459
|
+
}, _a = /* @__PURE__ */ f({
|
|
1460
1460
|
__name: "LandingPageShowcase",
|
|
1461
1461
|
props: {
|
|
1462
1462
|
items: {},
|
|
@@ -1476,39 +1476,39 @@ const en = /* @__PURE__ */ u(Ds, [["render", Hs], ["__scopeId", "data-v-1f26d3ee
|
|
|
1476
1476
|
},
|
|
1477
1477
|
emits: ["cardClick"],
|
|
1478
1478
|
setup(a, {
|
|
1479
|
-
emit:
|
|
1479
|
+
emit: t
|
|
1480
1480
|
}) {
|
|
1481
|
-
const l = a,
|
|
1482
|
-
function
|
|
1483
|
-
|
|
1481
|
+
const l = a, o = t;
|
|
1482
|
+
function i(m) {
|
|
1483
|
+
o("cardClick", m);
|
|
1484
1484
|
}
|
|
1485
1485
|
const r = z(() => ({
|
|
1486
1486
|
height: `${l.cardHeight}px`,
|
|
1487
1487
|
objectFit: l.objectFit
|
|
1488
1488
|
}));
|
|
1489
|
-
return (
|
|
1490
|
-
key:
|
|
1489
|
+
return (m, v) => (s(), n("div", la, [(s(!0), n(b, null, y(l.items, (p, $) => (s(), n("div", {
|
|
1490
|
+
key: $,
|
|
1491
1491
|
class: "showcase-card",
|
|
1492
|
-
onClick: (
|
|
1493
|
-
}, [
|
|
1492
|
+
onClick: (G) => i(p)
|
|
1493
|
+
}, [e("img", {
|
|
1494
1494
|
src: p.image,
|
|
1495
1495
|
alt: p.alt,
|
|
1496
|
-
style:
|
|
1497
|
-
}, null, 12,
|
|
1498
|
-
default: _(() => [
|
|
1496
|
+
style: S(r.value)
|
|
1497
|
+
}, null, 12, ra), e("div", da, [e("div", ua, c(p.title), 1), u(w, null, {
|
|
1498
|
+
default: _(() => [g(c(p.description), 1)]),
|
|
1499
1499
|
_: 2
|
|
1500
|
-
}, 1024)])], 8,
|
|
1500
|
+
}, 1024)])], 8, ca))), 128))]));
|
|
1501
1501
|
}
|
|
1502
|
-
}),
|
|
1502
|
+
}), qn = /* @__PURE__ */ d(_a, [["__scopeId", "data-v-381ed6a6"]]), pa = {
|
|
1503
1503
|
class: "Stats"
|
|
1504
|
-
},
|
|
1504
|
+
}, fa = {
|
|
1505
1505
|
key: 0,
|
|
1506
1506
|
class: "stats-label"
|
|
1507
|
-
},
|
|
1507
|
+
}, ma = {
|
|
1508
1508
|
class: "stats-number"
|
|
1509
|
-
},
|
|
1509
|
+
}, ga = {
|
|
1510
1510
|
class: "stats-label"
|
|
1511
|
-
},
|
|
1511
|
+
}, ha = /* @__PURE__ */ f({
|
|
1512
1512
|
__name: "LandingPageStats",
|
|
1513
1513
|
props: {
|
|
1514
1514
|
title: {
|
|
@@ -1534,19 +1534,19 @@ const en = /* @__PURE__ */ u(Ds, [["render", Hs], ["__scopeId", "data-v-1f26d3ee
|
|
|
1534
1534
|
}
|
|
1535
1535
|
},
|
|
1536
1536
|
setup(a) {
|
|
1537
|
-
const
|
|
1538
|
-
return (l,
|
|
1537
|
+
const t = a;
|
|
1538
|
+
return (l, o) => (s(), n("div", pa, [(s(!0), n(b, null, y(t.stats, (i, r) => (s(), n("div", {
|
|
1539
1539
|
key: r,
|
|
1540
1540
|
class: "stats-item"
|
|
1541
|
-
}, [
|
|
1541
|
+
}, [i.title ? (s(), n("div", fa, c(i.title), 1)) : T("", !0), e("div", ma, c(i.number), 1), e("div", ga, c(i.label), 1)]))), 128))]));
|
|
1542
1542
|
}
|
|
1543
|
-
}),
|
|
1543
|
+
}), Bn = /* @__PURE__ */ d(ha, [["__scopeId", "data-v-7aa9af80"]]), va = {
|
|
1544
1544
|
class: "stepNumber"
|
|
1545
|
-
},
|
|
1545
|
+
}, $a = {
|
|
1546
1546
|
class: "count"
|
|
1547
|
-
},
|
|
1547
|
+
}, ba = {
|
|
1548
1548
|
class: "stepTitle"
|
|
1549
|
-
},
|
|
1549
|
+
}, ya = /* @__PURE__ */ f({
|
|
1550
1550
|
__name: "LandingPageSteps",
|
|
1551
1551
|
props: {
|
|
1552
1552
|
columns: {
|
|
@@ -1568,32 +1568,32 @@ const en = /* @__PURE__ */ u(Ds, [["render", Hs], ["__scopeId", "data-v-1f26d3ee
|
|
|
1568
1568
|
}
|
|
1569
1569
|
},
|
|
1570
1570
|
setup(a) {
|
|
1571
|
-
const
|
|
1572
|
-
return (l,
|
|
1571
|
+
const t = a;
|
|
1572
|
+
return (l, o) => (s(), n("div", {
|
|
1573
1573
|
class: "Steps",
|
|
1574
|
-
style:
|
|
1575
|
-
gridTemplateColumns: `repeat(${
|
|
1574
|
+
style: S({
|
|
1575
|
+
gridTemplateColumns: `repeat(${t.columns}, 1fr)`
|
|
1576
1576
|
// flexDirection: props.flexDirection,
|
|
1577
1577
|
})
|
|
1578
|
-
}, [(s(!0),
|
|
1578
|
+
}, [(s(!0), n(b, null, y(t.steps, (i, r) => (s(), n("div", {
|
|
1579
1579
|
key: r,
|
|
1580
1580
|
class: "stepItem"
|
|
1581
|
-
}, [
|
|
1582
|
-
default: _(() => [
|
|
1581
|
+
}, [e("div", va, [e("span", $a, c(r + 1), 1)]), e("h3", ba, c(i.title), 1), u(w, null, {
|
|
1582
|
+
default: _(() => [g(c(i.description), 1)]),
|
|
1583
1583
|
_: 2
|
|
1584
1584
|
}, 1024)]))), 128))], 4));
|
|
1585
1585
|
}
|
|
1586
|
-
}),
|
|
1586
|
+
}), zn = /* @__PURE__ */ d(ya, [["__scopeId", "data-v-1ecd9597"]]), ka = {
|
|
1587
1587
|
class: "Testimonial"
|
|
1588
|
-
},
|
|
1588
|
+
}, La = {
|
|
1589
1589
|
class: "user-info"
|
|
1590
|
-
},
|
|
1590
|
+
}, Pa = {
|
|
1591
1591
|
class: "user-avatar"
|
|
1592
|
-
},
|
|
1592
|
+
}, Ia = ["src", "alt"], Sa = {
|
|
1593
1593
|
class: "user-name"
|
|
1594
|
-
},
|
|
1594
|
+
}, Ca = {
|
|
1595
1595
|
class: "user-title"
|
|
1596
|
-
},
|
|
1596
|
+
}, wa = /* @__PURE__ */ f({
|
|
1597
1597
|
__name: "LandingPageTestimonial",
|
|
1598
1598
|
props: {
|
|
1599
1599
|
testimonials: {
|
|
@@ -1601,21 +1601,21 @@ const en = /* @__PURE__ */ u(Ds, [["render", Hs], ["__scopeId", "data-v-1f26d3ee
|
|
|
1601
1601
|
}
|
|
1602
1602
|
},
|
|
1603
1603
|
setup(a) {
|
|
1604
|
-
const
|
|
1605
|
-
return (l,
|
|
1604
|
+
const t = a;
|
|
1605
|
+
return (l, o) => (s(), n("div", ka, [(s(!0), n(b, null, y(t.testimonials, (i, r) => (s(), P(U, {
|
|
1606
1606
|
key: r
|
|
1607
1607
|
}, {
|
|
1608
|
-
default: _(() => [
|
|
1609
|
-
default: _(() => [
|
|
1608
|
+
default: _(() => [e("div", null, [u(w, null, {
|
|
1609
|
+
default: _(() => [g(c(`"${i.content}"`), 1)]),
|
|
1610
1610
|
_: 2
|
|
1611
|
-
}, 1024)]),
|
|
1612
|
-
src:
|
|
1613
|
-
alt:
|
|
1614
|
-
}, null, 8,
|
|
1611
|
+
}, 1024)]), e("div", La, [e("span", Pa, [e("img", {
|
|
1612
|
+
src: i.avatar,
|
|
1613
|
+
alt: i.name
|
|
1614
|
+
}, null, 8, Ia)]), e("div", null, [e("div", Sa, c(i.name), 1), e("div", Ca, c(i.title), 1)])])]),
|
|
1615
1615
|
_: 2
|
|
1616
1616
|
}, 1024))), 128))]));
|
|
1617
1617
|
}
|
|
1618
|
-
}),
|
|
1618
|
+
}), Fn = /* @__PURE__ */ d(wa, [["__scopeId", "data-v-bc49d7bc"]]), xa = ["href"], Ta = /* @__PURE__ */ f({
|
|
1619
1619
|
__name: "LandingPageTips",
|
|
1620
1620
|
props: {
|
|
1621
1621
|
href: {
|
|
@@ -1628,61 +1628,182 @@ const en = /* @__PURE__ */ u(Ds, [["render", Hs], ["__scopeId", "data-v-1f26d3ee
|
|
|
1628
1628
|
}
|
|
1629
1629
|
},
|
|
1630
1630
|
setup(a) {
|
|
1631
|
-
const
|
|
1632
|
-
return (l,
|
|
1633
|
-
href:
|
|
1631
|
+
const t = a;
|
|
1632
|
+
return (l, o) => (s(), n("a", {
|
|
1633
|
+
href: t.href,
|
|
1634
1634
|
class: "tips-link"
|
|
1635
|
-
}, c(
|
|
1635
|
+
}, c(t.text), 9, xa));
|
|
1636
1636
|
}
|
|
1637
|
-
}),
|
|
1637
|
+
}), Vn = /* @__PURE__ */ d(Ta, [["__scopeId", "data-v-f5784dd1"]]), Aa = {}, qa = {
|
|
1638
1638
|
class: "sidebar"
|
|
1639
1639
|
};
|
|
1640
|
-
function
|
|
1641
|
-
return s(),
|
|
1640
|
+
function Ba(a, t) {
|
|
1641
|
+
return s(), n("div", qa, t[0] || (t[0] = [N('<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)]));
|
|
1642
|
+
}
|
|
1643
|
+
const Dn = /* @__PURE__ */ d(Aa, [["render", Ba], ["__scopeId", "data-v-251905ff"]]), za = {}, Fa = {
|
|
1644
|
+
class: "features-grid"
|
|
1645
|
+
};
|
|
1646
|
+
function Va(a, t) {
|
|
1647
|
+
return s(), n("div", Fa, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
1648
|
+
}
|
|
1649
|
+
const Hn = /* @__PURE__ */ d(za, [["render", Va], ["__scopeId", "data-v-adf08600"]]), Da = {
|
|
1650
|
+
class: "feature-section-header"
|
|
1651
|
+
}, Ha = {
|
|
1652
|
+
class: "feature-section-title"
|
|
1653
|
+
}, Ma = ["innerHTML"], ja = /* @__PURE__ */ f({
|
|
1654
|
+
__name: "LandingPageFeatureSectionHeader",
|
|
1655
|
+
props: {
|
|
1656
|
+
title: {},
|
|
1657
|
+
description: {}
|
|
1658
|
+
},
|
|
1659
|
+
setup(a) {
|
|
1660
|
+
return (t, l) => (s(), n("div", Da, [e("h2", Ha, c(t.title), 1), e("p", {
|
|
1661
|
+
class: "feature-section-description",
|
|
1662
|
+
innerHTML: t.description
|
|
1663
|
+
}, null, 8, Ma)]));
|
|
1664
|
+
}
|
|
1665
|
+
}), Mn = /* @__PURE__ */ d(ja, [["__scopeId", "data-v-8fe145ad"]]), Ua = {}, Ga = {
|
|
1666
|
+
class: "features-grid"
|
|
1667
|
+
};
|
|
1668
|
+
function Ea(a, t) {
|
|
1669
|
+
return s(), n("div", Ga, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
1642
1670
|
}
|
|
1643
|
-
const
|
|
1671
|
+
const jn = /* @__PURE__ */ d(Ua, [["render", Ea], ["__scopeId", "data-v-392f636b"]]), Na = {
|
|
1672
|
+
class: "testimonials-container"
|
|
1673
|
+
}, Oa = {
|
|
1674
|
+
class: "testimonial-header"
|
|
1675
|
+
}, Ra = ["onClick"], Wa = {
|
|
1676
|
+
class: "user-avatar"
|
|
1677
|
+
}, Ka = ["src", "alt"], Ja = {
|
|
1678
|
+
class: "user-info"
|
|
1679
|
+
}, Qa = {
|
|
1680
|
+
class: "user-name"
|
|
1681
|
+
}, Za = {
|
|
1682
|
+
class: "user-title"
|
|
1683
|
+
}, Ya = {
|
|
1684
|
+
class: "testimonial-content"
|
|
1685
|
+
}, Xa = /* @__PURE__ */ f({
|
|
1686
|
+
__name: "LandingPageTestimonialCard",
|
|
1687
|
+
props: {
|
|
1688
|
+
testimonials: {}
|
|
1689
|
+
},
|
|
1690
|
+
setup(a) {
|
|
1691
|
+
function t(l) {
|
|
1692
|
+
l.link && window.open(l.link, "_blank");
|
|
1693
|
+
}
|
|
1694
|
+
return (l, o) => (s(), n("div", Na, [(s(!0), n(b, null, y(l.testimonials, (i) => (s(), n("div", {
|
|
1695
|
+
key: i.name,
|
|
1696
|
+
class: "testimonial-card"
|
|
1697
|
+
}, [e("div", Oa, [e("div", {
|
|
1698
|
+
class: C(["user-link", {
|
|
1699
|
+
"no-link": !i.link
|
|
1700
|
+
}]),
|
|
1701
|
+
onClick: (r) => t(i)
|
|
1702
|
+
}, [e("div", Wa, [e("img", {
|
|
1703
|
+
src: i.avatar,
|
|
1704
|
+
alt: i.name,
|
|
1705
|
+
width: "260",
|
|
1706
|
+
height: "260",
|
|
1707
|
+
loading: "lazy",
|
|
1708
|
+
decoding: "async",
|
|
1709
|
+
class: "avatar-image"
|
|
1710
|
+
}, null, 8, Ka)]), e("div", Ja, [e("span", Qa, c(i.name), 1), e("span", Za, c(i.title), 1)])], 10, Ra)]), e("p", Ya, c(i.content), 1)]))), 128))]));
|
|
1711
|
+
}
|
|
1712
|
+
}), Un = /* @__PURE__ */ d(Xa, [["__scopeId", "data-v-6e10d8a8"]]), en = {
|
|
1713
|
+
class: "tabs"
|
|
1714
|
+
}, tn = {
|
|
1715
|
+
class: "tabs-header"
|
|
1716
|
+
}, sn = ["onClick"], an = {
|
|
1717
|
+
class: "tab-label"
|
|
1718
|
+
}, nn = {
|
|
1719
|
+
class: "tabs-content"
|
|
1720
|
+
}, on = /* @__PURE__ */ f({
|
|
1721
|
+
__name: "LandingPageSectionTabs",
|
|
1722
|
+
props: {
|
|
1723
|
+
tabs: {},
|
|
1724
|
+
defaultActiveTab: {
|
|
1725
|
+
default: ""
|
|
1726
|
+
},
|
|
1727
|
+
modelValue: {
|
|
1728
|
+
default: ""
|
|
1729
|
+
}
|
|
1730
|
+
},
|
|
1731
|
+
emits: ["update:modelValue", "tabChange"],
|
|
1732
|
+
setup(a, {
|
|
1733
|
+
emit: t
|
|
1734
|
+
}) {
|
|
1735
|
+
var m;
|
|
1736
|
+
const l = a, o = t, i = k(l.modelValue || l.defaultActiveTab || ((m = l.tabs[0]) == null ? void 0 : m.id) || "");
|
|
1737
|
+
function r(v) {
|
|
1738
|
+
i.value = v, o("update:modelValue", v), o("tabChange", v);
|
|
1739
|
+
}
|
|
1740
|
+
return F(() => l.modelValue, (v) => {
|
|
1741
|
+
v && (i.value = v);
|
|
1742
|
+
}), F(() => l.defaultActiveTab, (v) => {
|
|
1743
|
+
v && !l.modelValue && (i.value = v);
|
|
1744
|
+
}), (v, p) => (s(), n("div", en, [e("div", tn, [(s(!0), n(b, null, y(v.tabs, ($) => (s(), n("div", {
|
|
1745
|
+
key: $.id,
|
|
1746
|
+
class: C(["tab-item", {
|
|
1747
|
+
active: i.value === $.id
|
|
1748
|
+
}]),
|
|
1749
|
+
onClick: (G) => r($.id)
|
|
1750
|
+
}, [e("span", an, c($.label), 1)], 10, sn))), 128))]), e("div", nn, [(s(!0), n(b, null, y(v.tabs, ($) => A((s(), n("div", {
|
|
1751
|
+
key: $.id,
|
|
1752
|
+
class: "tab-panel"
|
|
1753
|
+
}, [h(v.$slots, $.id, {
|
|
1754
|
+
tab: $
|
|
1755
|
+
}, () => [h(v.$slots, "default", {
|
|
1756
|
+
tab: $
|
|
1757
|
+
}, void 0, !0)], !0)])), [[O, i.value === $.id]])), 128))])]));
|
|
1758
|
+
}
|
|
1759
|
+
}), Gn = /* @__PURE__ */ d(on, [["__scopeId", "data-v-22e880ae"]]);
|
|
1644
1760
|
export {
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1761
|
+
Tn as A,
|
|
1762
|
+
Qe as B,
|
|
1763
|
+
U as C,
|
|
1764
|
+
w as D,
|
|
1765
|
+
An as E,
|
|
1766
|
+
qn as F,
|
|
1767
|
+
Bn as G,
|
|
1768
|
+
zn as H,
|
|
1769
|
+
Ie as I,
|
|
1770
|
+
Fe as J,
|
|
1771
|
+
Fn as K,
|
|
1772
|
+
fn as L,
|
|
1773
|
+
Vn as M,
|
|
1774
|
+
M as N,
|
|
1775
|
+
Dn as O,
|
|
1776
|
+
Hn as P,
|
|
1777
|
+
Mn as Q,
|
|
1778
|
+
jn as R,
|
|
1779
|
+
H as S,
|
|
1780
|
+
Ls as T,
|
|
1781
|
+
Un as U,
|
|
1782
|
+
Gn as V,
|
|
1783
|
+
mn as a,
|
|
1784
|
+
ae as b,
|
|
1785
|
+
oe as c,
|
|
1786
|
+
Ke as d,
|
|
1787
|
+
gn as e,
|
|
1788
|
+
hn as f,
|
|
1789
|
+
vn as g,
|
|
1790
|
+
$n as h,
|
|
1791
|
+
V as i,
|
|
1792
|
+
bn as j,
|
|
1793
|
+
yn as k,
|
|
1794
|
+
kn as l,
|
|
1795
|
+
Ln as m,
|
|
1796
|
+
Gt as n,
|
|
1797
|
+
Kt as o,
|
|
1798
|
+
Pn as p,
|
|
1799
|
+
L as q,
|
|
1679
1800
|
B as r,
|
|
1680
1801
|
j as s,
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1802
|
+
Oe as t,
|
|
1803
|
+
In as u,
|
|
1804
|
+
be as v,
|
|
1805
|
+
Sn as w,
|
|
1806
|
+
Cn as x,
|
|
1807
|
+
wn as y,
|
|
1808
|
+
xn as z
|
|
1688
1809
|
};
|