@huyooo/ui 0.4.82 → 0.4.84
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{LandingPageSectionTabs-CK70rbJX.js → LandingPageSectionTabs-CiNy35zo.js} +425 -402
- package/dist/components/LandingPage/LandingPageCta.vue.d.ts +1 -0
- package/dist/components/LandingPage/LandingPageFeatureCard.vue.d.ts +13 -15
- 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 n, openBlock as s, renderSlot as h, defineComponent as f, createVNode as u, withCtx as _, createElementVNode as e, normalizeStyle as S, unref as I, toDisplayString as
|
|
1
|
+
import { createElementBlock as n, openBlock as s, renderSlot as h, defineComponent as f, createVNode as u, withCtx as _, createElementVNode as e, normalizeStyle as S, unref as I, toDisplayString as l, Fragment as v, renderList as b, createBlock as L, normalizeClass as C, createTextVNode as g, ref as k, createCommentVNode as T, withModifiers as E, withDirectives as A, vModelText as q, computed as z, createStaticVNode as N, watch as F, vShow as O } from "vue";
|
|
2
2
|
import { _ as d } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
-
import { Icon as
|
|
3
|
+
import { Icon as w } from "@iconify/vue";
|
|
4
4
|
import { C as R, a as W } from "./CollapseItem-Cw1vcdLu.js";
|
|
5
5
|
/* empty css */
|
|
6
6
|
/* empty css */
|
|
@@ -22,7 +22,7 @@ const M = /* @__PURE__ */ d(Y, [["render", ee], ["__scopeId", "data-v-58078aa8"]
|
|
|
22
22
|
}, se = /* @__PURE__ */ f({
|
|
23
23
|
__name: "LandingPageBlockHeader",
|
|
24
24
|
setup(a) {
|
|
25
|
-
return (t,
|
|
25
|
+
return (t, c) => (s(), n("div", te, [u(M, {
|
|
26
26
|
class: "BlockHeaderTitle"
|
|
27
27
|
}, {
|
|
28
28
|
default: _(() => [h(t.$slots, "title", {}, void 0, !0)]),
|
|
@@ -50,18 +50,18 @@ const M = /* @__PURE__ */ d(Y, [["render", ee], ["__scopeId", "data-v-58078aa8"]
|
|
|
50
50
|
},
|
|
51
51
|
setup(a) {
|
|
52
52
|
const t = a;
|
|
53
|
-
return (
|
|
53
|
+
return (c, i) => (s(), n("section", ne, [h(c.$slots, "BlockHeader", {}, void 0, !0), e("div", {
|
|
54
54
|
class: "BlockBody",
|
|
55
55
|
style: S({
|
|
56
56
|
gridTemplateColumns: `repeat(${t.columns}, 1fr)`,
|
|
57
57
|
flexDirection: t.flexDirection
|
|
58
58
|
})
|
|
59
|
-
}, [h(
|
|
59
|
+
}, [h(c.$slots, "BlockBody", {}, void 0, !0)], 4)]));
|
|
60
60
|
}
|
|
61
|
-
}), oe = /* @__PURE__ */ d(ie, [["__scopeId", "data-v-84ed1aaa"]]),
|
|
61
|
+
}), oe = /* @__PURE__ */ d(ie, [["__scopeId", "data-v-84ed1aaa"]]), ce = {
|
|
62
62
|
description: "",
|
|
63
63
|
class: "mission-list-item"
|
|
64
|
-
},
|
|
64
|
+
}, le = {
|
|
65
65
|
class: "mission-list-text"
|
|
66
66
|
}, re = /* @__PURE__ */ f({
|
|
67
67
|
__name: "LandingPageListItem",
|
|
@@ -72,10 +72,10 @@ const M = /* @__PURE__ */ d(Y, [["render", ee], ["__scopeId", "data-v-58078aa8"]
|
|
|
72
72
|
},
|
|
73
73
|
setup(a) {
|
|
74
74
|
const t = a;
|
|
75
|
-
return (
|
|
75
|
+
return (c, i) => (s(), n("div", ce, [u(I(w), {
|
|
76
76
|
icon: "mingcute:check-circle-fill",
|
|
77
77
|
class: "mission-list-icon"
|
|
78
|
-
}), e("span",
|
|
78
|
+
}), e("span", le, l(t.description), 1)]));
|
|
79
79
|
}
|
|
80
80
|
}), j = /* @__PURE__ */ d(re, [["__scopeId", "data-v-4973c791"]]), de = {
|
|
81
81
|
class: "mission-container"
|
|
@@ -106,7 +106,7 @@ const M = /* @__PURE__ */ d(Y, [["render", ee], ["__scopeId", "data-v-58078aa8"]
|
|
|
106
106
|
features: {}
|
|
107
107
|
},
|
|
108
108
|
setup(a) {
|
|
109
|
-
return (t,
|
|
109
|
+
return (t, c) => (s(), n("div", de, [e("div", ue, [c[0] || (c[0] = e("div", {
|
|
110
110
|
class: "mission-bg1"
|
|
111
111
|
}, null, -1)), e("img", {
|
|
112
112
|
src: t.image,
|
|
@@ -115,17 +115,17 @@ const M = /* @__PURE__ */ d(Y, [["render", ee], ["__scopeId", "data-v-58078aa8"]
|
|
|
115
115
|
width: "1270",
|
|
116
116
|
decoding: "async",
|
|
117
117
|
class: "mission-img"
|
|
118
|
-
}, null, 8, _e)]), e("div", pe, [e("h2", fe, [e("span", me,
|
|
119
|
-
key:
|
|
120
|
-
description:
|
|
121
|
-
}, null, 8, ["description"]))), 128))])]), (s(), n("svg", ve,
|
|
118
|
+
}, null, 8, _e)]), e("div", pe, [e("h2", fe, [e("span", me, l(t.highlight), 1), e("strong", null, l(t.title), 1)]), e("p", ge, l(t.description), 1), e("div", he, [(s(!0), n(v, null, b(t.features, (i, o) => (s(), L(j, {
|
|
119
|
+
key: o,
|
|
120
|
+
description: i
|
|
121
|
+
}, null, 8, ["description"]))), 128))])]), (s(), n("svg", ve, c[1] || (c[1] = [e("symbol", {
|
|
122
122
|
id: "ai:ph:check-circle-fill"
|
|
123
123
|
}, [e("path", {
|
|
124
124
|
fill: "currentColor",
|
|
125
125
|
d: "M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m45.66 85.66l-56 56a8 8 0 0 1-11.32 0l-24-24a8 8 0 0 1 11.32-11.32L112 148.69l50.34-50.35a8 8 0 0 1 11.32 11.32"
|
|
126
126
|
})], -1)])))]));
|
|
127
127
|
}
|
|
128
|
-
}),
|
|
128
|
+
}), ye = /* @__PURE__ */ d($e, [["__scopeId", "data-v-511c032f"]]), be = {
|
|
129
129
|
class: "team-info-container"
|
|
130
130
|
}, ke = {
|
|
131
131
|
class: "team-info-title"
|
|
@@ -139,15 +139,15 @@ const M = /* @__PURE__ */ d(Y, [["render", ee], ["__scopeId", "data-v-58078aa8"]
|
|
|
139
139
|
},
|
|
140
140
|
setup(a) {
|
|
141
141
|
const t = a;
|
|
142
|
-
return (
|
|
142
|
+
return (c, i) => (s(), n("div", be, [e("div", ke, l(t.title), 1), e("p", Le, l(t.description), 1)]));
|
|
143
143
|
}
|
|
144
|
-
}), Ie = /* @__PURE__ */ d(Pe, [["__scopeId", "data-v-2074e0d7"]]),
|
|
144
|
+
}), Ie = /* @__PURE__ */ d(Pe, [["__scopeId", "data-v-2074e0d7"]]), we = {}, Se = {
|
|
145
145
|
class: "Description"
|
|
146
146
|
};
|
|
147
|
-
function
|
|
148
|
-
return s(), n("div",
|
|
147
|
+
function Ce(a, t) {
|
|
148
|
+
return s(), n("div", Se, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
149
149
|
}
|
|
150
|
-
const
|
|
150
|
+
const x = /* @__PURE__ */ d(we, [["render", Ce], ["__scopeId", "data-v-501deb41"]]), xe = {
|
|
151
151
|
class: "grid-container"
|
|
152
152
|
}, Te = {
|
|
153
153
|
class: "square"
|
|
@@ -165,18 +165,18 @@ const w = /* @__PURE__ */ d(Se, [["render", we], ["__scopeId", "data-v-501deb41"
|
|
|
165
165
|
pictureClass: {}
|
|
166
166
|
},
|
|
167
167
|
setup(a) {
|
|
168
|
-
return (t,
|
|
169
|
-
key:
|
|
168
|
+
return (t, c) => (s(), n("div", xe, [(s(!0), n(v, null, b(t.publishedTeamMembers, (i) => (s(), n("div", {
|
|
169
|
+
key: i.data.name,
|
|
170
170
|
class: "group"
|
|
171
171
|
}, [e("div", Te, [e("img", {
|
|
172
|
-
src:
|
|
173
|
-
alt:
|
|
172
|
+
src: i.data.avatar.src,
|
|
173
|
+
alt: i.data.avatar.alt,
|
|
174
174
|
sizes: t.sizes,
|
|
175
175
|
width: t.width,
|
|
176
176
|
height: t.height,
|
|
177
177
|
class: C(t.pictureClass ? `${t.pictureClass} picture-img` : "picture-img")
|
|
178
|
-
}, null, 10, Ae)]), e("div", qe, [e("h2", Be,
|
|
179
|
-
default: _(() => [g(
|
|
178
|
+
}, null, 10, Ae)]), e("div", qe, [e("h2", Be, l(i.data.name), 1), u(x, null, {
|
|
179
|
+
default: _(() => [g(l(i.data.title), 1)]),
|
|
180
180
|
_: 2
|
|
181
181
|
}, 1024)])]))), 128))]));
|
|
182
182
|
}
|
|
@@ -220,10 +220,10 @@ const w = /* @__PURE__ */ d(Se, [["render", we], ["__scopeId", "data-v-501deb41"
|
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
222
|
}];
|
|
223
|
-
return (
|
|
223
|
+
return (c, i) => (s(), n(v, null, [u(oe, null, {
|
|
224
224
|
BlockHeader: _(() => [u(ae, null, {
|
|
225
|
-
title: _(() =>
|
|
226
|
-
subTitle: _(() =>
|
|
225
|
+
title: _(() => i[0] || (i[0] = [g("核心团队")])),
|
|
226
|
+
subTitle: _(() => i[1] || (i[1] = [g("我们是一个充满激情的小团队。")])),
|
|
227
227
|
_: 1
|
|
228
228
|
})]),
|
|
229
229
|
BlockBody: _(() => [u(Ie, {
|
|
@@ -233,7 +233,7 @@ const w = /* @__PURE__ */ d(Se, [["render", we], ["__scopeId", "data-v-501deb41"
|
|
|
233
233
|
"published-team-members": t
|
|
234
234
|
})]),
|
|
235
235
|
_: 1
|
|
236
|
-
}), u(
|
|
236
|
+
}), u(ye, {
|
|
237
237
|
image: "https://astroship-pro.web3templates.com/_astro/employee.DPridi10_Z23eRat.avif",
|
|
238
238
|
"image-alt": "Happy Team",
|
|
239
239
|
title: "Mission",
|
|
@@ -242,7 +242,7 @@ const w = /* @__PURE__ */ d(Se, [["render", we], ["__scopeId", "data-v-501deb41"
|
|
|
242
242
|
features: ["Intelligent Task Management", "Real-time Collaboration", "Data Security & Privacy"]
|
|
243
243
|
})], 64));
|
|
244
244
|
}
|
|
245
|
-
}),
|
|
245
|
+
}), $n = /* @__PURE__ */ d(Ve, [["__scopeId", "data-v-a40e05a5"]]), De = {
|
|
246
246
|
class: "nav"
|
|
247
247
|
}, He = {
|
|
248
248
|
class: "section"
|
|
@@ -266,7 +266,7 @@ const w = /* @__PURE__ */ d(Se, [["render", we], ["__scopeId", "data-v-501deb41"
|
|
|
266
266
|
}, {
|
|
267
267
|
text: "Documents",
|
|
268
268
|
href: "/docs/collaboration/documents"
|
|
269
|
-
}]),
|
|
269
|
+
}]), c = k([{
|
|
270
270
|
text: "Guides",
|
|
271
271
|
href: "/docs/guides"
|
|
272
272
|
}, {
|
|
@@ -282,28 +282,28 @@ const w = /* @__PURE__ */ d(Se, [["render", we], ["__scopeId", "data-v-501deb41"
|
|
|
282
282
|
text: "Pro license",
|
|
283
283
|
href: "/docs/resources/pro-license"
|
|
284
284
|
}]);
|
|
285
|
-
return (
|
|
285
|
+
return (i, o) => (s(), n("nav", De, [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", He, [
|
|
292
|
+
}, "Overview")])], -1)), e("div", He, [o[0] || (o[0] = e("div", {
|
|
293
293
|
class: "section-title"
|
|
294
|
-
}, "Browse by feature", -1)), e("div", null, [(s(!0), n(
|
|
294
|
+
}, "Browse by feature", -1)), e("div", null, [(s(!0), n(v, null, b(t.value, (r) => (s(), n("a", {
|
|
295
295
|
key: r.text,
|
|
296
296
|
class: "link",
|
|
297
297
|
href: r.href
|
|
298
|
-
},
|
|
298
|
+
}, l(r.text), 9, Me))), 128))])]), e("div", je, [o[1] || (o[1] = e("div", {
|
|
299
299
|
class: "section-title"
|
|
300
|
-
}, "Resources", -1)), e("div", null, [(s(!0), n(
|
|
300
|
+
}, "Resources", -1)), e("div", null, [(s(!0), n(v, null, b(c.value, (r) => (s(), n("a", {
|
|
301
301
|
key: r.text,
|
|
302
302
|
class: "link",
|
|
303
303
|
href: r.href
|
|
304
|
-
},
|
|
304
|
+
}, l(r.text), 9, Ue))), 128))])])]));
|
|
305
305
|
}
|
|
306
|
-
}),
|
|
306
|
+
}), yn = /* @__PURE__ */ d(Ge, [["__scopeId", "data-v-b516bb75"]]), Ee = ["src"], Ne = /* @__PURE__ */ f({
|
|
307
307
|
__name: "LandingPageLogo",
|
|
308
308
|
props: {
|
|
309
309
|
name: {
|
|
@@ -336,29 +336,29 @@ const w = /* @__PURE__ */ d(Se, [["render", we], ["__scopeId", "data-v-501deb41"
|
|
|
336
336
|
setup(a, {
|
|
337
337
|
emit: t
|
|
338
338
|
}) {
|
|
339
|
-
const
|
|
340
|
-
function
|
|
341
|
-
|
|
339
|
+
const c = a, i = t;
|
|
340
|
+
function o() {
|
|
341
|
+
i("to");
|
|
342
342
|
}
|
|
343
343
|
return (r, m) => (s(), n("div", {
|
|
344
344
|
class: "Logo",
|
|
345
|
-
onClick:
|
|
345
|
+
onClick: o
|
|
346
346
|
}, [a.icon ? (s(), n("img", {
|
|
347
347
|
key: 0,
|
|
348
348
|
class: "icon",
|
|
349
349
|
src: a.icon,
|
|
350
350
|
alt: "logo",
|
|
351
351
|
style: S({
|
|
352
|
-
width:
|
|
353
|
-
height:
|
|
352
|
+
width: c.iconSize,
|
|
353
|
+
height: c.iconSize
|
|
354
354
|
})
|
|
355
355
|
}, null, 12, Ee)) : T("", !0), e("div", {
|
|
356
356
|
class: "text",
|
|
357
357
|
style: S({
|
|
358
|
-
color:
|
|
359
|
-
fontSize:
|
|
358
|
+
color: c.color,
|
|
359
|
+
fontSize: c.fontSize
|
|
360
360
|
})
|
|
361
|
-
},
|
|
361
|
+
}, l(a.name), 5)]));
|
|
362
362
|
}
|
|
363
363
|
}), Oe = /* @__PURE__ */ d(Ne, [["__scopeId", "data-v-f259564c"]]), Re = {
|
|
364
364
|
class: "BrandInfo"
|
|
@@ -392,14 +392,14 @@ const w = /* @__PURE__ */ d(Se, [["render", we], ["__scopeId", "data-v-501deb41"
|
|
|
392
392
|
},
|
|
393
393
|
setup(a) {
|
|
394
394
|
const t = a;
|
|
395
|
-
return (
|
|
395
|
+
return (c, i) => (s(), n("div", Re, [u(Oe, {
|
|
396
396
|
icon: t.icon,
|
|
397
397
|
name: t.name,
|
|
398
398
|
color: t.color,
|
|
399
399
|
"font-size": t.fontSize,
|
|
400
400
|
"icon-size": t.iconSize
|
|
401
|
-
}, null, 8, ["icon", "name", "color", "font-size", "icon-size"]), u(
|
|
402
|
-
default: _(() => [g(
|
|
401
|
+
}, null, 8, ["icon", "name", "color", "font-size", "icon-size"]), u(x, null, {
|
|
402
|
+
default: _(() => [g(l(t.description), 1)]),
|
|
403
403
|
_: 1
|
|
404
404
|
})]));
|
|
405
405
|
}
|
|
@@ -409,7 +409,7 @@ const w = /* @__PURE__ */ d(Se, [["render", we], ["__scopeId", "data-v-501deb41"
|
|
|
409
409
|
type: {}
|
|
410
410
|
},
|
|
411
411
|
setup(a) {
|
|
412
|
-
return (t,
|
|
412
|
+
return (t, c) => (s(), n("div", {
|
|
413
413
|
class: C(["heroButton", [t.type === "primary" ? "heroButtonPrimary" : "heroButtonSecondary"]])
|
|
414
414
|
}, [h(t.$slots, "default", {}, void 0, !0)], 2));
|
|
415
415
|
}
|
|
@@ -431,9 +431,9 @@ const U = /* @__PURE__ */ d(Ze, [["render", Xe], ["__scopeId", "data-v-cdb3f77d"
|
|
|
431
431
|
class: "contact-info-item"
|
|
432
432
|
}, it = {
|
|
433
433
|
class: "contact-info-item"
|
|
434
|
-
}, ot = ["href"],
|
|
434
|
+
}, ot = ["href"], ct = {
|
|
435
435
|
class: "contact-info-item"
|
|
436
|
-
},
|
|
436
|
+
}, lt = ["href"], rt = {
|
|
437
437
|
class: "contact-form-section"
|
|
438
438
|
}, dt = /* @__PURE__ */ f({
|
|
439
439
|
__name: "LandingPageContact",
|
|
@@ -471,25 +471,25 @@ const U = /* @__PURE__ */ d(Ze, [["render", Xe], ["__scopeId", "data-v-cdb3f77d"
|
|
|
471
471
|
},
|
|
472
472
|
setup(a) {
|
|
473
473
|
const t = a;
|
|
474
|
-
return (
|
|
475
|
-
default: _(() => [g(
|
|
474
|
+
return (c, i) => (s(), n("div", et, [e("div", tt, [e("h2", st, l(t.contact.title), 1), u(x, null, {
|
|
475
|
+
default: _(() => [g(l(t.contact.description), 1)]),
|
|
476
476
|
_: 1
|
|
477
|
-
}), e("div", at, [e("div", nt, [u(I(
|
|
477
|
+
}), e("div", at, [e("div", nt, [u(I(w), {
|
|
478
478
|
class: "contact-info-icon",
|
|
479
|
-
icon:
|
|
480
|
-
}, null, 8, ["icon"]), e("span", null,
|
|
479
|
+
icon: c.mapIcon
|
|
480
|
+
}, null, 8, ["icon"]), e("span", null, l(t.address), 1)]), e("div", it, [u(I(w), {
|
|
481
481
|
class: "contact-info-icon",
|
|
482
482
|
icon: t.emailIcon
|
|
483
483
|
}, null, 8, ["icon"]), e("a", {
|
|
484
|
-
href: `mailto:${
|
|
485
|
-
},
|
|
484
|
+
href: `mailto:${c.email}`
|
|
485
|
+
}, l(t.email), 9, ot)]), e("div", ct, [u(I(w), {
|
|
486
486
|
class: "contact-info-icon",
|
|
487
487
|
icon: t.phoneIcon
|
|
488
488
|
}, null, 8, ["icon"]), e("a", {
|
|
489
|
-
href: `tel:${
|
|
490
|
-
},
|
|
489
|
+
href: `tel:${c.phone}`
|
|
490
|
+
}, l(t.phone), 9, lt)])])]), e("div", rt, [h(c.$slots, "contact-form", {}, void 0, !0)])]));
|
|
491
491
|
}
|
|
492
|
-
}),
|
|
492
|
+
}), bn = /* @__PURE__ */ d(dt, [["__scopeId", "data-v-50d64cb9"]]), ut = ["value"], _t = ["value"], pt = {
|
|
493
493
|
class: "form-group"
|
|
494
494
|
}, ft = {
|
|
495
495
|
class: "form-group"
|
|
@@ -514,20 +514,20 @@ const U = /* @__PURE__ */ d(Ze, [["render", Xe], ["__scopeId", "data-v-cdb3f77d"
|
|
|
514
514
|
}
|
|
515
515
|
},
|
|
516
516
|
setup(a) {
|
|
517
|
-
const t = a,
|
|
517
|
+
const t = a, c = k(!1), i = k(""), o = k(""), r = k({
|
|
518
518
|
name: "",
|
|
519
519
|
email: "",
|
|
520
520
|
message: ""
|
|
521
|
-
}), m = async (
|
|
522
|
-
|
|
523
|
-
const p =
|
|
521
|
+
}), m = async ($) => {
|
|
522
|
+
c.value = !0;
|
|
523
|
+
const p = $.target;
|
|
524
524
|
if (!p.checkValidity()) {
|
|
525
525
|
p.querySelectorAll(":invalid")[0].focus();
|
|
526
526
|
return;
|
|
527
527
|
}
|
|
528
|
-
|
|
528
|
+
i.value = "发送中...", o.value = "";
|
|
529
529
|
try {
|
|
530
|
-
const
|
|
530
|
+
const y = await fetch("https://api.web3forms.com/submit", {
|
|
531
531
|
method: "POST",
|
|
532
532
|
headers: {
|
|
533
533
|
"Content-Type": "application/json",
|
|
@@ -541,21 +541,21 @@ const U = /* @__PURE__ */ d(Ze, [["render", Xe], ["__scopeId", "data-v-cdb3f77d"
|
|
|
541
541
|
message: r.value.message
|
|
542
542
|
})
|
|
543
543
|
});
|
|
544
|
-
await
|
|
544
|
+
await y.json(), y.status === 200 ? (o.value = "text-green", i.value = "消息发送成功!我们会尽快回复您。") : (o.value = "text-red", i.value = "发送失败,请检查网络连接后重试。");
|
|
545
545
|
} catch {
|
|
546
|
-
|
|
546
|
+
o.value = "text-red", i.value = "发送失败,请稍后再试!";
|
|
547
547
|
} finally {
|
|
548
|
-
p.reset(),
|
|
549
|
-
|
|
548
|
+
p.reset(), c.value = !1, setTimeout(() => {
|
|
549
|
+
i.value = "";
|
|
550
550
|
}, 5e3);
|
|
551
551
|
}
|
|
552
552
|
};
|
|
553
|
-
return (
|
|
553
|
+
return ($, p) => (s(), n("form", {
|
|
554
554
|
id: "form",
|
|
555
555
|
action: "https://api.web3forms.com/submit",
|
|
556
556
|
method: "POST",
|
|
557
557
|
class: C(["contact-form", {
|
|
558
|
-
"was-validated":
|
|
558
|
+
"was-validated": c.value
|
|
559
559
|
}]),
|
|
560
560
|
novalidate: "",
|
|
561
561
|
onSubmit: E(m, ["prevent"])
|
|
@@ -581,7 +581,7 @@ const U = /* @__PURE__ */ d(Ze, [["render", Xe], ["__scopeId", "data-v-cdb3f77d"
|
|
|
581
581
|
class: "required"
|
|
582
582
|
}, "*")], -1)), A(e("input", {
|
|
583
583
|
id: "name",
|
|
584
|
-
"onUpdate:modelValue": p[0] || (p[0] = (
|
|
584
|
+
"onUpdate:modelValue": p[0] || (p[0] = (y) => r.value.name = y),
|
|
585
585
|
type: "text",
|
|
586
586
|
placeholder: "请输入您的姓名",
|
|
587
587
|
required: "",
|
|
@@ -596,7 +596,7 @@ const U = /* @__PURE__ */ d(Ze, [["render", Xe], ["__scopeId", "data-v-cdb3f77d"
|
|
|
596
596
|
class: "required"
|
|
597
597
|
}, "*")], -1)), A(e("input", {
|
|
598
598
|
id: "email_address",
|
|
599
|
-
"onUpdate:modelValue": p[1] || (p[1] = (
|
|
599
|
+
"onUpdate:modelValue": p[1] || (p[1] = (y) => r.value.email = y),
|
|
600
600
|
type: "email",
|
|
601
601
|
placeholder: "请输入您的邮箱地址",
|
|
602
602
|
name: "email",
|
|
@@ -613,7 +613,7 @@ const U = /* @__PURE__ */ d(Ze, [["render", Xe], ["__scopeId", "data-v-cdb3f77d"
|
|
|
613
613
|
class: "required"
|
|
614
614
|
}, "*")], -1)), A(e("textarea", {
|
|
615
615
|
id: "message",
|
|
616
|
-
"onUpdate:modelValue": p[2] || (p[2] = (
|
|
616
|
+
"onUpdate:modelValue": p[2] || (p[2] = (y) => r.value.message = y),
|
|
617
617
|
name: "message",
|
|
618
618
|
required: "",
|
|
619
619
|
placeholder: "请输入您的留言内容",
|
|
@@ -621,7 +621,7 @@ const U = /* @__PURE__ */ d(Ze, [["render", Xe], ["__scopeId", "data-v-cdb3f77d"
|
|
|
621
621
|
rows: "4"
|
|
622
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", gt, [
|
|
624
|
+
}, " 请输入您的留言内容。 ", -1))]), e("button", gt, [i.value === "发送中..." ? (s(), n("span", ht, p[10] || (p[10] = [e("svg", {
|
|
625
625
|
class: "spinner",
|
|
626
626
|
xmlns: "http://www.w3.org/2000/svg",
|
|
627
627
|
fill: "none",
|
|
@@ -637,12 +637,12 @@ const U = /* @__PURE__ */ d(Ze, [["render", Xe], ["__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), g(" 发送中... ")]))) : (s(), n("span", vt, "发送信息"))]),
|
|
640
|
+
})], -1), g(" 发送中... ")]))) : (s(), n("span", vt, "发送信息"))]), i.value && i.value !== "发送中..." ? (s(), n("div", {
|
|
641
641
|
key: 0,
|
|
642
|
-
class: C(["form-result",
|
|
643
|
-
},
|
|
642
|
+
class: C(["form-result", o.value])
|
|
643
|
+
}, l(i.value), 3)) : T("", !0)], 34));
|
|
644
644
|
}
|
|
645
|
-
}),
|
|
645
|
+
}), kn = /* @__PURE__ */ d($t, [["__scopeId", "data-v-bd2eaefb"]]), yt = /* @__PURE__ */ f({
|
|
646
646
|
__name: "LandingPageContainer",
|
|
647
647
|
props: {
|
|
648
648
|
flexDirection: {
|
|
@@ -657,22 +657,22 @@ const U = /* @__PURE__ */ d(Ze, [["render", Xe], ["__scopeId", "data-v-cdb3f77d"
|
|
|
657
657
|
},
|
|
658
658
|
setup(a) {
|
|
659
659
|
const t = a;
|
|
660
|
-
return (
|
|
660
|
+
return (c, i) => (s(), n("div", {
|
|
661
661
|
class: "landing-page-container",
|
|
662
662
|
style: S({
|
|
663
663
|
flexDirection: t.flexDirection,
|
|
664
664
|
gap: t.gap,
|
|
665
665
|
padding: t.padding
|
|
666
666
|
})
|
|
667
|
-
}, [h(
|
|
667
|
+
}, [h(c.$slots, "default", {}, void 0, !0)], 4));
|
|
668
668
|
}
|
|
669
|
-
}),
|
|
669
|
+
}), Ln = /* @__PURE__ */ d(yt, [["__scopeId", "data-v-4566ee86"]]), bt = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1744'%20height='480'%20viewBox='0%200%201744%20480'%20fill='none'%3e%3cg%20style='mix-blend-mode:luminosity'%20opacity='0.5'%3e%3ccircle%20opacity='0.7'%20cx='861.225'%20cy='247.836'%20r='322.59'%20stroke='%2300000050'%20stroke-width='1.29295'%20/%3e%3ccircle%20opacity='0.6'%20cx='861.225'%20cy='247.836'%20r='387.237'%20stroke='%2300000050'%20stroke-width='1.29295'%20/%3e%3ccircle%20opacity='0.5'%20cx='861.226'%20cy='247.836'%20r='451.884'%20stroke='%2300000050'%20stroke-width='1.29295'%20/%3e%3ccircle%20opacity='0.4'%20cx='861.225'%20cy='247.835'%20r='516.532'%20stroke='%2300000050'%20stroke-width='1.29295'%20/%3e%3ccircle%20opacity='0.3'%20cx='861.225'%20cy='247.836'%20r='581.179'%20stroke='%2300000050'%20stroke-width='1.29295'%20/%3e%3ccircle%20opacity='0.2'%20cx='861.225'%20cy='247.836'%20r='645.826'%20stroke='%2300000050'%20stroke-width='1.29295'%20/%3e%3ccircle%20opacity='0.15'%20cx='861.225'%20cy='247.836'%20r='710.473'%20stroke='%2300000050'%20stroke-width='1.29295'%20/%3e%3ccircle%20opacity='0.1'%20cx='861.225'%20cy='247.836'%20r='775.12'%20stroke='%2300000050'%20stroke-width='1.29295'%20/%3e%3ccircle%20opacity='0.1'%20cx='862.695'%20cy='238.041'%20r='842.161'%20stroke='%2300000050'%20stroke-width='1.40477'%20/%3e%3ccircle%20opacity='0.1'%20cx='872'%20cy='240'%20r='907.243'%20stroke='%2300000050'%20stroke-width='1.51333'%20/%3e%3c/g%3e%3c/svg%3e", kt = {
|
|
670
670
|
class: "cta-title"
|
|
671
|
-
}, kt = {
|
|
672
|
-
class: "cta-description"
|
|
673
671
|
}, Lt = {
|
|
672
|
+
class: "cta-description"
|
|
673
|
+
}, Pt = {
|
|
674
674
|
class: "cta-actions"
|
|
675
|
-
},
|
|
675
|
+
}, It = /* @__PURE__ */ f({
|
|
676
676
|
__name: "LandingPageCta",
|
|
677
677
|
props: {
|
|
678
678
|
title: {
|
|
@@ -681,28 +681,30 @@ const U = /* @__PURE__ */ d(Ze, [["render", Xe], ["__scopeId", "data-v-cdb3f77d"
|
|
|
681
681
|
description: {
|
|
682
682
|
default: "立即开始您的翻译之旅"
|
|
683
683
|
},
|
|
684
|
-
backgroundUrl: {
|
|
684
|
+
backgroundUrl: {
|
|
685
|
+
default: bt
|
|
686
|
+
}
|
|
685
687
|
},
|
|
686
688
|
setup(a) {
|
|
687
|
-
const t = a,
|
|
689
|
+
const t = a, c = z(() => ({
|
|
688
690
|
backgroundImage: t.backgroundUrl ? `url(${t.backgroundUrl})` : void 0,
|
|
689
691
|
backgroundRepeat: "no-repeat",
|
|
690
692
|
backgroundSize: "200% 200%",
|
|
691
693
|
backgroundPosition: "center"
|
|
692
694
|
}));
|
|
693
|
-
return (
|
|
695
|
+
return (i, o) => (s(), n("div", {
|
|
694
696
|
class: "cta-container",
|
|
695
|
-
style: S(
|
|
696
|
-
}, [e("h1",
|
|
697
|
+
style: S(c.value)
|
|
698
|
+
}, [e("h1", kt, l(t.title), 1), e("div", Lt, l(t.description), 1), e("div", Pt, [h(i.$slots, "actions", {}, void 0, !0)])], 4));
|
|
697
699
|
}
|
|
698
|
-
}),
|
|
700
|
+
}), Pn = /* @__PURE__ */ d(It, [["__scopeId", "data-v-092af5b8"]]), wt = {}, St = {
|
|
699
701
|
role: "separator",
|
|
700
702
|
class: "divider divider-horizontal"
|
|
701
703
|
};
|
|
702
704
|
function Ct(a, t) {
|
|
703
705
|
return s(), n("div", St);
|
|
704
706
|
}
|
|
705
|
-
const V = /* @__PURE__ */ d(
|
|
707
|
+
const V = /* @__PURE__ */ d(wt, [["render", Ct], ["__scopeId", "data-v-997fc2a4"]]), xt = /* @__PURE__ */ f({
|
|
706
708
|
__name: "LandingPageFAQ",
|
|
707
709
|
props: {
|
|
708
710
|
activeKeys: {
|
|
@@ -732,16 +734,16 @@ const V = /* @__PURE__ */ d(It, [["render", Ct], ["__scopeId", "data-v-997fc2a4"
|
|
|
732
734
|
},
|
|
733
735
|
setup(a) {
|
|
734
736
|
const t = a;
|
|
735
|
-
return (
|
|
737
|
+
return (c, i) => (s(), L(R, {
|
|
736
738
|
"active-keys": t.activeKeys
|
|
737
739
|
}, {
|
|
738
|
-
default: _(() => [(s(!0), n(
|
|
740
|
+
default: _(() => [(s(!0), n(v, null, b(t.faqItems, (o, r) => (s(), L(W, {
|
|
739
741
|
key: r,
|
|
740
742
|
index: r
|
|
741
743
|
}, {
|
|
742
|
-
header: _(() => [g(
|
|
743
|
-
default: _(() => [u(
|
|
744
|
-
default: _(() => [g(
|
|
744
|
+
header: _(() => [g(l(o.question), 1)]),
|
|
745
|
+
default: _(() => [u(x, null, {
|
|
746
|
+
default: _(() => [g(l(o.answer), 1)]),
|
|
745
747
|
_: 2
|
|
746
748
|
}, 1024)]),
|
|
747
749
|
_: 2
|
|
@@ -749,11 +751,11 @@ const V = /* @__PURE__ */ d(It, [["render", Ct], ["__scopeId", "data-v-997fc2a4"
|
|
|
749
751
|
_: 1
|
|
750
752
|
}, 8, ["active-keys"]));
|
|
751
753
|
}
|
|
752
|
-
}),
|
|
754
|
+
}), In = /* @__PURE__ */ d(xt, [["__scopeId", "data-v-581e8f75"]]), Tt = {
|
|
753
755
|
class: "Features"
|
|
754
|
-
},
|
|
756
|
+
}, At = {
|
|
755
757
|
class: "feature-title"
|
|
756
|
-
},
|
|
758
|
+
}, qt = /* @__PURE__ */ f({
|
|
757
759
|
__name: "LandingPageFeatures",
|
|
758
760
|
props: {
|
|
759
761
|
features: {
|
|
@@ -792,8 +794,8 @@ const V = /* @__PURE__ */ d(It, [["render", Ct], ["__scopeId", "data-v-997fc2a4"
|
|
|
792
794
|
},
|
|
793
795
|
setup(a) {
|
|
794
796
|
const t = a;
|
|
795
|
-
return (
|
|
796
|
-
key:
|
|
797
|
+
return (c, i) => (s(), n("div", Tt, [(s(!0), n(v, null, b(t.features, (o) => (s(), L(U, {
|
|
798
|
+
key: o.title
|
|
797
799
|
}, {
|
|
798
800
|
default: _(() => [e("div", {
|
|
799
801
|
class: "icon-container",
|
|
@@ -801,25 +803,25 @@ const V = /* @__PURE__ */ d(It, [["render", Ct], ["__scopeId", "data-v-997fc2a4"
|
|
|
801
803
|
color: t.iconColor,
|
|
802
804
|
border: `1px solid ${t.iconBorderColor}`
|
|
803
805
|
})
|
|
804
|
-
}, [u(I(
|
|
806
|
+
}, [u(I(w), {
|
|
805
807
|
class: "icon",
|
|
806
|
-
icon:
|
|
807
|
-
}, null, 8, ["icon"])], 4), e("h3",
|
|
808
|
-
default: _(() => [g(
|
|
808
|
+
icon: o.icon
|
|
809
|
+
}, null, 8, ["icon"])], 4), e("h3", At, l(o.title), 1), u(x, null, {
|
|
810
|
+
default: _(() => [g(l(o.description), 1)]),
|
|
809
811
|
_: 2
|
|
810
812
|
}, 1024)]),
|
|
811
813
|
_: 2
|
|
812
814
|
}, 1024))), 128))]));
|
|
813
815
|
}
|
|
814
|
-
}),
|
|
816
|
+
}), wn = /* @__PURE__ */ d(qt, [["__scopeId", "data-v-1ee2db18"]]), Bt = {
|
|
815
817
|
class: "tt-feature-list"
|
|
816
|
-
}, Bt = {
|
|
817
|
-
class: "tt-feature-content"
|
|
818
818
|
}, zt = {
|
|
819
|
-
class: "
|
|
819
|
+
class: "tt-feature-content"
|
|
820
820
|
}, Ft = {
|
|
821
|
+
class: "heading-small"
|
|
822
|
+
}, Vt = {
|
|
821
823
|
class: "text-small"
|
|
822
|
-
},
|
|
824
|
+
}, Dt = /* @__PURE__ */ f({
|
|
823
825
|
__name: "LandingPageFeatures2",
|
|
824
826
|
props: {
|
|
825
827
|
list: {
|
|
@@ -829,26 +831,26 @@ const V = /* @__PURE__ */ d(It, [["render", Ct], ["__scopeId", "data-v-997fc2a4"
|
|
|
829
831
|
},
|
|
830
832
|
setup(a) {
|
|
831
833
|
const t = a;
|
|
832
|
-
return (
|
|
834
|
+
return (c, i) => (s(), n("div", Bt, [(s(!0), n(v, null, b(t.list, (o, r) => (s(), n("div", {
|
|
833
835
|
key: r,
|
|
834
836
|
class: "tt-feature-item centered"
|
|
835
|
-
}, [
|
|
837
|
+
}, [i[1] || (i[1] = e("div", {
|
|
836
838
|
class: "tt-feature-icon"
|
|
837
839
|
}, [e("img", {
|
|
838
840
|
src: "https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/66cda872417824f6aabdc2ad_check-highlight-badge.svg",
|
|
839
841
|
loading: "lazy",
|
|
840
842
|
class: "feature-media"
|
|
841
|
-
})], -1)), e("div",
|
|
843
|
+
})], -1)), e("div", zt, [e("h3", Ft, l(o.title), 1), e("p", Vt, [g(l(o.descriptions) + " ", 1), i[0] || (i[0] = e("br", null, null, -1))])])]))), 128))]));
|
|
842
844
|
}
|
|
843
|
-
}),
|
|
844
|
-
function
|
|
845
|
-
return `mailto:${a}?subject=${encodeURIComponent(t)}&body=${encodeURIComponent(
|
|
845
|
+
}), Sn = /* @__PURE__ */ d(Dt, [["__scopeId", "data-v-abd3c70a"]]);
|
|
846
|
+
function Ht(a, t, c) {
|
|
847
|
+
return `mailto:${a}?subject=${encodeURIComponent(t)}&body=${encodeURIComponent(c)}`;
|
|
846
848
|
}
|
|
847
|
-
const
|
|
849
|
+
const Mt = {
|
|
848
850
|
class: "bottom"
|
|
849
|
-
},
|
|
851
|
+
}, jt = {
|
|
850
852
|
class: "socials"
|
|
851
|
-
},
|
|
853
|
+
}, Ut = ["onClick"], Gt = /* @__PURE__ */ f({
|
|
852
854
|
__name: "LandingPageFooterContact",
|
|
853
855
|
props: {
|
|
854
856
|
beianText: {
|
|
@@ -866,49 +868,49 @@ const Ht = {
|
|
|
866
868
|
},
|
|
867
869
|
setup(a) {
|
|
868
870
|
const t = a;
|
|
869
|
-
function
|
|
871
|
+
function c() {
|
|
870
872
|
window.open(t.beianUrl);
|
|
871
873
|
}
|
|
872
|
-
return (
|
|
873
|
-
onClick:
|
|
874
|
-
},
|
|
874
|
+
return (i, o) => (s(), n("div", Mt, [e("span", {
|
|
875
|
+
onClick: c
|
|
876
|
+
}, l(t.beianText), 1), e("div", jt, [(s(!0), n(v, null, b(a.links, (r, m) => (s(), n("div", {
|
|
875
877
|
key: m,
|
|
876
878
|
class: "socialItem",
|
|
877
879
|
onClick: r.select
|
|
878
|
-
}, [r.type === "text" ? (s(),
|
|
880
|
+
}, [r.type === "text" ? (s(), L(I(w), {
|
|
879
881
|
key: 0,
|
|
880
882
|
icon: r.icon
|
|
881
|
-
}, null, 8, ["icon"])) : T("", !0), r.type === "image" ? (s(),
|
|
883
|
+
}, null, 8, ["icon"])) : T("", !0), r.type === "image" ? (s(), L(I(w), {
|
|
882
884
|
key: 1,
|
|
883
885
|
icon: r.icon
|
|
884
|
-
}, null, 8, ["icon"])) : T("", !0)], 8,
|
|
886
|
+
}, null, 8, ["icon"])) : T("", !0)], 8, Ut))), 128))])]));
|
|
885
887
|
}
|
|
886
|
-
}),
|
|
888
|
+
}), Et = /* @__PURE__ */ d(Gt, [["__scopeId", "data-v-ff6210b9"]]), Nt = {
|
|
887
889
|
class: "FooterLayout"
|
|
888
|
-
}, Nt = {
|
|
889
|
-
class: "body"
|
|
890
890
|
}, Ot = {
|
|
891
|
-
class: "
|
|
891
|
+
class: "body"
|
|
892
892
|
}, Rt = {
|
|
893
|
+
class: "logo"
|
|
894
|
+
}, Wt = {
|
|
893
895
|
class: "links"
|
|
894
|
-
},
|
|
896
|
+
}, Kt = /* @__PURE__ */ f({
|
|
895
897
|
__name: "LandingPageFooterLayout",
|
|
896
898
|
setup(a) {
|
|
897
|
-
return (t,
|
|
899
|
+
return (t, c) => (s(), n("div", Nt, [u(V), e("div", Ot, [e("div", Rt, [h(t.$slots, "LandingPageBrandInfo", {}, void 0, !0)]), e("div", Wt, [h(t.$slots, "LandingPageLinkGroup", {}, void 0, !0)])]), u(V), h(t.$slots, "LandingPageFooterContact", {}, void 0, !0)]));
|
|
898
900
|
}
|
|
899
|
-
}),
|
|
901
|
+
}), Jt = /* @__PURE__ */ d(Kt, [["__scopeId", "data-v-425841c7"]]), Qt = {}, Zt = {
|
|
900
902
|
class: "Description"
|
|
901
903
|
};
|
|
902
|
-
function
|
|
903
|
-
return s(), n("div",
|
|
904
|
+
function Yt(a, t) {
|
|
905
|
+
return s(), n("div", Zt, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
904
906
|
}
|
|
905
|
-
const
|
|
907
|
+
const P = /* @__PURE__ */ d(Qt, [["render", Yt], ["__scopeId", "data-v-ea9ec649"]]), Xt = {
|
|
906
908
|
class: "list"
|
|
907
|
-
}, Xt = {
|
|
908
|
-
class: "title"
|
|
909
909
|
}, es = {
|
|
910
|
+
class: "title"
|
|
911
|
+
}, ts = {
|
|
910
912
|
class: "listItemContent"
|
|
911
|
-
},
|
|
913
|
+
}, ss = /* @__PURE__ */ f({
|
|
912
914
|
__name: "LandingPageLinkGroup",
|
|
913
915
|
props: {
|
|
914
916
|
title: {
|
|
@@ -917,23 +919,23 @@ const L = /* @__PURE__ */ d(Jt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
917
919
|
},
|
|
918
920
|
setup(a) {
|
|
919
921
|
const t = a;
|
|
920
|
-
return (
|
|
922
|
+
return (c, i) => (s(), n("div", Xt, [e("div", es, l(t.title), 1), e("div", ts, [h(c.$slots, "item", {}, void 0, !0)])]));
|
|
921
923
|
}
|
|
922
|
-
}), B = /* @__PURE__ */ d(
|
|
924
|
+
}), B = /* @__PURE__ */ d(ss, [["__scopeId", "data-v-0809a48c"]]), as = {
|
|
923
925
|
class: "Footer"
|
|
924
|
-
}, D = "support@huyooo.com",
|
|
926
|
+
}, D = "support@huyooo.com", ns = /* @__PURE__ */ f({
|
|
925
927
|
__name: "LandingPageFooter",
|
|
926
928
|
setup(a) {
|
|
927
|
-
const t = k("京ICP备2024077422号 Copyright © 2024-2024 北京忽柚科技有限公司"),
|
|
928
|
-
function
|
|
929
|
-
const p =
|
|
929
|
+
const t = k("京ICP备2024077422号 Copyright © 2024-2024 北京忽柚科技有限公司"), c = k("https://beian.miit.gov.cn/#/Integrated/index");
|
|
930
|
+
function i() {
|
|
931
|
+
const p = Ht(D, "", "");
|
|
930
932
|
window.location.href = p;
|
|
931
933
|
}
|
|
932
|
-
const
|
|
934
|
+
const o = k([{
|
|
933
935
|
type: "text",
|
|
934
936
|
icon: "ic:baseline-email",
|
|
935
937
|
content: D,
|
|
936
|
-
select:
|
|
938
|
+
select: i
|
|
937
939
|
}, {
|
|
938
940
|
type: "image",
|
|
939
941
|
icon: "ic:baseline-wechat",
|
|
@@ -941,7 +943,7 @@ const L = /* @__PURE__ */ d(Jt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
941
943
|
select() {
|
|
942
944
|
}
|
|
943
945
|
}]);
|
|
944
|
-
return (r, m) => (s(), n("div",
|
|
946
|
+
return (r, m) => (s(), n("div", as, [u(Jt, null, {
|
|
945
947
|
LandingPageBrandInfo: _(() => [u(Ke, {
|
|
946
948
|
icon: "https://ghibliaigenerator.app/logo.png",
|
|
947
949
|
name: "ONES",
|
|
@@ -950,15 +952,15 @@ const L = /* @__PURE__ */ d(Jt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
950
952
|
LandingPageLinkGroup: _(() => [u(B, {
|
|
951
953
|
title: "产品"
|
|
952
954
|
}, {
|
|
953
|
-
item: _(() => [u(
|
|
955
|
+
item: _(() => [u(P, null, {
|
|
954
956
|
default: _(() => m[0] || (m[0] = [g("功能")])),
|
|
955
957
|
_: 1,
|
|
956
958
|
__: [0]
|
|
957
|
-
}), u(
|
|
959
|
+
}), u(P, null, {
|
|
958
960
|
default: _(() => m[1] || (m[1] = [g("展示")])),
|
|
959
961
|
_: 1,
|
|
960
962
|
__: [1]
|
|
961
|
-
}), u(
|
|
963
|
+
}), u(P, null, {
|
|
962
964
|
default: _(() => m[2] || (m[2] = [g("价格")])),
|
|
963
965
|
_: 1,
|
|
964
966
|
__: [2]
|
|
@@ -967,7 +969,7 @@ const L = /* @__PURE__ */ d(Jt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
967
969
|
}), u(B, {
|
|
968
970
|
title: "资源"
|
|
969
971
|
}, {
|
|
970
|
-
item: _(() => [u(
|
|
972
|
+
item: _(() => [u(P, null, {
|
|
971
973
|
default: _(() => m[3] || (m[3] = [g("安全性与合规性")])),
|
|
972
974
|
_: 1,
|
|
973
975
|
__: [3]
|
|
@@ -976,56 +978,56 @@ const L = /* @__PURE__ */ d(Jt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
976
978
|
}), u(B, {
|
|
977
979
|
title: "公司"
|
|
978
980
|
}, {
|
|
979
|
-
item: _(() => [u(
|
|
981
|
+
item: _(() => [u(P, null, {
|
|
980
982
|
default: _(() => m[4] || (m[4] = [g("博客")])),
|
|
981
983
|
_: 1,
|
|
982
984
|
__: [4]
|
|
983
|
-
}), u(
|
|
985
|
+
}), u(P, null, {
|
|
984
986
|
default: _(() => m[5] || (m[5] = [g("公司简介")])),
|
|
985
987
|
_: 1,
|
|
986
988
|
__: [5]
|
|
987
|
-
}), u(
|
|
989
|
+
}), u(P, null, {
|
|
988
990
|
default: _(() => m[6] || (m[6] = [g("个人信息收集清单")])),
|
|
989
991
|
_: 1,
|
|
990
992
|
__: [6]
|
|
991
|
-
}), u(
|
|
993
|
+
}), u(P, null, {
|
|
992
994
|
default: _(() => m[7] || (m[7] = [g("第三方信息共享清单")])),
|
|
993
995
|
_: 1,
|
|
994
996
|
__: [7]
|
|
995
|
-
}), u(
|
|
997
|
+
}), u(P, null, {
|
|
996
998
|
default: _(() => m[8] || (m[8] = [g("用户服务协议")])),
|
|
997
999
|
_: 1,
|
|
998
1000
|
__: [8]
|
|
999
|
-
}), u(
|
|
1001
|
+
}), u(P, null, {
|
|
1000
1002
|
default: _(() => m[9] || (m[9] = [g("隐私协议")])),
|
|
1001
1003
|
_: 1,
|
|
1002
1004
|
__: [9]
|
|
1003
1005
|
})]),
|
|
1004
1006
|
_: 1
|
|
1005
1007
|
})]),
|
|
1006
|
-
LandingPageFooterContact: _(() => [u(
|
|
1008
|
+
LandingPageFooterContact: _(() => [u(Et, {
|
|
1007
1009
|
"beian-text": t.value,
|
|
1008
|
-
"beian-url":
|
|
1009
|
-
links:
|
|
1010
|
+
"beian-url": c.value,
|
|
1011
|
+
links: o.value
|
|
1010
1012
|
}, null, 8, ["beian-text", "beian-url", "links"])]),
|
|
1011
1013
|
_: 1
|
|
1012
1014
|
})]));
|
|
1013
1015
|
}
|
|
1014
|
-
}),
|
|
1016
|
+
}), Cn = /* @__PURE__ */ d(ns, [["__scopeId", "data-v-ee74e088"]]), is = {
|
|
1015
1017
|
class: "hero"
|
|
1016
|
-
}, is = {
|
|
1017
|
-
class: "heroContent"
|
|
1018
1018
|
}, os = {
|
|
1019
|
+
class: "heroContent"
|
|
1020
|
+
}, cs = {
|
|
1019
1021
|
class: "heroHeading"
|
|
1020
1022
|
}, ls = {
|
|
1021
1023
|
class: "heroTitle"
|
|
1022
|
-
}, cs = {
|
|
1023
|
-
class: "heroDescription"
|
|
1024
1024
|
}, rs = {
|
|
1025
|
-
class: "
|
|
1025
|
+
class: "heroDescription"
|
|
1026
1026
|
}, ds = {
|
|
1027
|
+
class: "heroActions"
|
|
1028
|
+
}, us = {
|
|
1027
1029
|
class: "heroImage"
|
|
1028
|
-
},
|
|
1030
|
+
}, _s = /* @__PURE__ */ f({
|
|
1029
1031
|
__name: "LandingPageHero",
|
|
1030
1032
|
props: {
|
|
1031
1033
|
title: {
|
|
@@ -1043,11 +1045,11 @@ const L = /* @__PURE__ */ d(Jt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1043
1045
|
},
|
|
1044
1046
|
setup(a) {
|
|
1045
1047
|
const t = a;
|
|
1046
|
-
return (
|
|
1048
|
+
return (c, i) => (s(), n("main", is, [e("div", os, [e("div", cs, [e("h1", ls, [h(c.$slots, "title", {}, () => [g(l(t.title), 1)], !0)])]), e("div", rs, [e("div", null, l(t.description), 1)]), e("div", ds, [h(c.$slots, "actions", {}, void 0, !0)])]), e("div", us, [h(c.$slots, "heroSource", {}, void 0, !0)])]));
|
|
1047
1049
|
}
|
|
1048
|
-
}),
|
|
1050
|
+
}), xn = /* @__PURE__ */ d(_s, [["__scopeId", "data-v-38f97a3c"]]), ps = {
|
|
1049
1051
|
class: "logos-list"
|
|
1050
|
-
},
|
|
1052
|
+
}, fs = /* @__PURE__ */ f({
|
|
1051
1053
|
__name: "LandingPageLogos",
|
|
1052
1054
|
props: {
|
|
1053
1055
|
title: {
|
|
@@ -1074,13 +1076,13 @@ const L = /* @__PURE__ */ d(Jt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1074
1076
|
},
|
|
1075
1077
|
setup(a) {
|
|
1076
1078
|
const t = a;
|
|
1077
|
-
return (
|
|
1079
|
+
return (c, i) => (s(), n("div", ps, [(s(!0), n(v, null, b(t.logos, (o, r) => (s(), L(I(w), {
|
|
1078
1080
|
key: r,
|
|
1079
|
-
icon:
|
|
1081
|
+
icon: o.name,
|
|
1080
1082
|
class: "logo-icon"
|
|
1081
1083
|
}, null, 8, ["icon"]))), 128))]));
|
|
1082
1084
|
}
|
|
1083
|
-
}),
|
|
1085
|
+
}), Tn = /* @__PURE__ */ d(fs, [["__scopeId", "data-v-1a08e627"]]), ms = /* @__PURE__ */ f({
|
|
1084
1086
|
__name: "LandingPagePageContent",
|
|
1085
1087
|
props: {
|
|
1086
1088
|
maxWidth: {
|
|
@@ -1101,7 +1103,7 @@ const L = /* @__PURE__ */ d(Jt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1101
1103
|
}
|
|
1102
1104
|
},
|
|
1103
1105
|
setup(a) {
|
|
1104
|
-
const t = a,
|
|
1106
|
+
const t = a, c = z(() => ({
|
|
1105
1107
|
maxWidth: t.maxWidth,
|
|
1106
1108
|
margin: t.center ? "0 auto" : void 0,
|
|
1107
1109
|
width: "100%",
|
|
@@ -1110,29 +1112,29 @@ const L = /* @__PURE__ */ d(Jt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1110
1112
|
flexDirection: t.flexDirection ?? "column",
|
|
1111
1113
|
gap: t.gap
|
|
1112
1114
|
}));
|
|
1113
|
-
return (
|
|
1115
|
+
return (i, o) => (s(), n("div", {
|
|
1114
1116
|
class: "PageContent",
|
|
1115
|
-
style: S(
|
|
1116
|
-
}, [h(
|
|
1117
|
+
style: S(c.value)
|
|
1118
|
+
}, [h(i.$slots, "default", {}, void 0, !0)], 4));
|
|
1117
1119
|
}
|
|
1118
|
-
}),
|
|
1120
|
+
}), An = /* @__PURE__ */ d(ms, [["__scopeId", "data-v-00ec8180"]]), gs = {
|
|
1119
1121
|
class: "Tabs"
|
|
1120
|
-
}, gs = {
|
|
1121
|
-
class: "tabs-root"
|
|
1122
1122
|
}, hs = {
|
|
1123
|
+
class: "tabs-root"
|
|
1124
|
+
}, vs = {
|
|
1123
1125
|
role: "radiogroup",
|
|
1124
1126
|
"aria-required": "false",
|
|
1125
1127
|
dir: "ltr",
|
|
1126
1128
|
class: "tabs-group",
|
|
1127
1129
|
tabindex: "0"
|
|
1128
|
-
},
|
|
1130
|
+
}, $s = ["id", "aria-checked", "data-state", "value", "tabindex", "onClick"], ys = {
|
|
1129
1131
|
key: 0,
|
|
1130
1132
|
"data-state": "checked",
|
|
1131
1133
|
class: "tabs-radio-icon"
|
|
1132
|
-
}, bs = ["for"],
|
|
1134
|
+
}, bs = ["for"], ks = {
|
|
1133
1135
|
key: 0,
|
|
1134
1136
|
class: "tabs-badge"
|
|
1135
|
-
},
|
|
1137
|
+
}, Ls = /* @__PURE__ */ f({
|
|
1136
1138
|
__name: "LandingPageTabs",
|
|
1137
1139
|
props: {
|
|
1138
1140
|
tabs: {
|
|
@@ -1147,35 +1149,35 @@ const L = /* @__PURE__ */ d(Jt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1147
1149
|
emits: ["update:modelValue"],
|
|
1148
1150
|
setup(a) {
|
|
1149
1151
|
const t = a;
|
|
1150
|
-
return (
|
|
1151
|
-
key:
|
|
1152
|
+
return (c, i) => (s(), n("div", gs, [e("div", hs, [e("div", vs, [(s(!0), n(v, null, b(t.tabs, (o) => (s(), n("div", {
|
|
1153
|
+
key: o.value,
|
|
1152
1154
|
class: C(["tabs-item", {
|
|
1153
|
-
"tabs-item-active":
|
|
1155
|
+
"tabs-item-active": o.value === a.modelValue
|
|
1154
1156
|
}])
|
|
1155
1157
|
}, [e("button", {
|
|
1156
|
-
id:
|
|
1158
|
+
id: o.value,
|
|
1157
1159
|
type: "button",
|
|
1158
1160
|
role: "radio",
|
|
1159
|
-
"aria-checked":
|
|
1160
|
-
"data-state":
|
|
1161
|
-
value:
|
|
1161
|
+
"aria-checked": o.value === a.modelValue,
|
|
1162
|
+
"data-state": o.value === a.modelValue ? "checked" : "unchecked",
|
|
1163
|
+
value: o.value,
|
|
1162
1164
|
class: "tabs-radio",
|
|
1163
|
-
tabindex:
|
|
1164
|
-
onClick: (r) =>
|
|
1165
|
-
}, [
|
|
1165
|
+
tabindex: o.value === a.modelValue ? 0 : -1,
|
|
1166
|
+
onClick: (r) => c.$emit("update:modelValue", o.value)
|
|
1167
|
+
}, [o.value === a.modelValue ? (s(), n("span", ys)) : T("", !0)], 8, $s), e("label", {
|
|
1166
1168
|
class: "tabs-label",
|
|
1167
|
-
for:
|
|
1168
|
-
}, [e("span", null,
|
|
1169
|
+
for: o.value
|
|
1170
|
+
}, [e("span", null, l(o.label), 1), o.badge ? (s(), n("div", ks, l(o.badge), 1)) : T("", !0)], 8, bs)], 2))), 128))])])]));
|
|
1169
1171
|
}
|
|
1170
|
-
}),
|
|
1172
|
+
}), Ps = /* @__PURE__ */ d(Ls, [["__scopeId", "data-v-9eb67a93"]]), Is = {
|
|
1171
1173
|
class: "PriceGroup"
|
|
1172
|
-
},
|
|
1174
|
+
}, ws = /* @__PURE__ */ f({
|
|
1173
1175
|
__name: "LandingPagePriceGroup",
|
|
1174
1176
|
setup(a) {
|
|
1175
1177
|
const t = k("subscribe-monthly");
|
|
1176
|
-
return (
|
|
1178
|
+
return (c, i) => (s(), n("div", Is, [u(Ps, {
|
|
1177
1179
|
modelValue: t.value,
|
|
1178
|
-
"onUpdate:modelValue":
|
|
1180
|
+
"onUpdate:modelValue": i[0] || (i[0] = (o) => t.value = o),
|
|
1179
1181
|
tabs: [{
|
|
1180
1182
|
value: "subscribe-monthly",
|
|
1181
1183
|
label: "按月订阅"
|
|
@@ -1187,35 +1189,35 @@ const L = /* @__PURE__ */ d(Jt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1187
1189
|
value: "pay-as-you-go",
|
|
1188
1190
|
label: "按需付费"
|
|
1189
1191
|
}]
|
|
1190
|
-
}, null, 8, ["modelValue"]), h(
|
|
1192
|
+
}, null, 8, ["modelValue"]), h(c.$slots, "default", {}, void 0, !0)]));
|
|
1191
1193
|
}
|
|
1192
|
-
}),
|
|
1194
|
+
}), qn = /* @__PURE__ */ d(ws, [["__scopeId", "data-v-43a35f55"]]), Ss = {
|
|
1193
1195
|
class: "PricingCard"
|
|
1194
1196
|
}, Cs = {
|
|
1195
1197
|
class: "title"
|
|
1196
|
-
}, ws = {
|
|
1197
|
-
class: "titleText"
|
|
1198
1198
|
}, xs = {
|
|
1199
|
-
class: "
|
|
1199
|
+
class: "titleText"
|
|
1200
1200
|
}, Ts = {
|
|
1201
|
-
class: "
|
|
1201
|
+
class: "description"
|
|
1202
1202
|
}, As = {
|
|
1203
|
-
class: "
|
|
1203
|
+
class: "priceAndDiscount"
|
|
1204
1204
|
}, qs = {
|
|
1205
|
-
class: "
|
|
1205
|
+
class: "price"
|
|
1206
1206
|
}, Bs = {
|
|
1207
|
+
class: "discount"
|
|
1208
|
+
}, zs = {
|
|
1207
1209
|
style: {
|
|
1208
1210
|
position: "relative",
|
|
1209
1211
|
top: "3px"
|
|
1210
1212
|
}
|
|
1211
|
-
},
|
|
1213
|
+
}, Fs = {
|
|
1212
1214
|
key: 1,
|
|
1213
1215
|
class: "priceNotDiscount"
|
|
1214
|
-
}, Fs = {
|
|
1215
|
-
class: "cycle"
|
|
1216
1216
|
}, Vs = {
|
|
1217
|
+
class: "cycle"
|
|
1218
|
+
}, Ds = {
|
|
1217
1219
|
class: "features"
|
|
1218
|
-
},
|
|
1220
|
+
}, Hs = /* @__PURE__ */ f({
|
|
1219
1221
|
__name: "LandingPagePricingCard",
|
|
1220
1222
|
props: {
|
|
1221
1223
|
loading: {
|
|
@@ -1277,53 +1279,53 @@ const L = /* @__PURE__ */ d(Jt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
|
|
|
1277
1279
|
setup(a, {
|
|
1278
1280
|
emit: t
|
|
1279
1281
|
}) {
|
|
1280
|
-
const
|
|
1281
|
-
function
|
|
1282
|
-
|
|
1282
|
+
const c = t, i = a;
|
|
1283
|
+
function o() {
|
|
1284
|
+
c("toPay");
|
|
1283
1285
|
}
|
|
1284
|
-
return (r, m) => (s(), n("div", Ss, [e("div", null, [e("div", Cs, [e("span",
|
|
1286
|
+
return (r, m) => (s(), n("div", Ss, [e("div", null, [e("div", Cs, [e("span", xs, l(i.title), 1), i.badge.label ? (s(), L(I(K), {
|
|
1285
1287
|
key: 0,
|
|
1286
1288
|
color: "arcoblue"
|
|
1287
1289
|
}, {
|
|
1288
|
-
default: _(() => [g(
|
|
1290
|
+
default: _(() => [g(l(i.badge.label), 1)]),
|
|
1289
1291
|
_: 1
|
|
1290
|
-
})) : T("", !0)]), e("div",
|
|
1292
|
+
})) : T("", !0)]), e("div", Ts, l(i.description), 1)]), e("div", As, [i.discount !== null ? (s(), n(v, {
|
|
1291
1293
|
key: 0
|
|
1292
|
-
}, [e("span",
|
|
1294
|
+
}, [e("span", qs, [e("span", null, l(i.price), 1), e("span", null, l(i.unit), 1)]), e("span", Bs, [e("span", zs, l(i.discount), 1), e("span", null, l(i.unit), 1)])], 64)) : (s(), n("span", Fs, [e("span", null, l(i.price), 1), e("span", null, l(i.unit), 1)])), e("span", Vs, l(i.cycle), 1)]), e("div", Ds, [(s(!0), n(v, null, b(i.features, ($, p) => (s(), L(j, {
|
|
1293
1295
|
key: p,
|
|
1294
|
-
description:
|
|
1296
|
+
description: $.title
|
|
1295
1297
|
}, null, 8, ["description"]))), 128))]), u(Qe, {
|
|
1296
1298
|
class: "handle",
|
|
1297
1299
|
type: "primary",
|
|
1298
|
-
loading:
|
|
1299
|
-
disabled: !(
|
|
1300
|
-
onClick:
|
|
1300
|
+
loading: i.loading,
|
|
1301
|
+
disabled: !(i.discount || i.price),
|
|
1302
|
+
onClick: o
|
|
1301
1303
|
}, {
|
|
1302
|
-
default: _(() => [g(
|
|
1304
|
+
default: _(() => [g(l(i.button.label), 1)]),
|
|
1303
1305
|
_: 1
|
|
1304
1306
|
}, 8, ["loading", "disabled"])]));
|
|
1305
1307
|
}
|
|
1306
|
-
}),
|
|
1308
|
+
}), Bn = /* @__PURE__ */ d(Hs, [["__scopeId", "data-v-0b730439"]]), Ms = {}, js = {
|
|
1307
1309
|
class: "PricingGrid"
|
|
1308
|
-
},
|
|
1310
|
+
}, Us = {
|
|
1309
1311
|
class: "content"
|
|
1310
1312
|
};
|
|
1311
|
-
function
|
|
1312
|
-
return s(), n("div",
|
|
1313
|
+
function Gs(a, t) {
|
|
1314
|
+
return s(), n("div", js, [e("div", Us, [h(a.$slots, "default", {}, void 0, !0)])]);
|
|
1313
1315
|
}
|
|
1314
|
-
const
|
|
1316
|
+
const zn = /* @__PURE__ */ d(Ms, [["render", Gs], ["__scopeId", "data-v-1f26d3ee"]]), Es = {
|
|
1315
1317
|
class: "section-header"
|
|
1316
|
-
}, Es = {
|
|
1317
|
-
class: "title-section"
|
|
1318
1318
|
}, Ns = {
|
|
1319
|
+
class: "title-section"
|
|
1320
|
+
}, Os = {
|
|
1319
1321
|
class: "icon-title"
|
|
1320
|
-
},
|
|
1322
|
+
}, Rs = ["src", "alt", "width", "height"], Ws = {
|
|
1321
1323
|
class: "title"
|
|
1322
|
-
},
|
|
1324
|
+
}, Ks = {
|
|
1323
1325
|
class: "subtitle-section"
|
|
1324
|
-
},
|
|
1326
|
+
}, Js = ["src", "alt", "width", "height"], Qs = {
|
|
1325
1327
|
class: "subtitle"
|
|
1326
|
-
},
|
|
1328
|
+
}, Zs = /* @__PURE__ */ f({
|
|
1327
1329
|
__name: "LandingPageSectionHeader",
|
|
1328
1330
|
props: {
|
|
1329
1331
|
title: {},
|
|
@@ -1350,7 +1352,7 @@ const xn = /* @__PURE__ */ d(Hs, [["render", Us], ["__scopeId", "data-v-1f26d3ee
|
|
|
1350
1352
|
}
|
|
1351
1353
|
},
|
|
1352
1354
|
setup(a) {
|
|
1353
|
-
return (t,
|
|
1355
|
+
return (t, c) => (s(), n("div", Es, [e("div", Ns, [e("div", Os, [e("img", {
|
|
1354
1356
|
src: t.icon,
|
|
1355
1357
|
alt: t.iconAlt,
|
|
1356
1358
|
width: t.iconWidth,
|
|
@@ -1358,7 +1360,7 @@ const xn = /* @__PURE__ */ d(Hs, [["render", Us], ["__scopeId", "data-v-1f26d3ee
|
|
|
1358
1360
|
loading: "lazy",
|
|
1359
1361
|
decoding: "async",
|
|
1360
1362
|
class: "icon"
|
|
1361
|
-
}, null, 8,
|
|
1363
|
+
}, null, 8, Rs), e("span", Ws, l(t.title), 1)]), e("div", Ks, [e("img", {
|
|
1362
1364
|
src: t.dashline,
|
|
1363
1365
|
alt: t.dashlineAlt,
|
|
1364
1366
|
width: t.dashlineWidth,
|
|
@@ -1366,25 +1368,25 @@ const xn = /* @__PURE__ */ d(Hs, [["render", Us], ["__scopeId", "data-v-1f26d3ee
|
|
|
1366
1368
|
loading: "lazy",
|
|
1367
1369
|
decoding: "async",
|
|
1368
1370
|
class: "dashline"
|
|
1369
|
-
}, null, 8,
|
|
1371
|
+
}, null, 8, Js), e("span", Qs, l(t.subtitle), 1)])])]));
|
|
1370
1372
|
}
|
|
1371
|
-
}),
|
|
1373
|
+
}), Fn = /* @__PURE__ */ d(Zs, [["__scopeId", "data-v-6831913e"]]), Ys = {
|
|
1372
1374
|
class: "sections-container"
|
|
1373
|
-
}, Ys = {
|
|
1374
|
-
class: "container"
|
|
1375
1375
|
}, Xs = {
|
|
1376
|
+
class: "container"
|
|
1377
|
+
}, ea = {
|
|
1376
1378
|
class: "image-container"
|
|
1377
|
-
},
|
|
1379
|
+
}, ta = ["src", "alt"], sa = {
|
|
1378
1380
|
class: "text-container"
|
|
1379
|
-
}, sa = {
|
|
1380
|
-
class: "header"
|
|
1381
1381
|
}, aa = {
|
|
1382
|
-
class: "
|
|
1382
|
+
class: "header"
|
|
1383
1383
|
}, na = {
|
|
1384
|
-
class: "
|
|
1384
|
+
class: "features-list"
|
|
1385
1385
|
}, ia = {
|
|
1386
|
+
class: "content"
|
|
1387
|
+
}, oa = {
|
|
1386
1388
|
class: "feature-title"
|
|
1387
|
-
},
|
|
1389
|
+
}, ca = /* @__PURE__ */ f({
|
|
1388
1390
|
__name: "LandingPageSections",
|
|
1389
1391
|
props: {
|
|
1390
1392
|
title: {
|
|
@@ -1424,39 +1426,39 @@ const xn = /* @__PURE__ */ d(Hs, [["render", Us], ["__scopeId", "data-v-1f26d3ee
|
|
|
1424
1426
|
},
|
|
1425
1427
|
setup(a) {
|
|
1426
1428
|
const t = a;
|
|
1427
|
-
return (
|
|
1429
|
+
return (c, i) => (s(), n("section", Ys, [e("div", Xs, [e("div", {
|
|
1428
1430
|
class: C(["content-wrapper", {
|
|
1429
1431
|
reverse: t.reverse
|
|
1430
1432
|
}])
|
|
1431
|
-
}, [e("div",
|
|
1433
|
+
}, [e("div", ea, [e("img", {
|
|
1432
1434
|
src: t.imageUrl,
|
|
1433
1435
|
alt: t.imageAlt,
|
|
1434
1436
|
class: "image"
|
|
1435
|
-
}, null, 8,
|
|
1436
|
-
default: _(() => [g(
|
|
1437
|
+
}, null, 8, ta)]), e("div", sa, [e("div", aa, [u(M, null, {
|
|
1438
|
+
default: _(() => [g(l(t.title), 1)]),
|
|
1437
1439
|
_: 1
|
|
1438
1440
|
}), u(H, null, {
|
|
1439
|
-
default: _(() => [g(
|
|
1441
|
+
default: _(() => [g(l(t.subTitle), 1)]),
|
|
1440
1442
|
_: 1
|
|
1441
|
-
})]), e("div",
|
|
1443
|
+
})]), e("div", na, [(s(!0), n(v, null, b(t.features, (o, r) => (s(), n("div", {
|
|
1442
1444
|
key: r,
|
|
1443
1445
|
class: "feature-item"
|
|
1444
1446
|
}, [e("div", {
|
|
1445
|
-
class: C(["icon-container", [`icon-${
|
|
1446
|
-
},
|
|
1447
|
+
class: C(["icon-container", [`icon-${o.color}`]])
|
|
1448
|
+
}, i[0] || (i[0] = [e("div", {
|
|
1447
1449
|
class: "dot"
|
|
1448
|
-
}, null, -1)]), 2), e("div",
|
|
1449
|
-
default: _(() => [g(
|
|
1450
|
+
}, null, -1)]), 2), e("div", ia, [e("div", oa, l(o.title), 1), u(x, null, {
|
|
1451
|
+
default: _(() => [g(l(o.description), 1)]),
|
|
1450
1452
|
_: 2
|
|
1451
1453
|
}, 1024)])]))), 128))])])], 2)])]));
|
|
1452
1454
|
}
|
|
1453
|
-
}),
|
|
1455
|
+
}), Vn = /* @__PURE__ */ d(ca, [["__scopeId", "data-v-ac2b71bb"]]), la = {
|
|
1454
1456
|
class: "Showcase"
|
|
1455
|
-
},
|
|
1457
|
+
}, ra = ["onClick"], da = ["src", "alt"], ua = {
|
|
1456
1458
|
class: "card-content"
|
|
1457
|
-
},
|
|
1459
|
+
}, _a = {
|
|
1458
1460
|
class: "card-title"
|
|
1459
|
-
},
|
|
1461
|
+
}, pa = /* @__PURE__ */ f({
|
|
1460
1462
|
__name: "LandingPageShowcase",
|
|
1461
1463
|
props: {
|
|
1462
1464
|
items: {},
|
|
@@ -1478,37 +1480,37 @@ const xn = /* @__PURE__ */ d(Hs, [["render", Us], ["__scopeId", "data-v-1f26d3ee
|
|
|
1478
1480
|
setup(a, {
|
|
1479
1481
|
emit: t
|
|
1480
1482
|
}) {
|
|
1481
|
-
const
|
|
1482
|
-
function
|
|
1483
|
-
|
|
1483
|
+
const c = a, i = t;
|
|
1484
|
+
function o(m) {
|
|
1485
|
+
i("cardClick", m);
|
|
1484
1486
|
}
|
|
1485
1487
|
const r = z(() => ({
|
|
1486
|
-
height: `${
|
|
1487
|
-
objectFit:
|
|
1488
|
+
height: `${c.cardHeight}px`,
|
|
1489
|
+
objectFit: c.objectFit
|
|
1488
1490
|
}));
|
|
1489
|
-
return (m,
|
|
1490
|
-
key:
|
|
1491
|
+
return (m, $) => (s(), n("div", la, [(s(!0), n(v, null, b(c.items, (p, y) => (s(), n("div", {
|
|
1492
|
+
key: y,
|
|
1491
1493
|
class: "showcase-card",
|
|
1492
|
-
onClick: (G) =>
|
|
1494
|
+
onClick: (G) => o(p)
|
|
1493
1495
|
}, [e("img", {
|
|
1494
1496
|
src: p.image,
|
|
1495
1497
|
alt: p.alt,
|
|
1496
1498
|
style: S(r.value)
|
|
1497
|
-
}, null, 12,
|
|
1498
|
-
default: _(() => [g(
|
|
1499
|
+
}, null, 12, da), e("div", ua, [e("div", _a, l(p.title), 1), u(x, null, {
|
|
1500
|
+
default: _(() => [g(l(p.description), 1)]),
|
|
1499
1501
|
_: 2
|
|
1500
|
-
}, 1024)])], 8,
|
|
1502
|
+
}, 1024)])], 8, ra))), 128))]));
|
|
1501
1503
|
}
|
|
1502
|
-
}),
|
|
1504
|
+
}), Dn = /* @__PURE__ */ d(pa, [["__scopeId", "data-v-381ed6a6"]]), fa = {
|
|
1503
1505
|
class: "Stats"
|
|
1504
|
-
},
|
|
1506
|
+
}, ma = {
|
|
1505
1507
|
key: 0,
|
|
1506
1508
|
class: "stats-label"
|
|
1507
|
-
}, ma = {
|
|
1508
|
-
class: "stats-number"
|
|
1509
1509
|
}, ga = {
|
|
1510
|
+
class: "stats-number"
|
|
1511
|
+
}, ha = {
|
|
1510
1512
|
class: "stats-label"
|
|
1511
|
-
},
|
|
1513
|
+
}, va = /* @__PURE__ */ f({
|
|
1512
1514
|
__name: "LandingPageStats",
|
|
1513
1515
|
props: {
|
|
1514
1516
|
title: {
|
|
@@ -1535,18 +1537,18 @@ const xn = /* @__PURE__ */ d(Hs, [["render", Us], ["__scopeId", "data-v-1f26d3ee
|
|
|
1535
1537
|
},
|
|
1536
1538
|
setup(a) {
|
|
1537
1539
|
const t = a;
|
|
1538
|
-
return (
|
|
1540
|
+
return (c, i) => (s(), n("div", fa, [(s(!0), n(v, null, b(t.stats, (o, r) => (s(), n("div", {
|
|
1539
1541
|
key: r,
|
|
1540
1542
|
class: "stats-item"
|
|
1541
|
-
}, [
|
|
1543
|
+
}, [o.title ? (s(), n("div", ma, l(o.title), 1)) : T("", !0), e("div", ga, l(o.number), 1), e("div", ha, l(o.label), 1)]))), 128))]));
|
|
1542
1544
|
}
|
|
1543
|
-
}),
|
|
1545
|
+
}), Hn = /* @__PURE__ */ d(va, [["__scopeId", "data-v-7aa9af80"]]), $a = {
|
|
1544
1546
|
class: "stepNumber"
|
|
1545
|
-
},
|
|
1547
|
+
}, ya = {
|
|
1546
1548
|
class: "count"
|
|
1547
1549
|
}, ba = {
|
|
1548
1550
|
class: "stepTitle"
|
|
1549
|
-
},
|
|
1551
|
+
}, ka = /* @__PURE__ */ f({
|
|
1550
1552
|
__name: "LandingPageSteps",
|
|
1551
1553
|
props: {
|
|
1552
1554
|
columns: {
|
|
@@ -1569,31 +1571,31 @@ const xn = /* @__PURE__ */ d(Hs, [["render", Us], ["__scopeId", "data-v-1f26d3ee
|
|
|
1569
1571
|
},
|
|
1570
1572
|
setup(a) {
|
|
1571
1573
|
const t = a;
|
|
1572
|
-
return (
|
|
1574
|
+
return (c, i) => (s(), n("div", {
|
|
1573
1575
|
class: "Steps",
|
|
1574
1576
|
style: S({
|
|
1575
1577
|
gridTemplateColumns: `repeat(${t.columns}, 1fr)`
|
|
1576
1578
|
// flexDirection: props.flexDirection,
|
|
1577
1579
|
})
|
|
1578
|
-
}, [(s(!0), n(
|
|
1580
|
+
}, [(s(!0), n(v, null, b(t.steps, (o, r) => (s(), n("div", {
|
|
1579
1581
|
key: r,
|
|
1580
1582
|
class: "stepItem"
|
|
1581
|
-
}, [e("div",
|
|
1582
|
-
default: _(() => [g(
|
|
1583
|
+
}, [e("div", $a, [e("span", ya, l(r + 1), 1)]), e("h3", ba, l(o.title), 1), u(x, null, {
|
|
1584
|
+
default: _(() => [g(l(o.description), 1)]),
|
|
1583
1585
|
_: 2
|
|
1584
1586
|
}, 1024)]))), 128))], 4));
|
|
1585
1587
|
}
|
|
1586
|
-
}),
|
|
1588
|
+
}), Mn = /* @__PURE__ */ d(ka, [["__scopeId", "data-v-1ecd9597"]]), La = {
|
|
1587
1589
|
class: "Testimonial"
|
|
1588
|
-
}, La = {
|
|
1589
|
-
class: "user-info"
|
|
1590
1590
|
}, Pa = {
|
|
1591
|
+
class: "user-info"
|
|
1592
|
+
}, Ia = {
|
|
1591
1593
|
class: "user-avatar"
|
|
1592
|
-
},
|
|
1594
|
+
}, wa = ["src", "alt"], Sa = {
|
|
1593
1595
|
class: "user-name"
|
|
1594
1596
|
}, Ca = {
|
|
1595
1597
|
class: "user-title"
|
|
1596
|
-
},
|
|
1598
|
+
}, xa = /* @__PURE__ */ f({
|
|
1597
1599
|
__name: "LandingPageTestimonial",
|
|
1598
1600
|
props: {
|
|
1599
1601
|
testimonials: {
|
|
@@ -1602,20 +1604,20 @@ const xn = /* @__PURE__ */ d(Hs, [["render", Us], ["__scopeId", "data-v-1f26d3ee
|
|
|
1602
1604
|
},
|
|
1603
1605
|
setup(a) {
|
|
1604
1606
|
const t = a;
|
|
1605
|
-
return (
|
|
1607
|
+
return (c, i) => (s(), n("div", La, [(s(!0), n(v, null, b(t.testimonials, (o, r) => (s(), L(U, {
|
|
1606
1608
|
key: r
|
|
1607
1609
|
}, {
|
|
1608
|
-
default: _(() => [e("div", null, [u(
|
|
1609
|
-
default: _(() => [g(
|
|
1610
|
+
default: _(() => [e("div", null, [u(x, null, {
|
|
1611
|
+
default: _(() => [g(l(`"${o.content}"`), 1)]),
|
|
1610
1612
|
_: 2
|
|
1611
|
-
}, 1024)]), e("div",
|
|
1612
|
-
src:
|
|
1613
|
-
alt:
|
|
1614
|
-
}, null, 8,
|
|
1613
|
+
}, 1024)]), e("div", Pa, [e("span", Ia, [e("img", {
|
|
1614
|
+
src: o.avatar,
|
|
1615
|
+
alt: o.name
|
|
1616
|
+
}, null, 8, wa)]), e("div", null, [e("div", Sa, l(o.name), 1), e("div", Ca, l(o.title), 1)])])]),
|
|
1615
1617
|
_: 2
|
|
1616
1618
|
}, 1024))), 128))]));
|
|
1617
1619
|
}
|
|
1618
|
-
}),
|
|
1620
|
+
}), jn = /* @__PURE__ */ d(xa, [["__scopeId", "data-v-bc49d7bc"]]), Ta = ["href"], Aa = /* @__PURE__ */ f({
|
|
1619
1621
|
__name: "LandingPageTips",
|
|
1620
1622
|
props: {
|
|
1621
1623
|
href: {
|
|
@@ -1629,95 +1631,116 @@ const xn = /* @__PURE__ */ d(Hs, [["render", Us], ["__scopeId", "data-v-1f26d3ee
|
|
|
1629
1631
|
},
|
|
1630
1632
|
setup(a) {
|
|
1631
1633
|
const t = a;
|
|
1632
|
-
return (
|
|
1634
|
+
return (c, i) => (s(), n("a", {
|
|
1633
1635
|
href: t.href,
|
|
1634
1636
|
class: "tips-link"
|
|
1635
|
-
},
|
|
1637
|
+
}, l(t.text), 9, Ta));
|
|
1636
1638
|
}
|
|
1637
|
-
}),
|
|
1639
|
+
}), Un = /* @__PURE__ */ d(Aa, [["__scopeId", "data-v-f5784dd1"]]), qa = {}, Ba = {
|
|
1638
1640
|
class: "sidebar"
|
|
1639
1641
|
};
|
|
1640
|
-
function
|
|
1641
|
-
return s(), n("div",
|
|
1642
|
-
}
|
|
1643
|
-
const Dn = /* @__PURE__ */ d(Aa, [["render", Ba], ["__scopeId", "data-v-251905ff"]]), za = {}, Fa = {
|
|
1644
|
-
class: "features-grid"
|
|
1645
|
-
};
|
|
1646
|
-
function Va(a, t) {
|
|
1647
|
-
return s(), n("div", Fa, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
1642
|
+
function za(a, t) {
|
|
1643
|
+
return s(), n("div", Ba, t[0] || (t[0] = [N('<div data-v-251905ff><div class="sidebar-title" data-v-251905ff>On this page</div><a class="sidebar-link active" href="#page-title" data-v-251905ff>Introduction</a><a class="sidebar-link" href="#browse-by-feature" data-v-251905ff>Browse by feature</a><a class="sidebar-link" href="#implement-a-template" data-v-251905ff>Implement a template</a><a class="sidebar-link" href="#integrate-or-deploy-tiptap" data-v-251905ff>Integrate or deploy Tiptap</a><a class="sidebar-link" href="#manage-your-documents" data-v-251905ff>Manage your documents</a><a class="sidebar-link" href="#examples" data-v-251905ff>Examples</a><a class="sidebar-link" href="#guides" data-v-251905ff>Guides</a><a class="sidebar-link" href="#community" data-v-251905ff>Community</a></div>', 1)]));
|
|
1648
1644
|
}
|
|
1649
|
-
const
|
|
1645
|
+
const Gn = /* @__PURE__ */ d(qa, [["render", za], ["__scopeId", "data-v-251905ff"]]), Fa = {
|
|
1646
|
+
class: "feature-card"
|
|
1647
|
+
}, Va = {
|
|
1648
|
+
class: "feature-image"
|
|
1649
|
+
}, Da = ["src", "alt"], Ha = {
|
|
1650
|
+
class: "feature-title"
|
|
1651
|
+
}, Ma = {
|
|
1652
|
+
class: "feature-description"
|
|
1653
|
+
}, ja = {
|
|
1654
|
+
class: "feature-platforms"
|
|
1655
|
+
}, Ua = /* @__PURE__ */ f({
|
|
1656
|
+
__name: "LandingPageFeatureCard",
|
|
1657
|
+
props: {
|
|
1658
|
+
feature: {}
|
|
1659
|
+
},
|
|
1660
|
+
setup(a) {
|
|
1661
|
+
return (t, c) => (s(), n("div", Fa, [e("div", Va, [e("img", {
|
|
1662
|
+
src: t.feature.image,
|
|
1663
|
+
alt: t.feature.title,
|
|
1664
|
+
loading: "lazy",
|
|
1665
|
+
decoding: "async"
|
|
1666
|
+
}, null, 8, Da)]), e("h3", Ha, l(t.feature.title), 1), e("p", Ma, l(t.feature.description), 1), e("div", ja, [(s(!0), n(v, null, b(t.feature.platforms, (i) => (s(), L(I(w), {
|
|
1667
|
+
key: i.name,
|
|
1668
|
+
icon: i.icon,
|
|
1669
|
+
class: "platform-icon"
|
|
1670
|
+
}, null, 8, ["icon"]))), 128))])]));
|
|
1671
|
+
}
|
|
1672
|
+
}), En = /* @__PURE__ */ d(Ua, [["__scopeId", "data-v-474acd19"]]), Ga = {
|
|
1650
1673
|
class: "feature-section-header"
|
|
1651
|
-
},
|
|
1674
|
+
}, Ea = {
|
|
1652
1675
|
class: "feature-section-title"
|
|
1653
|
-
},
|
|
1676
|
+
}, Na = ["innerHTML"], Oa = /* @__PURE__ */ f({
|
|
1654
1677
|
__name: "LandingPageFeatureSectionHeader",
|
|
1655
1678
|
props: {
|
|
1656
1679
|
title: {},
|
|
1657
1680
|
description: {}
|
|
1658
1681
|
},
|
|
1659
1682
|
setup(a) {
|
|
1660
|
-
return (t,
|
|
1683
|
+
return (t, c) => (s(), n("div", Ga, [e("h2", Ea, l(t.title), 1), e("p", {
|
|
1661
1684
|
class: "feature-section-description",
|
|
1662
1685
|
innerHTML: t.description
|
|
1663
|
-
}, null, 8,
|
|
1686
|
+
}, null, 8, Na)]));
|
|
1664
1687
|
}
|
|
1665
|
-
}),
|
|
1688
|
+
}), Nn = /* @__PURE__ */ d(Oa, [["__scopeId", "data-v-8fe145ad"]]), Ra = {}, Wa = {
|
|
1666
1689
|
class: "features-grid"
|
|
1667
1690
|
};
|
|
1668
|
-
function
|
|
1669
|
-
return s(), n("div",
|
|
1691
|
+
function Ka(a, t) {
|
|
1692
|
+
return s(), n("div", Wa, [h(a.$slots, "default", {}, void 0, !0)]);
|
|
1670
1693
|
}
|
|
1671
|
-
const
|
|
1694
|
+
const On = /* @__PURE__ */ d(Ra, [["render", Ka], ["__scopeId", "data-v-392f636b"]]), Ja = {
|
|
1672
1695
|
class: "testimonials-container"
|
|
1673
|
-
},
|
|
1696
|
+
}, Qa = {
|
|
1674
1697
|
class: "testimonial-header"
|
|
1675
|
-
},
|
|
1698
|
+
}, Za = ["onClick"], Ya = {
|
|
1676
1699
|
class: "user-avatar"
|
|
1677
|
-
},
|
|
1700
|
+
}, Xa = ["src", "alt"], en = {
|
|
1678
1701
|
class: "user-info"
|
|
1679
|
-
},
|
|
1702
|
+
}, tn = {
|
|
1680
1703
|
class: "user-name"
|
|
1681
|
-
},
|
|
1704
|
+
}, sn = {
|
|
1682
1705
|
class: "user-title"
|
|
1683
|
-
},
|
|
1706
|
+
}, an = {
|
|
1684
1707
|
class: "testimonial-content"
|
|
1685
|
-
},
|
|
1708
|
+
}, nn = /* @__PURE__ */ f({
|
|
1686
1709
|
__name: "LandingPageTestimonialCard",
|
|
1687
1710
|
props: {
|
|
1688
1711
|
testimonials: {}
|
|
1689
1712
|
},
|
|
1690
1713
|
setup(a) {
|
|
1691
|
-
function t(
|
|
1692
|
-
|
|
1714
|
+
function t(c) {
|
|
1715
|
+
c.link && window.open(c.link, "_blank");
|
|
1693
1716
|
}
|
|
1694
|
-
return (
|
|
1695
|
-
key:
|
|
1717
|
+
return (c, i) => (s(), n("div", Ja, [(s(!0), n(v, null, b(c.testimonials, (o) => (s(), n("div", {
|
|
1718
|
+
key: o.name,
|
|
1696
1719
|
class: "testimonial-card"
|
|
1697
|
-
}, [e("div",
|
|
1720
|
+
}, [e("div", Qa, [e("div", {
|
|
1698
1721
|
class: C(["user-link", {
|
|
1699
|
-
"no-link": !
|
|
1722
|
+
"no-link": !o.link
|
|
1700
1723
|
}]),
|
|
1701
|
-
onClick: (r) => t(
|
|
1702
|
-
}, [e("div",
|
|
1703
|
-
src:
|
|
1704
|
-
alt:
|
|
1724
|
+
onClick: (r) => t(o)
|
|
1725
|
+
}, [e("div", Ya, [e("img", {
|
|
1726
|
+
src: o.avatar,
|
|
1727
|
+
alt: o.name,
|
|
1705
1728
|
width: "260",
|
|
1706
1729
|
height: "260",
|
|
1707
1730
|
loading: "lazy",
|
|
1708
1731
|
decoding: "async",
|
|
1709
1732
|
class: "avatar-image"
|
|
1710
|
-
}, null, 8,
|
|
1733
|
+
}, null, 8, Xa)]), e("div", en, [e("span", tn, l(o.name), 1), e("span", sn, l(o.title), 1)])], 10, Za)]), e("p", an, l(o.content), 1)]))), 128))]));
|
|
1711
1734
|
}
|
|
1712
|
-
}),
|
|
1735
|
+
}), Rn = /* @__PURE__ */ d(nn, [["__scopeId", "data-v-6e10d8a8"]]), on = {
|
|
1713
1736
|
class: "tabs"
|
|
1714
|
-
},
|
|
1737
|
+
}, cn = {
|
|
1715
1738
|
class: "tabs-header"
|
|
1716
|
-
},
|
|
1739
|
+
}, ln = ["onClick"], rn = {
|
|
1717
1740
|
class: "tab-label"
|
|
1718
|
-
},
|
|
1741
|
+
}, dn = {
|
|
1719
1742
|
class: "tabs-content"
|
|
1720
|
-
},
|
|
1743
|
+
}, un = /* @__PURE__ */ f({
|
|
1721
1744
|
__name: "LandingPageSectionTabs",
|
|
1722
1745
|
props: {
|
|
1723
1746
|
tabs: {},
|
|
@@ -1733,77 +1756,77 @@ const jn = /* @__PURE__ */ d(Ua, [["render", Ea], ["__scopeId", "data-v-392f636b
|
|
|
1733
1756
|
emit: t
|
|
1734
1757
|
}) {
|
|
1735
1758
|
var m;
|
|
1736
|
-
const
|
|
1737
|
-
function r(
|
|
1738
|
-
|
|
1759
|
+
const c = a, i = t, o = k(c.modelValue || c.defaultActiveTab || ((m = c.tabs[0]) == null ? void 0 : m.id) || "");
|
|
1760
|
+
function r($) {
|
|
1761
|
+
o.value = $, i("update:modelValue", $), i("tabChange", $);
|
|
1739
1762
|
}
|
|
1740
|
-
return F(() =>
|
|
1741
|
-
|
|
1742
|
-
}), F(() =>
|
|
1743
|
-
|
|
1744
|
-
}), (
|
|
1745
|
-
key:
|
|
1763
|
+
return F(() => c.modelValue, ($) => {
|
|
1764
|
+
$ && (o.value = $);
|
|
1765
|
+
}), F(() => c.defaultActiveTab, ($) => {
|
|
1766
|
+
$ && !c.modelValue && (o.value = $);
|
|
1767
|
+
}), ($, p) => (s(), n("div", on, [e("div", cn, [(s(!0), n(v, null, b($.tabs, (y) => (s(), n("div", {
|
|
1768
|
+
key: y.id,
|
|
1746
1769
|
class: C(["tab-item", {
|
|
1747
|
-
active:
|
|
1770
|
+
active: o.value === y.id
|
|
1748
1771
|
}]),
|
|
1749
|
-
onClick: (G) => r(
|
|
1750
|
-
}, [e("span",
|
|
1751
|
-
key:
|
|
1772
|
+
onClick: (G) => r(y.id)
|
|
1773
|
+
}, [e("span", rn, l(y.label), 1)], 10, ln))), 128))]), e("div", dn, [(s(!0), n(v, null, b($.tabs, (y) => A((s(), n("div", {
|
|
1774
|
+
key: y.id,
|
|
1752
1775
|
class: "tab-panel"
|
|
1753
|
-
}, [h(
|
|
1754
|
-
tab:
|
|
1755
|
-
}, () => [h(
|
|
1756
|
-
tab:
|
|
1757
|
-
}, void 0, !0)], !0)])), [[O,
|
|
1776
|
+
}, [h($.$slots, y.id, {
|
|
1777
|
+
tab: y
|
|
1778
|
+
}, () => [h($.$slots, "default", {
|
|
1779
|
+
tab: y
|
|
1780
|
+
}, void 0, !0)], !0)])), [[O, o.value === y.id]])), 128))])]));
|
|
1758
1781
|
}
|
|
1759
|
-
}),
|
|
1782
|
+
}), Wn = /* @__PURE__ */ d(un, [["__scopeId", "data-v-22e880ae"]]);
|
|
1760
1783
|
export {
|
|
1761
|
-
|
|
1784
|
+
Fn as A,
|
|
1762
1785
|
Qe as B,
|
|
1763
1786
|
U as C,
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1787
|
+
x as D,
|
|
1788
|
+
Vn as E,
|
|
1789
|
+
Dn as F,
|
|
1790
|
+
Hn as G,
|
|
1791
|
+
Mn as H,
|
|
1769
1792
|
Ie as I,
|
|
1770
1793
|
Fe as J,
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1794
|
+
jn as K,
|
|
1795
|
+
$n as L,
|
|
1796
|
+
Un as M,
|
|
1774
1797
|
M as N,
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1798
|
+
Gn as O,
|
|
1799
|
+
En as P,
|
|
1800
|
+
Nn as Q,
|
|
1801
|
+
On as R,
|
|
1779
1802
|
H as S,
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1803
|
+
Ps as T,
|
|
1804
|
+
Rn as U,
|
|
1805
|
+
Wn as V,
|
|
1806
|
+
yn as a,
|
|
1784
1807
|
ae as b,
|
|
1785
1808
|
oe as c,
|
|
1786
1809
|
Ke as d,
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1810
|
+
bn as e,
|
|
1811
|
+
kn as f,
|
|
1812
|
+
Ln as g,
|
|
1813
|
+
Pn as h,
|
|
1791
1814
|
V as i,
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1815
|
+
In as j,
|
|
1816
|
+
wn as k,
|
|
1817
|
+
Sn as l,
|
|
1818
|
+
Cn as m,
|
|
1819
|
+
Et as n,
|
|
1820
|
+
Jt as o,
|
|
1821
|
+
xn as p,
|
|
1822
|
+
P as q,
|
|
1800
1823
|
B as r,
|
|
1801
1824
|
j as s,
|
|
1802
1825
|
Oe as t,
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1826
|
+
Tn as u,
|
|
1827
|
+
ye as v,
|
|
1828
|
+
An as w,
|
|
1829
|
+
qn as x,
|
|
1830
|
+
Bn as y,
|
|
1831
|
+
zn as z
|
|
1809
1832
|
};
|