@huyooo/ui 0.4.75 → 0.4.78

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.
@@ -1,6 +1,6 @@
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";
1
+ import { createElementBlock as i, openBlock as s, renderSlot as h, defineComponent as m, createVNode as d, withCtx as _, createElementVNode as t, normalizeStyle as I, 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 C, 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
- import { Icon as S } from "@iconify/vue";
3
+ import { Icon as x } from "@iconify/vue";
4
4
  import { C as N, a as E } from "./CollapseItem-Cw1vcdLu.js";
5
5
  /* empty css */
6
6
  /* empty css */
@@ -8,13 +8,13 @@ import { Tag as O } from "@arco-design/web-vue";
8
8
  const R = {}, W = {
9
9
  class: "SubTitle"
10
10
  };
11
- function K(a, t) {
11
+ function K(a, e) {
12
12
  return s(), i("div", W, [h(a.$slots, "default", {}, void 0, !0)]);
13
13
  }
14
14
  const V = /* @__PURE__ */ u(R, [["render", K], ["__scopeId", "data-v-3decf2d4"]]), J = {}, Z = {
15
15
  class: "Title"
16
16
  };
17
- function Q(a, t) {
17
+ function Q(a, e) {
18
18
  return s(), i("h2", Z, [h(a.$slots, "default", {}, void 0, !0)]);
19
19
  }
20
20
  const H = /* @__PURE__ */ u(J, [["render", Q], ["__scopeId", "data-v-58078aa8"]]), Y = {
@@ -22,15 +22,15 @@ const H = /* @__PURE__ */ u(J, [["render", Q], ["__scopeId", "data-v-58078aa8"]]
22
22
  }, X = /* @__PURE__ */ m({
23
23
  __name: "LandingPageBlockHeader",
24
24
  setup(a) {
25
- return (t, l) => (s(), i("div", Y, [d(H, {
25
+ return (e, l) => (s(), i("div", Y, [d(H, {
26
26
  class: "BlockHeaderTitle"
27
27
  }, {
28
- default: _(() => [h(t.$slots, "title", {}, void 0, !0)]),
28
+ default: _(() => [h(e.$slots, "title", {}, void 0, !0)]),
29
29
  _: 3
30
30
  }), d(V, {
31
31
  class: "BlockHeaderSubTitle"
32
32
  }, {
33
- default: _(() => [h(t.$slots, "subTitle", {}, void 0, !0)]),
33
+ default: _(() => [h(e.$slots, "subTitle", {}, void 0, !0)]),
34
34
  _: 3
35
35
  })]));
36
36
  }
@@ -49,12 +49,12 @@ const H = /* @__PURE__ */ u(J, [["render", Q], ["__scopeId", "data-v-58078aa8"]]
49
49
  }
50
50
  },
51
51
  setup(a) {
52
- const t = a;
53
- return (l, n) => (s(), i("section", te, [h(l.$slots, "BlockHeader", {}, void 0, !0), e("div", {
52
+ const e = a;
53
+ return (l, n) => (s(), i("section", te, [h(l.$slots, "BlockHeader", {}, void 0, !0), t("div", {
54
54
  class: "BlockBody",
55
- style: C({
56
- gridTemplateColumns: `repeat(${t.columns}, 1fr)`,
57
- flexDirection: t.flexDirection
55
+ style: I({
56
+ gridTemplateColumns: `repeat(${e.columns}, 1fr)`,
57
+ flexDirection: e.flexDirection
58
58
  })
59
59
  }, [h(l.$slots, "BlockBody", {}, void 0, !0)], 4)]));
60
60
  }
@@ -71,11 +71,11 @@ const H = /* @__PURE__ */ u(J, [["render", Q], ["__scopeId", "data-v-58078aa8"]]
71
71
  }
72
72
  },
73
73
  setup(a) {
74
- const t = a;
75
- return (l, n) => (s(), i("div", ne, [d(P(S), {
74
+ const e = a;
75
+ return (l, n) => (s(), i("div", ne, [d(P(x), {
76
76
  icon: "mingcute:check-circle-fill",
77
77
  class: "mission-list-icon"
78
- }), e("span", ie, c(t.description), 1)]));
78
+ }), t("span", ie, c(e.description), 1)]));
79
79
  }
80
80
  }), j = /* @__PURE__ */ u(oe, [["__scopeId", "data-v-4973c791"]]), le = {
81
81
  class: "mission-container"
@@ -106,21 +106,21 @@ const H = /* @__PURE__ */ u(J, [["render", Q], ["__scopeId", "data-v-58078aa8"]]
106
106
  features: {}
107
107
  },
108
108
  setup(a) {
109
- return (t, l) => (s(), i("div", le, [e("div", ce, [l[0] || (l[0] = e("div", {
109
+ return (e, l) => (s(), i("div", le, [t("div", ce, [l[0] || (l[0] = t("div", {
110
110
  class: "mission-bg1"
111
- }, null, -1)), e("img", {
112
- src: t.image,
113
- alt: t.imageAlt,
111
+ }, null, -1)), t("img", {
112
+ src: e.image,
113
+ alt: e.imageAlt,
114
114
  loading: "lazy",
115
115
  width: "1270",
116
116
  decoding: "async",
117
117
  class: "mission-img"
118
- }, null, 8, 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, {
118
+ }, null, 8, re)]), t("div", de, [t("h2", ue, [t("span", _e, c(e.highlight), 1), t("strong", null, c(e.title), 1)]), t("p", pe, c(e.description), 1), t("div", me, [(s(!0), i(v, null, $(e.features, (n, o) => (s(), L(j, {
119
119
  key: o,
120
120
  description: n
121
- }, null, 8, ["description"]))), 128))])]), (s(), i("svg", fe, l[1] || (l[1] = [e("symbol", {
121
+ }, null, 8, ["description"]))), 128))])]), (s(), i("svg", fe, l[1] || (l[1] = [t("symbol", {
122
122
  id: "ai:ph:check-circle-fill"
123
- }, [e("path", {
123
+ }, [t("path", {
124
124
  fill: "currentColor",
125
125
  d: "M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m45.66 85.66l-56 56a8 8 0 0 1-11.32 0l-24-24a8 8 0 0 1 11.32-11.32L112 148.69l50.34-50.35a8 8 0 0 1 11.32 11.32"
126
126
  })], -1)])))]));
@@ -138,20 +138,20 @@ const H = /* @__PURE__ */ u(J, [["render", Q], ["__scopeId", "data-v-58078aa8"]]
138
138
  description: {}
139
139
  },
140
140
  setup(a) {
141
- const t = a;
142
- return (l, n) => (s(), i("div", ve, [e("div", $e, c(t.title), 1), e("p", be, c(t.description), 1)]));
141
+ const e = a;
142
+ return (l, n) => (s(), i("div", ve, [t("div", $e, c(e.title), 1), t("p", be, c(e.description), 1)]));
143
143
  }
144
144
  }), ke = /* @__PURE__ */ u(ye, [["__scopeId", "data-v-2074e0d7"]]), Le = {}, Pe = {
145
145
  class: "Description"
146
146
  };
147
- function Ie(a, t) {
147
+ function Ie(a, e) {
148
148
  return s(), i("div", Pe, [h(a.$slots, "default", {}, void 0, !0)]);
149
149
  }
150
- const I = /* @__PURE__ */ u(Le, [["render", Ie], ["__scopeId", "data-v-501deb41"]]), Se = {
150
+ const S = /* @__PURE__ */ u(Le, [["render", Ie], ["__scopeId", "data-v-501deb41"]]), Se = {
151
151
  class: "grid-container"
152
- }, Ce = {
152
+ }, xe = {
153
153
  class: "square"
154
- }, xe = ["src", "alt", "sizes", "width", "height"], we = {
154
+ }, Ce = ["src", "alt", "sizes", "width", "height"], we = {
155
155
  class: "footer"
156
156
  }, Ae = {
157
157
  class: "name"
@@ -165,17 +165,17 @@ 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(), i("div", Se, [(s(!0), i(v, null, $(t.publishedTeamMembers, (n) => (s(), i("div", {
168
+ return (e, l) => (s(), i("div", Se, [(s(!0), i(v, null, $(e.publishedTeamMembers, (n) => (s(), i("div", {
169
169
  key: n.data.name,
170
170
  class: "group"
171
- }, [e("div", Ce, [e("img", {
171
+ }, [t("div", xe, [t("img", {
172
172
  src: n.data.avatar.src,
173
173
  alt: n.data.avatar.alt,
174
- sizes: t.sizes,
175
- width: t.width,
176
- height: t.height,
177
- class: w(t.pictureClass ? `${t.pictureClass} picture-img` : "picture-img")
178
- }, null, 10, xe)]), e("div", we, [e("h2", Ae, c(n.data.name), 1), d(I, null, {
174
+ sizes: e.sizes,
175
+ width: e.width,
176
+ height: e.height,
177
+ class: w(e.pictureClass ? `${e.pictureClass} picture-img` : "picture-img")
178
+ }, null, 10, Ce)]), t("div", we, [t("h2", Ae, c(n.data.name), 1), d(S, null, {
179
179
  default: _(() => [f(c(n.data.title), 1)]),
180
180
  _: 2
181
181
  }, 1024)])]))), 128))]));
@@ -183,7 +183,7 @@ const I = /* @__PURE__ */ u(Le, [["render", Ie], ["__scopeId", "data-v-501deb41"
183
183
  }), qe = /* @__PURE__ */ u(Te, [["__scopeId", "data-v-aae1a797"]]), Be = /* @__PURE__ */ m({
184
184
  __name: "LandingPageAbout",
185
185
  setup(a) {
186
- const t = [{
186
+ const e = [{
187
187
  data: {
188
188
  name: "Janette Lynch",
189
189
  title: "Senior Director",
@@ -230,7 +230,7 @@ const I = /* @__PURE__ */ u(Le, [["render", Ie], ["__scopeId", "data-v-501deb41"
230
230
  title: "Empowering the world with Astro.",
231
231
  description: "We're a multi-cultural team from around the world! We come from diverse backgrounds, bringing different personalities, experiences and skills to the job. This is what makes our team so special."
232
232
  }), d(qe, {
233
- "published-team-members": t
233
+ "published-team-members": e
234
234
  })]),
235
235
  _: 1
236
236
  }), d(he, {
@@ -242,16 +242,16 @@ 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
- }), Ua = /* @__PURE__ */ u(Be, [["__scopeId", "data-v-a40e05a5"]]), ze = {
245
+ }), ja = /* @__PURE__ */ u(Be, [["__scopeId", "data-v-a40e05a5"]]), ze = {
246
246
  class: "nav"
247
- }, Fe = {
247
+ }, De = {
248
248
  class: "section"
249
- }, De = ["href"], Ve = {
249
+ }, Fe = ["href"], Ve = {
250
250
  class: "section"
251
251
  }, He = ["href"], je = /* @__PURE__ */ m({
252
252
  __name: "LandingPageAside",
253
253
  setup(a) {
254
- const t = k([{
254
+ const e = k([{
255
255
  text: "Editor",
256
256
  href: "/docs/editor/getting-started/overview"
257
257
  }, {
@@ -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, o) => (s(), i("nav", ze, [o[2] || (o[2] = e("div", {
285
+ return (n, o) => (s(), i("nav", ze, [o[2] || (o[2] = t("div", {
286
286
  class: "section"
287
- }, [e("div", {
287
+ }, [t("div", {
288
288
  class: "section-title"
289
- }, "Getting started"), e("div", null, [e("a", {
289
+ }, "Getting started"), t("div", null, [t("a", {
290
290
  class: "link active",
291
291
  href: "/docs"
292
- }, "Overview")])], -1)), e("div", Fe, [o[0] || (o[0] = e("div", {
292
+ }, "Overview")])], -1)), t("div", De, [o[0] || (o[0] = t("div", {
293
293
  class: "section-title"
294
- }, "Browse by feature", -1)), e("div", null, [(s(!0), i(v, null, $(t.value, (r) => (s(), i("a", {
294
+ }, "Browse by feature", -1)), t("div", null, [(s(!0), i(v, null, $(e.value, (r) => (s(), i("a", {
295
295
  key: r.text,
296
296
  class: "link",
297
297
  href: r.href
298
- }, c(r.text), 9, De))), 128))])]), e("div", Ve, [o[1] || (o[1] = e("div", {
298
+ }, c(r.text), 9, Fe))), 128))])]), t("div", Ve, [o[1] || (o[1] = t("div", {
299
299
  class: "section-title"
300
- }, "Resources", -1)), e("div", null, [(s(!0), i(v, null, $(l.value, (r) => (s(), i("a", {
300
+ }, "Resources", -1)), t("div", null, [(s(!0), i(v, null, $(l.value, (r) => (s(), i("a", {
301
301
  key: r.text,
302
302
  class: "link",
303
303
  href: r.href
304
304
  }, c(r.text), 9, He))), 128))])])]));
305
305
  }
306
- }), Ga = /* @__PURE__ */ u(je, [["__scopeId", "data-v-b516bb75"]]), Me = ["src"], Ue = /* @__PURE__ */ m({
306
+ }), Ma = /* @__PURE__ */ u(je, [["__scopeId", "data-v-b516bb75"]]), Me = ["src"], Ue = /* @__PURE__ */ m({
307
307
  __name: "LandingPageLogo",
308
308
  props: {
309
309
  name: {
@@ -334,9 +334,9 @@ const I = /* @__PURE__ */ u(Le, [["render", Ie], ["__scopeId", "data-v-501deb41"
334
334
  },
335
335
  emits: ["to"],
336
336
  setup(a, {
337
- emit: t
337
+ emit: e
338
338
  }) {
339
- const l = a, n = t;
339
+ const l = a, n = e;
340
340
  function o() {
341
341
  n("to");
342
342
  }
@@ -348,13 +348,13 @@ const I = /* @__PURE__ */ u(Le, [["render", Ie], ["__scopeId", "data-v-501deb41"
348
348
  class: "icon",
349
349
  src: a.icon,
350
350
  alt: "logo",
351
- style: C({
351
+ style: I({
352
352
  width: l.iconSize,
353
353
  height: l.iconSize
354
354
  })
355
- }, null, 12, Me)) : x("", !0), e("div", {
355
+ }, null, 12, Me)) : C("", !0), t("div", {
356
356
  class: "text",
357
- style: C({
357
+ style: I({
358
358
  color: l.color,
359
359
  fontSize: l.fontSize
360
360
  })
@@ -391,15 +391,15 @@ const I = /* @__PURE__ */ u(Le, [["render", Ie], ["__scopeId", "data-v-501deb41"
391
391
  }
392
392
  },
393
393
  setup(a) {
394
- const t = a;
394
+ const e = a;
395
395
  return (l, n) => (s(), i("div", Ne, [d(Ge, {
396
- icon: t.icon,
397
- name: t.name,
398
- color: t.color,
399
- "font-size": t.fontSize,
400
- "icon-size": t.iconSize
401
- }, null, 8, ["icon", "name", "color", "font-size", "icon-size"]), d(I, null, {
402
- default: _(() => [f(c(t.description), 1)]),
396
+ icon: e.icon,
397
+ name: e.name,
398
+ color: e.color,
399
+ "font-size": e.fontSize,
400
+ "icon-size": e.iconSize
401
+ }, null, 8, ["icon", "name", "color", "font-size", "icon-size"]), d(S, null, {
402
+ default: _(() => [f(c(e.description), 1)]),
403
403
  _: 1
404
404
  })]));
405
405
  }
@@ -409,14 +409,14 @@ const I = /* @__PURE__ */ u(Le, [["render", Ie], ["__scopeId", "data-v-501deb41"
409
409
  type: {}
410
410
  },
411
411
  setup(a) {
412
- return (t, l) => (s(), i("div", {
413
- class: w(["heroButton", [t.type === "primary" ? "heroButtonPrimary" : "heroButtonSecondary"]])
414
- }, [h(t.$slots, "default", {}, void 0, !0)], 2));
412
+ return (e, l) => (s(), i("div", {
413
+ class: w(["heroButton", [e.type === "primary" ? "heroButtonPrimary" : "heroButtonSecondary"]])
414
+ }, [h(e.$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
- function Ze(a, t) {
419
+ function Ze(a, e) {
420
420
  return s(), i("div", Je, [h(a.$slots, "default", {}, void 0, !0)]);
421
421
  }
422
422
  const M = /* @__PURE__ */ u(Ke, [["render", Ze], ["__scopeId", "data-v-cdb3f77d"]]), Qe = {
@@ -470,26 +470,26 @@ const M = /* @__PURE__ */ u(Ke, [["render", Ze], ["__scopeId", "data-v-cdb3f77d"
470
470
  }
471
471
  },
472
472
  setup(a) {
473
- const t = a;
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)]),
473
+ const e = a;
474
+ return (l, n) => (s(), i("div", Qe, [t("div", Ye, [t("h2", Xe, c(e.contact.title), 1), d(S, null, {
475
+ default: _(() => [f(c(e.contact.description), 1)]),
476
476
  _: 1
477
- }), e("div", et, [e("div", tt, [d(P(S), {
477
+ }), t("div", et, [t("div", tt, [d(P(x), {
478
478
  class: "contact-info-icon",
479
479
  icon: l.mapIcon
480
- }, null, 8, ["icon"]), e("span", null, c(t.address), 1)]), e("div", st, [d(P(S), {
480
+ }, null, 8, ["icon"]), t("span", null, c(e.address), 1)]), t("div", st, [d(P(x), {
481
481
  class: "contact-info-icon",
482
- icon: t.emailIcon
483
- }, null, 8, ["icon"]), e("a", {
482
+ icon: e.emailIcon
483
+ }, null, 8, ["icon"]), t("a", {
484
484
  href: `mailto:${l.email}`
485
- }, c(t.email), 9, at)]), e("div", nt, [d(P(S), {
485
+ }, c(e.email), 9, at)]), t("div", nt, [d(P(x), {
486
486
  class: "contact-info-icon",
487
- icon: t.phoneIcon
488
- }, null, 8, ["icon"]), e("a", {
487
+ icon: e.phoneIcon
488
+ }, null, 8, ["icon"]), t("a", {
489
489
  href: `tel:${l.phone}`
490
- }, c(t.phone), 9, it)])])]), e("div", ot, [h(l.$slots, "contact-form", {}, void 0, !0)])]));
490
+ }, c(e.phone), 9, it)])])]), t("div", ot, [h(l.$slots, "contact-form", {}, void 0, !0)])]));
491
491
  }
492
- }), Na = /* @__PURE__ */ u(lt, [["__scopeId", "data-v-50d64cb9"]]), ct = ["value"], rt = ["value"], dt = {
492
+ }), Ua = /* @__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 M = /* @__PURE__ */ u(Ke, [["render", Ze], ["__scopeId", "data-v-cdb3f77d"
514
514
  }
515
515
  },
516
516
  setup(a) {
517
- const t = a, l = k(!1), n = k(""), o = k(""), r = k({
517
+ const e = a, l = k(!1), n = k(""), o = k(""), r = k({
518
518
  name: "",
519
519
  email: "",
520
520
  message: ""
@@ -534,8 +534,8 @@ const M = /* @__PURE__ */ u(Ke, [["render", Ze], ["__scopeId", "data-v-cdb3f77d"
534
534
  Accept: "application/json"
535
535
  },
536
536
  body: JSON.stringify({
537
- access_key: t.accessKey,
538
- to: t.to,
537
+ access_key: e.accessKey,
538
+ to: e.to,
539
539
  name: r.value.name,
540
540
  email: r.value.email,
541
541
  message: r.value.message
@@ -559,27 +559,27 @@ const M = /* @__PURE__ */ u(Ke, [["render", Ze], ["__scopeId", "data-v-cdb3f77d"
559
559
  }]),
560
560
  novalidate: "",
561
561
  onSubmit: U(g, ["prevent"])
562
- }, [e("input", {
562
+ }, [t("input", {
563
563
  type: "hidden",
564
564
  name: "access_key",
565
- value: t.accessKey
566
- }, null, 8, ct), e("input", {
565
+ value: e.accessKey
566
+ }, null, 8, ct), t("input", {
567
567
  type: "hidden",
568
568
  name: "to",
569
- value: t.to
570
- }, null, 8, rt), p[11] || (p[11] = e("input", {
569
+ value: e.to
570
+ }, null, 8, rt), p[11] || (p[11] = t("input", {
571
571
  type: "checkbox",
572
572
  class: "hidden",
573
573
  style: {
574
574
  display: "none"
575
575
  },
576
576
  name: "botcheck"
577
- }, null, -1)), e("div", dt, [p[3] || (p[3] = e("label", {
577
+ }, null, -1)), t("div", dt, [p[3] || (p[3] = t("label", {
578
578
  for: "name",
579
579
  class: "form-label"
580
- }, [f(" 姓名 "), e("span", {
580
+ }, [f(" 姓名 "), t("span", {
581
581
  class: "required"
582
- }, "*")], -1)), T(e("input", {
582
+ }, "*")], -1)), T(t("input", {
583
583
  id: "name",
584
584
  "onUpdate:modelValue": p[0] || (p[0] = (b) => r.value.name = b),
585
585
  type: "text",
@@ -587,14 +587,14 @@ const M = /* @__PURE__ */ u(Ke, [["render", Ze], ["__scopeId", "data-v-cdb3f77d"
587
587
  required: "",
588
588
  class: "form-input",
589
589
  name: "name"
590
- }, null, 512), [[q, r.value.name]]), p[4] || (p[4] = e("div", {
590
+ }, null, 512), [[q, r.value.name]]), p[4] || (p[4] = t("div", {
591
591
  class: "empty-feedback invalid-feedback form-error"
592
- }, " 请输入您的姓名。 ", -1))]), e("div", ut, [p[5] || (p[5] = e("label", {
592
+ }, " 请输入您的姓名。 ", -1))]), t("div", ut, [p[5] || (p[5] = t("label", {
593
593
  for: "email_address",
594
594
  class: "form-label"
595
- }, [f(" 邮箱地址 "), e("span", {
595
+ }, [f(" 邮箱地址 "), t("span", {
596
596
  class: "required"
597
- }, "*")], -1)), T(e("input", {
597
+ }, "*")], -1)), T(t("input", {
598
598
  id: "email_address",
599
599
  "onUpdate:modelValue": p[1] || (p[1] = (b) => r.value.email = b),
600
600
  type: "email",
@@ -602,16 +602,16 @@ const M = /* @__PURE__ */ u(Ke, [["render", Ze], ["__scopeId", "data-v-cdb3f77d"
602
602
  name: "email",
603
603
  required: "",
604
604
  class: "form-input"
605
- }, null, 512), [[q, r.value.email]]), p[6] || (p[6] = e("div", {
605
+ }, null, 512), [[q, r.value.email]]), p[6] || (p[6] = t("div", {
606
606
  class: "empty-feedback form-error"
607
- }, " 请输入您的邮箱地址。 ", -1)), p[7] || (p[7] = e("div", {
607
+ }, " 请输入您的邮箱地址。 ", -1)), p[7] || (p[7] = t("div", {
608
608
  class: "invalid-feedback form-error"
609
- }, " 请输入有效的邮箱地址。 ", -1))]), e("div", _t, [p[8] || (p[8] = e("label", {
609
+ }, " 请输入有效的邮箱地址。 ", -1))]), t("div", _t, [p[8] || (p[8] = t("label", {
610
610
  for: "message",
611
611
  class: "form-label"
612
- }, [f(" 留言内容 "), e("span", {
612
+ }, [f(" 留言内容 "), t("span", {
613
613
  class: "required"
614
- }, "*")], -1)), T(e("textarea", {
614
+ }, "*")], -1)), T(t("textarea", {
615
615
  id: "message",
616
616
  "onUpdate:modelValue": p[2] || (p[2] = (b) => r.value.message = b),
617
617
  name: "message",
@@ -619,42 +619,60 @@ const M = /* @__PURE__ */ u(Ke, [["render", Ze], ["__scopeId", "data-v-cdb3f77d"
619
619
  placeholder: "请输入您的留言内容",
620
620
  class: "form-textarea",
621
621
  rows: "4"
622
- }, null, 512), [[q, r.value.message]]), p[9] || (p[9] = e("div", {
622
+ }, null, 512), [[q, r.value.message]]), p[9] || (p[9] = t("div", {
623
623
  class: "empty-feedback invalid-feedback form-error"
624
- }, " 请输入您的留言内容。 ", -1))]), e("button", pt, [n.value === "发送中..." ? (s(), i("span", mt, p[10] || (p[10] = [e("svg", {
624
+ }, " 请输入您的留言内容。 ", -1))]), t("button", pt, [n.value === "发送中..." ? (s(), i("span", mt, p[10] || (p[10] = [t("svg", {
625
625
  class: "spinner",
626
626
  xmlns: "http://www.w3.org/2000/svg",
627
627
  fill: "none",
628
628
  viewBox: "0 0 24 24"
629
- }, [e("circle", {
629
+ }, [t("circle", {
630
630
  class: "spinner-circle",
631
631
  cx: "12",
632
632
  cy: "12",
633
633
  r: "10",
634
634
  stroke: "currentColor",
635
635
  "stroke-width": "4"
636
- }), e("path", {
636
+ }), t("path", {
637
637
  class: "spinner-path",
638
638
  fill: "currentColor",
639
639
  d: "M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"
640
640
  })], -1), f(" 发送中... ")]))) : (s(), i("span", ft, "发送信息"))]), n.value && n.value !== "发送中..." ? (s(), i("div", {
641
641
  key: 0,
642
642
  class: w(["form-result", o.value])
643
- }, c(n.value), 3)) : x("", !0)], 34));
643
+ }, c(n.value), 3)) : C("", !0)], 34));
644
644
  }
645
- }), Ea = /* @__PURE__ */ u(gt, [["__scopeId", "data-v-bd2eaefb"]]), ht = {}, vt = {
646
- class: "custom-container"
647
- };
648
- function $t(a, t) {
649
- return s(), i("div", vt, [h(a.$slots, "default", {}, void 0, !0)]);
650
- }
651
- const Oa = /* @__PURE__ */ u(ht, [["render", $t], ["__scopeId", "data-v-60336c2c"]]), bt = {
645
+ }), Ga = /* @__PURE__ */ u(gt, [["__scopeId", "data-v-bd2eaefb"]]), ht = /* @__PURE__ */ m({
646
+ __name: "LandingPageContainer",
647
+ props: {
648
+ flexDirection: {
649
+ default: "column"
650
+ },
651
+ gap: {
652
+ default: "80px"
653
+ },
654
+ padding: {
655
+ default: "0px"
656
+ }
657
+ },
658
+ setup(a) {
659
+ const e = a;
660
+ return (l, n) => (s(), i("div", {
661
+ class: "landing-page-container",
662
+ style: I({
663
+ flexDirection: e.flexDirection,
664
+ gap: e.gap,
665
+ padding: e.padding
666
+ })
667
+ }, [h(l.$slots, "default", {}, void 0, !0)], 4));
668
+ }
669
+ }), Na = /* @__PURE__ */ u(ht, [["__scopeId", "data-v-4566ee86"]]), vt = {
652
670
  class: "cta-title"
653
- }, yt = {
671
+ }, $t = {
654
672
  class: "cta-description"
655
- }, kt = {
673
+ }, bt = {
656
674
  class: "cta-actions"
657
- }, Lt = /* @__PURE__ */ m({
675
+ }, yt = /* @__PURE__ */ m({
658
676
  __name: "LandingPageCta",
659
677
  props: {
660
678
  title: {
@@ -666,25 +684,25 @@ const Oa = /* @__PURE__ */ u(ht, [["render", $t], ["__scopeId", "data-v-60336c2c
666
684
  backgroundUrl: {}
667
685
  },
668
686
  setup(a) {
669
- const t = a, l = z(() => ({
670
- backgroundImage: t.backgroundUrl ? `url(${t.backgroundUrl})` : void 0,
687
+ const e = a, l = z(() => ({
688
+ backgroundImage: e.backgroundUrl ? `url(${e.backgroundUrl})` : void 0,
671
689
  backgroundRepeat: "no-repeat",
672
690
  backgroundSize: "200% 200%",
673
691
  backgroundPosition: "center"
674
692
  }));
675
693
  return (n, o) => (s(), i("div", {
676
694
  class: "cta-container",
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));
695
+ style: I(l.value)
696
+ }, [t("h1", vt, c(e.title), 1), t("div", $t, c(e.description), 1), t("div", bt, [h(n.$slots, "actions", {}, void 0, !0)])], 4));
679
697
  }
680
- }), Ra = /* @__PURE__ */ u(Lt, [["__scopeId", "data-v-b3eb87df"]]), Pt = {}, It = {
698
+ }), Ea = /* @__PURE__ */ u(yt, [["__scopeId", "data-v-b3eb87df"]]), kt = {}, Lt = {
681
699
  role: "separator",
682
700
  class: "divider divider-horizontal"
683
701
  };
684
- function St(a, t) {
685
- return s(), i("div", It);
702
+ function Pt(a, e) {
703
+ return s(), i("div", Lt);
686
704
  }
687
- const F = /* @__PURE__ */ u(Pt, [["render", St], ["__scopeId", "data-v-997fc2a4"]]), Ct = /* @__PURE__ */ m({
705
+ const D = /* @__PURE__ */ u(kt, [["render", Pt], ["__scopeId", "data-v-997fc2a4"]]), It = /* @__PURE__ */ m({
688
706
  __name: "LandingPageFAQ",
689
707
  props: {
690
708
  activeKeys: {
@@ -713,16 +731,16 @@ const F = /* @__PURE__ */ u(Pt, [["render", St], ["__scopeId", "data-v-997fc2a4"
713
731
  }
714
732
  },
715
733
  setup(a) {
716
- const t = a;
734
+ const e = a;
717
735
  return (l, n) => (s(), L(N, {
718
- "active-keys": t.activeKeys
736
+ "active-keys": e.activeKeys
719
737
  }, {
720
- default: _(() => [(s(!0), i(v, null, $(t.faqItems, (o, r) => (s(), L(E, {
738
+ default: _(() => [(s(!0), i(v, null, $(e.faqItems, (o, r) => (s(), L(E, {
721
739
  key: r,
722
740
  index: r
723
741
  }, {
724
742
  header: _(() => [f(c(o.question), 1)]),
725
- default: _(() => [d(I, null, {
743
+ default: _(() => [d(S, null, {
726
744
  default: _(() => [f(c(o.answer), 1)]),
727
745
  _: 2
728
746
  }, 1024)]),
@@ -731,11 +749,11 @@ const F = /* @__PURE__ */ u(Pt, [["render", St], ["__scopeId", "data-v-997fc2a4"
731
749
  _: 1
732
750
  }, 8, ["active-keys"]));
733
751
  }
734
- }), Wa = /* @__PURE__ */ u(Ct, [["__scopeId", "data-v-581e8f75"]]), xt = {
752
+ }), Oa = /* @__PURE__ */ u(It, [["__scopeId", "data-v-581e8f75"]]), St = {
735
753
  class: "Features"
736
- }, wt = {
754
+ }, xt = {
737
755
  class: "feature-title"
738
- }, At = /* @__PURE__ */ m({
756
+ }, Ct = /* @__PURE__ */ m({
739
757
  __name: "LandingPageFeatures",
740
758
  props: {
741
759
  features: {
@@ -773,35 +791,35 @@ const F = /* @__PURE__ */ u(Pt, [["render", St], ["__scopeId", "data-v-997fc2a4"
773
791
  }
774
792
  },
775
793
  setup(a) {
776
- const t = a;
777
- return (l, n) => (s(), i("div", xt, [(s(!0), i(v, null, $(t.features, (o) => (s(), L(M, {
794
+ const e = a;
795
+ return (l, n) => (s(), i("div", St, [(s(!0), i(v, null, $(e.features, (o) => (s(), L(M, {
778
796
  key: o.title
779
797
  }, {
780
- default: _(() => [e("div", {
798
+ default: _(() => [t("div", {
781
799
  class: "icon-container",
782
- style: C({
783
- color: t.iconColor,
784
- border: `1px solid ${t.iconBorderColor}`
800
+ style: I({
801
+ color: e.iconColor,
802
+ border: `1px solid ${e.iconBorderColor}`
785
803
  })
786
- }, [d(P(S), {
804
+ }, [d(P(x), {
787
805
  class: "icon",
788
806
  icon: o.icon
789
- }, null, 8, ["icon"])], 4), e("h3", wt, c(o.title), 1), d(I, null, {
807
+ }, null, 8, ["icon"])], 4), t("h3", xt, c(o.title), 1), d(S, null, {
790
808
  default: _(() => [f(c(o.description), 1)]),
791
809
  _: 2
792
810
  }, 1024)]),
793
811
  _: 2
794
812
  }, 1024))), 128))]));
795
813
  }
796
- }), Ka = /* @__PURE__ */ u(At, [["__scopeId", "data-v-1ee2db18"]]), Tt = {
814
+ }), Ra = /* @__PURE__ */ u(Ct, [["__scopeId", "data-v-1ee2db18"]]), wt = {
797
815
  class: "tt-feature-list"
798
- }, qt = {
816
+ }, At = {
799
817
  class: "tt-feature-content"
800
- }, Bt = {
818
+ }, Tt = {
801
819
  class: "heading-small"
802
- }, zt = {
820
+ }, qt = {
803
821
  class: "text-small"
804
- }, Ft = /* @__PURE__ */ m({
822
+ }, Bt = /* @__PURE__ */ m({
805
823
  __name: "LandingPageFeatures2",
806
824
  props: {
807
825
  list: {
@@ -810,27 +828,27 @@ const F = /* @__PURE__ */ u(Pt, [["render", St], ["__scopeId", "data-v-997fc2a4"
810
828
  }
811
829
  },
812
830
  setup(a) {
813
- const t = a;
814
- return (l, n) => (s(), i("div", Tt, [(s(!0), i(v, null, $(t.list, (o, r) => (s(), i("div", {
831
+ const e = a;
832
+ return (l, n) => (s(), i("div", wt, [(s(!0), i(v, null, $(e.list, (o, r) => (s(), i("div", {
815
833
  key: r,
816
834
  class: "tt-feature-item centered"
817
- }, [n[1] || (n[1] = e("div", {
835
+ }, [n[1] || (n[1] = t("div", {
818
836
  class: "tt-feature-icon"
819
- }, [e("img", {
837
+ }, [t("img", {
820
838
  src: "https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/66cda872417824f6aabdc2ad_check-highlight-badge.svg",
821
839
  loading: "lazy",
822
840
  class: "feature-media"
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))]));
841
+ })], -1)), t("div", At, [t("h3", Tt, c(o.title), 1), t("p", qt, [f(c(o.descriptions) + " ", 1), n[0] || (n[0] = t("br", null, null, -1))])])]))), 128))]));
824
842
  }
825
- }), Ja = /* @__PURE__ */ u(Ft, [["__scopeId", "data-v-abd3c70a"]]);
826
- function Dt(a, t, l) {
827
- return `mailto:${a}?subject=${encodeURIComponent(t)}&body=${encodeURIComponent(l)}`;
843
+ }), Wa = /* @__PURE__ */ u(Bt, [["__scopeId", "data-v-abd3c70a"]]);
844
+ function zt(a, e, l) {
845
+ return `mailto:${a}?subject=${encodeURIComponent(e)}&body=${encodeURIComponent(l)}`;
828
846
  }
829
- const Vt = {
847
+ const Dt = {
830
848
  class: "bottom"
831
- }, Ht = {
849
+ }, Ft = {
832
850
  class: "socials"
833
- }, jt = ["onClick"], Mt = /* @__PURE__ */ m({
851
+ }, Vt = ["onClick"], Ht = /* @__PURE__ */ m({
834
852
  __name: "LandingPageFooterContact",
835
853
  props: {
836
854
  beianText: {
@@ -847,50 +865,50 @@ const Vt = {
847
865
  }
848
866
  },
849
867
  setup(a) {
850
- const t = a;
868
+ const e = a;
851
869
  function l() {
852
- window.open(t.beianUrl);
870
+ window.open(e.beianUrl);
853
871
  }
854
- return (n, o) => (s(), i("div", Vt, [e("span", {
872
+ return (n, o) => (s(), i("div", Dt, [t("span", {
855
873
  onClick: l
856
- }, c(t.beianText), 1), e("div", Ht, [(s(!0), i(v, null, $(a.links, (r, g) => (s(), i("div", {
874
+ }, c(e.beianText), 1), t("div", Ft, [(s(!0), i(v, null, $(a.links, (r, g) => (s(), i("div", {
857
875
  key: g,
858
876
  class: "socialItem",
859
877
  onClick: r.select
860
- }, [r.type === "text" ? (s(), L(P(S), {
878
+ }, [r.type === "text" ? (s(), L(P(x), {
861
879
  key: 0,
862
880
  icon: r.icon
863
- }, null, 8, ["icon"])) : x("", !0), r.type === "image" ? (s(), L(P(S), {
881
+ }, null, 8, ["icon"])) : C("", !0), r.type === "image" ? (s(), L(P(x), {
864
882
  key: 1,
865
883
  icon: r.icon
866
- }, null, 8, ["icon"])) : x("", !0)], 8, jt))), 128))])]));
884
+ }, null, 8, ["icon"])) : C("", !0)], 8, Vt))), 128))])]));
867
885
  }
868
- }), Ut = /* @__PURE__ */ u(Mt, [["__scopeId", "data-v-ff6210b9"]]), Gt = {
886
+ }), jt = /* @__PURE__ */ u(Ht, [["__scopeId", "data-v-ff6210b9"]]), Mt = {
869
887
  class: "FooterLayout"
870
- }, Nt = {
888
+ }, Ut = {
871
889
  class: "body"
872
- }, Et = {
890
+ }, Gt = {
873
891
  class: "logo"
874
- }, Ot = {
892
+ }, Nt = {
875
893
  class: "links"
876
- }, Rt = /* @__PURE__ */ m({
894
+ }, Et = /* @__PURE__ */ m({
877
895
  __name: "LandingPageFooterLayout",
878
896
  setup(a) {
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)]));
897
+ return (e, l) => (s(), i("div", Mt, [d(D), t("div", Ut, [t("div", Gt, [h(e.$slots, "LandingPageBrandInfo", {}, void 0, !0)]), t("div", Nt, [h(e.$slots, "LandingPageLinkGroup", {}, void 0, !0)])]), d(D), h(e.$slots, "LandingPageFooterContact", {}, void 0, !0)]));
880
898
  }
881
- }), Wt = /* @__PURE__ */ u(Rt, [["__scopeId", "data-v-425841c7"]]), Kt = {}, Jt = {
899
+ }), Ot = /* @__PURE__ */ u(Et, [["__scopeId", "data-v-425841c7"]]), Rt = {}, Wt = {
882
900
  class: "Description"
883
901
  };
884
- function Zt(a, t) {
885
- return s(), i("div", Jt, [h(a.$slots, "default", {}, void 0, !0)]);
902
+ function Kt(a, e) {
903
+ return s(), i("div", Wt, [h(a.$slots, "default", {}, void 0, !0)]);
886
904
  }
887
- const y = /* @__PURE__ */ u(Kt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"]]), Qt = {
905
+ const y = /* @__PURE__ */ u(Rt, [["render", Kt], ["__scopeId", "data-v-ea9ec649"]]), Jt = {
888
906
  class: "list"
889
- }, Yt = {
907
+ }, Zt = {
890
908
  class: "title"
891
- }, Xt = {
909
+ }, Qt = {
892
910
  class: "listItemContent"
893
- }, es = /* @__PURE__ */ m({
911
+ }, Yt = /* @__PURE__ */ m({
894
912
  __name: "LandingPageLinkGroup",
895
913
  props: {
896
914
  title: {
@@ -898,23 +916,23 @@ const y = /* @__PURE__ */ u(Kt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
898
916
  }
899
917
  },
900
918
  setup(a) {
901
- const t = a;
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)])]));
919
+ const e = a;
920
+ return (l, n) => (s(), i("div", Jt, [t("div", Zt, c(e.title), 1), t("div", Qt, [h(l.$slots, "item", {}, void 0, !0)])]));
903
921
  }
904
- }), B = /* @__PURE__ */ u(es, [["__scopeId", "data-v-0809a48c"]]), ts = {
922
+ }), B = /* @__PURE__ */ u(Yt, [["__scopeId", "data-v-0809a48c"]]), Xt = {
905
923
  class: "Footer"
906
- }, D = "support@huyooo.com", ss = /* @__PURE__ */ m({
924
+ }, F = "support@huyooo.com", es = /* @__PURE__ */ m({
907
925
  __name: "LandingPageFooter",
908
926
  setup(a) {
909
- const t = k("京ICP备2024077422号 Copyright © 2024-2024 北京忽柚科技有限公司"), l = k("https://beian.miit.gov.cn/#/Integrated/index");
927
+ const e = k("京ICP备2024077422号 Copyright © 2024-2024 北京忽柚科技有限公司"), l = k("https://beian.miit.gov.cn/#/Integrated/index");
910
928
  function n() {
911
- const p = Dt(D, "", "");
929
+ const p = zt(F, "", "");
912
930
  window.location.href = p;
913
931
  }
914
932
  const o = k([{
915
933
  type: "text",
916
934
  icon: "ic:baseline-email",
917
- content: D,
935
+ content: F,
918
936
  select: n
919
937
  }, {
920
938
  type: "image",
@@ -923,7 +941,7 @@ const y = /* @__PURE__ */ u(Kt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
923
941
  select() {
924
942
  }
925
943
  }]);
926
- return (r, g) => (s(), i("div", ts, [d(Wt, null, {
944
+ return (r, g) => (s(), i("div", Xt, [d(Ot, null, {
927
945
  LandingPageBrandInfo: _(() => [d(Oe, {
928
946
  icon: "https://ghibliaigenerator.app/logo.png",
929
947
  name: "ONES",
@@ -985,29 +1003,29 @@ const y = /* @__PURE__ */ u(Kt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
985
1003
  })]),
986
1004
  _: 1
987
1005
  })]),
988
- LandingPageFooterContact: _(() => [d(Ut, {
989
- "beian-text": t.value,
1006
+ LandingPageFooterContact: _(() => [d(jt, {
1007
+ "beian-text": e.value,
990
1008
  "beian-url": l.value,
991
1009
  links: o.value
992
1010
  }, null, 8, ["beian-text", "beian-url", "links"])]),
993
1011
  _: 1
994
1012
  })]));
995
1013
  }
996
- }), Za = /* @__PURE__ */ u(ss, [["__scopeId", "data-v-ee74e088"]]), as = {
1014
+ }), Ka = /* @__PURE__ */ u(es, [["__scopeId", "data-v-ee74e088"]]), ts = {
997
1015
  class: "hero"
998
- }, ns = {
1016
+ }, ss = {
999
1017
  class: "heroContent"
1000
- }, is = {
1018
+ }, as = {
1001
1019
  class: "heroHeading"
1002
- }, os = {
1020
+ }, ns = {
1003
1021
  class: "heroTitle"
1004
- }, ls = {
1022
+ }, is = {
1005
1023
  class: "heroDescription"
1006
- }, cs = {
1024
+ }, os = {
1007
1025
  class: "heroActions"
1008
- }, rs = {
1026
+ }, ls = {
1009
1027
  class: "heroImage"
1010
- }, ds = /* @__PURE__ */ m({
1028
+ }, cs = /* @__PURE__ */ m({
1011
1029
  __name: "LandingPageHero",
1012
1030
  props: {
1013
1031
  title: {
@@ -1024,12 +1042,12 @@ const y = /* @__PURE__ */ u(Kt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
1024
1042
  }
1025
1043
  },
1026
1044
  setup(a) {
1027
- const t = a;
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)])]));
1045
+ const e = a;
1046
+ return (l, n) => (s(), i("main", ts, [t("div", ss, [t("div", as, [t("h1", ns, [h(l.$slots, "title", {}, () => [f(c(e.title), 1)], !0)])]), t("div", is, [t("div", null, c(e.description), 1)]), t("div", os, [h(l.$slots, "actions", {}, void 0, !0)])]), t("div", ls, [h(l.$slots, "heroSource", {}, void 0, !0)])]));
1029
1047
  }
1030
- }), Qa = /* @__PURE__ */ u(ds, [["__scopeId", "data-v-38f97a3c"]]), us = {
1048
+ }), Ja = /* @__PURE__ */ u(cs, [["__scopeId", "data-v-38f97a3c"]]), rs = {
1031
1049
  class: "logos-list"
1032
- }, _s = /* @__PURE__ */ m({
1050
+ }, ds = /* @__PURE__ */ m({
1033
1051
  __name: "LandingPageLogos",
1034
1052
  props: {
1035
1053
  title: {
@@ -1055,14 +1073,14 @@ const y = /* @__PURE__ */ u(Kt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
1055
1073
  }
1056
1074
  },
1057
1075
  setup(a) {
1058
- const t = a;
1059
- return (l, n) => (s(), i("div", us, [(s(!0), i(v, null, $(t.logos, (o, r) => (s(), L(P(S), {
1076
+ const e = a;
1077
+ return (l, n) => (s(), i("div", rs, [(s(!0), i(v, null, $(e.logos, (o, r) => (s(), L(P(x), {
1060
1078
  key: r,
1061
1079
  icon: o.name,
1062
1080
  class: "logo-icon"
1063
1081
  }, null, 8, ["icon"]))), 128))]));
1064
1082
  }
1065
- }), Ya = /* @__PURE__ */ u(_s, [["__scopeId", "data-v-1a08e627"]]), ps = /* @__PURE__ */ m({
1083
+ }), Za = /* @__PURE__ */ u(ds, [["__scopeId", "data-v-1a08e627"]]), us = /* @__PURE__ */ m({
1066
1084
  __name: "LandingPagePageContent",
1067
1085
  props: {
1068
1086
  maxWidth: {
@@ -1083,38 +1101,38 @@ const y = /* @__PURE__ */ u(Kt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
1083
1101
  }
1084
1102
  },
1085
1103
  setup(a) {
1086
- const t = a, l = z(() => ({
1087
- maxWidth: t.maxWidth,
1088
- margin: t.center ? "0 auto" : void 0,
1104
+ const e = a, l = z(() => ({
1105
+ maxWidth: e.maxWidth,
1106
+ margin: e.center ? "0 auto" : void 0,
1089
1107
  width: "100%",
1090
- padding: t.padding,
1108
+ padding: e.padding,
1091
1109
  display: "flex",
1092
- flexDirection: t.flexDirection ?? "column",
1093
- gap: t.gap
1110
+ flexDirection: e.flexDirection ?? "column",
1111
+ gap: e.gap
1094
1112
  }));
1095
1113
  return (n, o) => (s(), i("div", {
1096
1114
  class: "PageContent",
1097
- style: C(l.value)
1115
+ style: I(l.value)
1098
1116
  }, [h(n.$slots, "default", {}, void 0, !0)], 4));
1099
1117
  }
1100
- }), Xa = /* @__PURE__ */ u(ps, [["__scopeId", "data-v-00ec8180"]]), ms = {
1118
+ }), Qa = /* @__PURE__ */ u(us, [["__scopeId", "data-v-00ec8180"]]), _s = {
1101
1119
  class: "Tabs"
1102
- }, fs = {
1120
+ }, ps = {
1103
1121
  class: "tabs-root"
1104
- }, gs = {
1122
+ }, ms = {
1105
1123
  role: "radiogroup",
1106
1124
  "aria-required": "false",
1107
1125
  dir: "ltr",
1108
1126
  class: "tabs-group",
1109
1127
  tabindex: "0"
1110
- }, hs = ["id", "aria-checked", "data-state", "value", "tabindex", "onClick"], vs = {
1128
+ }, fs = ["id", "aria-checked", "data-state", "value", "tabindex", "onClick"], gs = {
1111
1129
  key: 0,
1112
1130
  "data-state": "checked",
1113
1131
  class: "tabs-radio-icon"
1114
- }, $s = ["for"], bs = {
1132
+ }, hs = ["for"], vs = {
1115
1133
  key: 0,
1116
1134
  class: "tabs-badge"
1117
- }, ys = /* @__PURE__ */ m({
1135
+ }, $s = /* @__PURE__ */ m({
1118
1136
  __name: "LandingPageTabs",
1119
1137
  props: {
1120
1138
  tabs: {
@@ -1128,13 +1146,13 @@ const y = /* @__PURE__ */ u(Kt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
1128
1146
  },
1129
1147
  emits: ["update:modelValue"],
1130
1148
  setup(a) {
1131
- const t = a;
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", {
1149
+ const e = a;
1150
+ return (l, n) => (s(), i("div", _s, [t("div", ps, [t("div", ms, [(s(!0), i(v, null, $(e.tabs, (o) => (s(), i("div", {
1133
1151
  key: o.value,
1134
1152
  class: w(["tabs-item", {
1135
1153
  "tabs-item-active": o.value === a.modelValue
1136
1154
  }])
1137
- }, [e("button", {
1155
+ }, [t("button", {
1138
1156
  id: o.value,
1139
1157
  type: "button",
1140
1158
  role: "radio",
@@ -1144,20 +1162,20 @@ const y = /* @__PURE__ */ u(Kt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
1144
1162
  class: "tabs-radio",
1145
1163
  tabindex: o.value === a.modelValue ? 0 : -1,
1146
1164
  onClick: (r) => l.$emit("update:modelValue", o.value)
1147
- }, [o.value === a.modelValue ? (s(), i("span", vs)) : x("", !0)], 8, hs), e("label", {
1165
+ }, [o.value === a.modelValue ? (s(), i("span", gs)) : C("", !0)], 8, fs), t("label", {
1148
1166
  class: "tabs-label",
1149
1167
  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))])])]));
1168
+ }, [t("span", null, c(o.label), 1), o.badge ? (s(), i("div", vs, c(o.badge), 1)) : C("", !0)], 8, hs)], 2))), 128))])])]));
1151
1169
  }
1152
- }), ks = /* @__PURE__ */ u(ys, [["__scopeId", "data-v-9eb67a93"]]), Ls = {
1170
+ }), bs = /* @__PURE__ */ u($s, [["__scopeId", "data-v-9eb67a93"]]), ys = {
1153
1171
  class: "PriceGroup"
1154
- }, Ps = /* @__PURE__ */ m({
1172
+ }, ks = /* @__PURE__ */ m({
1155
1173
  __name: "LandingPagePriceGroup",
1156
1174
  setup(a) {
1157
- const t = k("subscribe-monthly");
1158
- return (l, n) => (s(), i("div", Ls, [d(ks, {
1159
- modelValue: t.value,
1160
- "onUpdate:modelValue": n[0] || (n[0] = (o) => t.value = o),
1175
+ const e = k("subscribe-monthly");
1176
+ return (l, n) => (s(), i("div", ys, [d(bs, {
1177
+ modelValue: e.value,
1178
+ "onUpdate:modelValue": n[0] || (n[0] = (o) => e.value = o),
1161
1179
  tabs: [{
1162
1180
  value: "subscribe-monthly",
1163
1181
  label: "按月订阅"
@@ -1171,33 +1189,33 @@ const y = /* @__PURE__ */ u(Kt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
1171
1189
  }]
1172
1190
  }, null, 8, ["modelValue"]), h(l.$slots, "default", {}, void 0, !0)]));
1173
1191
  }
1174
- }), en = /* @__PURE__ */ u(Ps, [["__scopeId", "data-v-43a35f55"]]), Is = {
1192
+ }), Ya = /* @__PURE__ */ u(ks, [["__scopeId", "data-v-43a35f55"]]), Ls = {
1175
1193
  class: "PricingCard"
1176
- }, Ss = {
1194
+ }, Ps = {
1177
1195
  class: "title"
1178
- }, Cs = {
1196
+ }, Is = {
1179
1197
  class: "titleText"
1180
- }, xs = {
1198
+ }, Ss = {
1181
1199
  class: "description"
1182
- }, ws = {
1200
+ }, xs = {
1183
1201
  class: "priceAndDiscount"
1184
- }, As = {
1202
+ }, Cs = {
1185
1203
  class: "price"
1186
- }, Ts = {
1204
+ }, ws = {
1187
1205
  class: "discount"
1188
- }, qs = {
1206
+ }, As = {
1189
1207
  style: {
1190
1208
  position: "relative",
1191
1209
  top: "3px"
1192
1210
  }
1193
- }, Bs = {
1211
+ }, Ts = {
1194
1212
  key: 1,
1195
1213
  class: "priceNotDiscount"
1196
- }, zs = {
1214
+ }, qs = {
1197
1215
  class: "cycle"
1198
- }, Fs = {
1216
+ }, Bs = {
1199
1217
  class: "features"
1200
- }, Ds = /* @__PURE__ */ m({
1218
+ }, zs = /* @__PURE__ */ m({
1201
1219
  __name: "LandingPagePricingCard",
1202
1220
  props: {
1203
1221
  loading: {
@@ -1257,21 +1275,21 @@ const y = /* @__PURE__ */ u(Kt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
1257
1275
  },
1258
1276
  emits: ["toPay"],
1259
1277
  setup(a, {
1260
- emit: t
1278
+ emit: e
1261
1279
  }) {
1262
- const l = t, n = a;
1280
+ const l = e, n = a;
1263
1281
  function o() {
1264
1282
  l("toPay");
1265
1283
  }
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), {
1284
+ return (r, g) => (s(), i("div", Ls, [t("div", null, [t("div", Ps, [t("span", Is, c(n.title), 1), n.badge.label ? (s(), L(P(O), {
1267
1285
  key: 0,
1268
1286
  color: "arcoblue"
1269
1287
  }, {
1270
1288
  default: _(() => [f(c(n.badge.label), 1)]),
1271
1289
  _: 1
1272
- })) : x("", !0)]), e("div", xs, c(n.description), 1)]), e("div", ws, [n.discount !== null ? (s(), i(v, {
1290
+ })) : C("", !0)]), t("div", Ss, c(n.description), 1)]), t("div", xs, [n.discount !== null ? (s(), i(v, {
1273
1291
  key: 0
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, {
1292
+ }, [t("span", Cs, [t("span", null, c(n.price), 1), t("span", null, c(n.unit), 1)]), t("span", ws, [t("span", As, c(n.discount), 1), t("span", null, c(n.unit), 1)])], 64)) : (s(), i("span", Ts, [t("span", null, c(n.price), 1), t("span", null, c(n.unit), 1)])), t("span", qs, c(n.cycle), 1)]), t("div", Bs, [(s(!0), i(v, null, $(n.features, (A, p) => (s(), L(j, {
1275
1293
  key: p,
1276
1294
  description: A.title
1277
1295
  }, null, 8, ["description"]))), 128))]), d(We, {
@@ -1285,27 +1303,27 @@ const y = /* @__PURE__ */ u(Kt, [["render", Zt], ["__scopeId", "data-v-ea9ec649"
1285
1303
  _: 1
1286
1304
  }, 8, ["loading", "disabled"])]));
1287
1305
  }
1288
- }), tn = /* @__PURE__ */ u(Ds, [["__scopeId", "data-v-0b730439"]]), Vs = {}, Hs = {
1306
+ }), Xa = /* @__PURE__ */ u(zs, [["__scopeId", "data-v-0b730439"]]), Ds = {}, Fs = {
1289
1307
  class: "PricingGrid"
1290
- }, js = {
1308
+ }, Vs = {
1291
1309
  class: "content"
1292
1310
  };
1293
- function Ms(a, t) {
1294
- return s(), i("div", Hs, [e("div", js, [h(a.$slots, "default", {}, void 0, !0)])]);
1311
+ function Hs(a, e) {
1312
+ return s(), i("div", Fs, [t("div", Vs, [h(a.$slots, "default", {}, void 0, !0)])]);
1295
1313
  }
1296
- const sn = /* @__PURE__ */ u(Vs, [["render", Ms], ["__scopeId", "data-v-1f26d3ee"]]), Us = {
1314
+ const en = /* @__PURE__ */ u(Ds, [["render", Hs], ["__scopeId", "data-v-1f26d3ee"]]), js = {
1297
1315
  class: "section-header"
1298
- }, Gs = {
1316
+ }, Ms = {
1299
1317
  class: "title-section"
1300
- }, Ns = {
1318
+ }, Us = {
1301
1319
  class: "icon-title"
1302
- }, Es = ["src", "alt", "width", "height"], Os = {
1320
+ }, Gs = ["src", "alt", "width", "height"], Ns = {
1303
1321
  class: "title"
1304
- }, Rs = {
1322
+ }, Es = {
1305
1323
  class: "subtitle-section"
1306
- }, Ws = ["src", "alt", "width", "height"], Ks = {
1324
+ }, Os = ["src", "alt", "width", "height"], Rs = {
1307
1325
  class: "subtitle"
1308
- }, Js = /* @__PURE__ */ m({
1326
+ }, Ws = /* @__PURE__ */ m({
1309
1327
  __name: "LandingPageSectionHeader",
1310
1328
  props: {
1311
1329
  title: {},
@@ -1332,41 +1350,41 @@ const sn = /* @__PURE__ */ u(Vs, [["render", Ms], ["__scopeId", "data-v-1f26d3ee
1332
1350
  }
1333
1351
  },
1334
1352
  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,
1353
+ return (e, l) => (s(), i("div", js, [t("div", Ms, [t("div", Us, [t("img", {
1354
+ src: e.icon,
1355
+ alt: e.iconAlt,
1356
+ width: e.iconWidth,
1357
+ height: e.iconHeight,
1340
1358
  loading: "lazy",
1341
1359
  decoding: "async",
1342
1360
  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,
1361
+ }, null, 8, Gs), t("span", Ns, c(e.title), 1)]), t("div", Es, [t("img", {
1362
+ src: e.dashline,
1363
+ alt: e.dashlineAlt,
1364
+ width: e.dashlineWidth,
1365
+ height: e.dashlineHeight,
1348
1366
  loading: "lazy",
1349
1367
  decoding: "async",
1350
1368
  class: "dashline"
1351
- }, null, 8, Ws), e("span", Ks, c(t.subtitle), 1)])])]));
1369
+ }, null, 8, Os), t("span", Rs, c(e.subtitle), 1)])])]));
1352
1370
  }
1353
- }), an = /* @__PURE__ */ u(Js, [["__scopeId", "data-v-6831913e"]]), Zs = {
1371
+ }), tn = /* @__PURE__ */ u(Ws, [["__scopeId", "data-v-6831913e"]]), Ks = {
1354
1372
  class: "sections-container"
1355
- }, Qs = {
1373
+ }, Js = {
1356
1374
  class: "container"
1357
- }, Ys = {
1375
+ }, Zs = {
1358
1376
  class: "image-container"
1359
- }, Xs = ["src", "alt"], ea = {
1377
+ }, Qs = ["src", "alt"], Ys = {
1360
1378
  class: "text-container"
1361
- }, ta = {
1379
+ }, Xs = {
1362
1380
  class: "header"
1363
- }, sa = {
1381
+ }, ea = {
1364
1382
  class: "features-list"
1365
- }, aa = {
1383
+ }, ta = {
1366
1384
  class: "content"
1367
- }, na = {
1385
+ }, sa = {
1368
1386
  class: "feature-title"
1369
- }, ia = /* @__PURE__ */ m({
1387
+ }, aa = /* @__PURE__ */ m({
1370
1388
  __name: "LandingPageSections",
1371
1389
  props: {
1372
1390
  title: {
@@ -1405,40 +1423,40 @@ const sn = /* @__PURE__ */ u(Vs, [["render", Ms], ["__scopeId", "data-v-1f26d3ee
1405
1423
  }
1406
1424
  },
1407
1425
  setup(a) {
1408
- const t = a;
1409
- return (l, n) => (s(), i("section", Zs, [e("div", Qs, [e("div", {
1426
+ const e = a;
1427
+ return (l, n) => (s(), i("section", Ks, [t("div", Js, [t("div", {
1410
1428
  class: w(["content-wrapper", {
1411
- reverse: t.reverse
1429
+ reverse: e.reverse
1412
1430
  }])
1413
- }, [e("div", Ys, [e("img", {
1414
- src: t.imageUrl,
1415
- alt: t.imageAlt,
1431
+ }, [t("div", Zs, [t("img", {
1432
+ src: e.imageUrl,
1433
+ alt: e.imageAlt,
1416
1434
  class: "image"
1417
- }, null, 8, Xs)]), e("div", ea, [e("div", ta, [d(H, null, {
1418
- default: _(() => [f(c(t.title), 1)]),
1435
+ }, null, 8, Qs)]), t("div", Ys, [t("div", Xs, [d(H, null, {
1436
+ default: _(() => [f(c(e.title), 1)]),
1419
1437
  _: 1
1420
1438
  }), d(V, null, {
1421
- default: _(() => [f(c(t.subTitle), 1)]),
1439
+ default: _(() => [f(c(e.subTitle), 1)]),
1422
1440
  _: 1
1423
- })]), e("div", sa, [(s(!0), i(v, null, $(t.features, (o, r) => (s(), i("div", {
1441
+ })]), t("div", ea, [(s(!0), i(v, null, $(e.features, (o, r) => (s(), i("div", {
1424
1442
  key: r,
1425
1443
  class: "feature-item"
1426
- }, [e("div", {
1444
+ }, [t("div", {
1427
1445
  class: w(["icon-container", [`icon-${o.color}`]])
1428
- }, n[0] || (n[0] = [e("div", {
1446
+ }, n[0] || (n[0] = [t("div", {
1429
1447
  class: "dot"
1430
- }, null, -1)]), 2), e("div", aa, [e("div", na, c(o.title), 1), d(I, null, {
1448
+ }, null, -1)]), 2), t("div", ta, [t("div", sa, c(o.title), 1), d(S, null, {
1431
1449
  default: _(() => [f(c(o.description), 1)]),
1432
1450
  _: 2
1433
1451
  }, 1024)])]))), 128))])])], 2)])]));
1434
1452
  }
1435
- }), nn = /* @__PURE__ */ u(ia, [["__scopeId", "data-v-ac2b71bb"]]), oa = {
1453
+ }), sn = /* @__PURE__ */ u(aa, [["__scopeId", "data-v-ac2b71bb"]]), na = {
1436
1454
  class: "Showcase"
1437
- }, la = ["onClick"], ca = ["src", "alt"], ra = {
1455
+ }, ia = ["onClick"], oa = ["src", "alt"], la = {
1438
1456
  class: "card-content"
1439
- }, da = {
1457
+ }, ca = {
1440
1458
  class: "card-title"
1441
- }, ua = /* @__PURE__ */ m({
1459
+ }, ra = /* @__PURE__ */ m({
1442
1460
  __name: "LandingPageShowcase",
1443
1461
  props: {
1444
1462
  items: {},
@@ -1458,9 +1476,9 @@ const sn = /* @__PURE__ */ u(Vs, [["render", Ms], ["__scopeId", "data-v-1f26d3ee
1458
1476
  },
1459
1477
  emits: ["cardClick"],
1460
1478
  setup(a, {
1461
- emit: t
1479
+ emit: e
1462
1480
  }) {
1463
- const l = a, n = t;
1481
+ const l = a, n = e;
1464
1482
  function o(g) {
1465
1483
  n("cardClick", g);
1466
1484
  }
@@ -1468,29 +1486,29 @@ const sn = /* @__PURE__ */ u(Vs, [["render", Ms], ["__scopeId", "data-v-1f26d3ee
1468
1486
  height: `${l.cardHeight}px`,
1469
1487
  objectFit: l.objectFit
1470
1488
  }));
1471
- return (g, A) => (s(), i("div", oa, [(s(!0), i(v, null, $(l.items, (p, b) => (s(), i("div", {
1489
+ return (g, A) => (s(), i("div", na, [(s(!0), i(v, null, $(l.items, (p, b) => (s(), i("div", {
1472
1490
  key: b,
1473
1491
  class: "showcase-card",
1474
- onClick: (Ba) => o(p)
1475
- }, [e("img", {
1492
+ onClick: (Ta) => o(p)
1493
+ }, [t("img", {
1476
1494
  src: p.image,
1477
1495
  alt: p.alt,
1478
- style: C(r.value)
1479
- }, null, 12, ca), e("div", ra, [e("div", da, c(p.title), 1), d(I, null, {
1496
+ style: I(r.value)
1497
+ }, null, 12, oa), t("div", la, [t("div", ca, c(p.title), 1), d(S, null, {
1480
1498
  default: _(() => [f(c(p.description), 1)]),
1481
1499
  _: 2
1482
- }, 1024)])], 8, la))), 128))]));
1500
+ }, 1024)])], 8, ia))), 128))]));
1483
1501
  }
1484
- }), on = /* @__PURE__ */ u(ua, [["__scopeId", "data-v-381ed6a6"]]), _a = {
1502
+ }), an = /* @__PURE__ */ u(ra, [["__scopeId", "data-v-381ed6a6"]]), da = {
1485
1503
  class: "Stats"
1486
- }, pa = {
1504
+ }, ua = {
1487
1505
  key: 0,
1488
1506
  class: "stats-label"
1489
- }, ma = {
1507
+ }, _a = {
1490
1508
  class: "stats-number"
1491
- }, fa = {
1509
+ }, pa = {
1492
1510
  class: "stats-label"
1493
- }, ga = /* @__PURE__ */ m({
1511
+ }, ma = /* @__PURE__ */ m({
1494
1512
  __name: "LandingPageStats",
1495
1513
  props: {
1496
1514
  title: {
@@ -1516,19 +1534,19 @@ const sn = /* @__PURE__ */ u(Vs, [["render", Ms], ["__scopeId", "data-v-1f26d3ee
1516
1534
  }
1517
1535
  },
1518
1536
  setup(a) {
1519
- const t = a;
1520
- return (l, n) => (s(), i("div", _a, [(s(!0), i(v, null, $(t.stats, (o, r) => (s(), i("div", {
1537
+ const e = a;
1538
+ return (l, n) => (s(), i("div", da, [(s(!0), i(v, null, $(e.stats, (o, r) => (s(), i("div", {
1521
1539
  key: r,
1522
1540
  class: "stats-item"
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))]));
1541
+ }, [o.title ? (s(), i("div", ua, c(o.title), 1)) : C("", !0), t("div", _a, c(o.number), 1), t("div", pa, c(o.label), 1)]))), 128))]));
1524
1542
  }
1525
- }), ln = /* @__PURE__ */ u(ga, [["__scopeId", "data-v-7aa9af80"]]), ha = {
1543
+ }), nn = /* @__PURE__ */ u(ma, [["__scopeId", "data-v-7aa9af80"]]), fa = {
1526
1544
  class: "stepNumber"
1527
- }, va = {
1545
+ }, ga = {
1528
1546
  class: "count"
1529
- }, $a = {
1547
+ }, ha = {
1530
1548
  class: "stepTitle"
1531
- }, ba = /* @__PURE__ */ m({
1549
+ }, va = /* @__PURE__ */ m({
1532
1550
  __name: "LandingPageSteps",
1533
1551
  props: {
1534
1552
  columns: {
@@ -1550,32 +1568,32 @@ const sn = /* @__PURE__ */ u(Vs, [["render", Ms], ["__scopeId", "data-v-1f26d3ee
1550
1568
  }
1551
1569
  },
1552
1570
  setup(a) {
1553
- const t = a;
1571
+ const e = a;
1554
1572
  return (l, n) => (s(), i("div", {
1555
1573
  class: "Steps",
1556
- style: C({
1557
- gridTemplateColumns: `repeat(${t.columns}, 1fr)`
1574
+ style: I({
1575
+ gridTemplateColumns: `repeat(${e.columns}, 1fr)`
1558
1576
  // flexDirection: props.flexDirection,
1559
1577
  })
1560
- }, [(s(!0), i(v, null, $(t.steps, (o, r) => (s(), i("div", {
1578
+ }, [(s(!0), i(v, null, $(e.steps, (o, r) => (s(), i("div", {
1561
1579
  key: r,
1562
1580
  class: "stepItem"
1563
- }, [e("div", ha, [e("span", va, c(r + 1), 1)]), e("h3", $a, c(o.title), 1), d(I, null, {
1581
+ }, [t("div", fa, [t("span", ga, c(r + 1), 1)]), t("h3", ha, c(o.title), 1), d(S, null, {
1564
1582
  default: _(() => [f(c(o.description), 1)]),
1565
1583
  _: 2
1566
1584
  }, 1024)]))), 128))], 4));
1567
1585
  }
1568
- }), cn = /* @__PURE__ */ u(ba, [["__scopeId", "data-v-1ecd9597"]]), ya = {
1586
+ }), on = /* @__PURE__ */ u(va, [["__scopeId", "data-v-1ecd9597"]]), $a = {
1569
1587
  class: "Testimonial"
1570
- }, ka = {
1588
+ }, ba = {
1571
1589
  class: "user-info"
1572
- }, La = {
1590
+ }, ya = {
1573
1591
  class: "user-avatar"
1574
- }, Pa = ["src", "alt"], Ia = {
1592
+ }, ka = ["src", "alt"], La = {
1575
1593
  class: "user-name"
1576
- }, Sa = {
1594
+ }, Pa = {
1577
1595
  class: "user-title"
1578
- }, Ca = /* @__PURE__ */ m({
1596
+ }, Ia = /* @__PURE__ */ m({
1579
1597
  __name: "LandingPageTestimonial",
1580
1598
  props: {
1581
1599
  testimonials: {
@@ -1583,21 +1601,21 @@ const sn = /* @__PURE__ */ u(Vs, [["render", Ms], ["__scopeId", "data-v-1f26d3ee
1583
1601
  }
1584
1602
  },
1585
1603
  setup(a) {
1586
- const t = a;
1587
- return (l, n) => (s(), i("div", ya, [(s(!0), i(v, null, $(t.testimonials, (o, r) => (s(), L(M, {
1604
+ const e = a;
1605
+ return (l, n) => (s(), i("div", $a, [(s(!0), i(v, null, $(e.testimonials, (o, r) => (s(), L(M, {
1588
1606
  key: r
1589
1607
  }, {
1590
- default: _(() => [e("div", null, [d(I, null, {
1608
+ default: _(() => [t("div", null, [d(S, null, {
1591
1609
  default: _(() => [f(c(`"${o.content}"`), 1)]),
1592
1610
  _: 2
1593
- }, 1024)]), e("div", ka, [e("span", La, [e("img", {
1611
+ }, 1024)]), t("div", ba, [t("span", ya, [t("img", {
1594
1612
  src: o.avatar,
1595
1613
  alt: o.name
1596
- }, null, 8, Pa)]), e("div", null, [e("div", Ia, c(o.name), 1), e("div", Sa, c(o.title), 1)])])]),
1614
+ }, null, 8, ka)]), t("div", null, [t("div", La, c(o.name), 1), t("div", Pa, c(o.title), 1)])])]),
1597
1615
  _: 2
1598
1616
  }, 1024))), 128))]));
1599
1617
  }
1600
- }), rn = /* @__PURE__ */ u(Ca, [["__scopeId", "data-v-bc49d7bc"]]), xa = ["href"], wa = /* @__PURE__ */ m({
1618
+ }), ln = /* @__PURE__ */ u(Ia, [["__scopeId", "data-v-bc49d7bc"]]), Sa = ["href"], xa = /* @__PURE__ */ m({
1601
1619
  __name: "LandingPageTips",
1602
1620
  props: {
1603
1621
  href: {
@@ -1610,61 +1628,61 @@ const sn = /* @__PURE__ */ u(Vs, [["render", Ms], ["__scopeId", "data-v-1f26d3ee
1610
1628
  }
1611
1629
  },
1612
1630
  setup(a) {
1613
- const t = a;
1631
+ const e = a;
1614
1632
  return (l, n) => (s(), i("a", {
1615
- href: t.href,
1633
+ href: e.href,
1616
1634
  class: "tips-link"
1617
- }, c(t.text), 9, xa));
1635
+ }, c(e.text), 9, Sa));
1618
1636
  }
1619
- }), dn = /* @__PURE__ */ u(wa, [["__scopeId", "data-v-f5784dd1"]]), Aa = {}, Ta = {
1637
+ }), cn = /* @__PURE__ */ u(xa, [["__scopeId", "data-v-f5784dd1"]]), Ca = {}, wa = {
1620
1638
  class: "sidebar"
1621
1639
  };
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)]));
1640
+ function Aa(a, e) {
1641
+ return s(), i("div", wa, e[0] || (e[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)]));
1624
1642
  }
1625
- const un = /* @__PURE__ */ u(Aa, [["render", qa], ["__scopeId", "data-v-251905ff"]]);
1643
+ const rn = /* @__PURE__ */ u(Ca, [["render", Aa], ["__scopeId", "data-v-251905ff"]]);
1626
1644
  export {
1627
- an as A,
1645
+ tn as A,
1628
1646
  We as B,
1629
1647
  M as C,
1630
- I as D,
1631
- nn as E,
1632
- on as F,
1633
- ln as G,
1634
- cn as H,
1648
+ S as D,
1649
+ sn as E,
1650
+ an as F,
1651
+ nn as G,
1652
+ on as H,
1635
1653
  ke as I,
1636
1654
  qe as J,
1637
- rn as K,
1638
- Ua as L,
1639
- dn as M,
1655
+ ln as K,
1656
+ ja as L,
1657
+ cn as M,
1640
1658
  H as N,
1641
- un as O,
1659
+ rn as O,
1642
1660
  V as S,
1643
- ks as T,
1644
- Ga as a,
1661
+ bs as T,
1662
+ Ma as a,
1645
1663
  ee as b,
1646
1664
  ae as c,
1647
1665
  Oe as d,
1648
- Na as e,
1649
- Ea as f,
1650
- Oa as g,
1651
- Ra as h,
1652
- F as i,
1653
- Wa as j,
1654
- Ka as k,
1655
- Ja as l,
1656
- Za as m,
1657
- Ut as n,
1658
- Wt as o,
1659
- Qa as p,
1666
+ Ua as e,
1667
+ Ga as f,
1668
+ Na as g,
1669
+ Ea as h,
1670
+ D as i,
1671
+ Oa as j,
1672
+ Ra as k,
1673
+ Wa as l,
1674
+ Ka as m,
1675
+ jt as n,
1676
+ Ot as o,
1677
+ Ja as p,
1660
1678
  y as q,
1661
1679
  B as r,
1662
1680
  j as s,
1663
1681
  Ge as t,
1664
- Ya as u,
1682
+ Za as u,
1665
1683
  he as v,
1666
- Xa as w,
1667
- en as x,
1668
- tn as y,
1669
- sn as z
1684
+ Qa as w,
1685
+ Ya as x,
1686
+ Xa as y,
1687
+ en as z
1670
1688
  };