@huyooo/ui 0.4.68 → 0.4.69
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-B1xCvhWl.js → LandingPageToc-XQjqJ1G4.js} +335 -277
- package/dist/WidthContainer-CfR77puD.js +263 -0
- package/dist/common.d.ts +2 -0
- package/dist/common.js +32 -30
- package/dist/components/HeaderMenus.vue.d.ts +30 -0
- package/dist/components/LandingPage/LandingPageSectionHeader.vue.d.ts +21 -0
- package/dist/components/Logo.vue.d.ts +53 -0
- package/dist/index.js +67 -64
- package/dist/landingPage.d.ts +1 -0
- package/dist/landingPage.js +21 -20
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/WidthContainer-D795bWdT.js +0 -128
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { createElementBlock as
|
|
1
|
+
import { createElementBlock as i, openBlock as s, renderSlot as h, defineComponent as m, createVNode as d, withCtx as _, createElementVNode as e, normalizeStyle as C, unref as P, toDisplayString as c, Fragment as v, renderList as $, createBlock as L, normalizeClass as w, createTextVNode as f, ref as k, createCommentVNode as x, withModifiers as U, withDirectives as T, vModelText as q, computed as z, createStaticVNode as G } from "vue";
|
|
2
2
|
import { _ as u } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
3
|
import { Icon as S } from "@iconify/vue";
|
|
4
|
-
import { C as
|
|
4
|
+
import { C as N, a as E } from "./CollapseItem-Cw1vcdLu.js";
|
|
5
5
|
/* empty css */
|
|
6
6
|
/* empty css */
|
|
7
7
|
import { Tag as O } from "@arco-design/web-vue";
|
|
8
|
-
const R = {},
|
|
8
|
+
const R = {}, W = {
|
|
9
9
|
class: "SubTitle"
|
|
10
10
|
};
|
|
11
|
-
function
|
|
12
|
-
return s(),
|
|
11
|
+
function K(a, t) {
|
|
12
|
+
return s(), i("div", W, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
13
13
|
}
|
|
14
|
-
const V = /* @__PURE__ */ u(R, [["render",
|
|
14
|
+
const V = /* @__PURE__ */ u(R, [["render", K], ["__scopeId", "data-v-3decf2d4"]]), J = {}, Z = {
|
|
15
15
|
class: "Title"
|
|
16
16
|
};
|
|
17
17
|
function Q(a, t) {
|
|
18
|
-
return s(),
|
|
18
|
+
return s(), i("h2", Z, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
19
19
|
}
|
|
20
|
-
const
|
|
20
|
+
const H = /* @__PURE__ */ u(J, [["render", Q], ["__scopeId", "data-v-58078aa8"]]), Y = {
|
|
21
21
|
class: "BlockHeader"
|
|
22
22
|
}, X = /* @__PURE__ */ m({
|
|
23
23
|
__name: "LandingPageBlockHeader",
|
|
24
24
|
setup(a) {
|
|
25
|
-
return (t, l) => (s(),
|
|
25
|
+
return (t, l) => (s(), i("div", Y, [d(H, {
|
|
26
26
|
class: "BlockHeaderTitle"
|
|
27
27
|
}, {
|
|
28
28
|
default: _(() => [h(t.$slots, "title", {}, void 0, !0)]),
|
|
@@ -50,9 +50,9 @@ const M = /* @__PURE__ */ u(J, [["render", Q], ["__scopeId", "data-v-58078aa8"]]
|
|
|
50
50
|
},
|
|
51
51
|
setup(a) {
|
|
52
52
|
const t = a;
|
|
53
|
-
return (l, n) => (s(),
|
|
53
|
+
return (l, n) => (s(), i("section", te, [h(l.$slots, "BlockHeader", {}, void 0, !0), e("div", {
|
|
54
54
|
class: "BlockBody",
|
|
55
|
-
style:
|
|
55
|
+
style: C({
|
|
56
56
|
gridTemplateColumns: `repeat(${t.columns}, 1fr)`,
|
|
57
57
|
flexDirection: t.flexDirection
|
|
58
58
|
})
|
|
@@ -61,9 +61,9 @@ const M = /* @__PURE__ */ u(J, [["render", Q], ["__scopeId", "data-v-58078aa8"]]
|
|
|
61
61
|
}), ae = /* @__PURE__ */ u(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__ */ m({
|
|
67
67
|
__name: "LandingPageListItem",
|
|
68
68
|
props: {
|
|
69
69
|
description: {
|
|
@@ -72,16 +72,16 @@ const M = /* @__PURE__ */ u(J, [["render", Q], ["__scopeId", "data-v-58078aa8"]]
|
|
|
72
72
|
},
|
|
73
73
|
setup(a) {
|
|
74
74
|
const t = a;
|
|
75
|
-
return (l, n) => (s(),
|
|
75
|
+
return (l, n) => (s(), i("div", ne, [d(P(S), {
|
|
76
76
|
icon: "mingcute:check-circle-fill",
|
|
77
77
|
class: "mission-list-icon"
|
|
78
|
-
}), e("span",
|
|
78
|
+
}), e("span", ie, c(t.description), 1)]));
|
|
79
79
|
}
|
|
80
|
-
}), j = /* @__PURE__ */ u(
|
|
80
|
+
}), j = /* @__PURE__ */ u(oe, [["__scopeId", "data-v-4973c791"]]), le = {
|
|
81
81
|
class: "mission-container"
|
|
82
|
-
},
|
|
82
|
+
}, ce = {
|
|
83
83
|
class: "mission-image-wrapper"
|
|
84
|
-
},
|
|
84
|
+
}, re = ["src", "alt"], de = {
|
|
85
85
|
class: "mission-content"
|
|
86
86
|
}, ue = {
|
|
87
87
|
class: "mission-title"
|
|
@@ -106,7 +106,7 @@ const M = /* @__PURE__ */ u(J, [["render", Q], ["__scopeId", "data-v-58078aa8"]]
|
|
|
106
106
|
features: {}
|
|
107
107
|
},
|
|
108
108
|
setup(a) {
|
|
109
|
-
return (t, l) => (s(),
|
|
109
|
+
return (t, l) => (s(), i("div", le, [e("div", ce, [l[0] || (l[0] = e("div", {
|
|
110
110
|
class: "mission-bg1"
|
|
111
111
|
}, null, -1)), e("img", {
|
|
112
112
|
src: t.image,
|
|
@@ -115,10 +115,10 @@ const M = /* @__PURE__ */ u(J, [["render", Q], ["__scopeId", "data-v-58078aa8"]]
|
|
|
115
115
|
width: "1270",
|
|
116
116
|
decoding: "async",
|
|
117
117
|
class: "mission-img"
|
|
118
|
-
}, null, 8,
|
|
119
|
-
key:
|
|
118
|
+
}, null, 8, re)]), e("div", de, [e("h2", ue, [e("span", _e, c(t.highlight), 1), e("strong", null, c(t.title), 1)]), e("p", pe, c(t.description), 1), e("div", me, [(s(!0), i(v, null, $(t.features, (n, o) => (s(), L(j, {
|
|
119
|
+
key: o,
|
|
120
120
|
description: n
|
|
121
|
-
}, null, 8, ["description"]))), 128))])]), (s(),
|
|
121
|
+
}, null, 8, ["description"]))), 128))])]), (s(), i("svg", fe, l[1] || (l[1] = [e("symbol", {
|
|
122
122
|
id: "ai:ph:check-circle-fill"
|
|
123
123
|
}, [e("path", {
|
|
124
124
|
fill: "currentColor",
|
|
@@ -139,19 +139,19 @@ const M = /* @__PURE__ */ u(J, [["render", Q], ["__scopeId", "data-v-58078aa8"]]
|
|
|
139
139
|
},
|
|
140
140
|
setup(a) {
|
|
141
141
|
const t = a;
|
|
142
|
-
return (l, n) => (s(),
|
|
142
|
+
return (l, n) => (s(), i("div", ve, [e("div", $e, c(t.title), 1), e("p", be, c(t.description), 1)]));
|
|
143
143
|
}
|
|
144
144
|
}), ke = /* @__PURE__ */ u(ye, [["__scopeId", "data-v-2074e0d7"]]), Le = {}, Pe = {
|
|
145
145
|
class: "Description"
|
|
146
146
|
};
|
|
147
147
|
function Ie(a, t) {
|
|
148
|
-
return s(),
|
|
148
|
+
return s(), i("div", Pe, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
149
149
|
}
|
|
150
150
|
const I = /* @__PURE__ */ u(Le, [["render", Ie], ["__scopeId", "data-v-501deb41"]]), Se = {
|
|
151
151
|
class: "grid-container"
|
|
152
|
-
},
|
|
152
|
+
}, Ce = {
|
|
153
153
|
class: "square"
|
|
154
|
-
},
|
|
154
|
+
}, xe = ["src", "alt", "sizes", "width", "height"], we = {
|
|
155
155
|
class: "footer"
|
|
156
156
|
}, Ae = {
|
|
157
157
|
class: "name"
|
|
@@ -165,18 +165,18 @@ const I = /* @__PURE__ */ u(Le, [["render", Ie], ["__scopeId", "data-v-501deb41"
|
|
|
165
165
|
pictureClass: {}
|
|
166
166
|
},
|
|
167
167
|
setup(a) {
|
|
168
|
-
return (t, l) => (s(),
|
|
168
|
+
return (t, l) => (s(), i("div", Se, [(s(!0), i(v, null, $(t.publishedTeamMembers, (n) => (s(), i("div", {
|
|
169
169
|
key: n.data.name,
|
|
170
170
|
class: "group"
|
|
171
|
-
}, [e("div",
|
|
171
|
+
}, [e("div", Ce, [e("img", {
|
|
172
172
|
src: n.data.avatar.src,
|
|
173
173
|
alt: n.data.avatar.alt,
|
|
174
174
|
sizes: t.sizes,
|
|
175
175
|
width: t.width,
|
|
176
176
|
height: t.height,
|
|
177
177
|
class: w(t.pictureClass ? `${t.pictureClass} picture-img` : "picture-img")
|
|
178
|
-
}, null, 10,
|
|
179
|
-
default: _(() => [f(
|
|
178
|
+
}, null, 10, xe)]), e("div", we, [e("h2", Ae, c(n.data.name), 1), d(I, null, {
|
|
179
|
+
default: _(() => [f(c(n.data.title), 1)]),
|
|
180
180
|
_: 2
|
|
181
181
|
}, 1024)])]))), 128))]));
|
|
182
182
|
}
|
|
@@ -220,7 +220,7 @@ const I = /* @__PURE__ */ u(Le, [["render", Ie], ["__scopeId", "data-v-501deb41"
|
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
222
|
}];
|
|
223
|
-
return (l, n) => (s(),
|
|
223
|
+
return (l, n) => (s(), i(v, null, [d(ae, null, {
|
|
224
224
|
BlockHeader: _(() => [d(ee, null, {
|
|
225
225
|
title: _(() => n[0] || (n[0] = [f("核心团队")])),
|
|
226
226
|
subTitle: _(() => n[1] || (n[1] = [f("我们是一个充满激情的小团队。")])),
|
|
@@ -242,13 +242,13 @@ const I = /* @__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
|
+
}), Ua = /* @__PURE__ */ u(Be, [["__scopeId", "data-v-a40e05a5"]]), ze = {
|
|
246
246
|
class: "nav"
|
|
247
247
|
}, Fe = {
|
|
248
248
|
class: "section"
|
|
249
249
|
}, De = ["href"], Ve = {
|
|
250
250
|
class: "section"
|
|
251
|
-
},
|
|
251
|
+
}, He = ["href"], je = /* @__PURE__ */ m({
|
|
252
252
|
__name: "LandingPageAside",
|
|
253
253
|
setup(a) {
|
|
254
254
|
const t = k([{
|
|
@@ -282,28 +282,28 @@ const I = /* @__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 (n,
|
|
285
|
+
return (n, o) => (s(), i("nav", ze, [o[2] || (o[2] = e("div", {
|
|
286
286
|
class: "section"
|
|
287
287
|
}, [e("div", {
|
|
288
288
|
class: "section-title"
|
|
289
289
|
}, "Getting started"), e("div", null, [e("a", {
|
|
290
290
|
class: "link active",
|
|
291
291
|
href: "/docs"
|
|
292
|
-
}, "Overview")])], -1)), e("div", Fe, [
|
|
292
|
+
}, "Overview")])], -1)), e("div", Fe, [o[0] || (o[0] = e("div", {
|
|
293
293
|
class: "section-title"
|
|
294
|
-
}, "Browse by feature", -1)), e("div", null, [(s(!0),
|
|
295
|
-
key:
|
|
294
|
+
}, "Browse by feature", -1)), e("div", null, [(s(!0), i(v, null, $(t.value, (r) => (s(), i("a", {
|
|
295
|
+
key: r.text,
|
|
296
296
|
class: "link",
|
|
297
|
-
href:
|
|
298
|
-
}, r
|
|
297
|
+
href: r.href
|
|
298
|
+
}, c(r.text), 9, De))), 128))])]), e("div", Ve, [o[1] || (o[1] = e("div", {
|
|
299
299
|
class: "section-title"
|
|
300
|
-
}, "Resources", -1)), e("div", null, [(s(!0),
|
|
301
|
-
key:
|
|
300
|
+
}, "Resources", -1)), e("div", null, [(s(!0), i(v, null, $(l.value, (r) => (s(), i("a", {
|
|
301
|
+
key: r.text,
|
|
302
302
|
class: "link",
|
|
303
|
-
href:
|
|
304
|
-
}, r
|
|
303
|
+
href: r.href
|
|
304
|
+
}, c(r.text), 9, He))), 128))])])]));
|
|
305
305
|
}
|
|
306
|
-
}),
|
|
306
|
+
}), Ga = /* @__PURE__ */ u(je, [["__scopeId", "data-v-b516bb75"]]), Me = ["src"], Ue = /* @__PURE__ */ m({
|
|
307
307
|
__name: "LandingPageLogo",
|
|
308
308
|
props: {
|
|
309
309
|
name: {
|
|
@@ -337,32 +337,32 @@ const I = /* @__PURE__ */ u(Le, [["render", Ie], ["__scopeId", "data-v-501deb41"
|
|
|
337
337
|
emit: t
|
|
338
338
|
}) {
|
|
339
339
|
const l = a, n = t;
|
|
340
|
-
function
|
|
340
|
+
function o() {
|
|
341
341
|
n("to");
|
|
342
342
|
}
|
|
343
|
-
return (
|
|
343
|
+
return (r, g) => (s(), i("div", {
|
|
344
344
|
class: "Logo",
|
|
345
|
-
onClick:
|
|
346
|
-
}, [a.icon ? (s(),
|
|
345
|
+
onClick: o
|
|
346
|
+
}, [a.icon ? (s(), i("img", {
|
|
347
347
|
key: 0,
|
|
348
348
|
class: "icon",
|
|
349
349
|
src: a.icon,
|
|
350
350
|
alt: "logo",
|
|
351
|
-
style:
|
|
351
|
+
style: C({
|
|
352
352
|
width: l.iconSize,
|
|
353
353
|
height: l.iconSize
|
|
354
354
|
})
|
|
355
|
-
}, null, 12,
|
|
355
|
+
}, null, 12, Me)) : x("", !0), e("div", {
|
|
356
356
|
class: "text",
|
|
357
|
-
style:
|
|
357
|
+
style: C({
|
|
358
358
|
color: l.color,
|
|
359
359
|
fontSize: l.fontSize
|
|
360
360
|
})
|
|
361
|
-
},
|
|
361
|
+
}, c(a.name), 5)]));
|
|
362
362
|
}
|
|
363
|
-
}),
|
|
363
|
+
}), Ge = /* @__PURE__ */ u(Ue, [["__scopeId", "data-v-f259564c"]]), Ne = {
|
|
364
364
|
class: "BrandInfo"
|
|
365
|
-
},
|
|
365
|
+
}, Ee = /* @__PURE__ */ m({
|
|
366
366
|
__name: "LandingPageBrandInfo",
|
|
367
367
|
props: {
|
|
368
368
|
icon: {
|
|
@@ -392,34 +392,34 @@ const I = /* @__PURE__ */ u(Le, [["render", Ie], ["__scopeId", "data-v-501deb41"
|
|
|
392
392
|
},
|
|
393
393
|
setup(a) {
|
|
394
394
|
const t = a;
|
|
395
|
-
return (l, n) => (s(),
|
|
395
|
+
return (l, n) => (s(), i("div", Ne, [d(Ge, {
|
|
396
396
|
icon: t.icon,
|
|
397
397
|
name: t.name,
|
|
398
398
|
color: t.color,
|
|
399
399
|
"font-size": t.fontSize,
|
|
400
400
|
"icon-size": t.iconSize
|
|
401
401
|
}, null, 8, ["icon", "name", "color", "font-size", "icon-size"]), d(I, null, {
|
|
402
|
-
default: _(() => [f(
|
|
402
|
+
default: _(() => [f(c(t.description), 1)]),
|
|
403
403
|
_: 1
|
|
404
404
|
})]));
|
|
405
405
|
}
|
|
406
|
-
}), Oe = /* @__PURE__ */ u(
|
|
406
|
+
}), Oe = /* @__PURE__ */ u(Ee, [["__scopeId", "data-v-03121641"]]), Re = /* @__PURE__ */ m({
|
|
407
407
|
__name: "LandingPageButton",
|
|
408
408
|
props: {
|
|
409
409
|
type: {}
|
|
410
410
|
},
|
|
411
411
|
setup(a) {
|
|
412
|
-
return (t, l) => (s(),
|
|
412
|
+
return (t, l) => (s(), i("div", {
|
|
413
413
|
class: w(["heroButton", [t.type === "primary" ? "heroButtonPrimary" : "heroButtonSecondary"]])
|
|
414
414
|
}, [h(t.$slots, "default", {}, void 0, !0)], 2));
|
|
415
415
|
}
|
|
416
|
-
}),
|
|
416
|
+
}), We = /* @__PURE__ */ u(Re, [["__scopeId", "data-v-d26fdf8b"]]), Ke = {}, Je = {
|
|
417
417
|
class: "Card"
|
|
418
418
|
};
|
|
419
419
|
function Ze(a, t) {
|
|
420
|
-
return s(),
|
|
420
|
+
return s(), i("div", Je, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
421
421
|
}
|
|
422
|
-
const
|
|
422
|
+
const M = /* @__PURE__ */ u(Ke, [["render", Ze], ["__scopeId", "data-v-cdb3f77d"]]), Qe = {
|
|
423
423
|
class: "contact-container"
|
|
424
424
|
}, Ye = {
|
|
425
425
|
class: "contact-info-section"
|
|
@@ -433,7 +433,7 @@ const H = /* @__PURE__ */ u(We, [["render", Ze], ["__scopeId", "data-v-cdb3f77d"
|
|
|
433
433
|
class: "contact-info-item"
|
|
434
434
|
}, at = ["href"], nt = {
|
|
435
435
|
class: "contact-info-item"
|
|
436
|
-
},
|
|
436
|
+
}, it = ["href"], ot = {
|
|
437
437
|
class: "contact-form-section"
|
|
438
438
|
}, lt = /* @__PURE__ */ m({
|
|
439
439
|
__name: "LandingPageContact",
|
|
@@ -471,25 +471,25 @@ const H = /* @__PURE__ */ u(We, [["render", Ze], ["__scopeId", "data-v-cdb3f77d"
|
|
|
471
471
|
},
|
|
472
472
|
setup(a) {
|
|
473
473
|
const t = a;
|
|
474
|
-
return (l, n) => (s(),
|
|
475
|
-
default: _(() => [f(
|
|
474
|
+
return (l, n) => (s(), i("div", Qe, [e("div", Ye, [e("h2", Xe, c(t.contact.title), 1), d(I, null, {
|
|
475
|
+
default: _(() => [f(c(t.contact.description), 1)]),
|
|
476
476
|
_: 1
|
|
477
477
|
}), e("div", et, [e("div", tt, [d(P(S), {
|
|
478
478
|
class: "contact-info-icon",
|
|
479
479
|
icon: l.mapIcon
|
|
480
|
-
}, null, 8, ["icon"]), e("span", null,
|
|
480
|
+
}, null, 8, ["icon"]), e("span", null, c(t.address), 1)]), e("div", st, [d(P(S), {
|
|
481
481
|
class: "contact-info-icon",
|
|
482
482
|
icon: t.emailIcon
|
|
483
483
|
}, null, 8, ["icon"]), e("a", {
|
|
484
484
|
href: `mailto:${l.email}`
|
|
485
|
-
},
|
|
485
|
+
}, c(t.email), 9, at)]), e("div", nt, [d(P(S), {
|
|
486
486
|
class: "contact-info-icon",
|
|
487
487
|
icon: t.phoneIcon
|
|
488
488
|
}, null, 8, ["icon"]), e("a", {
|
|
489
489
|
href: `tel:${l.phone}`
|
|
490
|
-
},
|
|
490
|
+
}, c(t.phone), 9, it)])])]), e("div", ot, [h(l.$slots, "contact-form", {}, void 0, !0)])]));
|
|
491
491
|
}
|
|
492
|
-
}),
|
|
492
|
+
}), Na = /* @__PURE__ */ u(lt, [["__scopeId", "data-v-50d64cb9"]]), ct = ["value"], rt = ["value"], dt = {
|
|
493
493
|
class: "form-group"
|
|
494
494
|
}, ut = {
|
|
495
495
|
class: "form-group"
|
|
@@ -514,7 +514,7 @@ const H = /* @__PURE__ */ u(We, [["render", Ze], ["__scopeId", "data-v-cdb3f77d"
|
|
|
514
514
|
}
|
|
515
515
|
},
|
|
516
516
|
setup(a) {
|
|
517
|
-
const t = a, l = k(!1), n = k(""),
|
|
517
|
+
const t = a, l = k(!1), n = k(""), o = k(""), r = k({
|
|
518
518
|
name: "",
|
|
519
519
|
email: "",
|
|
520
520
|
message: ""
|
|
@@ -525,7 +525,7 @@ const H = /* @__PURE__ */ u(We, [["render", Ze], ["__scopeId", "data-v-cdb3f77d"
|
|
|
525
525
|
p.querySelectorAll(":invalid")[0].focus();
|
|
526
526
|
return;
|
|
527
527
|
}
|
|
528
|
-
n.value = "发送中...",
|
|
528
|
+
n.value = "发送中...", o.value = "";
|
|
529
529
|
try {
|
|
530
530
|
const b = await fetch("https://api.web3forms.com/submit", {
|
|
531
531
|
method: "POST",
|
|
@@ -536,21 +536,21 @@ const H = /* @__PURE__ */ u(We, [["render", Ze], ["__scopeId", "data-v-cdb3f77d"
|
|
|
536
536
|
body: JSON.stringify({
|
|
537
537
|
access_key: t.accessKey,
|
|
538
538
|
to: t.to,
|
|
539
|
-
name:
|
|
540
|
-
email:
|
|
541
|
-
message:
|
|
539
|
+
name: r.value.name,
|
|
540
|
+
email: r.value.email,
|
|
541
|
+
message: r.value.message
|
|
542
542
|
})
|
|
543
543
|
});
|
|
544
|
-
await b.json(), b.status === 200 ? (
|
|
544
|
+
await b.json(), b.status === 200 ? (o.value = "text-green", n.value = "消息发送成功!我们会尽快回复您。") : (o.value = "text-red", n.value = "发送失败,请检查网络连接后重试。");
|
|
545
545
|
} catch {
|
|
546
|
-
|
|
546
|
+
o.value = "text-red", n.value = "发送失败,请稍后再试!";
|
|
547
547
|
} finally {
|
|
548
548
|
p.reset(), l.value = !1, setTimeout(() => {
|
|
549
549
|
n.value = "";
|
|
550
550
|
}, 5e3);
|
|
551
551
|
}
|
|
552
552
|
};
|
|
553
|
-
return (A, p) => (s(),
|
|
553
|
+
return (A, p) => (s(), i("form", {
|
|
554
554
|
id: "form",
|
|
555
555
|
action: "https://api.web3forms.com/submit",
|
|
556
556
|
method: "POST",
|
|
@@ -563,11 +563,11 @@ const H = /* @__PURE__ */ u(We, [["render", Ze], ["__scopeId", "data-v-cdb3f77d"
|
|
|
563
563
|
type: "hidden",
|
|
564
564
|
name: "access_key",
|
|
565
565
|
value: t.accessKey
|
|
566
|
-
}, null, 8,
|
|
566
|
+
}, null, 8, ct), e("input", {
|
|
567
567
|
type: "hidden",
|
|
568
568
|
name: "to",
|
|
569
569
|
value: t.to
|
|
570
|
-
}, null, 8,
|
|
570
|
+
}, null, 8, rt), p[11] || (p[11] = e("input", {
|
|
571
571
|
type: "checkbox",
|
|
572
572
|
class: "hidden",
|
|
573
573
|
style: {
|
|
@@ -581,13 +581,13 @@ const H = /* @__PURE__ */ u(We, [["render", Ze], ["__scopeId", "data-v-cdb3f77d"
|
|
|
581
581
|
class: "required"
|
|
582
582
|
}, "*")], -1)), T(e("input", {
|
|
583
583
|
id: "name",
|
|
584
|
-
"onUpdate:modelValue": p[0] || (p[0] = (b) =>
|
|
584
|
+
"onUpdate:modelValue": p[0] || (p[0] = (b) => r.value.name = b),
|
|
585
585
|
type: "text",
|
|
586
586
|
placeholder: "请输入您的姓名",
|
|
587
587
|
required: "",
|
|
588
588
|
class: "form-input",
|
|
589
589
|
name: "name"
|
|
590
|
-
}, null, 512), [[q,
|
|
590
|
+
}, null, 512), [[q, r.value.name]]), p[4] || (p[4] = e("div", {
|
|
591
591
|
class: "empty-feedback invalid-feedback form-error"
|
|
592
592
|
}, " 请输入您的姓名。 ", -1))]), e("div", ut, [p[5] || (p[5] = e("label", {
|
|
593
593
|
for: "email_address",
|
|
@@ -596,13 +596,13 @@ const H = /* @__PURE__ */ u(We, [["render", Ze], ["__scopeId", "data-v-cdb3f77d"
|
|
|
596
596
|
class: "required"
|
|
597
597
|
}, "*")], -1)), T(e("input", {
|
|
598
598
|
id: "email_address",
|
|
599
|
-
"onUpdate:modelValue": p[1] || (p[1] = (b) =>
|
|
599
|
+
"onUpdate:modelValue": p[1] || (p[1] = (b) => r.value.email = b),
|
|
600
600
|
type: "email",
|
|
601
601
|
placeholder: "请输入您的邮箱地址",
|
|
602
602
|
name: "email",
|
|
603
603
|
required: "",
|
|
604
604
|
class: "form-input"
|
|
605
|
-
}, null, 512), [[q,
|
|
605
|
+
}, null, 512), [[q, r.value.email]]), p[6] || (p[6] = e("div", {
|
|
606
606
|
class: "empty-feedback form-error"
|
|
607
607
|
}, " 请输入您的邮箱地址。 ", -1)), p[7] || (p[7] = e("div", {
|
|
608
608
|
class: "invalid-feedback form-error"
|
|
@@ -613,15 +613,15 @@ const H = /* @__PURE__ */ u(We, [["render", Ze], ["__scopeId", "data-v-cdb3f77d"
|
|
|
613
613
|
class: "required"
|
|
614
614
|
}, "*")], -1)), T(e("textarea", {
|
|
615
615
|
id: "message",
|
|
616
|
-
"onUpdate:modelValue": p[2] || (p[2] = (b) =>
|
|
616
|
+
"onUpdate:modelValue": p[2] || (p[2] = (b) => r.value.message = b),
|
|
617
617
|
name: "message",
|
|
618
618
|
required: "",
|
|
619
619
|
placeholder: "请输入您的留言内容",
|
|
620
620
|
class: "form-textarea",
|
|
621
621
|
rows: "4"
|
|
622
|
-
}, null, 512), [[q,
|
|
622
|
+
}, null, 512), [[q, r.value.message]]), p[9] || (p[9] = e("div", {
|
|
623
623
|
class: "empty-feedback invalid-feedback form-error"
|
|
624
|
-
}, " 请输入您的留言内容。 ", -1))]), e("button", pt, [n.value === "发送中..." ? (s(),
|
|
624
|
+
}, " 请输入您的留言内容。 ", -1))]), e("button", pt, [n.value === "发送中..." ? (s(), i("span", mt, p[10] || (p[10] = [e("svg", {
|
|
625
625
|
class: "spinner",
|
|
626
626
|
xmlns: "http://www.w3.org/2000/svg",
|
|
627
627
|
fill: "none",
|
|
@@ -637,18 +637,18 @@ const H = /* @__PURE__ */ u(We, [["render", Ze], ["__scopeId", "data-v-cdb3f77d"
|
|
|
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), f(" 发送中... ")]))) : (s(),
|
|
640
|
+
})], -1), f(" 发送中... ")]))) : (s(), i("span", ft, "发送信息"))]), n.value && n.value !== "发送中..." ? (s(), i("div", {
|
|
641
641
|
key: 0,
|
|
642
|
-
class: w(["form-result",
|
|
643
|
-
},
|
|
642
|
+
class: w(["form-result", o.value])
|
|
643
|
+
}, c(n.value), 3)) : x("", !0)], 34));
|
|
644
644
|
}
|
|
645
|
-
}),
|
|
645
|
+
}), Ea = /* @__PURE__ */ u(gt, [["__scopeId", "data-v-bd2eaefb"]]), ht = {}, vt = {
|
|
646
646
|
class: "custom-container"
|
|
647
647
|
};
|
|
648
648
|
function $t(a, t) {
|
|
649
|
-
return s(),
|
|
649
|
+
return s(), i("div", vt, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
650
650
|
}
|
|
651
|
-
const
|
|
651
|
+
const Oa = /* @__PURE__ */ u(ht, [["render", $t], ["__scopeId", "data-v-57594f09"]]), bt = {
|
|
652
652
|
class: "cta-title"
|
|
653
653
|
}, yt = {
|
|
654
654
|
class: "cta-description"
|
|
@@ -672,19 +672,19 @@ const Da = /* @__PURE__ */ u(ht, [["render", $t], ["__scopeId", "data-v-57594f09
|
|
|
672
672
|
backgroundSize: "200% 200%",
|
|
673
673
|
backgroundPosition: "center"
|
|
674
674
|
}));
|
|
675
|
-
return (n,
|
|
675
|
+
return (n, o) => (s(), i("div", {
|
|
676
676
|
class: "cta-container",
|
|
677
|
-
style:
|
|
678
|
-
}, [e("h1", bt,
|
|
677
|
+
style: C(l.value)
|
|
678
|
+
}, [e("h1", bt, c(t.title), 1), e("div", yt, c(t.description), 1), e("div", kt, [h(n.$slots, "actions", {}, void 0, !0)])], 4));
|
|
679
679
|
}
|
|
680
|
-
}),
|
|
680
|
+
}), Ra = /* @__PURE__ */ u(Lt, [["__scopeId", "data-v-b3eb87df"]]), Pt = {}, It = {
|
|
681
681
|
role: "separator",
|
|
682
682
|
class: "divider divider-horizontal"
|
|
683
683
|
};
|
|
684
684
|
function St(a, t) {
|
|
685
|
-
return s(),
|
|
685
|
+
return s(), i("div", It);
|
|
686
686
|
}
|
|
687
|
-
const F = /* @__PURE__ */ u(Pt, [["render", St], ["__scopeId", "data-v-997fc2a4"]]),
|
|
687
|
+
const F = /* @__PURE__ */ u(Pt, [["render", St], ["__scopeId", "data-v-997fc2a4"]]), Ct = /* @__PURE__ */ m({
|
|
688
688
|
__name: "LandingPageFAQ",
|
|
689
689
|
props: {
|
|
690
690
|
activeKeys: {
|
|
@@ -714,16 +714,16 @@ const F = /* @__PURE__ */ u(Pt, [["render", St], ["__scopeId", "data-v-997fc2a4"
|
|
|
714
714
|
},
|
|
715
715
|
setup(a) {
|
|
716
716
|
const t = a;
|
|
717
|
-
return (l, n) => (s(), L(
|
|
717
|
+
return (l, n) => (s(), L(N, {
|
|
718
718
|
"active-keys": t.activeKeys
|
|
719
719
|
}, {
|
|
720
|
-
default: _(() => [(s(!0),
|
|
721
|
-
key:
|
|
722
|
-
index:
|
|
720
|
+
default: _(() => [(s(!0), i(v, null, $(t.faqItems, (o, r) => (s(), L(E, {
|
|
721
|
+
key: r,
|
|
722
|
+
index: r
|
|
723
723
|
}, {
|
|
724
|
-
header: _(() => [f(
|
|
724
|
+
header: _(() => [f(c(o.question), 1)]),
|
|
725
725
|
default: _(() => [d(I, null, {
|
|
726
|
-
default: _(() => [f(
|
|
726
|
+
default: _(() => [f(c(o.answer), 1)]),
|
|
727
727
|
_: 2
|
|
728
728
|
}, 1024)]),
|
|
729
729
|
_: 2
|
|
@@ -731,7 +731,7 @@ const F = /* @__PURE__ */ u(Pt, [["render", St], ["__scopeId", "data-v-997fc2a4"
|
|
|
731
731
|
_: 1
|
|
732
732
|
}, 8, ["active-keys"]));
|
|
733
733
|
}
|
|
734
|
-
}),
|
|
734
|
+
}), Wa = /* @__PURE__ */ u(Ct, [["__scopeId", "data-v-581e8f75"]]), xt = {
|
|
735
735
|
class: "Features"
|
|
736
736
|
}, wt = {
|
|
737
737
|
class: "feature-title"
|
|
@@ -774,26 +774,26 @@ const F = /* @__PURE__ */ u(Pt, [["render", St], ["__scopeId", "data-v-997fc2a4"
|
|
|
774
774
|
},
|
|
775
775
|
setup(a) {
|
|
776
776
|
const t = a;
|
|
777
|
-
return (l, n) => (s(),
|
|
778
|
-
key:
|
|
777
|
+
return (l, n) => (s(), i("div", xt, [(s(!0), i(v, null, $(t.features, (o) => (s(), L(M, {
|
|
778
|
+
key: o.title
|
|
779
779
|
}, {
|
|
780
780
|
default: _(() => [e("div", {
|
|
781
781
|
class: "icon-container",
|
|
782
|
-
style:
|
|
782
|
+
style: C({
|
|
783
783
|
color: t.iconColor,
|
|
784
784
|
border: `1px solid ${t.iconBorderColor}`
|
|
785
785
|
})
|
|
786
786
|
}, [d(P(S), {
|
|
787
787
|
class: "icon",
|
|
788
|
-
icon:
|
|
789
|
-
}, null, 8, ["icon"])], 4), e("h3", wt,
|
|
790
|
-
default: _(() => [f(
|
|
788
|
+
icon: o.icon
|
|
789
|
+
}, null, 8, ["icon"])], 4), e("h3", wt, c(o.title), 1), d(I, null, {
|
|
790
|
+
default: _(() => [f(c(o.description), 1)]),
|
|
791
791
|
_: 2
|
|
792
792
|
}, 1024)]),
|
|
793
793
|
_: 2
|
|
794
794
|
}, 1024))), 128))]));
|
|
795
795
|
}
|
|
796
|
-
}),
|
|
796
|
+
}), Ka = /* @__PURE__ */ u(At, [["__scopeId", "data-v-1ee2db18"]]), Tt = {
|
|
797
797
|
class: "tt-feature-list"
|
|
798
798
|
}, qt = {
|
|
799
799
|
class: "tt-feature-content"
|
|
@@ -811,8 +811,8 @@ const F = /* @__PURE__ */ u(Pt, [["render", St], ["__scopeId", "data-v-997fc2a4"
|
|
|
811
811
|
},
|
|
812
812
|
setup(a) {
|
|
813
813
|
const t = a;
|
|
814
|
-
return (l, n) => (s(),
|
|
815
|
-
key:
|
|
814
|
+
return (l, n) => (s(), i("div", Tt, [(s(!0), i(v, null, $(t.list, (o, r) => (s(), i("div", {
|
|
815
|
+
key: r,
|
|
816
816
|
class: "tt-feature-item centered"
|
|
817
817
|
}, [n[1] || (n[1] = e("div", {
|
|
818
818
|
class: "tt-feature-icon"
|
|
@@ -820,17 +820,17 @@ const F = /* @__PURE__ */ u(Pt, [["render", St], ["__scopeId", "data-v-997fc2a4"
|
|
|
820
820
|
src: "https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/66cda872417824f6aabdc2ad_check-highlight-badge.svg",
|
|
821
821
|
loading: "lazy",
|
|
822
822
|
class: "feature-media"
|
|
823
|
-
})], -1)), e("div", qt, [e("h3", Bt,
|
|
823
|
+
})], -1)), e("div", qt, [e("h3", Bt, c(o.title), 1), e("p", zt, [f(c(o.descriptions) + " ", 1), n[0] || (n[0] = e("br", null, null, -1))])])]))), 128))]));
|
|
824
824
|
}
|
|
825
|
-
}),
|
|
825
|
+
}), Ja = /* @__PURE__ */ u(Ft, [["__scopeId", "data-v-abd3c70a"]]);
|
|
826
826
|
function Dt(a, t, l) {
|
|
827
827
|
return `mailto:${a}?subject=${encodeURIComponent(t)}&body=${encodeURIComponent(l)}`;
|
|
828
828
|
}
|
|
829
829
|
const Vt = {
|
|
830
830
|
class: "bottom"
|
|
831
|
-
},
|
|
831
|
+
}, Ht = {
|
|
832
832
|
class: "socials"
|
|
833
|
-
}, jt = ["onClick"],
|
|
833
|
+
}, jt = ["onClick"], Mt = /* @__PURE__ */ m({
|
|
834
834
|
__name: "LandingPageFooterContact",
|
|
835
835
|
props: {
|
|
836
836
|
beianText: {
|
|
@@ -851,40 +851,40 @@ const Vt = {
|
|
|
851
851
|
function l() {
|
|
852
852
|
window.open(t.beianUrl);
|
|
853
853
|
}
|
|
854
|
-
return (n,
|
|
854
|
+
return (n, o) => (s(), i("div", Vt, [e("span", {
|
|
855
855
|
onClick: l
|
|
856
|
-
},
|
|
856
|
+
}, c(t.beianText), 1), e("div", Ht, [(s(!0), i(v, null, $(a.links, (r, g) => (s(), i("div", {
|
|
857
857
|
key: g,
|
|
858
858
|
class: "socialItem",
|
|
859
|
-
onClick:
|
|
860
|
-
}, [
|
|
859
|
+
onClick: r.select
|
|
860
|
+
}, [r.type === "text" ? (s(), L(P(S), {
|
|
861
861
|
key: 0,
|
|
862
|
-
icon:
|
|
863
|
-
}, null, 8, ["icon"])) :
|
|
862
|
+
icon: r.icon
|
|
863
|
+
}, null, 8, ["icon"])) : x("", !0), r.type === "image" ? (s(), L(P(S), {
|
|
864
864
|
key: 1,
|
|
865
|
-
icon:
|
|
866
|
-
}, null, 8, ["icon"])) :
|
|
865
|
+
icon: r.icon
|
|
866
|
+
}, null, 8, ["icon"])) : x("", !0)], 8, jt))), 128))])]));
|
|
867
867
|
}
|
|
868
|
-
}), Ut = /* @__PURE__ */ u(
|
|
868
|
+
}), Ut = /* @__PURE__ */ u(Mt, [["__scopeId", "data-v-ff6210b9"]]), Gt = {
|
|
869
869
|
class: "FooterLayout"
|
|
870
|
-
},
|
|
870
|
+
}, Nt = {
|
|
871
871
|
class: "body"
|
|
872
|
-
},
|
|
872
|
+
}, Et = {
|
|
873
873
|
class: "logo"
|
|
874
874
|
}, Ot = {
|
|
875
875
|
class: "links"
|
|
876
876
|
}, Rt = /* @__PURE__ */ m({
|
|
877
877
|
__name: "LandingPageFooterLayout",
|
|
878
878
|
setup(a) {
|
|
879
|
-
return (t, l) => (s(),
|
|
879
|
+
return (t, l) => (s(), i("div", Gt, [d(F), e("div", Nt, [e("div", Et, [h(t.$slots, "LandingPageBrandInfo", {}, void 0, !0)]), e("div", Ot, [h(t.$slots, "LandingPageLinkGroup", {}, void 0, !0)])]), d(F), h(t.$slots, "LandingPageFooterContact", {}, void 0, !0)]));
|
|
880
880
|
}
|
|
881
|
-
}),
|
|
881
|
+
}), Wt = /* @__PURE__ */ u(Rt, [["__scopeId", "data-v-425841c7"]]), Kt = {}, Jt = {
|
|
882
882
|
class: "Description"
|
|
883
883
|
};
|
|
884
884
|
function Zt(a, t) {
|
|
885
|
-
return s(),
|
|
885
|
+
return s(), i("div", Jt, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
886
886
|
}
|
|
887
|
-
const y = /* @__PURE__ */ u(
|
|
887
|
+
const y = /* @__PURE__ */ u(Kt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"]]), Qt = {
|
|
888
888
|
class: "list"
|
|
889
889
|
}, Yt = {
|
|
890
890
|
class: "title"
|
|
@@ -899,7 +899,7 @@ const y = /* @__PURE__ */ u(Wt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
899
899
|
},
|
|
900
900
|
setup(a) {
|
|
901
901
|
const t = a;
|
|
902
|
-
return (l, n) => (s(),
|
|
902
|
+
return (l, n) => (s(), i("div", Qt, [e("div", Yt, c(t.title), 1), e("div", Xt, [h(l.$slots, "item", {}, void 0, !0)])]));
|
|
903
903
|
}
|
|
904
904
|
}), B = /* @__PURE__ */ u(es, [["__scopeId", "data-v-0809a48c"]]), ts = {
|
|
905
905
|
class: "Footer"
|
|
@@ -911,7 +911,7 @@ const y = /* @__PURE__ */ u(Wt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
911
911
|
const p = Dt(D, "", "");
|
|
912
912
|
window.location.href = p;
|
|
913
913
|
}
|
|
914
|
-
const
|
|
914
|
+
const o = k([{
|
|
915
915
|
type: "text",
|
|
916
916
|
icon: "ic:baseline-email",
|
|
917
917
|
content: D,
|
|
@@ -923,7 +923,7 @@ const y = /* @__PURE__ */ u(Wt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
923
923
|
select() {
|
|
924
924
|
}
|
|
925
925
|
}]);
|
|
926
|
-
return (
|
|
926
|
+
return (r, g) => (s(), i("div", ts, [d(Wt, null, {
|
|
927
927
|
LandingPageBrandInfo: _(() => [d(Oe, {
|
|
928
928
|
icon: "https://ghibliaigenerator.app/logo.png",
|
|
929
929
|
name: "ONES",
|
|
@@ -988,24 +988,24 @@ const y = /* @__PURE__ */ u(Wt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
988
988
|
LandingPageFooterContact: _(() => [d(Ut, {
|
|
989
989
|
"beian-text": t.value,
|
|
990
990
|
"beian-url": l.value,
|
|
991
|
-
links:
|
|
991
|
+
links: o.value
|
|
992
992
|
}, null, 8, ["beian-text", "beian-url", "links"])]),
|
|
993
993
|
_: 1
|
|
994
994
|
})]));
|
|
995
995
|
}
|
|
996
|
-
}),
|
|
996
|
+
}), Za = /* @__PURE__ */ u(ss, [["__scopeId", "data-v-ee74e088"]]), as = {
|
|
997
997
|
class: "hero"
|
|
998
998
|
}, ns = {
|
|
999
999
|
class: "heroContent"
|
|
1000
|
-
}, os = {
|
|
1001
|
-
class: "heroHeading"
|
|
1002
1000
|
}, is = {
|
|
1001
|
+
class: "heroHeading"
|
|
1002
|
+
}, os = {
|
|
1003
1003
|
class: "heroTitle"
|
|
1004
1004
|
}, ls = {
|
|
1005
1005
|
class: "heroDescription"
|
|
1006
|
-
}, rs = {
|
|
1007
|
-
class: "heroActions"
|
|
1008
1006
|
}, cs = {
|
|
1007
|
+
class: "heroActions"
|
|
1008
|
+
}, rs = {
|
|
1009
1009
|
class: "heroImage"
|
|
1010
1010
|
}, ds = /* @__PURE__ */ m({
|
|
1011
1011
|
__name: "LandingPageHero",
|
|
@@ -1025,9 +1025,9 @@ const y = /* @__PURE__ */ u(Wt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1025
1025
|
},
|
|
1026
1026
|
setup(a) {
|
|
1027
1027
|
const t = a;
|
|
1028
|
-
return (l, n) => (s(),
|
|
1028
|
+
return (l, n) => (s(), i("main", as, [e("div", ns, [e("div", is, [e("h1", os, [h(l.$slots, "title", {}, () => [f(c(t.title), 1)], !0)])]), e("div", ls, [e("div", null, c(t.description), 1)]), e("div", cs, [h(l.$slots, "actions", {}, void 0, !0)])]), e("div", rs, [h(l.$slots, "heroSource", {}, void 0, !0)])]));
|
|
1029
1029
|
}
|
|
1030
|
-
}),
|
|
1030
|
+
}), Qa = /* @__PURE__ */ u(ds, [["__scopeId", "data-v-38f97a3c"]]), us = {
|
|
1031
1031
|
class: "logos-list"
|
|
1032
1032
|
}, _s = /* @__PURE__ */ m({
|
|
1033
1033
|
__name: "LandingPageLogos",
|
|
@@ -1056,13 +1056,13 @@ const y = /* @__PURE__ */ u(Wt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1056
1056
|
},
|
|
1057
1057
|
setup(a) {
|
|
1058
1058
|
const t = a;
|
|
1059
|
-
return (l, n) => (s(),
|
|
1060
|
-
key:
|
|
1061
|
-
icon:
|
|
1059
|
+
return (l, n) => (s(), i("div", us, [(s(!0), i(v, null, $(t.logos, (o, r) => (s(), L(P(S), {
|
|
1060
|
+
key: r,
|
|
1061
|
+
icon: o.name,
|
|
1062
1062
|
class: "logo-icon"
|
|
1063
1063
|
}, null, 8, ["icon"]))), 128))]));
|
|
1064
1064
|
}
|
|
1065
|
-
}),
|
|
1065
|
+
}), Ya = /* @__PURE__ */ u(_s, [["__scopeId", "data-v-1a08e627"]]), ps = /* @__PURE__ */ m({
|
|
1066
1066
|
__name: "LandingPagePageContent",
|
|
1067
1067
|
props: {
|
|
1068
1068
|
maxWidth: {
|
|
@@ -1092,12 +1092,12 @@ const y = /* @__PURE__ */ u(Wt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1092
1092
|
flexDirection: t.flexDirection ?? "column",
|
|
1093
1093
|
gap: t.gap
|
|
1094
1094
|
}));
|
|
1095
|
-
return (n,
|
|
1095
|
+
return (n, o) => (s(), i("div", {
|
|
1096
1096
|
class: "PageContent",
|
|
1097
|
-
style:
|
|
1097
|
+
style: C(l.value)
|
|
1098
1098
|
}, [h(n.$slots, "default", {}, void 0, !0)], 4));
|
|
1099
1099
|
}
|
|
1100
|
-
}),
|
|
1100
|
+
}), Xa = /* @__PURE__ */ u(ps, [["__scopeId", "data-v-00ec8180"]]), ms = {
|
|
1101
1101
|
class: "Tabs"
|
|
1102
1102
|
}, fs = {
|
|
1103
1103
|
class: "tabs-root"
|
|
@@ -1129,25 +1129,25 @@ const y = /* @__PURE__ */ u(Wt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1129
1129
|
emits: ["update:modelValue"],
|
|
1130
1130
|
setup(a) {
|
|
1131
1131
|
const t = a;
|
|
1132
|
-
return (l, n) => (s(),
|
|
1133
|
-
key:
|
|
1132
|
+
return (l, n) => (s(), i("div", ms, [e("div", fs, [e("div", gs, [(s(!0), i(v, null, $(t.tabs, (o) => (s(), i("div", {
|
|
1133
|
+
key: o.value,
|
|
1134
1134
|
class: w(["tabs-item", {
|
|
1135
|
-
"tabs-item-active":
|
|
1135
|
+
"tabs-item-active": o.value === a.modelValue
|
|
1136
1136
|
}])
|
|
1137
1137
|
}, [e("button", {
|
|
1138
|
-
id:
|
|
1138
|
+
id: o.value,
|
|
1139
1139
|
type: "button",
|
|
1140
1140
|
role: "radio",
|
|
1141
|
-
"aria-checked":
|
|
1142
|
-
"data-state":
|
|
1143
|
-
value:
|
|
1141
|
+
"aria-checked": o.value === a.modelValue,
|
|
1142
|
+
"data-state": o.value === a.modelValue ? "checked" : "unchecked",
|
|
1143
|
+
value: o.value,
|
|
1144
1144
|
class: "tabs-radio",
|
|
1145
|
-
tabindex:
|
|
1146
|
-
onClick: (
|
|
1147
|
-
}, [
|
|
1145
|
+
tabindex: o.value === a.modelValue ? 0 : -1,
|
|
1146
|
+
onClick: (r) => l.$emit("update:modelValue", o.value)
|
|
1147
|
+
}, [o.value === a.modelValue ? (s(), i("span", vs)) : x("", !0)], 8, hs), e("label", {
|
|
1148
1148
|
class: "tabs-label",
|
|
1149
|
-
for:
|
|
1150
|
-
}, [e("span", null,
|
|
1149
|
+
for: o.value
|
|
1150
|
+
}, [e("span", null, c(o.label), 1), o.badge ? (s(), i("div", bs, c(o.badge), 1)) : x("", !0)], 8, $s)], 2))), 128))])])]));
|
|
1151
1151
|
}
|
|
1152
1152
|
}), ks = /* @__PURE__ */ u(ys, [["__scopeId", "data-v-9eb67a93"]]), Ls = {
|
|
1153
1153
|
class: "PriceGroup"
|
|
@@ -1155,9 +1155,9 @@ const y = /* @__PURE__ */ u(Wt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1155
1155
|
__name: "LandingPagePriceGroup",
|
|
1156
1156
|
setup(a) {
|
|
1157
1157
|
const t = k("subscribe-monthly");
|
|
1158
|
-
return (l, n) => (s(),
|
|
1158
|
+
return (l, n) => (s(), i("div", Ls, [d(ks, {
|
|
1159
1159
|
modelValue: t.value,
|
|
1160
|
-
"onUpdate:modelValue": n[0] || (n[0] = (
|
|
1160
|
+
"onUpdate:modelValue": n[0] || (n[0] = (o) => t.value = o),
|
|
1161
1161
|
tabs: [{
|
|
1162
1162
|
value: "subscribe-monthly",
|
|
1163
1163
|
label: "按月订阅"
|
|
@@ -1171,13 +1171,13 @@ const y = /* @__PURE__ */ u(Wt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1171
1171
|
}]
|
|
1172
1172
|
}, null, 8, ["modelValue"]), h(l.$slots, "default", {}, void 0, !0)]));
|
|
1173
1173
|
}
|
|
1174
|
-
}),
|
|
1174
|
+
}), en = /* @__PURE__ */ u(Ps, [["__scopeId", "data-v-43a35f55"]]), Is = {
|
|
1175
1175
|
class: "PricingCard"
|
|
1176
1176
|
}, Ss = {
|
|
1177
1177
|
class: "title"
|
|
1178
|
-
}, xs = {
|
|
1179
|
-
class: "titleText"
|
|
1180
1178
|
}, Cs = {
|
|
1179
|
+
class: "titleText"
|
|
1180
|
+
}, xs = {
|
|
1181
1181
|
class: "description"
|
|
1182
1182
|
}, ws = {
|
|
1183
1183
|
class: "priceAndDiscount"
|
|
@@ -1260,56 +1260,113 @@ const y = /* @__PURE__ */ u(Wt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1260
1260
|
emit: t
|
|
1261
1261
|
}) {
|
|
1262
1262
|
const l = t, n = a;
|
|
1263
|
-
function
|
|
1263
|
+
function o() {
|
|
1264
1264
|
l("toPay");
|
|
1265
1265
|
}
|
|
1266
|
-
return (
|
|
1266
|
+
return (r, g) => (s(), i("div", Is, [e("div", null, [e("div", Ss, [e("span", Cs, c(n.title), 1), n.badge.label ? (s(), L(P(O), {
|
|
1267
1267
|
key: 0,
|
|
1268
1268
|
color: "arcoblue"
|
|
1269
1269
|
}, {
|
|
1270
|
-
default: _(() => [f(
|
|
1270
|
+
default: _(() => [f(c(n.badge.label), 1)]),
|
|
1271
1271
|
_: 1
|
|
1272
|
-
})) :
|
|
1272
|
+
})) : x("", !0)]), e("div", xs, c(n.description), 1)]), e("div", ws, [n.discount !== null ? (s(), i(v, {
|
|
1273
1273
|
key: 0
|
|
1274
|
-
}, [e("span", As, [e("span", null,
|
|
1274
|
+
}, [e("span", As, [e("span", null, c(n.price), 1), e("span", null, c(n.unit), 1)]), e("span", Ts, [e("span", qs, c(n.discount), 1), e("span", null, c(n.unit), 1)])], 64)) : (s(), i("span", Bs, [e("span", null, c(n.price), 1), e("span", null, c(n.unit), 1)])), e("span", zs, c(n.cycle), 1)]), e("div", Fs, [(s(!0), i(v, null, $(n.features, (A, p) => (s(), L(j, {
|
|
1275
1275
|
key: p,
|
|
1276
1276
|
description: A.title
|
|
1277
|
-
}, null, 8, ["description"]))), 128))]), d(
|
|
1277
|
+
}, null, 8, ["description"]))), 128))]), d(We, {
|
|
1278
1278
|
class: "handle",
|
|
1279
1279
|
type: "primary",
|
|
1280
1280
|
loading: n.loading,
|
|
1281
1281
|
disabled: !(n.discount || n.price),
|
|
1282
|
-
onClick:
|
|
1282
|
+
onClick: o
|
|
1283
1283
|
}, {
|
|
1284
|
-
default: _(() => [f(
|
|
1284
|
+
default: _(() => [f(c(n.button.label), 1)]),
|
|
1285
1285
|
_: 1
|
|
1286
1286
|
}, 8, ["loading", "disabled"])]));
|
|
1287
1287
|
}
|
|
1288
|
-
}),
|
|
1288
|
+
}), tn = /* @__PURE__ */ u(Ds, [["__scopeId", "data-v-0b730439"]]), Vs = {}, Hs = {
|
|
1289
1289
|
class: "PricingGrid"
|
|
1290
1290
|
}, js = {
|
|
1291
1291
|
class: "content"
|
|
1292
1292
|
};
|
|
1293
|
-
function
|
|
1294
|
-
return s(),
|
|
1293
|
+
function Ms(a, t) {
|
|
1294
|
+
return s(), i("div", Hs, [e("div", js, [h(a.$slots, "default", {}, void 0, !0)])]);
|
|
1295
1295
|
}
|
|
1296
|
-
const
|
|
1297
|
-
class: "
|
|
1296
|
+
const sn = /* @__PURE__ */ u(Vs, [["render", Ms], ["__scopeId", "data-v-1f26d3ee"]]), Us = {
|
|
1297
|
+
class: "section-header"
|
|
1298
|
+
}, Gs = {
|
|
1299
|
+
class: "title-section"
|
|
1298
1300
|
}, Ns = {
|
|
1301
|
+
class: "icon-title"
|
|
1302
|
+
}, Es = ["src", "alt", "width", "height"], Os = {
|
|
1303
|
+
class: "title"
|
|
1304
|
+
}, Rs = {
|
|
1305
|
+
class: "subtitle-section"
|
|
1306
|
+
}, Ws = ["src", "alt", "width", "height"], Ks = {
|
|
1307
|
+
class: "subtitle"
|
|
1308
|
+
}, Js = /* @__PURE__ */ m({
|
|
1309
|
+
__name: "LandingPageSectionHeader",
|
|
1310
|
+
props: {
|
|
1311
|
+
title: {},
|
|
1312
|
+
subtitle: {},
|
|
1313
|
+
icon: {},
|
|
1314
|
+
iconAlt: {
|
|
1315
|
+
default: ""
|
|
1316
|
+
},
|
|
1317
|
+
iconWidth: {
|
|
1318
|
+
default: 40
|
|
1319
|
+
},
|
|
1320
|
+
iconHeight: {
|
|
1321
|
+
default: 40
|
|
1322
|
+
},
|
|
1323
|
+
dashline: {},
|
|
1324
|
+
dashlineAlt: {
|
|
1325
|
+
default: ""
|
|
1326
|
+
},
|
|
1327
|
+
dashlineWidth: {
|
|
1328
|
+
default: 72
|
|
1329
|
+
},
|
|
1330
|
+
dashlineHeight: {
|
|
1331
|
+
default: 48
|
|
1332
|
+
}
|
|
1333
|
+
},
|
|
1334
|
+
setup(a) {
|
|
1335
|
+
return (t, l) => (s(), i("div", Us, [e("div", Gs, [e("div", Ns, [e("img", {
|
|
1336
|
+
src: t.icon,
|
|
1337
|
+
alt: t.iconAlt,
|
|
1338
|
+
width: t.iconWidth,
|
|
1339
|
+
height: t.iconHeight,
|
|
1340
|
+
loading: "lazy",
|
|
1341
|
+
decoding: "async",
|
|
1342
|
+
class: "icon"
|
|
1343
|
+
}, null, 8, Es), e("span", Os, c(t.title), 1)]), e("div", Rs, [e("img", {
|
|
1344
|
+
src: t.dashline,
|
|
1345
|
+
alt: t.dashlineAlt,
|
|
1346
|
+
width: t.dashlineWidth,
|
|
1347
|
+
height: t.dashlineHeight,
|
|
1348
|
+
loading: "lazy",
|
|
1349
|
+
decoding: "async",
|
|
1350
|
+
class: "dashline"
|
|
1351
|
+
}, null, 8, Ws), e("span", Ks, c(t.subtitle), 1)])])]));
|
|
1352
|
+
}
|
|
1353
|
+
}), an = /* @__PURE__ */ u(Js, [["__scopeId", "data-v-6831913e"]]), Zs = {
|
|
1354
|
+
class: "sections-container"
|
|
1355
|
+
}, Qs = {
|
|
1299
1356
|
class: "container"
|
|
1300
|
-
},
|
|
1357
|
+
}, Ys = {
|
|
1301
1358
|
class: "image-container"
|
|
1302
|
-
},
|
|
1359
|
+
}, Xs = ["src", "alt"], ea = {
|
|
1303
1360
|
class: "text-container"
|
|
1304
|
-
},
|
|
1361
|
+
}, ta = {
|
|
1305
1362
|
class: "header"
|
|
1306
|
-
},
|
|
1363
|
+
}, sa = {
|
|
1307
1364
|
class: "features-list"
|
|
1308
|
-
},
|
|
1365
|
+
}, aa = {
|
|
1309
1366
|
class: "content"
|
|
1310
|
-
},
|
|
1367
|
+
}, na = {
|
|
1311
1368
|
class: "feature-title"
|
|
1312
|
-
},
|
|
1369
|
+
}, ia = /* @__PURE__ */ m({
|
|
1313
1370
|
__name: "LandingPageSections",
|
|
1314
1371
|
props: {
|
|
1315
1372
|
title: {
|
|
@@ -1349,39 +1406,39 @@ const Ka = /* @__PURE__ */ u(Vs, [["render", Hs], ["__scopeId", "data-v-1f26d3ee
|
|
|
1349
1406
|
},
|
|
1350
1407
|
setup(a) {
|
|
1351
1408
|
const t = a;
|
|
1352
|
-
return (l, n) => (s(),
|
|
1409
|
+
return (l, n) => (s(), i("section", Zs, [e("div", Qs, [e("div", {
|
|
1353
1410
|
class: w(["content-wrapper", {
|
|
1354
1411
|
reverse: t.reverse
|
|
1355
1412
|
}])
|
|
1356
|
-
}, [e("div",
|
|
1413
|
+
}, [e("div", Ys, [e("img", {
|
|
1357
1414
|
src: t.imageUrl,
|
|
1358
1415
|
alt: t.imageAlt,
|
|
1359
1416
|
class: "image"
|
|
1360
|
-
}, null, 8,
|
|
1361
|
-
default: _(() => [f(
|
|
1417
|
+
}, null, 8, Xs)]), e("div", ea, [e("div", ta, [d(H, null, {
|
|
1418
|
+
default: _(() => [f(c(t.title), 1)]),
|
|
1362
1419
|
_: 1
|
|
1363
1420
|
}), d(V, null, {
|
|
1364
|
-
default: _(() => [f(
|
|
1421
|
+
default: _(() => [f(c(t.subTitle), 1)]),
|
|
1365
1422
|
_: 1
|
|
1366
|
-
})]), e("div",
|
|
1367
|
-
key:
|
|
1423
|
+
})]), e("div", sa, [(s(!0), i(v, null, $(t.features, (o, r) => (s(), i("div", {
|
|
1424
|
+
key: r,
|
|
1368
1425
|
class: "feature-item"
|
|
1369
1426
|
}, [e("div", {
|
|
1370
|
-
class: w(["icon-container", [`icon-${
|
|
1427
|
+
class: w(["icon-container", [`icon-${o.color}`]])
|
|
1371
1428
|
}, n[0] || (n[0] = [e("div", {
|
|
1372
1429
|
class: "dot"
|
|
1373
|
-
}, null, -1)]), 2), e("div",
|
|
1374
|
-
default: _(() => [f(
|
|
1430
|
+
}, null, -1)]), 2), e("div", aa, [e("div", na, c(o.title), 1), d(I, null, {
|
|
1431
|
+
default: _(() => [f(c(o.description), 1)]),
|
|
1375
1432
|
_: 2
|
|
1376
1433
|
}, 1024)])]))), 128))])])], 2)])]));
|
|
1377
1434
|
}
|
|
1378
|
-
}),
|
|
1435
|
+
}), nn = /* @__PURE__ */ u(ia, [["__scopeId", "data-v-ac2b71bb"]]), oa = {
|
|
1379
1436
|
class: "Showcase"
|
|
1380
|
-
},
|
|
1437
|
+
}, la = ["onClick"], ca = ["src", "alt"], ra = {
|
|
1381
1438
|
class: "card-content"
|
|
1382
|
-
},
|
|
1439
|
+
}, da = {
|
|
1383
1440
|
class: "card-title"
|
|
1384
|
-
},
|
|
1441
|
+
}, ua = /* @__PURE__ */ m({
|
|
1385
1442
|
__name: "LandingPageShowcase",
|
|
1386
1443
|
props: {
|
|
1387
1444
|
items: {},
|
|
@@ -1404,36 +1461,36 @@ const Ka = /* @__PURE__ */ u(Vs, [["render", Hs], ["__scopeId", "data-v-1f26d3ee
|
|
|
1404
1461
|
emit: t
|
|
1405
1462
|
}) {
|
|
1406
1463
|
const l = a, n = t;
|
|
1407
|
-
function
|
|
1464
|
+
function o(g) {
|
|
1408
1465
|
n("cardClick", g);
|
|
1409
1466
|
}
|
|
1410
|
-
const
|
|
1467
|
+
const r = z(() => ({
|
|
1411
1468
|
height: `${l.cardHeight}px`,
|
|
1412
1469
|
objectFit: l.objectFit
|
|
1413
1470
|
}));
|
|
1414
|
-
return (g, A) => (s(),
|
|
1471
|
+
return (g, A) => (s(), i("div", oa, [(s(!0), i(v, null, $(l.items, (p, b) => (s(), i("div", {
|
|
1415
1472
|
key: b,
|
|
1416
1473
|
class: "showcase-card",
|
|
1417
|
-
onClick: (
|
|
1474
|
+
onClick: (Ba) => o(p)
|
|
1418
1475
|
}, [e("img", {
|
|
1419
1476
|
src: p.image,
|
|
1420
1477
|
alt: p.alt,
|
|
1421
|
-
style:
|
|
1422
|
-
}, null, 12,
|
|
1423
|
-
default: _(() => [f(
|
|
1478
|
+
style: C(r.value)
|
|
1479
|
+
}, null, 12, ca), e("div", ra, [e("div", da, c(p.title), 1), d(I, null, {
|
|
1480
|
+
default: _(() => [f(c(p.description), 1)]),
|
|
1424
1481
|
_: 2
|
|
1425
|
-
}, 1024)])], 8,
|
|
1482
|
+
}, 1024)])], 8, la))), 128))]));
|
|
1426
1483
|
}
|
|
1427
|
-
}),
|
|
1484
|
+
}), on = /* @__PURE__ */ u(ua, [["__scopeId", "data-v-381ed6a6"]]), _a = {
|
|
1428
1485
|
class: "Stats"
|
|
1429
|
-
},
|
|
1486
|
+
}, pa = {
|
|
1430
1487
|
key: 0,
|
|
1431
1488
|
class: "stats-label"
|
|
1432
|
-
},
|
|
1489
|
+
}, ma = {
|
|
1433
1490
|
class: "stats-number"
|
|
1434
|
-
},
|
|
1491
|
+
}, fa = {
|
|
1435
1492
|
class: "stats-label"
|
|
1436
|
-
},
|
|
1493
|
+
}, ga = /* @__PURE__ */ m({
|
|
1437
1494
|
__name: "LandingPageStats",
|
|
1438
1495
|
props: {
|
|
1439
1496
|
title: {
|
|
@@ -1460,18 +1517,18 @@ const Ka = /* @__PURE__ */ u(Vs, [["render", Hs], ["__scopeId", "data-v-1f26d3ee
|
|
|
1460
1517
|
},
|
|
1461
1518
|
setup(a) {
|
|
1462
1519
|
const t = a;
|
|
1463
|
-
return (l, n) => (s(),
|
|
1464
|
-
key:
|
|
1520
|
+
return (l, n) => (s(), i("div", _a, [(s(!0), i(v, null, $(t.stats, (o, r) => (s(), i("div", {
|
|
1521
|
+
key: r,
|
|
1465
1522
|
class: "stats-item"
|
|
1466
|
-
}, [
|
|
1523
|
+
}, [o.title ? (s(), i("div", pa, c(o.title), 1)) : x("", !0), e("div", ma, c(o.number), 1), e("div", fa, c(o.label), 1)]))), 128))]));
|
|
1467
1524
|
}
|
|
1468
|
-
}),
|
|
1525
|
+
}), ln = /* @__PURE__ */ u(ga, [["__scopeId", "data-v-7aa9af80"]]), ha = {
|
|
1469
1526
|
class: "stepNumber"
|
|
1470
|
-
},
|
|
1527
|
+
}, va = {
|
|
1471
1528
|
class: "count"
|
|
1472
|
-
},
|
|
1529
|
+
}, $a = {
|
|
1473
1530
|
class: "stepTitle"
|
|
1474
|
-
},
|
|
1531
|
+
}, ba = /* @__PURE__ */ m({
|
|
1475
1532
|
__name: "LandingPageSteps",
|
|
1476
1533
|
props: {
|
|
1477
1534
|
columns: {
|
|
@@ -1494,31 +1551,31 @@ const Ka = /* @__PURE__ */ u(Vs, [["render", Hs], ["__scopeId", "data-v-1f26d3ee
|
|
|
1494
1551
|
},
|
|
1495
1552
|
setup(a) {
|
|
1496
1553
|
const t = a;
|
|
1497
|
-
return (l, n) => (s(),
|
|
1554
|
+
return (l, n) => (s(), i("div", {
|
|
1498
1555
|
class: "Steps",
|
|
1499
|
-
style:
|
|
1556
|
+
style: C({
|
|
1500
1557
|
gridTemplateColumns: `repeat(${t.columns}, 1fr)`
|
|
1501
1558
|
// flexDirection: props.flexDirection,
|
|
1502
1559
|
})
|
|
1503
|
-
}, [(s(!0),
|
|
1504
|
-
key:
|
|
1560
|
+
}, [(s(!0), i(v, null, $(t.steps, (o, r) => (s(), i("div", {
|
|
1561
|
+
key: r,
|
|
1505
1562
|
class: "stepItem"
|
|
1506
|
-
}, [e("div",
|
|
1507
|
-
default: _(() => [f(
|
|
1563
|
+
}, [e("div", ha, [e("span", va, c(r + 1), 1)]), e("h3", $a, c(o.title), 1), d(I, null, {
|
|
1564
|
+
default: _(() => [f(c(o.description), 1)]),
|
|
1508
1565
|
_: 2
|
|
1509
1566
|
}, 1024)]))), 128))], 4));
|
|
1510
1567
|
}
|
|
1511
|
-
}),
|
|
1568
|
+
}), cn = /* @__PURE__ */ u(ba, [["__scopeId", "data-v-1ecd9597"]]), ya = {
|
|
1512
1569
|
class: "Testimonial"
|
|
1513
|
-
},
|
|
1570
|
+
}, ka = {
|
|
1514
1571
|
class: "user-info"
|
|
1515
|
-
},
|
|
1572
|
+
}, La = {
|
|
1516
1573
|
class: "user-avatar"
|
|
1517
|
-
},
|
|
1574
|
+
}, Pa = ["src", "alt"], Ia = {
|
|
1518
1575
|
class: "user-name"
|
|
1519
|
-
},
|
|
1576
|
+
}, Sa = {
|
|
1520
1577
|
class: "user-title"
|
|
1521
|
-
},
|
|
1578
|
+
}, Ca = /* @__PURE__ */ m({
|
|
1522
1579
|
__name: "LandingPageTestimonial",
|
|
1523
1580
|
props: {
|
|
1524
1581
|
testimonials: {
|
|
@@ -1527,20 +1584,20 @@ const Ka = /* @__PURE__ */ u(Vs, [["render", Hs], ["__scopeId", "data-v-1f26d3ee
|
|
|
1527
1584
|
},
|
|
1528
1585
|
setup(a) {
|
|
1529
1586
|
const t = a;
|
|
1530
|
-
return (l, n) => (s(),
|
|
1531
|
-
key:
|
|
1587
|
+
return (l, n) => (s(), i("div", ya, [(s(!0), i(v, null, $(t.testimonials, (o, r) => (s(), L(M, {
|
|
1588
|
+
key: r
|
|
1532
1589
|
}, {
|
|
1533
1590
|
default: _(() => [e("div", null, [d(I, null, {
|
|
1534
|
-
default: _(() => [f(
|
|
1591
|
+
default: _(() => [f(c(`"${o.content}"`), 1)]),
|
|
1535
1592
|
_: 2
|
|
1536
|
-
}, 1024)]), e("div",
|
|
1537
|
-
src:
|
|
1538
|
-
alt:
|
|
1539
|
-
}, null, 8,
|
|
1593
|
+
}, 1024)]), e("div", ka, [e("span", La, [e("img", {
|
|
1594
|
+
src: o.avatar,
|
|
1595
|
+
alt: o.name
|
|
1596
|
+
}, null, 8, Pa)]), e("div", null, [e("div", Ia, c(o.name), 1), e("div", Sa, c(o.title), 1)])])]),
|
|
1540
1597
|
_: 2
|
|
1541
1598
|
}, 1024))), 128))]));
|
|
1542
1599
|
}
|
|
1543
|
-
}),
|
|
1600
|
+
}), rn = /* @__PURE__ */ u(Ca, [["__scopeId", "data-v-bc49d7bc"]]), xa = ["href"], wa = /* @__PURE__ */ m({
|
|
1544
1601
|
__name: "LandingPageTips",
|
|
1545
1602
|
props: {
|
|
1546
1603
|
href: {
|
|
@@ -1554,59 +1611,60 @@ const Ka = /* @__PURE__ */ u(Vs, [["render", Hs], ["__scopeId", "data-v-1f26d3ee
|
|
|
1554
1611
|
},
|
|
1555
1612
|
setup(a) {
|
|
1556
1613
|
const t = a;
|
|
1557
|
-
return (l, n) => (s(),
|
|
1614
|
+
return (l, n) => (s(), i("a", {
|
|
1558
1615
|
href: t.href,
|
|
1559
1616
|
class: "tips-link"
|
|
1560
|
-
},
|
|
1617
|
+
}, c(t.text), 9, xa));
|
|
1561
1618
|
}
|
|
1562
|
-
}),
|
|
1619
|
+
}), dn = /* @__PURE__ */ u(wa, [["__scopeId", "data-v-f5784dd1"]]), Aa = {}, Ta = {
|
|
1563
1620
|
class: "sidebar"
|
|
1564
1621
|
};
|
|
1565
|
-
function
|
|
1566
|
-
return s(),
|
|
1622
|
+
function qa(a, t) {
|
|
1623
|
+
return s(), i("div", Ta, t[0] || (t[0] = [G('<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)]));
|
|
1567
1624
|
}
|
|
1568
|
-
const
|
|
1625
|
+
const un = /* @__PURE__ */ u(Aa, [["render", qa], ["__scopeId", "data-v-251905ff"]]);
|
|
1569
1626
|
export {
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1627
|
+
an as A,
|
|
1628
|
+
We as B,
|
|
1629
|
+
M as C,
|
|
1573
1630
|
I as D,
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
M,
|
|
1583
|
-
|
|
1631
|
+
nn as E,
|
|
1632
|
+
on as F,
|
|
1633
|
+
ln as G,
|
|
1634
|
+
cn as H,
|
|
1635
|
+
ke as I,
|
|
1636
|
+
qe as J,
|
|
1637
|
+
rn as K,
|
|
1638
|
+
Ua as L,
|
|
1639
|
+
dn as M,
|
|
1640
|
+
H as N,
|
|
1641
|
+
un as O,
|
|
1584
1642
|
V as S,
|
|
1585
1643
|
ks as T,
|
|
1586
|
-
|
|
1644
|
+
Ga as a,
|
|
1587
1645
|
ee as b,
|
|
1588
1646
|
ae as c,
|
|
1589
1647
|
Oe as d,
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1648
|
+
Na as e,
|
|
1649
|
+
Ea as f,
|
|
1650
|
+
Oa as g,
|
|
1651
|
+
Ra as h,
|
|
1594
1652
|
F as i,
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1653
|
+
Wa as j,
|
|
1654
|
+
Ka as k,
|
|
1655
|
+
Ja as l,
|
|
1656
|
+
Za as m,
|
|
1599
1657
|
Ut as n,
|
|
1600
|
-
|
|
1601
|
-
|
|
1658
|
+
Wt as o,
|
|
1659
|
+
Qa as p,
|
|
1602
1660
|
y as q,
|
|
1603
1661
|
B as r,
|
|
1604
1662
|
j as s,
|
|
1605
|
-
|
|
1606
|
-
|
|
1663
|
+
Ge as t,
|
|
1664
|
+
Ya as u,
|
|
1607
1665
|
he as v,
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1666
|
+
Xa as w,
|
|
1667
|
+
en as x,
|
|
1668
|
+
tn as y,
|
|
1669
|
+
sn as z
|
|
1612
1670
|
};
|