@huyooo/ui 0.4.35 → 0.4.37
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-BkL7mxo7.js → LandingPageToc-CuJx2LKM.js} +381 -379
- package/dist/components/LandingPage/LandingPageBrandInfo.vue.d.ts +9 -0
- package/dist/components/LandingPage/LandingPageFooterLayout.vue.d.ts +3 -3
- 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,6 +1,6 @@
|
|
|
1
|
-
import { createElementBlock as
|
|
2
|
-
import { _ as
|
|
3
|
-
import { Icon 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
|
+
import { _ as d } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
import { Icon as x } from "@iconify/vue";
|
|
4
4
|
import { C as N, a as G } from "./CollapseItem-Cw1vcdLu.js";
|
|
5
5
|
/* empty css */
|
|
6
6
|
/* empty css */
|
|
@@ -8,33 +8,33 @@ import { Tag as O } from "@arco-design/web-vue";
|
|
|
8
8
|
const R = {}, W = {
|
|
9
9
|
class: "SubTitle"
|
|
10
10
|
};
|
|
11
|
-
function K(a,
|
|
12
|
-
return s(),
|
|
11
|
+
function K(a, e) {
|
|
12
|
+
return s(), o("div", W, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
13
13
|
}
|
|
14
|
-
const V = /* @__PURE__ */
|
|
14
|
+
const V = /* @__PURE__ */ d(R, [["render", K], ["__scopeId", "data-v-3decf2d4"]]), Y = {}, J = {
|
|
15
15
|
class: "Title"
|
|
16
16
|
};
|
|
17
|
-
function Z(a,
|
|
18
|
-
return s(),
|
|
17
|
+
function Z(a, e) {
|
|
18
|
+
return s(), o("h2", J, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
19
19
|
}
|
|
20
|
-
const E = /* @__PURE__ */
|
|
20
|
+
const E = /* @__PURE__ */ d(Y, [["render", Z], ["__scopeId", "data-v-58078aa8"]]), Q = {
|
|
21
21
|
class: "BlockHeader"
|
|
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:
|
|
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:
|
|
33
|
+
default: u(() => [h(e.$slots, "subTitle", {}, void 0, !0)]),
|
|
34
34
|
_: 3
|
|
35
35
|
})]));
|
|
36
36
|
}
|
|
37
|
-
}), ee = /* @__PURE__ */
|
|
37
|
+
}), ee = /* @__PURE__ */ d(X, [["__scopeId", "data-v-8d51bb3a"]]), te = {
|
|
38
38
|
class: "BlockLayout"
|
|
39
39
|
}, se = /* @__PURE__ */ p({
|
|
40
40
|
__name: "LandingPageBlockLayout",
|
|
@@ -49,21 +49,21 @@ const E = /* @__PURE__ */ u(Y, [["render", Z], ["__scopeId", "data-v-58078aa8"]]
|
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
setup(a) {
|
|
52
|
-
const
|
|
53
|
-
return (l,
|
|
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
|
}
|
|
61
|
-
}), ae = /* @__PURE__ */
|
|
61
|
+
}), ae = /* @__PURE__ */ d(se, [["__scopeId", "data-v-84ed1aaa"]]), ne = {
|
|
62
62
|
description: "",
|
|
63
63
|
class: "mission-list-item"
|
|
64
|
-
},
|
|
64
|
+
}, ie = {
|
|
65
65
|
class: "mission-list-text"
|
|
66
|
-
},
|
|
66
|
+
}, oe = /* @__PURE__ */ p({
|
|
67
67
|
__name: "LandingPageListItem",
|
|
68
68
|
props: {
|
|
69
69
|
description: {
|
|
@@ -71,13 +71,13 @@ const E = /* @__PURE__ */ u(Y, [["render", Z], ["__scopeId", "data-v-58078aa8"]]
|
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
73
|
setup(a) {
|
|
74
|
-
const
|
|
75
|
-
return (l,
|
|
74
|
+
const e = a;
|
|
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
|
-
}), j = /* @__PURE__ */
|
|
80
|
+
}), j = /* @__PURE__ */ d(oe, [["__scopeId", "data-v-4973c791"]]), le = {
|
|
81
81
|
class: "mission-container"
|
|
82
82
|
}, re = {
|
|
83
83
|
class: "mission-image-wrapper"
|
|
@@ -106,26 +106,26 @@ const E = /* @__PURE__ */ u(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)]),
|
|
119
|
-
key:
|
|
120
|
-
description:
|
|
121
|
-
}, null, 8, ["description"]))), 128))])]), (s(),
|
|
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
|
+
key: n,
|
|
120
|
+
description: i
|
|
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)])))]));
|
|
127
127
|
}
|
|
128
|
-
}), he = /* @__PURE__ */
|
|
128
|
+
}), he = /* @__PURE__ */ d(ge, [["__scopeId", "data-v-00d2228e"]]), ve = {
|
|
129
129
|
class: "team-info-container"
|
|
130
130
|
}, $e = {
|
|
131
131
|
class: "team-info-title"
|
|
@@ -138,16 +138,16 @@ const E = /* @__PURE__ */ u(Y, [["render", Z], ["__scopeId", "data-v-58078aa8"]]
|
|
|
138
138
|
description: {}
|
|
139
139
|
},
|
|
140
140
|
setup(a) {
|
|
141
|
-
const
|
|
142
|
-
return (l,
|
|
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
|
-
}), ke = /* @__PURE__ */
|
|
144
|
+
}), ke = /* @__PURE__ */ d(ye, [["__scopeId", "data-v-2074e0d7"]]), Le = {}, Pe = {
|
|
145
145
|
class: "Description"
|
|
146
146
|
};
|
|
147
|
-
function
|
|
148
|
-
return s(),
|
|
147
|
+
function Ie(a, e) {
|
|
148
|
+
return s(), o("div", Pe, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
149
149
|
}
|
|
150
|
-
const
|
|
150
|
+
const I = /* @__PURE__ */ d(Le, [["render", Ie], ["__scopeId", "data-v-501deb41"]]), xe = {
|
|
151
151
|
class: "grid-container"
|
|
152
152
|
}, Se = {
|
|
153
153
|
class: "square"
|
|
@@ -165,25 +165,25 @@ const x = /* @__PURE__ */ u(Ie, [["render", xe], ["__scopeId", "data-v-501deb41"
|
|
|
165
165
|
pictureClass: {}
|
|
166
166
|
},
|
|
167
167
|
setup(a) {
|
|
168
|
-
return (
|
|
169
|
-
key:
|
|
168
|
+
return (e, l) => (s(), o("div", xe, [(s(!0), o(v, null, b(e.publishedTeamMembers, (i) => (s(), o("div", {
|
|
169
|
+
key: i.data.name,
|
|
170
170
|
class: "group"
|
|
171
|
-
}, [
|
|
172
|
-
src:
|
|
173
|
-
alt:
|
|
174
|
-
sizes:
|
|
175
|
-
width:
|
|
176
|
-
height:
|
|
177
|
-
class:
|
|
178
|
-
}, null, 10, Ce)]),
|
|
179
|
-
default:
|
|
171
|
+
}, [t("div", Se, [t("img", {
|
|
172
|
+
src: i.data.avatar.src,
|
|
173
|
+
alt: i.data.avatar.alt,
|
|
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
|
+
default: u(() => [g(r(i.data.title), 1)]),
|
|
180
180
|
_: 2
|
|
181
181
|
}, 1024)])]))), 128))]));
|
|
182
182
|
}
|
|
183
|
-
}), qe = /* @__PURE__ */
|
|
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",
|
|
@@ -220,17 +220,17 @@ const x = /* @__PURE__ */ u(Ie, [["render", xe], ["__scopeId", "data-v-501deb41"
|
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
222
|
}];
|
|
223
|
-
return (l,
|
|
224
|
-
BlockHeader:
|
|
225
|
-
title:
|
|
226
|
-
subTitle:
|
|
223
|
+
return (l, i) => (s(), o(v, null, [c(ae, null, {
|
|
224
|
+
BlockHeader: u(() => [c(ee, null, {
|
|
225
|
+
title: u(() => i[0] || (i[0] = [g("核心团队")])),
|
|
226
|
+
subTitle: u(() => i[1] || (i[1] = [g("我们是一个充满激情的小团队。")])),
|
|
227
227
|
_: 1
|
|
228
228
|
})]),
|
|
229
|
-
BlockBody:
|
|
229
|
+
BlockBody: u(() => [c(ke, {
|
|
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 x = /* @__PURE__ */ u(Ie, [["render", xe], ["__scopeId", "data-v-501deb41"
|
|
|
242
242
|
features: ["Intelligent Task Management", "Real-time Collaboration", "Data Security & Privacy"]
|
|
243
243
|
})], 64));
|
|
244
244
|
}
|
|
245
|
-
}),
|
|
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,28 +282,28 @@ const x = /* @__PURE__ */ u(Ie, [["render", xe], ["__scopeId", "data-v-501deb41"
|
|
|
282
282
|
text: "Pro license",
|
|
283
283
|
href: "/docs/resources/pro-license"
|
|
284
284
|
}]);
|
|
285
|
-
return (
|
|
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
|
|
304
304
|
}, r(_.text), 9, Ee))), 128))])])]));
|
|
305
305
|
}
|
|
306
|
-
}),
|
|
306
|
+
}), xa = /* @__PURE__ */ d(je, [["__scopeId", "data-v-b516bb75"]]), Me = ["src"], He = /* @__PURE__ */ p({
|
|
307
307
|
__name: "LandingPageLogo",
|
|
308
308
|
props: {
|
|
309
309
|
name: {
|
|
@@ -325,33 +325,42 @@ const x = /* @__PURE__ */ u(Ie, [["render", xe], ["__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,
|
|
335
|
-
function
|
|
336
|
-
|
|
339
|
+
const l = a, i = e;
|
|
340
|
+
function n() {
|
|
341
|
+
i("to");
|
|
337
342
|
}
|
|
338
|
-
return (_, m) => (s(),
|
|
343
|
+
return (_, m) => (s(), o("div", {
|
|
339
344
|
class: "Logo",
|
|
340
|
-
onClick:
|
|
341
|
-
}, [a.icon ? (s(),
|
|
345
|
+
onClick: n
|
|
346
|
+
}, [a.icon ? (s(), o("img", {
|
|
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__ */
|
|
363
|
+
}), Ue = /* @__PURE__ */ d(He, [["__scopeId", "data-v-f259564c"]]), Ne = {
|
|
355
364
|
class: "BrandInfo"
|
|
356
365
|
}, Ge = /* @__PURE__ */ p({
|
|
357
366
|
__name: "LandingPageBrandInfo",
|
|
@@ -374,38 +383,43 @@ const x = /* @__PURE__ */ u(Ie, [["render", xe], ["__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
|
|
382
|
-
return (l,
|
|
383
|
-
icon:
|
|
384
|
-
name:
|
|
385
|
-
color:
|
|
386
|
-
"font-size":
|
|
387
|
-
|
|
388
|
-
|
|
394
|
+
const e = a;
|
|
395
|
+
return (l, i) => (s(), o("div", Ne, [c(Ue, {
|
|
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__ */
|
|
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
|
-
}), We = /* @__PURE__ */
|
|
416
|
+
}), We = /* @__PURE__ */ d(Re, [["__scopeId", "data-v-d26fdf8b"]]), Ke = {}, Ye = {
|
|
403
417
|
class: "Card"
|
|
404
418
|
};
|
|
405
|
-
function Je(a,
|
|
406
|
-
return s(),
|
|
419
|
+
function Je(a, e) {
|
|
420
|
+
return s(), o("div", Ye, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
407
421
|
}
|
|
408
|
-
const M = /* @__PURE__ */
|
|
422
|
+
const M = /* @__PURE__ */ d(Ke, [["render", Je], ["__scopeId", "data-v-cdb3f77d"]]), Ze = {
|
|
409
423
|
class: "mb-5"
|
|
410
424
|
}, Qe = {
|
|
411
425
|
class: "mb-5"
|
|
@@ -414,18 +428,18 @@ const M = /* @__PURE__ */ u(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
|
-
|
|
423
|
-
const
|
|
424
|
-
if (!
|
|
425
|
-
|
|
436
|
+
e.value = !0;
|
|
437
|
+
const f = m.target;
|
|
438
|
+
if (!f.checkValidity()) {
|
|
439
|
+
f.querySelectorAll(":invalid")[0].focus();
|
|
426
440
|
return;
|
|
427
441
|
}
|
|
428
|
-
l.value = "发送中...",
|
|
442
|
+
l.value = "发送中...", i.value = "";
|
|
429
443
|
try {
|
|
430
444
|
const $ = await fetch("https://api.web3forms.com/submit", {
|
|
431
445
|
method: "POST",
|
|
@@ -435,89 +449,89 @@ const M = /* @__PURE__ */ u(Ke, [["render", Je], ["__scopeId", "data-v-cdb3f77d"
|
|
|
435
449
|
},
|
|
436
450
|
body: JSON.stringify({
|
|
437
451
|
access_key: "YOUR_ACCESS_KEY_HERE",
|
|
438
|
-
name:
|
|
439
|
-
email:
|
|
440
|
-
message:
|
|
452
|
+
name: n.value.name,
|
|
453
|
+
email: n.value.email,
|
|
454
|
+
message: n.value.message
|
|
441
455
|
})
|
|
442
456
|
}), A = await $.json();
|
|
443
|
-
$.status === 200 ? (
|
|
457
|
+
$.status === 200 ? (i.value = "text-green", l.value = A.message) : (i.value = "text-red", l.value = A.message);
|
|
444
458
|
} catch {
|
|
445
|
-
|
|
459
|
+
i.value = "text-red", l.value = "发送失败,请稍后再试!";
|
|
446
460
|
} finally {
|
|
447
|
-
|
|
461
|
+
f.reset(), e.value = !1, setTimeout(() => {
|
|
448
462
|
l.value = "";
|
|
449
463
|
}, 5e3);
|
|
450
464
|
}
|
|
451
465
|
};
|
|
452
|
-
return (m,
|
|
466
|
+
return (m, f) => (s(), o("form", {
|
|
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
|
-
}, [
|
|
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)),
|
|
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)),
|
|
473
|
-
"onUpdate:modelValue":
|
|
486
|
+
}, null, -1)), t("div", Ze, [T(t("input", {
|
|
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,
|
|
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
|
-
"onUpdate:modelValue":
|
|
500
|
+
"onUpdate:modelValue": f[1] || (f[1] = ($) => n.value.email = $),
|
|
487
501
|
type: "email",
|
|
488
502
|
placeholder: "Email Address",
|
|
489
503
|
name: "email",
|
|
490
504
|
required: "",
|
|
491
505
|
class: "input"
|
|
492
|
-
}, null, 512), [[q,
|
|
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)),
|
|
508
|
+
}, " 请输入您的邮箱地址。 ", -1)), f[6] || (f[6] = t("div", {
|
|
495
509
|
class: "invalid-feedback text-red-400 text-sm mt-1"
|
|
496
|
-
}, " 请输入有效的邮箱地址。 ", -1))]),
|
|
497
|
-
"onUpdate:modelValue":
|
|
510
|
+
}, " 请输入有效的邮箱地址。 ", -1))]), t("div", Xe, [T(t("textarea", {
|
|
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,
|
|
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))]),
|
|
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
|
-
}), tt = /* @__PURE__ */
|
|
526
|
+
}), tt = /* @__PURE__ */ d(et, [["__scopeId", "data-v-9de65b8f"]]), st = {
|
|
513
527
|
class: "contact-title"
|
|
514
528
|
}, at = {
|
|
515
529
|
class: "contact-info"
|
|
516
530
|
}, nt = {
|
|
517
531
|
class: "contact-info-item"
|
|
518
|
-
},
|
|
532
|
+
}, it = {
|
|
519
533
|
class: "contact-info-item"
|
|
520
|
-
},
|
|
534
|
+
}, ot = ["href"], lt = {
|
|
521
535
|
class: "contact-info-item"
|
|
522
536
|
}, rt = ["href"], ct = /* @__PURE__ */ p({
|
|
523
537
|
__name: "LandingPageContact",
|
|
@@ -554,32 +568,32 @@ const M = /* @__PURE__ */ u(Ke, [["render", Je], ["__scopeId", "data-v-cdb3f77d"
|
|
|
554
568
|
}
|
|
555
569
|
},
|
|
556
570
|
setup(a) {
|
|
557
|
-
const
|
|
558
|
-
return (l,
|
|
559
|
-
default:
|
|
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
|
-
}), Sa = /* @__PURE__ */
|
|
590
|
+
}), Sa = /* @__PURE__ */ d(ct, [["__scopeId", "data-v-ba085fb7"]]), dt = {}, ut = {
|
|
577
591
|
class: "custom-container"
|
|
578
592
|
};
|
|
579
|
-
function _t(a,
|
|
580
|
-
return s(),
|
|
593
|
+
function _t(a, e) {
|
|
594
|
+
return s(), o("div", ut, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
581
595
|
}
|
|
582
|
-
const Ca = /* @__PURE__ */
|
|
596
|
+
const Ca = /* @__PURE__ */ d(dt, [["render", _t], ["__scopeId", "data-v-57594f09"]]), pt = {
|
|
583
597
|
class: "cta-title"
|
|
584
598
|
}, mt = {
|
|
585
599
|
class: "cta-description"
|
|
@@ -597,25 +611,25 @@ const Ca = /* @__PURE__ */ u(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
|
-
return (
|
|
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
|
-
}), wa = /* @__PURE__ */
|
|
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,
|
|
616
|
-
return s(),
|
|
629
|
+
function $t(a, e) {
|
|
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,17 +658,17 @@ const z = /* @__PURE__ */ u(ht, [["render", $t], ["__scopeId", "data-v-997fc2a4"
|
|
|
644
658
|
}
|
|
645
659
|
},
|
|
646
660
|
setup(a) {
|
|
647
|
-
const
|
|
648
|
-
return (l,
|
|
649
|
-
"active-keys":
|
|
661
|
+
const e = a;
|
|
662
|
+
return (l, i) => (s(), L(N, {
|
|
663
|
+
"active-keys": e.activeKeys
|
|
650
664
|
}, {
|
|
651
|
-
default:
|
|
665
|
+
default: u(() => [(s(!0), o(v, null, b(e.faqItems, (n, _) => (s(), L(G, {
|
|
652
666
|
key: _,
|
|
653
667
|
index: _
|
|
654
668
|
}, {
|
|
655
|
-
header:
|
|
656
|
-
default:
|
|
657
|
-
default:
|
|
669
|
+
header: u(() => [g(r(n.question), 1)]),
|
|
670
|
+
default: u(() => [c(I, null, {
|
|
671
|
+
default: u(() => [g(r(n.answer), 1)]),
|
|
658
672
|
_: 2
|
|
659
673
|
}, 1024)]),
|
|
660
674
|
_: 2
|
|
@@ -662,11 +676,11 @@ const z = /* @__PURE__ */ u(ht, [["render", $t], ["__scopeId", "data-v-997fc2a4"
|
|
|
662
676
|
_: 1
|
|
663
677
|
}, 8, ["active-keys"]));
|
|
664
678
|
}
|
|
665
|
-
}), Aa = /* @__PURE__ */
|
|
679
|
+
}), Aa = /* @__PURE__ */ d(bt, [["__scopeId", "data-v-581e8f75"]]), yt = {
|
|
666
680
|
class: "Features"
|
|
667
681
|
}, kt = {
|
|
668
682
|
class: "feature-title"
|
|
669
|
-
},
|
|
683
|
+
}, Lt = /* @__PURE__ */ p({
|
|
670
684
|
__name: "LandingPageFeatures",
|
|
671
685
|
props: {
|
|
672
686
|
features: {
|
|
@@ -704,31 +718,31 @@ const z = /* @__PURE__ */ u(ht, [["render", $t], ["__scopeId", "data-v-997fc2a4"
|
|
|
704
718
|
}
|
|
705
719
|
},
|
|
706
720
|
setup(a) {
|
|
707
|
-
const
|
|
708
|
-
return (l,
|
|
709
|
-
key:
|
|
721
|
+
const e = a;
|
|
722
|
+
return (l, i) => (s(), o("div", yt, [(s(!0), o(v, null, b(e.features, (n) => (s(), L(M, {
|
|
723
|
+
key: n.title
|
|
710
724
|
}, {
|
|
711
|
-
default:
|
|
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
|
-
}, [c(
|
|
731
|
+
}, [c(P(x), {
|
|
718
732
|
class: "icon",
|
|
719
|
-
icon:
|
|
720
|
-
}, null, 8, ["icon"])], 4),
|
|
721
|
-
default:
|
|
733
|
+
icon: n.icon
|
|
734
|
+
}, null, 8, ["icon"])], 4), t("h3", kt, r(n.title), 1), c(I, null, {
|
|
735
|
+
default: u(() => [g(r(n.description), 1)]),
|
|
722
736
|
_: 2
|
|
723
737
|
}, 1024)]),
|
|
724
738
|
_: 2
|
|
725
739
|
}, 1024))), 128))]));
|
|
726
740
|
}
|
|
727
|
-
}), Ta = /* @__PURE__ */
|
|
741
|
+
}), Ta = /* @__PURE__ */ d(Lt, [["__scopeId", "data-v-1ee2db18"]]), Pt = {
|
|
728
742
|
class: "tt-feature-list"
|
|
729
|
-
},
|
|
743
|
+
}, It = {
|
|
730
744
|
class: "tt-feature-content"
|
|
731
|
-
},
|
|
745
|
+
}, xt = {
|
|
732
746
|
class: "heading-small"
|
|
733
747
|
}, St = {
|
|
734
748
|
class: "text-small"
|
|
@@ -741,21 +755,21 @@ const z = /* @__PURE__ */ u(ht, [["render", $t], ["__scopeId", "data-v-997fc2a4"
|
|
|
741
755
|
}
|
|
742
756
|
},
|
|
743
757
|
setup(a) {
|
|
744
|
-
const
|
|
745
|
-
return (l,
|
|
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
|
-
}, [
|
|
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
|
-
}), qa = /* @__PURE__ */
|
|
757
|
-
function wt(a,
|
|
758
|
-
return `mailto:${a}?subject=${encodeURIComponent(
|
|
770
|
+
}), qa = /* @__PURE__ */ d(Ct, [["__scopeId", "data-v-abd3c70a"]]);
|
|
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 (
|
|
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
|
-
}, [_.type === "text" ? (s(),
|
|
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-50092f68"]]), Ft = {
|
|
800
814
|
class: "FooterLayout"
|
|
801
815
|
}, Dt = {
|
|
802
816
|
class: "body"
|
|
@@ -807,15 +821,15 @@ 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__ */
|
|
826
|
+
}), Mt = /* @__PURE__ */ d(jt, [["__scopeId", "data-v-62beee8b"]]), Ht = {}, Ut = {
|
|
813
827
|
class: "Description"
|
|
814
828
|
};
|
|
815
|
-
function Nt(a,
|
|
816
|
-
return s(),
|
|
829
|
+
function Nt(a, e) {
|
|
830
|
+
return s(), o("div", Ut, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
817
831
|
}
|
|
818
|
-
const y = /* @__PURE__ */
|
|
832
|
+
const y = /* @__PURE__ */ d(Ht, [["render", Nt], ["__scopeId", "data-v-ea9ec649"]]), Gt = {
|
|
819
833
|
class: "list"
|
|
820
834
|
}, Ot = {
|
|
821
835
|
class: "title"
|
|
@@ -829,36 +843,24 @@ const y = /* @__PURE__ */ u(Ht, [["render", Nt], ["__scopeId", "data-v-ea9ec649"
|
|
|
829
843
|
}
|
|
830
844
|
},
|
|
831
845
|
setup(a) {
|
|
832
|
-
const
|
|
833
|
-
return (l,
|
|
834
|
-
default: d(() => n[0] || (n[0] = [f("功能")])),
|
|
835
|
-
_: 1,
|
|
836
|
-
__: [0]
|
|
837
|
-
}), c(y, null, {
|
|
838
|
-
default: d(() => n[1] || (n[1] = [f("展示")])),
|
|
839
|
-
_: 1,
|
|
840
|
-
__: [1]
|
|
841
|
-
}), c(y, null, {
|
|
842
|
-
default: d(() => n[2] || (n[2] = [f("价格")])),
|
|
843
|
-
_: 1,
|
|
844
|
-
__: [2]
|
|
845
|
-
})])]));
|
|
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)])]));
|
|
846
848
|
}
|
|
847
|
-
}), B = /* @__PURE__ */
|
|
849
|
+
}), B = /* @__PURE__ */ d(Wt, [["__scopeId", "data-v-0809a48c"]]), Kt = {
|
|
848
850
|
class: "Footer"
|
|
849
851
|
}, D = "support@huyooo.com", Yt = /* @__PURE__ */ p({
|
|
850
852
|
__name: "LandingPageFooter",
|
|
851
853
|
setup(a) {
|
|
852
|
-
const
|
|
853
|
-
function
|
|
854
|
+
const e = k("京ICP备2024077422号 Copyright © 2024-2024 北京忽柚科技有限公司"), l = k("https://beian.miit.gov.cn/#/Integrated/index");
|
|
855
|
+
function i() {
|
|
854
856
|
const $ = wt(D, "", "");
|
|
855
857
|
window.location.href = $;
|
|
856
858
|
}
|
|
857
|
-
const
|
|
859
|
+
const n = k([{
|
|
858
860
|
type: "text",
|
|
859
861
|
icon: "ic:baseline-email",
|
|
860
862
|
content: D,
|
|
861
|
-
select:
|
|
863
|
+
select: i
|
|
862
864
|
}, {
|
|
863
865
|
type: "image",
|
|
864
866
|
icon: "ic:baseline-wechat",
|
|
@@ -866,25 +868,25 @@ const y = /* @__PURE__ */ u(Ht, [["render", Nt], ["__scopeId", "data-v-ea9ec649"
|
|
|
866
868
|
select() {
|
|
867
869
|
}
|
|
868
870
|
}]);
|
|
869
|
-
return (_, m) => (s(),
|
|
870
|
-
|
|
871
|
+
return (_, m) => (s(), o("div", Kt, [c(Mt, null, {
|
|
872
|
+
LandingPageBrandInfo: u(() => [c(Oe, {
|
|
871
873
|
icon: "https://ghibliaigenerator.app/logo.png",
|
|
872
874
|
name: "ONES",
|
|
873
875
|
description: "几小时内构建和发布AI产品,无需数日。"
|
|
874
876
|
})]),
|
|
875
|
-
|
|
877
|
+
LandingPageLinkGroup: u(() => [c(B, {
|
|
876
878
|
title: "产品"
|
|
877
879
|
}, {
|
|
878
|
-
item:
|
|
879
|
-
default:
|
|
880
|
+
item: u(() => [c(y, null, {
|
|
881
|
+
default: u(() => m[0] || (m[0] = [g("功能")])),
|
|
880
882
|
_: 1,
|
|
881
883
|
__: [0]
|
|
882
884
|
}), c(y, null, {
|
|
883
|
-
default:
|
|
885
|
+
default: u(() => m[1] || (m[1] = [g("展示")])),
|
|
884
886
|
_: 1,
|
|
885
887
|
__: [1]
|
|
886
888
|
}), c(y, null, {
|
|
887
|
-
default:
|
|
889
|
+
default: u(() => m[2] || (m[2] = [g("价格")])),
|
|
888
890
|
_: 1,
|
|
889
891
|
__: [2]
|
|
890
892
|
})]),
|
|
@@ -892,8 +894,8 @@ const y = /* @__PURE__ */ u(Ht, [["render", Nt], ["__scopeId", "data-v-ea9ec649"
|
|
|
892
894
|
}), c(B, {
|
|
893
895
|
title: "资源"
|
|
894
896
|
}, {
|
|
895
|
-
item:
|
|
896
|
-
default:
|
|
897
|
+
item: u(() => [c(y, null, {
|
|
898
|
+
default: u(() => m[3] || (m[3] = [g("安全性与合规性")])),
|
|
897
899
|
_: 1,
|
|
898
900
|
__: [3]
|
|
899
901
|
})]),
|
|
@@ -901,42 +903,42 @@ const y = /* @__PURE__ */ u(Ht, [["render", Nt], ["__scopeId", "data-v-ea9ec649"
|
|
|
901
903
|
}), c(B, {
|
|
902
904
|
title: "公司"
|
|
903
905
|
}, {
|
|
904
|
-
item:
|
|
905
|
-
default:
|
|
906
|
+
item: u(() => [c(y, null, {
|
|
907
|
+
default: u(() => m[4] || (m[4] = [g("博客")])),
|
|
906
908
|
_: 1,
|
|
907
909
|
__: [4]
|
|
908
910
|
}), c(y, null, {
|
|
909
|
-
default:
|
|
911
|
+
default: u(() => m[5] || (m[5] = [g("公司简介")])),
|
|
910
912
|
_: 1,
|
|
911
913
|
__: [5]
|
|
912
914
|
}), c(y, null, {
|
|
913
|
-
default:
|
|
915
|
+
default: u(() => m[6] || (m[6] = [g("个人信息收集清单")])),
|
|
914
916
|
_: 1,
|
|
915
917
|
__: [6]
|
|
916
918
|
}), c(y, null, {
|
|
917
|
-
default:
|
|
919
|
+
default: u(() => m[7] || (m[7] = [g("第三方信息共享清单")])),
|
|
918
920
|
_: 1,
|
|
919
921
|
__: [7]
|
|
920
922
|
}), c(y, null, {
|
|
921
|
-
default:
|
|
923
|
+
default: u(() => m[8] || (m[8] = [g("用户服务协议")])),
|
|
922
924
|
_: 1,
|
|
923
925
|
__: [8]
|
|
924
926
|
}), c(y, null, {
|
|
925
|
-
default:
|
|
927
|
+
default: u(() => m[9] || (m[9] = [g("隐私协议")])),
|
|
926
928
|
_: 1,
|
|
927
929
|
__: [9]
|
|
928
930
|
})]),
|
|
929
931
|
_: 1
|
|
930
932
|
})]),
|
|
931
|
-
|
|
932
|
-
"beian-text":
|
|
933
|
+
LandingPageFooterContact: u(() => [c(zt, {
|
|
934
|
+
"beian-text": e.value,
|
|
933
935
|
"beian-url": l.value,
|
|
934
|
-
links:
|
|
936
|
+
links: n.value
|
|
935
937
|
}, null, 8, ["beian-text", "beian-url", "links"])]),
|
|
936
938
|
_: 1
|
|
937
939
|
})]));
|
|
938
940
|
}
|
|
939
|
-
}), Ba = /* @__PURE__ */
|
|
941
|
+
}), Ba = /* @__PURE__ */ d(Yt, [["__scopeId", "data-v-ee74e088"]]), Jt = {
|
|
940
942
|
class: "hero"
|
|
941
943
|
}, Zt = {
|
|
942
944
|
class: "heroContent"
|
|
@@ -967,12 +969,12 @@ const y = /* @__PURE__ */ u(Ht, [["render", Nt], ["__scopeId", "data-v-ea9ec649"
|
|
|
967
969
|
}
|
|
968
970
|
},
|
|
969
971
|
setup(a) {
|
|
970
|
-
const
|
|
971
|
-
return (l,
|
|
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)])]));
|
|
972
974
|
}
|
|
973
|
-
}),
|
|
975
|
+
}), za = /* @__PURE__ */ d(as, [["__scopeId", "data-v-928ffe7e"]]), ns = {
|
|
974
976
|
class: "logos-list"
|
|
975
|
-
},
|
|
977
|
+
}, is = /* @__PURE__ */ p({
|
|
976
978
|
__name: "LandingPageLogos",
|
|
977
979
|
props: {
|
|
978
980
|
title: {
|
|
@@ -998,14 +1000,14 @@ const y = /* @__PURE__ */ u(Ht, [["render", Nt], ["__scopeId", "data-v-ea9ec649"
|
|
|
998
1000
|
}
|
|
999
1001
|
},
|
|
1000
1002
|
setup(a) {
|
|
1001
|
-
const
|
|
1002
|
-
return (l,
|
|
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), {
|
|
1003
1005
|
key: _,
|
|
1004
|
-
icon:
|
|
1006
|
+
icon: n.name,
|
|
1005
1007
|
class: "logo-icon"
|
|
1006
1008
|
}, null, 8, ["icon"]))), 128))]));
|
|
1007
1009
|
}
|
|
1008
|
-
}),
|
|
1010
|
+
}), Fa = /* @__PURE__ */ d(is, [["__scopeId", "data-v-1a08e627"]]), os = /* @__PURE__ */ p({
|
|
1009
1011
|
__name: "LandingPagePageContent",
|
|
1010
1012
|
props: {
|
|
1011
1013
|
maxWidth: {
|
|
@@ -1026,21 +1028,21 @@ const y = /* @__PURE__ */ u(Ht, [["render", Nt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1026
1028
|
}
|
|
1027
1029
|
},
|
|
1028
1030
|
setup(a) {
|
|
1029
|
-
const
|
|
1030
|
-
maxWidth:
|
|
1031
|
-
margin:
|
|
1031
|
+
const e = a, l = z(() => ({
|
|
1032
|
+
maxWidth: e.maxWidth,
|
|
1033
|
+
margin: e.center ? "0 auto" : void 0,
|
|
1032
1034
|
width: "100%",
|
|
1033
|
-
padding:
|
|
1035
|
+
padding: e.padding,
|
|
1034
1036
|
display: "flex",
|
|
1035
|
-
flexDirection:
|
|
1036
|
-
gap:
|
|
1037
|
+
flexDirection: e.flexDirection ?? "column",
|
|
1038
|
+
gap: e.gap
|
|
1037
1039
|
}));
|
|
1038
|
-
return (
|
|
1040
|
+
return (i, n) => (s(), o("div", {
|
|
1039
1041
|
class: "PageContent",
|
|
1040
|
-
style:
|
|
1041
|
-
}, [h(
|
|
1042
|
+
style: S(l.value)
|
|
1043
|
+
}, [h(i.$slots, "default", {}, void 0, !0)], 4));
|
|
1042
1044
|
}
|
|
1043
|
-
}), Da = /* @__PURE__ */
|
|
1045
|
+
}), Da = /* @__PURE__ */ d(os, [["__scopeId", "data-v-00ec8180"]]), ls = {
|
|
1044
1046
|
class: "Tabs"
|
|
1045
1047
|
}, rs = {
|
|
1046
1048
|
class: "tabs-root"
|
|
@@ -1071,36 +1073,36 @@ const y = /* @__PURE__ */ u(Ht, [["render", Nt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1071
1073
|
},
|
|
1072
1074
|
emits: ["update:modelValue"],
|
|
1073
1075
|
setup(a) {
|
|
1074
|
-
const
|
|
1075
|
-
return (l,
|
|
1076
|
-
key:
|
|
1077
|
-
class:
|
|
1078
|
-
"tabs-item-active":
|
|
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", {
|
|
1078
|
+
key: n.value,
|
|
1079
|
+
class: C(["tabs-item", {
|
|
1080
|
+
"tabs-item-active": n.value === a.modelValue
|
|
1079
1081
|
}])
|
|
1080
|
-
}, [
|
|
1081
|
-
id:
|
|
1082
|
+
}, [t("button", {
|
|
1083
|
+
id: n.value,
|
|
1082
1084
|
type: "button",
|
|
1083
1085
|
role: "radio",
|
|
1084
|
-
"aria-checked":
|
|
1085
|
-
"data-state":
|
|
1086
|
-
value:
|
|
1086
|
+
"aria-checked": n.value === a.modelValue,
|
|
1087
|
+
"data-state": n.value === a.modelValue ? "checked" : "unchecked",
|
|
1088
|
+
value: n.value,
|
|
1087
1089
|
class: "tabs-radio",
|
|
1088
|
-
tabindex:
|
|
1089
|
-
onClick: (_) => l.$emit("update:modelValue",
|
|
1090
|
-
}, [
|
|
1090
|
+
tabindex: n.value === a.modelValue ? 0 : -1,
|
|
1091
|
+
onClick: (_) => l.$emit("update:modelValue", n.value)
|
|
1092
|
+
}, [n.value === a.modelValue ? (s(), o("span", us)) : w("", !0)], 8, ds), t("label", {
|
|
1091
1093
|
class: "tabs-label",
|
|
1092
|
-
for:
|
|
1093
|
-
}, [
|
|
1094
|
+
for: n.value
|
|
1095
|
+
}, [t("span", null, r(n.label), 1), n.badge ? (s(), o("div", ps, r(n.badge), 1)) : w("", !0)], 8, _s)], 2))), 128))])])]));
|
|
1094
1096
|
}
|
|
1095
|
-
}), fs = /* @__PURE__ */
|
|
1097
|
+
}), fs = /* @__PURE__ */ d(ms, [["__scopeId", "data-v-9eb67a93"]]), gs = {
|
|
1096
1098
|
class: "PriceGroup"
|
|
1097
1099
|
}, hs = /* @__PURE__ */ p({
|
|
1098
1100
|
__name: "LandingPagePriceGroup",
|
|
1099
1101
|
setup(a) {
|
|
1100
|
-
const
|
|
1101
|
-
return (l,
|
|
1102
|
-
modelValue:
|
|
1103
|
-
"onUpdate:modelValue":
|
|
1102
|
+
const e = k("subscribe-monthly");
|
|
1103
|
+
return (l, i) => (s(), o("div", gs, [c(fs, {
|
|
1104
|
+
modelValue: e.value,
|
|
1105
|
+
"onUpdate:modelValue": i[0] || (i[0] = (n) => e.value = n),
|
|
1104
1106
|
tabs: [{
|
|
1105
1107
|
value: "subscribe-monthly",
|
|
1106
1108
|
label: "按月订阅"
|
|
@@ -1114,7 +1116,7 @@ const y = /* @__PURE__ */ u(Ht, [["render", Nt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1114
1116
|
}]
|
|
1115
1117
|
}, null, 8, ["modelValue"]), h(l.$slots, "default", {}, void 0, !0)]));
|
|
1116
1118
|
}
|
|
1117
|
-
}), Va = /* @__PURE__ */
|
|
1119
|
+
}), Va = /* @__PURE__ */ d(hs, [["__scopeId", "data-v-43a35f55"]]), vs = {
|
|
1118
1120
|
class: "PricingCard"
|
|
1119
1121
|
}, $s = {
|
|
1120
1122
|
class: "title"
|
|
@@ -1124,16 +1126,16 @@ const y = /* @__PURE__ */ u(Ht, [["render", Nt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1124
1126
|
class: "description"
|
|
1125
1127
|
}, ks = {
|
|
1126
1128
|
class: "priceAndDiscount"
|
|
1127
|
-
}, Is = {
|
|
1128
|
-
class: "price"
|
|
1129
1129
|
}, Ls = {
|
|
1130
|
+
class: "price"
|
|
1131
|
+
}, Ps = {
|
|
1130
1132
|
class: "discount"
|
|
1131
|
-
},
|
|
1133
|
+
}, Is = {
|
|
1132
1134
|
style: {
|
|
1133
1135
|
position: "relative",
|
|
1134
1136
|
top: "3px"
|
|
1135
1137
|
}
|
|
1136
|
-
},
|
|
1138
|
+
}, xs = {
|
|
1137
1139
|
key: 1,
|
|
1138
1140
|
class: "priceNotDiscount"
|
|
1139
1141
|
}, Ss = {
|
|
@@ -1200,45 +1202,45 @@ const y = /* @__PURE__ */ u(Ht, [["render", Nt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1200
1202
|
},
|
|
1201
1203
|
emits: ["toPay"],
|
|
1202
1204
|
setup(a, {
|
|
1203
|
-
emit:
|
|
1205
|
+
emit: e
|
|
1204
1206
|
}) {
|
|
1205
|
-
const l =
|
|
1206
|
-
function
|
|
1207
|
+
const l = e, i = a;
|
|
1208
|
+
function n() {
|
|
1207
1209
|
l("toPay");
|
|
1208
1210
|
}
|
|
1209
|
-
return (_, m) => (s(),
|
|
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), {
|
|
1210
1212
|
key: 0,
|
|
1211
1213
|
color: "arcoblue"
|
|
1212
1214
|
}, {
|
|
1213
|
-
default:
|
|
1215
|
+
default: u(() => [g(r(i.badge.label), 1)]),
|
|
1214
1216
|
_: 1
|
|
1215
|
-
})) :
|
|
1217
|
+
})) : w("", !0)]), t("div", ys, r(i.description), 1)]), t("div", ks, [i.discount !== null ? (s(), o(v, {
|
|
1216
1218
|
key: 0
|
|
1217
|
-
}, [
|
|
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, {
|
|
1218
1220
|
key: $,
|
|
1219
|
-
description:
|
|
1221
|
+
description: f.title
|
|
1220
1222
|
}, null, 8, ["description"]))), 128))]), c(We, {
|
|
1221
1223
|
class: "handle",
|
|
1222
1224
|
type: "primary",
|
|
1223
|
-
loading:
|
|
1224
|
-
disabled: !(
|
|
1225
|
-
onClick:
|
|
1225
|
+
loading: i.loading,
|
|
1226
|
+
disabled: !(i.discount || i.price),
|
|
1227
|
+
onClick: n
|
|
1226
1228
|
}, {
|
|
1227
|
-
default:
|
|
1229
|
+
default: u(() => [g(r(i.button.label), 1)]),
|
|
1228
1230
|
_: 1
|
|
1229
1231
|
}, 8, ["loading", "disabled"])]));
|
|
1230
1232
|
}
|
|
1231
|
-
}), Ea = /* @__PURE__ */
|
|
1233
|
+
}), Ea = /* @__PURE__ */ d(ws, [["__scopeId", "data-v-0b730439"]]), As = {}, Ts = {
|
|
1232
1234
|
class: "PricingGrid"
|
|
1233
1235
|
}, qs = {
|
|
1234
1236
|
class: "content"
|
|
1235
1237
|
};
|
|
1236
|
-
function Bs(a,
|
|
1237
|
-
return s(),
|
|
1238
|
+
function Bs(a, e) {
|
|
1239
|
+
return s(), o("div", Ts, [t("div", qs, [h(a.$slots, "default", {}, void 0, !0)])]);
|
|
1238
1240
|
}
|
|
1239
|
-
const ja = /* @__PURE__ */
|
|
1241
|
+
const ja = /* @__PURE__ */ d(As, [["render", Bs], ["__scopeId", "data-v-75029e61"]]), zs = {
|
|
1240
1242
|
class: "sections-container"
|
|
1241
|
-
},
|
|
1243
|
+
}, Fs = {
|
|
1242
1244
|
class: "container"
|
|
1243
1245
|
}, Ds = {
|
|
1244
1246
|
class: "image-container"
|
|
@@ -1291,34 +1293,34 @@ const ja = /* @__PURE__ */ u(As, [["render", Bs], ["__scopeId", "data-v-75029e61
|
|
|
1291
1293
|
}
|
|
1292
1294
|
},
|
|
1293
1295
|
setup(a) {
|
|
1294
|
-
const
|
|
1295
|
-
return (l,
|
|
1296
|
-
class:
|
|
1297
|
-
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
|
|
1298
1300
|
}])
|
|
1299
|
-
}, [
|
|
1300
|
-
src:
|
|
1301
|
-
alt:
|
|
1301
|
+
}, [t("div", Ds, [t("img", {
|
|
1302
|
+
src: e.imageUrl,
|
|
1303
|
+
alt: e.imageAlt,
|
|
1302
1304
|
class: "image"
|
|
1303
|
-
}, null, 8, Vs)]),
|
|
1304
|
-
default:
|
|
1305
|
+
}, null, 8, Vs)]), t("div", Es, [t("div", js, [c(E, null, {
|
|
1306
|
+
default: u(() => [g(r(e.title), 1)]),
|
|
1305
1307
|
_: 1
|
|
1306
1308
|
}), c(V, null, {
|
|
1307
|
-
default:
|
|
1309
|
+
default: u(() => [g(r(e.subTitle), 1)]),
|
|
1308
1310
|
_: 1
|
|
1309
|
-
})]),
|
|
1311
|
+
})]), t("div", Ms, [(s(!0), o(v, null, b(e.features, (n, _) => (s(), o("div", {
|
|
1310
1312
|
key: _,
|
|
1311
1313
|
class: "feature-item"
|
|
1312
|
-
}, [
|
|
1313
|
-
class:
|
|
1314
|
-
},
|
|
1314
|
+
}, [t("div", {
|
|
1315
|
+
class: C(["icon-container", [`icon-${n.color}`]])
|
|
1316
|
+
}, i[0] || (i[0] = [t("div", {
|
|
1315
1317
|
class: "dot"
|
|
1316
|
-
}, null, -1)]), 2),
|
|
1317
|
-
default:
|
|
1318
|
+
}, null, -1)]), 2), t("div", Hs, [t("div", Us, r(n.title), 1), c(I, null, {
|
|
1319
|
+
default: u(() => [g(r(n.description), 1)]),
|
|
1318
1320
|
_: 2
|
|
1319
1321
|
}, 1024)])]))), 128))])])], 2)])]));
|
|
1320
1322
|
}
|
|
1321
|
-
}), Ma = /* @__PURE__ */
|
|
1323
|
+
}), Ma = /* @__PURE__ */ d(Ns, [["__scopeId", "data-v-ac2b71bb"]]), Gs = {
|
|
1322
1324
|
class: "Showcase"
|
|
1323
1325
|
}, Os = ["onClick"], Rs = ["src", "alt"], Ws = {
|
|
1324
1326
|
class: "card-content"
|
|
@@ -1344,30 +1346,30 @@ const ja = /* @__PURE__ */ u(As, [["render", Bs], ["__scopeId", "data-v-75029e61
|
|
|
1344
1346
|
},
|
|
1345
1347
|
emits: ["cardClick"],
|
|
1346
1348
|
setup(a, {
|
|
1347
|
-
emit:
|
|
1349
|
+
emit: e
|
|
1348
1350
|
}) {
|
|
1349
|
-
const l = a,
|
|
1350
|
-
function
|
|
1351
|
-
|
|
1351
|
+
const l = a, i = e;
|
|
1352
|
+
function n(m) {
|
|
1353
|
+
i("cardClick", m);
|
|
1352
1354
|
}
|
|
1353
|
-
const _ =
|
|
1355
|
+
const _ = z(() => ({
|
|
1354
1356
|
height: `${l.cardHeight}px`,
|
|
1355
1357
|
objectFit: l.objectFit
|
|
1356
1358
|
}));
|
|
1357
|
-
return (m,
|
|
1359
|
+
return (m, f) => (s(), o("div", Gs, [(s(!0), o(v, null, b(l.items, ($, A) => (s(), o("div", {
|
|
1358
1360
|
key: A,
|
|
1359
1361
|
class: "showcase-card",
|
|
1360
|
-
onClick: (ha) =>
|
|
1361
|
-
}, [
|
|
1362
|
+
onClick: (ha) => n($)
|
|
1363
|
+
}, [t("img", {
|
|
1362
1364
|
src: $.image,
|
|
1363
1365
|
alt: $.alt,
|
|
1364
|
-
style:
|
|
1365
|
-
}, null, 12, Rs),
|
|
1366
|
-
default:
|
|
1366
|
+
style: S(_.value)
|
|
1367
|
+
}, null, 12, Rs), t("div", Ws, [t("div", Ks, r($.title), 1), c(I, null, {
|
|
1368
|
+
default: u(() => [g(r($.description), 1)]),
|
|
1367
1369
|
_: 2
|
|
1368
1370
|
}, 1024)])], 8, Os))), 128))]));
|
|
1369
1371
|
}
|
|
1370
|
-
}), Ha = /* @__PURE__ */
|
|
1372
|
+
}), Ha = /* @__PURE__ */ d(Ys, [["__scopeId", "data-v-381ed6a6"]]), Js = {
|
|
1371
1373
|
class: "Stats"
|
|
1372
1374
|
}, Zs = {
|
|
1373
1375
|
key: 0,
|
|
@@ -1402,13 +1404,13 @@ const ja = /* @__PURE__ */ u(As, [["render", Bs], ["__scopeId", "data-v-75029e61
|
|
|
1402
1404
|
}
|
|
1403
1405
|
},
|
|
1404
1406
|
setup(a) {
|
|
1405
|
-
const
|
|
1406
|
-
return (l,
|
|
1407
|
+
const e = a;
|
|
1408
|
+
return (l, i) => (s(), o("div", Js, [(s(!0), o(v, null, b(e.stats, (n, _) => (s(), o("div", {
|
|
1407
1409
|
key: _,
|
|
1408
1410
|
class: "stats-item"
|
|
1409
|
-
}, [
|
|
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))]));
|
|
1410
1412
|
}
|
|
1411
|
-
}), Ua = /* @__PURE__ */
|
|
1413
|
+
}), Ua = /* @__PURE__ */ d(ea, [["__scopeId", "data-v-ad69735c"]]), ta = {
|
|
1412
1414
|
class: "stepNumber"
|
|
1413
1415
|
}, sa = {
|
|
1414
1416
|
class: "count"
|
|
@@ -1436,24 +1438,24 @@ const ja = /* @__PURE__ */ u(As, [["render", Bs], ["__scopeId", "data-v-75029e61
|
|
|
1436
1438
|
}
|
|
1437
1439
|
},
|
|
1438
1440
|
setup(a) {
|
|
1439
|
-
const
|
|
1440
|
-
return (l,
|
|
1441
|
+
const e = a;
|
|
1442
|
+
return (l, i) => (s(), o("div", {
|
|
1441
1443
|
class: "Steps",
|
|
1442
|
-
style:
|
|
1443
|
-
gridTemplateColumns: `repeat(${
|
|
1444
|
+
style: S({
|
|
1445
|
+
gridTemplateColumns: `repeat(${e.columns}, 1fr)`
|
|
1444
1446
|
// flexDirection: props.flexDirection,
|
|
1445
1447
|
})
|
|
1446
|
-
}, [(s(!0),
|
|
1448
|
+
}, [(s(!0), o(v, null, b(e.steps, (n, _) => (s(), o("div", {
|
|
1447
1449
|
key: _,
|
|
1448
1450
|
class: "stepItem"
|
|
1449
|
-
}, [
|
|
1450
|
-
default:
|
|
1451
|
+
}, [t("div", ta, [t("span", sa, r(_ + 1), 1)]), t("h3", aa, r(n.title), 1), c(I, null, {
|
|
1452
|
+
default: u(() => [g(r(n.description), 1)]),
|
|
1451
1453
|
_: 2
|
|
1452
1454
|
}, 1024)]))), 128))], 4));
|
|
1453
1455
|
}
|
|
1454
|
-
}), Na = /* @__PURE__ */
|
|
1456
|
+
}), Na = /* @__PURE__ */ d(na, [["__scopeId", "data-v-1ecd9597"]]), ia = {
|
|
1455
1457
|
class: "Testimonial"
|
|
1456
|
-
},
|
|
1458
|
+
}, oa = {
|
|
1457
1459
|
class: "user-info"
|
|
1458
1460
|
}, la = {
|
|
1459
1461
|
class: "user-avatar"
|
|
@@ -1469,21 +1471,21 @@ const ja = /* @__PURE__ */ u(As, [["render", Bs], ["__scopeId", "data-v-75029e61
|
|
|
1469
1471
|
}
|
|
1470
1472
|
},
|
|
1471
1473
|
setup(a) {
|
|
1472
|
-
const
|
|
1473
|
-
return (l,
|
|
1474
|
+
const e = a;
|
|
1475
|
+
return (l, i) => (s(), o("div", ia, [(s(!0), o(v, null, b(e.testimonials, (n, _) => (s(), L(M, {
|
|
1474
1476
|
key: _
|
|
1475
1477
|
}, {
|
|
1476
|
-
default:
|
|
1477
|
-
default:
|
|
1478
|
+
default: u(() => [t("div", null, [c(I, null, {
|
|
1479
|
+
default: u(() => [g(r(`"${n.content}"`), 1)]),
|
|
1478
1480
|
_: 2
|
|
1479
|
-
}, 1024)]),
|
|
1480
|
-
src:
|
|
1481
|
-
alt:
|
|
1482
|
-
}, null, 8, ra)]),
|
|
1481
|
+
}, 1024)]), t("div", oa, [t("span", la, [t("img", {
|
|
1482
|
+
src: n.avatar,
|
|
1483
|
+
alt: n.name
|
|
1484
|
+
}, null, 8, ra)]), t("div", null, [t("div", ca, r(n.name), 1), t("div", da, r(n.title), 1)])])]),
|
|
1483
1485
|
_: 2
|
|
1484
1486
|
}, 1024))), 128))]));
|
|
1485
1487
|
}
|
|
1486
|
-
}), Ga = /* @__PURE__ */
|
|
1488
|
+
}), Ga = /* @__PURE__ */ d(ua, [["__scopeId", "data-v-bc49d7bc"]]), _a = ["href"], pa = /* @__PURE__ */ p({
|
|
1487
1489
|
__name: "LandingPageTips",
|
|
1488
1490
|
props: {
|
|
1489
1491
|
href: {
|
|
@@ -1496,37 +1498,37 @@ const ja = /* @__PURE__ */ u(As, [["render", Bs], ["__scopeId", "data-v-75029e61
|
|
|
1496
1498
|
}
|
|
1497
1499
|
},
|
|
1498
1500
|
setup(a) {
|
|
1499
|
-
const
|
|
1500
|
-
return (l,
|
|
1501
|
-
href:
|
|
1501
|
+
const e = a;
|
|
1502
|
+
return (l, i) => (s(), o("a", {
|
|
1503
|
+
href: e.href,
|
|
1502
1504
|
class: "tips-link"
|
|
1503
|
-
}, r(
|
|
1505
|
+
}, r(e.text), 9, _a));
|
|
1504
1506
|
}
|
|
1505
|
-
}), Oa = /* @__PURE__ */
|
|
1507
|
+
}), Oa = /* @__PURE__ */ d(pa, [["__scopeId", "data-v-f5784dd1"]]), ma = {}, fa = {
|
|
1506
1508
|
class: "sidebar"
|
|
1507
1509
|
};
|
|
1508
|
-
function ga(a,
|
|
1509
|
-
return s(),
|
|
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)]));
|
|
1510
1512
|
}
|
|
1511
|
-
const Ra = /* @__PURE__ */
|
|
1513
|
+
const Ra = /* @__PURE__ */ d(ma, [["render", ga], ["__scopeId", "data-v-251905ff"]]);
|
|
1512
1514
|
export {
|
|
1513
|
-
|
|
1515
|
+
Ha as A,
|
|
1514
1516
|
ee as B,
|
|
1515
1517
|
M as C,
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1518
|
+
I as D,
|
|
1519
|
+
Ua as E,
|
|
1520
|
+
Na as F,
|
|
1519
1521
|
ke as G,
|
|
1520
1522
|
qe as H,
|
|
1521
1523
|
Ga as I,
|
|
1522
1524
|
Oa as J,
|
|
1523
1525
|
E as K,
|
|
1524
|
-
|
|
1526
|
+
Ia as L,
|
|
1525
1527
|
he as M,
|
|
1526
1528
|
Ra as N,
|
|
1527
1529
|
V as S,
|
|
1528
1530
|
fs as T,
|
|
1529
|
-
|
|
1531
|
+
xa as a,
|
|
1530
1532
|
ae as b,
|
|
1531
1533
|
Oe as c,
|
|
1532
1534
|
We as d,
|
|
@@ -1534,22 +1536,22 @@ export {
|
|
|
1534
1536
|
tt as f,
|
|
1535
1537
|
Ca as g,
|
|
1536
1538
|
wa as h,
|
|
1537
|
-
|
|
1539
|
+
F as i,
|
|
1538
1540
|
Aa as j,
|
|
1539
1541
|
Ta as k,
|
|
1540
1542
|
qa as l,
|
|
1541
1543
|
Ba as m,
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1544
|
+
zt as n,
|
|
1545
|
+
Mt as o,
|
|
1546
|
+
za as p,
|
|
1547
|
+
y as q,
|
|
1548
|
+
B as r,
|
|
1549
|
+
j as s,
|
|
1550
|
+
Ue as t,
|
|
1551
|
+
Fa as u,
|
|
1552
|
+
Da as v,
|
|
1553
|
+
Va as w,
|
|
1554
|
+
Ea as x,
|
|
1555
|
+
ja as y,
|
|
1556
|
+
Ma as z
|
|
1555
1557
|
};
|