@huyooo/ui 4.0.2 → 4.0.5

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.
Files changed (64) hide show
  1. package/dist/{AuthkitAppSetting-Cg8j3nES.js → AuthkitAppSetting-B7xyx5Kb.js} +20 -17
  2. package/dist/{CustomTable-C15Dgbks.js → CustomTable-FlfUde4Q.js} +14 -14
  3. package/dist/{FeedbackModal.vue_vue_type_script_setup_true_lang-Ddy1jcdL.js → FeedbackModal.vue_vue_type_script_setup_true_lang-BBmobezM.js} +9 -8
  4. package/dist/LandingPageLinkGroup-DBhikoiz.js +749 -0
  5. package/dist/{LandingPageSectionTabs-BJQeq3V5.js → LandingPageSectionTabs-BwStYRXA.js} +362 -366
  6. package/dist/{LegalDocViewer-BuzKCAfO.js → LegalDocViewer-BPbrJ2tj.js} +24 -21
  7. package/dist/{PaySubscriptions-ZSvRTG2i.js → PaySubscriptions-CPH1wESx.js} +22 -21
  8. package/dist/{PricingPlans-DTGJ-_us.js → PricingPlans-Cb2qrkmu.js} +3 -3
  9. package/dist/{ReferrerReferees-gkKtDau-.js → ReferrerReferees-B2OR30NV.js} +3 -3
  10. package/dist/Report-C5RbZNpM.js +317 -0
  11. package/dist/{Upload.vue_vue_type_script_setup_true_lang-C6B5_Hjo.js → Upload.vue_vue_type_script_setup_true_lang-BygtAblQ.js} +1 -1
  12. package/dist/{UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-BH6l-SKs.js → UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-DxvHvsQm.js} +6 -6
  13. package/dist/{WidthContainer-DXwIiG2x.js → WidthContainer-DtKLf5Ub.js} +10 -10
  14. package/dist/authkit.js +8 -8
  15. package/dist/common/globalConfig.d.ts +5 -5
  16. package/dist/common.js +2 -2
  17. package/dist/components/LandingPage/LandingPageContact.vue.d.ts +14 -1
  18. package/dist/components/LandingPage/LandingPageContactForm.vue.d.ts +3 -8
  19. package/dist/components/LandingPage/LandingPageFooterContact.vue.d.ts +23 -15
  20. package/dist/components/LandingPage/LandingPageLink.vue.d.ts +7 -2
  21. package/dist/components/LandingPage/LandingPageReportForm.vue.d.ts +4 -0
  22. package/dist/components/PrivateCom/Report.vue.d.ts +2 -0
  23. package/dist/composables/Authkit/useAuthkitAppsAuthPageInfo.d.ts +14 -0
  24. package/dist/composables/Authkit/useLegalDocs.d.ts +1 -1
  25. package/dist/composables.d.ts +2 -0
  26. package/dist/composables.js +60 -54
  27. package/dist/feedback.js +2 -2
  28. package/dist/{fetchAuthPageAboutUs-C-jQ44QK.js → fetchAuthPageAboutUs-DD-MwyiG.js} +2 -2
  29. package/dist/{index-BIxwv9Xs.js → index-ClOjruo3.js} +1 -1
  30. package/dist/{index-5OR_BVTz.js → index-CncbUu-V.js} +1 -1
  31. package/dist/landingPage.d.ts +1 -0
  32. package/dist/landingPage.js +17 -16
  33. package/dist/legalDocs/buildBuiltinUrl.d.ts +1 -1
  34. package/dist/main.js +306 -298
  35. package/dist/pay.js +3 -3
  36. package/dist/privateCom.d.ts +1 -0
  37. package/dist/privateCom.js +3 -2
  38. package/dist/publicReport-ZlMy0xQf.js +32 -0
  39. package/dist/referrer.js +1 -1
  40. package/dist/{runtime-B-tHI8-q.js → runtime-CfbHkmk9.js} +25 -26
  41. package/dist/style.css +1 -1
  42. package/dist/types/api/auth.generated.d.ts +250 -43
  43. package/dist/types/api/ones.generated.d.ts +44 -0
  44. package/dist/types/app.d.ts +9 -0
  45. package/dist/upload.js +2 -2
  46. package/dist/{useAccessPosture-DBNTLWQn.js → useAccessPosture-NSPnmu0I.js} +33 -33
  47. package/dist/{useAuthkitAppsAuthPageInfo-CsivtUQH.js → useAuthkitAppsAuthPageInfo-Cg40bxCJ.js} +25 -23
  48. package/dist/{useAuthkitAuth-CV60Hc3o.js → useAuthkitAuth-C5oUnl8U.js} +1 -1
  49. package/dist/{useAuthkitUsersProfile-CQOLEAxC.js → useAuthkitUsersProfile-BWNVk2UM.js} +1 -1
  50. package/dist/{useEnsureAuthenticated-BYGI2uYZ.js → useEnsureAuthenticated-CQWINiHB.js} +1 -1
  51. package/dist/useLegalDocs-ky2EzBke.js +114 -0
  52. package/dist/{usePageSEO-BHYaXnDU.js → usePageSEO-CWLQAmET.js} +1 -1
  53. package/dist/{useRoutePermission-BkWHsFxN.js → useRoutePermission-K-Eu4pRD.js} +3 -3
  54. package/dist/{useSubscriptionCheckout-QSNro05_.js → useSubscriptionCheckout-BcN8cRMV.js} +1 -1
  55. package/dist/user.js +1 -1
  56. package/dist/utils/company.d.ts +2 -0
  57. package/dist/utils/publicFeedbackSubmit.d.ts +13 -0
  58. package/dist/utils/publicReport.d.ts +26 -0
  59. package/dist/utils/reportForm.d.ts +8 -0
  60. package/dist/utils/requiredFooterLinks.d.ts +11 -0
  61. package/package.json +1 -1
  62. package/dist/Contact-D9NRguTE.js +0 -222
  63. package/dist/LandingPageLinkGroup-B8ERKG5f.js +0 -527
  64. package/dist/useLegalDocs-BrYWCDh3.js +0 -107
@@ -1,46 +1,47 @@
1
- import { openBlock as s, createElementBlock as a, renderSlot as y, defineComponent as h, createVNode as d, withCtx as u, Fragment as g, createTextVNode as p, ref as I, createElementVNode as e, renderList as b, toDisplayString as c, normalizeClass as w, normalizeStyle as A, createBlock as T, unref as v, computed as S, createCommentVNode as $, createStaticVNode as Y, watch as ee, withDirectives as te, vShow as se } from "vue";
2
- import { _ } from "./_plugin-vue_export-helper-CHgC5LLL.js";
1
+ import { openBlock as s, createElementBlock as a, renderSlot as y, defineComponent as f, createVNode as u, withCtx as _, Fragment as g, createTextVNode as h, ref as A, createElementVNode as e, renderList as b, toDisplayString as c, normalizeClass as w, normalizeStyle as S, createBlock as T, unref as v, computed as I, createCommentVNode as $, createStaticVNode as Y, watch as ee, withDirectives as te, vShow as se } from "vue";
2
+ import { _ as p } from "./_plugin-vue_export-helper-CHgC5LLL.js";
3
3
  import { L as ae } from "./LandingPageSectionHeader-3hiuw6G0.js";
4
- import { j as ne, k as oe, i as ie, l as ce, e as re, d as le, g as M, f as x, L as de, h as ue } from "./LandingPageLinkGroup-B8ERKG5f.js";
4
+ import { k as ne, l as oe, i as ie, m as ce, e as re, d as le, g as M, f as x, L as de, h as ue } from "./LandingPageLinkGroup-DBhikoiz.js";
5
5
  import { Icon as D } from "@iconify/vue";
6
6
  import { D as V } from "./LandingPageDescription-BczWZHKy.js";
7
- import { c as _e } from "./index-BIxwv9Xs.js";
8
- import { u as pe } from "./apiClients-5u4_uxFE.js";
9
- import { Message as he, Tag as me } from "@arco-design/web-vue";
10
- import { useRouter as ge } from "vue-router";
11
- import { u as fe } from "./useEnsureAuthenticated-BYGI2uYZ.js";
12
- import { u as ve } from "./useAccessPosture-DBNTLWQn.js";
7
+ import { c as _e } from "./index-ClOjruo3.js";
8
+ import { u as pe } from "./useAuthkitAppsAuthPageInfo-Cg40bxCJ.js";
9
+ import { u as he } from "./apiClients-5u4_uxFE.js";
10
+ import { Message as fe, Tag as ge } from "@arco-design/web-vue";
11
+ import { useRouter as me } from "vue-router";
12
+ import { u as ve } from "./useEnsureAuthenticated-CQWINiHB.js";
13
+ import { u as ye } from "./useAccessPosture-NSPnmu0I.js";
13
14
  /* empty css */
14
- const ye = {}, be = {
15
+ const be = {}, $e = {
15
16
  class: "SubTitle"
16
17
  };
17
- function $e(i, t) {
18
- return s(), a("div", be, [y(i.$slots, "default", {}, void 0, !0)]);
18
+ function ke(i, t) {
19
+ return s(), a("div", $e, [y(i.$slots, "default", {}, void 0, !0)]);
19
20
  }
20
- const U = /* @__PURE__ */ _(ye, [["render", $e], ["__scopeId", "data-v-961808f9"]]), ke = {}, Pe = {
21
+ const W = /* @__PURE__ */ p(be, [["render", ke], ["__scopeId", "data-v-961808f9"]]), Pe = {}, Le = {
21
22
  class: "Title"
22
23
  };
23
- function Le(i, t) {
24
- return s(), a("h2", Pe, [y(i.$slots, "default", {}, void 0, !0)]);
24
+ function xe(i, t) {
25
+ return s(), a("h2", Le, [y(i.$slots, "default", {}, void 0, !0)]);
25
26
  }
26
- const xe = /* @__PURE__ */ _(ke, [["render", Le], ["__scopeId", "data-v-3bd32caf"]]), Ce = {
27
+ const Ce = /* @__PURE__ */ p(Pe, [["render", xe], ["__scopeId", "data-v-3bd32caf"]]), we = {
27
28
  class: "BlockHeader"
28
- }, we = /* @__PURE__ */ h({
29
+ }, Ie = /* @__PURE__ */ f({
29
30
  __name: "LandingPageBlockHeader",
30
31
  setup(i) {
31
- return (t, l) => (s(), a("div", Ce, [d(xe, {
32
+ return (t, r) => (s(), a("div", we, [u(Ce, {
32
33
  class: "BlockHeaderTitle"
33
34
  }, {
34
- default: u(() => [y(t.$slots, "title", {}, void 0, !0)]),
35
+ default: _(() => [y(t.$slots, "title", {}, void 0, !0)]),
35
36
  _: 3
36
- }), d(U, {
37
+ }), u(W, {
37
38
  class: "BlockHeaderSubTitle"
38
39
  }, {
39
- default: u(() => [y(t.$slots, "subTitle", {}, void 0, !0)]),
40
+ default: _(() => [y(t.$slots, "subTitle", {}, void 0, !0)]),
40
41
  _: 3
41
42
  })]));
42
43
  }
43
- }), Ie = /* @__PURE__ */ _(we, [["__scopeId", "data-v-59ccd5cb"]]), Ae = /* @__PURE__ */ h({
44
+ }), Ae = /* @__PURE__ */ p(Ie, [["__scopeId", "data-v-59ccd5cb"]]), Se = /* @__PURE__ */ f({
44
45
  __name: "LandingPageAbout",
45
46
  setup(i) {
46
47
  const t = [{
@@ -80,20 +81,20 @@ const xe = /* @__PURE__ */ _(ke, [["render", Le], ["__scopeId", "data-v-3bd32caf
80
81
  }
81
82
  }
82
83
  }];
83
- return (l, o) => (s(), a(g, null, [d(ae, null, {
84
- BlockHeader: u(() => [d(Ie, null, {
85
- title: u(() => [...o[0] || (o[0] = [p("核心团队", -1)])]),
86
- subTitle: u(() => [...o[1] || (o[1] = [p("我们是一个充满激情的小团队。", -1)])]),
84
+ return (r, o) => (s(), a(g, null, [u(ae, null, {
85
+ BlockHeader: _(() => [u(Ae, null, {
86
+ title: _(() => [...o[0] || (o[0] = [h("核心团队", -1)])]),
87
+ subTitle: _(() => [...o[1] || (o[1] = [h("我们是一个充满激情的小团队。", -1)])]),
87
88
  _: 1
88
89
  })]),
89
- BlockBody: u(() => [d(ne, {
90
+ BlockBody: _(() => [u(ne, {
90
91
  title: "Empowering the world with Astro.",
91
92
  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."
92
- }), d(oe, {
93
+ }), u(oe, {
93
94
  "published-team-members": t
94
95
  })]),
95
96
  _: 1
96
- }), d(ie, {
97
+ }), u(ie, {
97
98
  image: "https://astroship-pro.web3templates.com/_astro/employee.DPridi10_Z23eRat.avif",
98
99
  "image-alt": "Happy Team",
99
100
  title: "Mission",
@@ -102,16 +103,16 @@ const xe = /* @__PURE__ */ _(ke, [["render", Le], ["__scopeId", "data-v-3bd32caf
102
103
  features: ["Intelligent Task Management", "Real-time Collaboration", "Data Security & Privacy"]
103
104
  })], 64));
104
105
  }
105
- }), qa = /* @__PURE__ */ _(Ae, [["__scopeId", "data-v-a40e05a5"]]), Se = {
106
+ }), qa = /* @__PURE__ */ p(Se, [["__scopeId", "data-v-a40e05a5"]]), Te = {
106
107
  class: "nav"
107
- }, Te = {
108
+ }, Be = {
108
109
  class: "section"
109
- }, Be = ["href"], Fe = {
110
+ }, Fe = ["href"], Ve = {
110
111
  class: "section"
111
- }, Ve = ["href"], qe = /* @__PURE__ */ h({
112
+ }, qe = ["href"], He = /* @__PURE__ */ f({
112
113
  __name: "LandingPageAside",
113
114
  setup(i) {
114
- const t = I([{
115
+ const t = A([{
115
116
  text: "Editor",
116
117
  href: "/docs/editor/getting-started/overview"
117
118
  }, {
@@ -126,7 +127,7 @@ const xe = /* @__PURE__ */ _(ke, [["render", Le], ["__scopeId", "data-v-3bd32caf
126
127
  }, {
127
128
  text: "Documents",
128
129
  href: "/docs/collaboration/documents"
129
- }]), l = I([{
130
+ }]), r = A([{
130
131
  text: "Guides",
131
132
  href: "/docs/guides"
132
133
  }, {
@@ -142,54 +143,54 @@ const xe = /* @__PURE__ */ _(ke, [["render", Le], ["__scopeId", "data-v-3bd32caf
142
143
  text: "Pro license",
143
144
  href: "/docs/resources/pro-license"
144
145
  }]);
145
- return (o, n) => (s(), a("nav", Se, [n[2] || (n[2] = e("div", {
146
+ return (o, n) => (s(), a("nav", Te, [n[2] || (n[2] = e("div", {
146
147
  class: "section"
147
148
  }, [e("div", {
148
149
  class: "section-title"
149
150
  }, "Getting started"), e("div", null, [e("a", {
150
151
  class: "link active",
151
152
  href: "/docs"
152
- }, "Overview")])], -1)), e("div", Te, [n[0] || (n[0] = e("div", {
153
+ }, "Overview")])], -1)), e("div", Be, [n[0] || (n[0] = e("div", {
153
154
  class: "section-title"
154
- }, "Browse by feature", -1)), e("div", null, [(s(!0), a(g, null, b(t.value, (r) => (s(), a("a", {
155
- key: r.text,
155
+ }, "Browse by feature", -1)), e("div", null, [(s(!0), a(g, null, b(t.value, (d) => (s(), a("a", {
156
+ key: d.text,
156
157
  class: "link",
157
- href: r.href
158
- }, c(r.text), 9, Be))), 128))])]), e("div", Fe, [n[1] || (n[1] = e("div", {
158
+ href: d.href
159
+ }, c(d.text), 9, Fe))), 128))])]), e("div", Ve, [n[1] || (n[1] = e("div", {
159
160
  class: "section-title"
160
- }, "Resources", -1)), e("div", null, [(s(!0), a(g, null, b(l.value, (r) => (s(), a("a", {
161
- key: r.text,
161
+ }, "Resources", -1)), e("div", null, [(s(!0), a(g, null, b(r.value, (d) => (s(), a("a", {
162
+ key: d.text,
162
163
  class: "link",
163
- href: r.href
164
- }, c(r.text), 9, Ve))), 128))])])]));
164
+ href: d.href
165
+ }, c(d.text), 9, qe))), 128))])])]));
165
166
  }
166
- }), Ha = /* @__PURE__ */ _(qe, [["__scopeId", "data-v-486b0852"]]), He = /* @__PURE__ */ h({
167
+ }), Ha = /* @__PURE__ */ p(He, [["__scopeId", "data-v-486b0852"]]), Me = /* @__PURE__ */ f({
167
168
  __name: "LandingPageButton",
168
169
  props: {
169
170
  type: {}
170
171
  },
171
172
  setup(i) {
172
- return (t, l) => (s(), a("span", {
173
+ return (t, r) => (s(), a("span", {
173
174
  class: w(["heroButton", [i.type === "primary" ? "heroButtonPrimary" : "heroButtonSecondary"]])
174
175
  }, [y(t.$slots, "default", {}, void 0, !0)], 2));
175
176
  }
176
- }), F = /* @__PURE__ */ _(He, [["__scopeId", "data-v-7c4d264b"]]), Me = {}, De = {
177
+ }), F = /* @__PURE__ */ p(Me, [["__scopeId", "data-v-7c4d264b"]]), De = {}, je = {
177
178
  class: "Card"
178
179
  };
179
- function je(i, t) {
180
- return s(), a("div", De, [y(i.$slots, "default", {}, void 0, !0)]);
180
+ function Ee(i, t) {
181
+ return s(), a("div", je, [y(i.$slots, "default", {}, void 0, !0)]);
181
182
  }
182
- const W = /* @__PURE__ */ _(Me, [["render", je], ["__scopeId", "data-v-102e7fdf"]]), Ee = "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", Ne = {
183
+ const O = /* @__PURE__ */ p(De, [["render", Ee], ["__scopeId", "data-v-102e7fdf"]]), ze = "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", Ne = {
183
184
  class: "cta-container"
184
- }, ze = ["src"], Ge = {
185
+ }, Ge = ["src"], We = {
185
186
  class: "cta-content"
186
- }, Ue = {
187
+ }, Oe = {
187
188
  class: "cta-title"
188
- }, We = {
189
+ }, Ue = {
189
190
  class: "cta-description"
190
- }, Oe = {
191
+ }, Re = {
191
192
  class: "cta-actions"
192
- }, Re = /* @__PURE__ */ h({
193
+ }, Ze = /* @__PURE__ */ f({
193
194
  __name: "LandingPageCta",
194
195
  props: {
195
196
  title: {
@@ -199,7 +200,7 @@ const W = /* @__PURE__ */ _(Me, [["render", je], ["__scopeId", "data-v-102e7fdf"
199
200
  default: "立即开始您的翻译之旅"
200
201
  },
201
202
  backgroundUrl: {
202
- default: Ee
203
+ default: ze
203
204
  },
204
205
  backgroundSize: {
205
206
  default: "120%"
@@ -207,21 +208,21 @@ const W = /* @__PURE__ */ _(Me, [["render", je], ["__scopeId", "data-v-102e7fdf"
207
208
  },
208
209
  setup(i) {
209
210
  const t = i;
210
- return (l, o) => (s(), a("div", Ne, [e("img", {
211
+ return (r, o) => (s(), a("div", Ne, [e("img", {
211
212
  src: t.backgroundUrl,
212
213
  class: "cta-background",
213
214
  alt: "background",
214
- style: A({
215
+ style: S({
215
216
  width: t.backgroundSize,
216
217
  height: t.backgroundSize
217
218
  })
218
- }, null, 12, ze), e("div", Ge, [e("h1", Ue, c(t.title), 1), e("div", We, c(t.description), 1), e("div", Oe, [y(l.$slots, "actions", {}, void 0, !0)])])]));
219
+ }, null, 12, Ge), e("div", We, [e("h1", Oe, c(t.title), 1), e("div", Ue, c(t.description), 1), e("div", Re, [y(r.$slots, "actions", {}, void 0, !0)])])]));
219
220
  }
220
- }), Ma = /* @__PURE__ */ _(Re, [["__scopeId", "data-v-caeb8fed"]]), Ze = {
221
+ }), Ma = /* @__PURE__ */ p(Ze, [["__scopeId", "data-v-caeb8fed"]]), Je = {
221
222
  class: "Features"
222
- }, Je = {
223
+ }, Ke = {
223
224
  class: "feature-title"
224
- }, Ke = /* @__PURE__ */ h({
225
+ }, Qe = /* @__PURE__ */ f({
225
226
  __name: "LandingPageFeatures",
226
227
  props: {
227
228
  features: {
@@ -260,34 +261,34 @@ const W = /* @__PURE__ */ _(Me, [["render", je], ["__scopeId", "data-v-102e7fdf"
260
261
  },
261
262
  setup(i) {
262
263
  const t = i;
263
- return (l, o) => (s(), a("div", Ze, [(s(!0), a(g, null, b(t.features, (n) => (s(), T(W, {
264
+ return (r, o) => (s(), a("div", Je, [(s(!0), a(g, null, b(t.features, (n) => (s(), T(O, {
264
265
  key: n.title
265
266
  }, {
266
- default: u(() => [e("div", {
267
+ default: _(() => [e("div", {
267
268
  class: "icon-container",
268
- style: A({
269
+ style: S({
269
270
  color: t.iconColor,
270
271
  border: `1px solid ${t.iconBorderColor}`
271
272
  })
272
- }, [d(v(D), {
273
+ }, [u(v(D), {
273
274
  class: "icon",
274
275
  icon: n.icon
275
- }, null, 8, ["icon"])], 4), e("h3", Je, c(n.title), 1), d(V, null, {
276
- default: u(() => [p(c(n.description), 1)]),
276
+ }, null, 8, ["icon"])], 4), e("h3", Ke, c(n.title), 1), u(V, null, {
277
+ default: _(() => [h(c(n.description), 1)]),
277
278
  _: 2
278
279
  }, 1024)]),
279
280
  _: 2
280
281
  }, 1024))), 128))]));
281
282
  }
282
- }), Da = /* @__PURE__ */ _(Ke, [["__scopeId", "data-v-e9a40ee8"]]), Qe = {
283
+ }), Da = /* @__PURE__ */ p(Qe, [["__scopeId", "data-v-e9a40ee8"]]), Xe = {
283
284
  class: "tt-feature-list"
284
- }, Xe = {
285
- class: "tt-feature-content"
286
285
  }, Ye = {
287
- class: "heading-small"
286
+ class: "tt-feature-content"
288
287
  }, et = {
288
+ class: "heading-small"
289
+ }, tt = {
289
290
  class: "text-small"
290
- }, tt = /* @__PURE__ */ h({
291
+ }, st = /* @__PURE__ */ f({
291
292
  __name: "LandingPageFeatures2",
292
293
  props: {
293
294
  list: {
@@ -297,8 +298,8 @@ const W = /* @__PURE__ */ _(Me, [["render", je], ["__scopeId", "data-v-102e7fdf"
297
298
  },
298
299
  setup(i) {
299
300
  const t = i;
300
- return (l, o) => (s(), a("div", Qe, [(s(!0), a(g, null, b(t.list, (n, r) => (s(), a("div", {
301
- key: r,
301
+ return (r, o) => (s(), a("div", Xe, [(s(!0), a(g, null, b(t.list, (n, d) => (s(), a("div", {
302
+ key: d,
302
303
  class: "tt-feature-item centered"
303
304
  }, [o[1] || (o[1] = e("div", {
304
305
  class: "tt-feature-icon"
@@ -306,119 +307,114 @@ const W = /* @__PURE__ */ _(Me, [["render", je], ["__scopeId", "data-v-102e7fdf"
306
307
  src: "https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/66cda872417824f6aabdc2ad_check-highlight-badge.svg",
307
308
  loading: "lazy",
308
309
  class: "feature-media"
309
- })], -1)), e("div", Xe, [e("h3", Ye, c(n.title), 1), e("p", et, [p(c(n.descriptions) + " ", 1), o[0] || (o[0] = e("br", null, null, -1))])])]))), 128))]));
310
+ })], -1)), e("div", Ye, [e("h3", et, c(n.title), 1), e("p", tt, [h(c(n.descriptions) + " ", 1), o[0] || (o[0] = e("br", null, null, -1))])])]))), 128))]));
310
311
  }
311
- }), ja = /* @__PURE__ */ _(tt, [["__scopeId", "data-v-5e0deecb"]]), st = {
312
+ }), ja = /* @__PURE__ */ p(st, [["__scopeId", "data-v-5e0deecb"]]), at = {
312
313
  class: "Footer"
313
- }, at = "京ICP备2024077422号", nt = "https://beian.miit.gov.cn/#/Integrated/index", G = "support@huyooo.com", ot = /* @__PURE__ */ h({
314
+ }, G = "support@huyooo.com", nt = /* @__PURE__ */ f({
314
315
  __name: "LandingPageFooter",
315
316
  setup(i) {
316
- const t = ce("北京忽柚科技有限公司", 2024);
317
- function l() {
318
- const m = _e(G, "", "");
319
- window.location.href = m;
317
+ const {
318
+ appsData: t
319
+ } = pe(), r = I(() => t.value.filings || []), o = ce("北京忽柚科技有限公司", 2024);
320
+ function n() {
321
+ const k = _e(G, "", "");
322
+ window.location.href = k;
320
323
  }
321
- const o = I([{
324
+ const d = A([{
322
325
  type: "text",
323
326
  icon: "ic:baseline-email",
324
327
  content: G,
325
- select: l
326
- }, {
327
- type: "image",
328
- icon: "ic:baseline-wechat",
329
- content: "https://beian.miit.gov.cn/#/Integrated/index",
330
- select() {
331
- }
328
+ select: n
332
329
  }]);
333
- return (n, r) => (s(), a("div", st, [d(re, null, {
334
- LandingPageBrandInfo: u(() => [d(de, {
330
+ return (L, l) => (s(), a("div", at, [u(re, null, {
331
+ LandingPageBrandInfo: _(() => [u(de, {
335
332
  icon: "https://ghibliaigenerator.app/logo.png",
336
333
  name: "ONES",
337
334
  description: "几小时内构建和发布AI产品,无需数日。"
338
335
  })]),
339
- LandingPageLinkGroup: u(() => [d(M, {
336
+ LandingPageLinkGroup: _(() => [u(M, {
340
337
  title: "产品"
341
338
  }, {
342
- item: u(() => [d(x, null, {
343
- default: u(() => [...r[0] || (r[0] = [p("功能", -1)])]),
339
+ item: _(() => [u(x, null, {
340
+ default: _(() => [...l[0] || (l[0] = [h("功能", -1)])]),
344
341
  _: 1
345
- }), d(x, null, {
346
- default: u(() => [...r[1] || (r[1] = [p("展示", -1)])]),
342
+ }), u(x, null, {
343
+ default: _(() => [...l[1] || (l[1] = [h("展示", -1)])]),
347
344
  _: 1
348
- }), d(x, null, {
349
- default: u(() => [...r[2] || (r[2] = [p("价格", -1)])]),
345
+ }), u(x, null, {
346
+ default: _(() => [...l[2] || (l[2] = [h("价格", -1)])]),
350
347
  _: 1
351
348
  })]),
352
349
  _: 1
353
- }), d(M, {
350
+ }), u(M, {
354
351
  title: "资源"
355
352
  }, {
356
- item: u(() => [d(x, null, {
357
- default: u(() => [...r[3] || (r[3] = [p("安全性与合规性", -1)])]),
353
+ item: _(() => [u(x, null, {
354
+ default: _(() => [...l[3] || (l[3] = [h("安全性与合规性", -1)])]),
358
355
  _: 1
359
356
  })]),
360
357
  _: 1
361
- }), d(M, {
358
+ }), u(M, {
362
359
  title: "公司"
363
360
  }, {
364
- item: u(() => [d(x, null, {
365
- default: u(() => [...r[4] || (r[4] = [p("博客", -1)])]),
361
+ item: _(() => [u(x, null, {
362
+ default: _(() => [...l[4] || (l[4] = [h("博客", -1)])]),
366
363
  _: 1
367
- }), d(x, null, {
368
- default: u(() => [...r[5] || (r[5] = [p("公司简介", -1)])]),
364
+ }), u(x, null, {
365
+ default: _(() => [...l[5] || (l[5] = [h("公司简介", -1)])]),
369
366
  _: 1
370
- }), d(x, null, {
371
- default: u(() => [...r[6] || (r[6] = [p("个人信息收集清单", -1)])]),
367
+ }), u(x, null, {
368
+ default: _(() => [...l[6] || (l[6] = [h("个人信息收集清单", -1)])]),
372
369
  _: 1
373
- }), d(x, null, {
374
- default: u(() => [...r[7] || (r[7] = [p("第三方信息共享清单", -1)])]),
370
+ }), u(x, null, {
371
+ default: _(() => [...l[7] || (l[7] = [h("第三方信息共享清单", -1)])]),
375
372
  _: 1
376
- }), d(x, null, {
377
- default: u(() => [...r[8] || (r[8] = [p("用户服务协议", -1)])]),
373
+ }), u(x, null, {
374
+ default: _(() => [...l[8] || (l[8] = [h("用户服务协议", -1)])]),
378
375
  _: 1
379
- }), d(x, null, {
380
- default: u(() => [...r[9] || (r[9] = [p("隐私协议", -1)])]),
376
+ }), u(x, null, {
377
+ default: _(() => [...l[9] || (l[9] = [h("隐私协议", -1)])]),
381
378
  _: 1
382
379
  })]),
383
380
  _: 1
384
381
  })]),
385
- LandingPageFooterContact: u(() => [d(le, {
386
- "beian-number": at,
387
- "copyright-text": v(t),
388
- "beian-url": nt,
389
- links: o.value
390
- }, null, 8, ["copyright-text", "links"])]),
382
+ LandingPageFooterContact: _(() => [u(le, {
383
+ filings: r.value,
384
+ "copyright-text": v(o),
385
+ links: d.value
386
+ }, null, 8, ["filings", "copyright-text", "links"])]),
391
387
  _: 1
392
388
  })]));
393
389
  }
394
- }), Ea = /* @__PURE__ */ _(ot, [["__scopeId", "data-v-9df97da8"]]), it = {
390
+ }), Ea = /* @__PURE__ */ p(nt, [["__scopeId", "data-v-3a7e9ee4"]]), ot = {
395
391
  class: "hero"
396
- }, ct = {
392
+ }, it = {
397
393
  class: "heroContent"
398
- }, rt = {
394
+ }, ct = {
399
395
  class: "heroHeading"
400
- }, lt = {
396
+ }, rt = {
401
397
  class: "heroTitle"
402
- }, dt = {
398
+ }, lt = {
403
399
  key: 0,
404
400
  class: "heroDescription"
405
- }, ut = {
401
+ }, dt = {
406
402
  key: 1,
407
403
  class: "heroPostureNote"
408
- }, _t = {
404
+ }, ut = {
409
405
  class: "heroActions"
410
- }, pt = ["disabled"], ht = {
406
+ }, _t = ["disabled"], pt = {
411
407
  key: 2,
412
408
  class: "heroInstall"
413
- }, mt = {
409
+ }, ht = {
414
410
  class: "heroInstall__code"
415
- }, gt = {
411
+ }, ft = {
416
412
  key: 0,
417
413
  class: "heroImage"
418
- }, ft = ["src", "alt"], vt = {
414
+ }, gt = ["src", "alt"], mt = {
419
415
  key: 1,
420
416
  class: "heroImage"
421
- }, yt = /* @__PURE__ */ h({
417
+ }, vt = /* @__PURE__ */ f({
422
418
  __name: "LandingPageHero",
423
419
  props: {
424
420
  title: {
@@ -454,91 +450,91 @@ const W = /* @__PURE__ */ _(Me, [["render", je], ["__scopeId", "data-v-102e7fdf"
454
450
  },
455
451
  setup(i) {
456
452
  const t = i, {
457
- loaded: l,
453
+ loaded: r,
458
454
  posture: o,
459
455
  granted: n,
460
- applied: r,
456
+ applied: d,
461
457
  applyWaitlist: L
458
+ } = ye(), {
459
+ ensureAuthenticated: l
462
460
  } = ve(), {
463
- ensureAuthenticated: m
464
- } = fe(), {
465
461
  open: P
466
- } = pe(), k = ge(), C = I(!1), O = S(() => {
467
- var f;
468
- return t.showAccessPosture && l.value && !!((f = o.value) != null && f.note);
469
- }), R = S(() => t.showAccessPosture && l.value && !!o.value), Z = S(() => !t.showAccessPosture);
462
+ } = he(), k = me(), C = A(!1), U = I(() => {
463
+ var m;
464
+ return t.showAccessPosture && r.value && !!((m = o.value) != null && m.note);
465
+ }), R = I(() => t.showAccessPosture && r.value && !!o.value), Z = I(() => !t.showAccessPosture);
470
466
  function J() {
471
467
  var B;
472
- const f = ((B = o.value) == null ? void 0 : B.primaryLabel) === "登录" ? "signIn" : "signUp";
468
+ const m = ((B = o.value) == null ? void 0 : B.primaryLabel) === "登录" ? "signIn" : "signUp";
473
469
  P({
474
- view: f
470
+ view: m
475
471
  });
476
472
  }
477
- function K(f) {
473
+ function K(m) {
478
474
  P({
479
- view: f
475
+ view: m
480
476
  });
481
477
  }
482
478
  function j() {
483
479
  k.push(t.entryPath);
484
480
  }
485
481
  function E() {
486
- m(j) && j();
482
+ l(j) && j();
487
483
  }
488
- async function N() {
484
+ async function z() {
489
485
  if (n.value) {
490
486
  E();
491
487
  return;
492
488
  }
493
- if (r.value || C.value)
489
+ if (d.value || C.value)
494
490
  return;
495
491
  C.value = !0;
496
- const f = await L();
497
- C.value = !1, f.ok && he.success("已提交申请,我们将尽快为你开通权限");
492
+ const m = await L();
493
+ C.value = !1, m.ok && fe.success("已提交申请,我们将尽快为你开通权限");
498
494
  }
499
495
  function Q() {
500
- r.value || C.value || m(() => {
501
- N();
502
- }) && N();
496
+ d.value || C.value || l(() => {
497
+ z();
498
+ }) && z();
503
499
  }
504
- const q = I(!1);
500
+ const q = A(!1);
505
501
  let H;
506
502
  async function X() {
507
503
  if (t.installCommand) {
508
504
  try {
509
505
  await navigator.clipboard.writeText(t.installCommand);
510
506
  } catch {
511
- const f = document.createElement("textarea");
512
- f.value = t.installCommand, f.setAttribute("readonly", ""), f.style.position = "fixed", f.style.opacity = "0", document.body.appendChild(f), f.select(), document.execCommand("copy"), document.body.removeChild(f);
507
+ const m = document.createElement("textarea");
508
+ m.value = t.installCommand, m.setAttribute("readonly", ""), m.style.position = "fixed", m.style.opacity = "0", document.body.appendChild(m), m.select(), document.execCommand("copy"), document.body.removeChild(m);
513
509
  }
514
510
  q.value = !0, H && clearTimeout(H), H = setTimeout(() => {
515
511
  q.value = !1;
516
512
  }, 1500);
517
513
  }
518
514
  }
519
- return (f, B) => {
520
- var z;
521
- return s(), a("main", it, [e("div", ct, [e("div", rt, [e("h1", lt, [y(f.$slots, "title", {}, () => [p(c(t.title), 1)], !0)])]), t.description ? (s(), a("div", dt, [e("div", null, c(t.description), 1)])) : $("", !0), O.value && ((z = v(o)) != null && z.note) ? (s(), a("p", ut, c(v(o).note), 1)) : $("", !0), e("div", _t, [R.value && v(o) ? (s(), a(g, {
515
+ return (m, B) => {
516
+ var N;
517
+ return s(), a("main", ot, [e("div", it, [e("div", ct, [e("h1", rt, [y(m.$slots, "title", {}, () => [h(c(t.title), 1)], !0)])]), t.description ? (s(), a("div", lt, [e("div", null, c(t.description), 1)])) : $("", !0), U.value && ((N = v(o)) != null && N.note) ? (s(), a("p", dt, c(v(o).note), 1)) : $("", !0), e("div", ut, [R.value && v(o) ? (s(), a(g, {
522
518
  key: 0
523
519
  }, [v(o).kind === "guest" ? (s(), a("button", {
524
520
  key: 0,
525
521
  type: "button",
526
522
  class: "heroActionButton",
527
523
  onClick: J
528
- }, [d(F, {
524
+ }, [u(F, {
529
525
  type: "primary"
530
526
  }, {
531
- default: u(() => [p(c(v(o).primaryLabel), 1)]),
527
+ default: _(() => [h(c(v(o).primaryLabel), 1)]),
532
528
  _: 1
533
529
  })])) : $("", !0), v(o).kind === "guest" && v(o).secondaryLabel ? (s(), a("button", {
534
530
  key: 1,
535
531
  type: "button",
536
532
  class: "heroActionButton",
537
- onClick: B[0] || (B[0] = ($a) => K("signIn"))
538
- }, [d(F, {
533
+ onClick: B[0] || (B[0] = (ba) => K("signIn"))
534
+ }, [u(F, {
539
535
  type: "secondary"
540
536
  }, {
541
- default: u(() => [p(c(v(o).secondaryLabel), 1)]),
537
+ default: _(() => [h(c(v(o).secondaryLabel), 1)]),
542
538
  _: 1
543
539
  })])) : $("", !0), v(o).kind === "waitlisted" || v(o).kind === "applied" ? (s(), a("button", {
544
540
  key: 2,
@@ -546,38 +542,38 @@ const W = /* @__PURE__ */ _(Me, [["render", je], ["__scopeId", "data-v-102e7fdf"
546
542
  class: "heroActionButton",
547
543
  disabled: v(o).kind === "applied" || C.value,
548
544
  onClick: Q
549
- }, [d(F, {
545
+ }, [u(F, {
550
546
  type: v(o).kind === "applied" ? "secondary" : "primary"
551
547
  }, {
552
- default: u(() => [p(c(C.value ? "提交中…" : v(o).primaryLabel), 1)]),
548
+ default: _(() => [h(c(C.value ? "提交中…" : v(o).primaryLabel), 1)]),
553
549
  _: 1
554
- }, 8, ["type"])], 8, pt)) : $("", !0), v(o).kind === "enter" ? (s(), a("button", {
550
+ }, 8, ["type"])], 8, _t)) : $("", !0), v(o).kind === "enter" ? (s(), a("button", {
555
551
  key: 3,
556
552
  type: "button",
557
553
  class: "heroActionButton",
558
554
  onClick: E
559
- }, [d(F, {
555
+ }, [u(F, {
560
556
  type: "primary"
561
557
  }, {
562
- default: u(() => [p(c(v(o).primaryLabel), 1)]),
558
+ default: _(() => [h(c(v(o).primaryLabel), 1)]),
563
559
  _: 1
564
- })])) : $("", !0)], 64)) : Z.value ? y(f.$slots, "actions", {
560
+ })])) : $("", !0)], 64)) : Z.value ? y(m.$slots, "actions", {
565
561
  key: 1
566
- }, void 0, !0) : $("", !0)]), t.installCommand ? (s(), a("div", ht, [e("code", mt, c(t.installCommand), 1), e("button", {
562
+ }, void 0, !0) : $("", !0)]), t.installCommand ? (s(), a("div", pt, [e("code", ht, c(t.installCommand), 1), e("button", {
567
563
  class: "heroInstall__copy",
568
564
  type: "button",
569
565
  onClick: X
570
- }, c(q.value ? "已复制" : "复制"), 1)])) : $("", !0)]), t.heroSource ? (s(), a("div", gt, [e("img", {
566
+ }, c(q.value ? "已复制" : "复制"), 1)])) : $("", !0)]), t.heroSource ? (s(), a("div", ft, [e("img", {
571
567
  src: t.heroSource,
572
568
  alt: t.imageAlt || "Hero Image",
573
569
  loading: "eager",
574
570
  class: "hero-image"
575
- }, null, 8, ft)])) : (s(), a("div", vt, [y(f.$slots, "heroSource", {}, void 0, !0)]))]);
571
+ }, null, 8, gt)])) : (s(), a("div", mt, [y(m.$slots, "heroSource", {}, void 0, !0)]))]);
576
572
  };
577
573
  }
578
- }), Na = /* @__PURE__ */ _(yt, [["__scopeId", "data-v-021c22c0"]]), bt = {
574
+ }), za = /* @__PURE__ */ p(vt, [["__scopeId", "data-v-021c22c0"]]), yt = {
579
575
  class: "logos-list"
580
- }, $t = /* @__PURE__ */ h({
576
+ }, bt = /* @__PURE__ */ f({
581
577
  __name: "LandingPageLogos",
582
578
  props: {
583
579
  title: {
@@ -604,13 +600,13 @@ const W = /* @__PURE__ */ _(Me, [["render", je], ["__scopeId", "data-v-102e7fdf"
604
600
  },
605
601
  setup(i) {
606
602
  const t = i;
607
- return (l, o) => (s(), a("div", bt, [(s(!0), a(g, null, b(t.logos, (n, r) => (s(), T(v(D), {
608
- key: r,
603
+ return (r, o) => (s(), a("div", yt, [(s(!0), a(g, null, b(t.logos, (n, d) => (s(), T(v(D), {
604
+ key: d,
609
605
  icon: n.name,
610
606
  class: "logo-icon"
611
607
  }, null, 8, ["icon"]))), 128))]));
612
608
  }
613
- }), za = /* @__PURE__ */ _($t, [["__scopeId", "data-v-1eb19277"]]), kt = /* @__PURE__ */ h({
609
+ }), Na = /* @__PURE__ */ p(bt, [["__scopeId", "data-v-1eb19277"]]), $t = /* @__PURE__ */ f({
614
610
  __name: "LandingPagePageContent",
615
611
  props: {
616
612
  maxWidth: {
@@ -631,7 +627,7 @@ const W = /* @__PURE__ */ _(Me, [["render", je], ["__scopeId", "data-v-102e7fdf"
631
627
  }
632
628
  },
633
629
  setup(i) {
634
- const t = i, l = S(() => ({
630
+ const t = i, r = I(() => ({
635
631
  maxWidth: t.maxWidth,
636
632
  margin: t.center ? "0 auto" : void 0,
637
633
  width: "100%",
@@ -642,34 +638,34 @@ const W = /* @__PURE__ */ _(Me, [["render", je], ["__scopeId", "data-v-102e7fdf"
642
638
  }));
643
639
  return (o, n) => (s(), a("div", {
644
640
  class: "PageContent",
645
- style: A(l.value)
641
+ style: S(r.value)
646
642
  }, [y(o.$slots, "default", {}, void 0, !0)], 4));
647
643
  }
648
- }), Ga = /* @__PURE__ */ _(kt, [["__scopeId", "data-v-00ec8180"]]), Pt = {
644
+ }), Ga = /* @__PURE__ */ p($t, [["__scopeId", "data-v-00ec8180"]]), kt = {
649
645
  class: "page-content"
650
- }, Lt = /* @__PURE__ */ h({
646
+ }, Pt = /* @__PURE__ */ f({
651
647
  __name: "PageContent",
652
648
  setup(i) {
653
- return (t, l) => (s(), a("div", Pt, [y(t.$slots, "default", {}, void 0, !0), y(t.$slots, "footer", {}, void 0, !0)]));
649
+ return (t, r) => (s(), a("div", kt, [y(t.$slots, "default", {}, void 0, !0), y(t.$slots, "footer", {}, void 0, !0)]));
654
650
  }
655
- }), Ua = /* @__PURE__ */ _(Lt, [["__scopeId", "data-v-b01d54bb"]]), xt = {
651
+ }), Wa = /* @__PURE__ */ p(Pt, [["__scopeId", "data-v-b01d54bb"]]), Lt = {
656
652
  class: "Tabs"
657
- }, Ct = {
653
+ }, xt = {
658
654
  class: "tabs-root"
659
- }, wt = {
655
+ }, Ct = {
660
656
  role: "radiogroup",
661
657
  "aria-required": "false",
662
658
  dir: "ltr",
663
659
  class: "tabs-group",
664
660
  tabindex: "0"
665
- }, It = ["id", "aria-checked", "data-state", "value", "tabindex", "onClick"], At = {
661
+ }, wt = ["id", "aria-checked", "data-state", "value", "tabindex", "onClick"], It = {
666
662
  key: 0,
667
663
  "data-state": "checked",
668
664
  class: "tabs-radio-icon"
669
- }, St = ["for"], Tt = {
665
+ }, At = ["for"], St = {
670
666
  key: 0,
671
667
  class: "tabs-badge"
672
- }, Bt = /* @__PURE__ */ h({
668
+ }, Tt = /* @__PURE__ */ f({
673
669
  __name: "LandingPageTabs",
674
670
  props: {
675
671
  tabs: {
@@ -684,7 +680,7 @@ const W = /* @__PURE__ */ _(Me, [["render", je], ["__scopeId", "data-v-102e7fdf"
684
680
  emits: ["update:modelValue"],
685
681
  setup(i) {
686
682
  const t = i;
687
- return (l, o) => (s(), a("div", xt, [e("div", Ct, [e("div", wt, [(s(!0), a(g, null, b(t.tabs, (n) => (s(), a("div", {
683
+ return (r, o) => (s(), a("div", Lt, [e("div", xt, [e("div", Ct, [(s(!0), a(g, null, b(t.tabs, (n) => (s(), a("div", {
688
684
  key: n.value,
689
685
  class: w(["tabs-item", {
690
686
  "tabs-item-active": n.value === i.modelValue
@@ -698,19 +694,19 @@ const W = /* @__PURE__ */ _(Me, [["render", je], ["__scopeId", "data-v-102e7fdf"
698
694
  value: n.value,
699
695
  class: "tabs-radio",
700
696
  tabindex: n.value === i.modelValue ? 0 : -1,
701
- onClick: (r) => l.$emit("update:modelValue", n.value)
702
- }, [n.value === i.modelValue ? (s(), a("span", At)) : $("", !0)], 8, It), e("label", {
697
+ onClick: (d) => r.$emit("update:modelValue", n.value)
698
+ }, [n.value === i.modelValue ? (s(), a("span", It)) : $("", !0)], 8, wt), e("label", {
703
699
  class: "tabs-label",
704
700
  for: n.value
705
- }, [e("span", null, c(n.label), 1), n.badge ? (s(), a("div", Tt, c(n.badge), 1)) : $("", !0)], 8, St)], 2))), 128))])])]));
701
+ }, [e("span", null, c(n.label), 1), n.badge ? (s(), a("div", St, c(n.badge), 1)) : $("", !0)], 8, At)], 2))), 128))])])]));
706
702
  }
707
- }), Ft = /* @__PURE__ */ _(Bt, [["__scopeId", "data-v-eae49087"]]), Vt = {
703
+ }), Bt = /* @__PURE__ */ p(Tt, [["__scopeId", "data-v-eae49087"]]), Ft = {
708
704
  class: "PriceGroup"
709
- }, qt = /* @__PURE__ */ h({
705
+ }, Vt = /* @__PURE__ */ f({
710
706
  __name: "LandingPagePriceGroup",
711
707
  setup(i) {
712
- const t = I("subscribe-monthly");
713
- return (l, o) => (s(), a("div", Vt, [d(Ft, {
708
+ const t = A("subscribe-monthly");
709
+ return (r, o) => (s(), a("div", Ft, [u(Bt, {
714
710
  modelValue: t.value,
715
711
  "onUpdate:modelValue": o[0] || (o[0] = (n) => t.value = n),
716
712
  tabs: [{
@@ -724,35 +720,35 @@ const W = /* @__PURE__ */ _(Me, [["render", je], ["__scopeId", "data-v-102e7fdf"
724
720
  value: "pay-as-you-go",
725
721
  label: "按需付费"
726
722
  }]
727
- }, null, 8, ["modelValue"]), y(l.$slots, "default", {}, void 0, !0)]));
723
+ }, null, 8, ["modelValue"]), y(r.$slots, "default", {}, void 0, !0)]));
728
724
  }
729
- }), Wa = /* @__PURE__ */ _(qt, [["__scopeId", "data-v-43a35f55"]]), Ht = {
725
+ }), Oa = /* @__PURE__ */ p(Vt, [["__scopeId", "data-v-43a35f55"]]), qt = {
730
726
  class: "PricingCard"
731
- }, Mt = {
727
+ }, Ht = {
732
728
  class: "title"
733
- }, Dt = {
729
+ }, Mt = {
734
730
  class: "titleText"
735
- }, jt = {
731
+ }, Dt = {
736
732
  class: "description"
737
- }, Et = {
733
+ }, jt = {
738
734
  class: "priceAndDiscount"
739
- }, Nt = {
735
+ }, Et = {
740
736
  class: "price"
741
737
  }, zt = {
742
738
  class: "discount"
743
- }, Gt = {
739
+ }, Nt = {
744
740
  style: {
745
741
  position: "relative",
746
742
  top: "3px"
747
743
  }
748
- }, Ut = {
744
+ }, Gt = {
749
745
  key: 1,
750
746
  class: "priceNotDiscount"
751
747
  }, Wt = {
752
748
  class: "cycle"
753
749
  }, Ot = {
754
750
  class: "features"
755
- }, Rt = /* @__PURE__ */ h({
751
+ }, Ut = /* @__PURE__ */ f({
756
752
  __name: "LandingPagePricingCard",
757
753
  props: {
758
754
  loading: {
@@ -814,66 +810,66 @@ const W = /* @__PURE__ */ _(Me, [["render", je], ["__scopeId", "data-v-102e7fdf"
814
810
  setup(i, {
815
811
  emit: t
816
812
  }) {
817
- const l = t, o = i;
813
+ const r = t, o = i;
818
814
  function n() {
819
- l("toPay");
815
+ r("toPay");
820
816
  }
821
- return (r, L) => (s(), a("div", Ht, [e("div", null, [e("div", Mt, [e("span", Dt, c(o.title), 1), o.badge.label ? (s(), T(v(me), {
817
+ return (d, L) => (s(), a("div", qt, [e("div", null, [e("div", Ht, [e("span", Mt, c(o.title), 1), o.badge.label ? (s(), T(v(ge), {
822
818
  key: 0,
823
819
  color: "arcoblue"
824
820
  }, {
825
- default: u(() => [p(c(o.badge.label), 1)]),
821
+ default: _(() => [h(c(o.badge.label), 1)]),
826
822
  _: 1
827
- })) : $("", !0)]), e("div", jt, c(o.description), 1)]), e("div", Et, [o.discount !== null ? (s(), a(g, {
823
+ })) : $("", !0)]), e("div", Dt, c(o.description), 1)]), e("div", jt, [o.discount !== null ? (s(), a(g, {
828
824
  key: 0
829
- }, [e("span", Nt, [e("span", null, c(o.price), 1), e("span", null, c(o.unit), 1)]), e("span", zt, [e("span", Gt, c(o.discount), 1), e("span", null, c(o.unit), 1)])], 64)) : (s(), a("span", Ut, [e("span", null, c(o.price), 1), e("span", null, c(o.unit), 1)])), e("span", Wt, c(o.cycle), 1)]), e("div", Ot, [(s(!0), a(g, null, b(o.features, (m, P) => (s(), T(ue, {
825
+ }, [e("span", Et, [e("span", null, c(o.price), 1), e("span", null, c(o.unit), 1)]), e("span", zt, [e("span", Nt, c(o.discount), 1), e("span", null, c(o.unit), 1)])], 64)) : (s(), a("span", Gt, [e("span", null, c(o.price), 1), e("span", null, c(o.unit), 1)])), e("span", Wt, c(o.cycle), 1)]), e("div", Ot, [(s(!0), a(g, null, b(o.features, (l, P) => (s(), T(ue, {
830
826
  key: P,
831
- description: m.title
832
- }, null, 8, ["description"]))), 128))]), d(F, {
827
+ description: l.title
828
+ }, null, 8, ["description"]))), 128))]), u(F, {
833
829
  class: "handle",
834
830
  type: "primary",
835
831
  loading: o.loading,
836
832
  disabled: !(o.discount || o.price),
837
833
  onClick: n
838
834
  }, {
839
- default: u(() => [p(c(o.button.label), 1)]),
835
+ default: _(() => [h(c(o.button.label), 1)]),
840
836
  _: 1
841
837
  }, 8, ["loading", "disabled"])]));
842
838
  }
843
- }), Oa = /* @__PURE__ */ _(Rt, [["__scopeId", "data-v-4a99638e"]]), Zt = {}, Jt = {
839
+ }), Ua = /* @__PURE__ */ p(Ut, [["__scopeId", "data-v-4a99638e"]]), Rt = {}, Zt = {
844
840
  class: "PricingGrid"
845
- }, Kt = {
841
+ }, Jt = {
846
842
  class: "content"
847
843
  };
848
- function Qt(i, t) {
849
- return s(), a("div", Jt, [e("div", Kt, [y(i.$slots, "default", {}, void 0, !0)])]);
844
+ function Kt(i, t) {
845
+ return s(), a("div", Zt, [e("div", Jt, [y(i.$slots, "default", {}, void 0, !0)])]);
850
846
  }
851
- const Ra = /* @__PURE__ */ _(Zt, [["render", Qt], ["__scopeId", "data-v-1f26d3ee"]]), Xt = {
847
+ const Ra = /* @__PURE__ */ p(Rt, [["render", Kt], ["__scopeId", "data-v-1f26d3ee"]]), Qt = {
852
848
  class: "feature-panels-section"
853
- }, Yt = {
849
+ }, Xt = {
854
850
  key: 0,
855
851
  class: "feature-panels-section__header"
856
- }, es = {
852
+ }, Yt = {
857
853
  key: 0,
858
854
  class: "feature-panels-section__title"
859
- }, ts = {
855
+ }, es = {
860
856
  key: 1,
861
857
  class: "feature-panels-section__subtitle"
862
- }, ss = {
858
+ }, ts = {
863
859
  class: "feature-panel__body"
864
- }, as = {
860
+ }, ss = {
865
861
  class: "feature-panel__intro"
866
- }, ns = {
862
+ }, as = {
867
863
  class: "feature-panel__title"
868
- }, os = {
864
+ }, ns = {
869
865
  class: "feature-panel__description"
870
- }, is = {
866
+ }, os = {
871
867
  key: 0,
872
868
  class: "feature-panel__list"
873
- }, cs = {
869
+ }, is = {
874
870
  key: 0,
875
871
  class: "feature-panel__command"
876
- }, rs = /* @__PURE__ */ h({
872
+ }, cs = /* @__PURE__ */ f({
877
873
  __name: "LandingPageFeaturePanels",
878
874
  props: {
879
875
  title: {
@@ -891,17 +887,17 @@ const Ra = /* @__PURE__ */ _(Zt, [["render", Qt], ["__scopeId", "data-v-1f26d3ee
891
887
  },
892
888
  setup(i) {
893
889
  const t = i;
894
- return (l, o) => (s(), a("section", Xt, [t.title || t.subTitle ? (s(), a("header", Yt, [t.title ? (s(), a("h2", es, c(t.title), 1)) : $("", !0), t.subTitle ? (s(), a("p", ts, c(t.subTitle), 1)) : $("", !0)])) : $("", !0), e("div", {
890
+ return (r, o) => (s(), a("section", Qt, [t.title || t.subTitle ? (s(), a("header", Xt, [t.title ? (s(), a("h2", Yt, c(t.title), 1)) : $("", !0), t.subTitle ? (s(), a("p", es, c(t.subTitle), 1)) : $("", !0)])) : $("", !0), e("div", {
895
891
  class: "feature-panels",
896
- style: A({
892
+ style: S({
897
893
  "--feature-panel-columns": String(t.columns)
898
894
  })
899
- }, [(s(!0), a(g, null, b(t.panels, (n, r) => {
895
+ }, [(s(!0), a(g, null, b(t.panels, (n, d) => {
900
896
  var L;
901
897
  return s(), a("article", {
902
- key: `${n.title}-${r}`,
898
+ key: `${n.title}-${d}`,
903
899
  class: "feature-panel"
904
- }, [e("div", ss, [e("div", as, [e("h3", ns, c(n.title), 1), e("p", os, c(n.description), 1)]), (L = n.highlights) != null && L.length ? (s(), a("ul", is, [(s(!0), a(g, null, b(n.highlights, (m, P) => (s(), a("li", {
900
+ }, [e("div", ts, [e("div", ss, [e("h3", as, c(n.title), 1), e("p", ns, c(n.description), 1)]), (L = n.highlights) != null && L.length ? (s(), a("ul", os, [(s(!0), a(g, null, b(n.highlights, (l, P) => (s(), a("li", {
905
901
  key: P
906
902
  }, [o[0] || (o[0] = e("svg", {
907
903
  viewBox: "0 0 16 16",
@@ -913,25 +909,25 @@ const Ra = /* @__PURE__ */ _(Zt, [["render", Qt], ["__scopeId", "data-v-1f26d3ee
913
909
  "stroke-width": "1.5",
914
910
  "stroke-linecap": "round",
915
911
  "stroke-linejoin": "round"
916
- })], -1)), e("span", null, c(m), 1)]))), 128))])) : $("", !0)]), n.command ? (s(), a("div", cs, [e("code", null, c(n.command), 1)])) : $("", !0)]);
912
+ })], -1)), e("span", null, c(l), 1)]))), 128))])) : $("", !0)]), n.command ? (s(), a("div", is, [e("code", null, c(n.command), 1)])) : $("", !0)]);
917
913
  }), 128))], 4)]));
918
914
  }
919
- }), Za = /* @__PURE__ */ _(rs, [["__scopeId", "data-v-6042aced"]]), ls = {
915
+ }), Za = /* @__PURE__ */ p(cs, [["__scopeId", "data-v-6042aced"]]), rs = {
920
916
  class: "sections-container"
921
- }, ds = ["src", "alt"], us = {
917
+ }, ls = ["src", "alt"], ds = {
922
918
  class: "header"
923
- }, _s = {
919
+ }, us = {
924
920
  class: "title"
925
- }, ps = {
921
+ }, _s = {
926
922
  class: "features-list"
927
- }, hs = {
923
+ }, ps = {
928
924
  viewBox: "0 0 24 24",
929
925
  fill: "none"
930
- }, ms = ["d"], gs = {
926
+ }, hs = ["d"], fs = {
931
927
  class: "feature-copy"
932
- }, fs = {
928
+ }, gs = {
933
929
  class: "feature-title"
934
- }, vs = /* @__PURE__ */ h({
930
+ }, ms = /* @__PURE__ */ f({
935
931
  __name: "LandingPageSections",
936
932
  props: {
937
933
  title: {
@@ -971,7 +967,7 @@ const Ra = /* @__PURE__ */ _(Zt, [["render", Qt], ["__scopeId", "data-v-1f26d3ee
971
967
  },
972
968
  setup(i) {
973
969
  const t = i;
974
- return (l, o) => (s(), a("section", ls, [e("div", {
970
+ return (r, o) => (s(), a("section", rs, [e("div", {
975
971
  class: w(["content-wrapper", {
976
972
  reverse: t.reverse
977
973
  }])
@@ -985,40 +981,40 @@ const Ra = /* @__PURE__ */ _(Zt, [["render", Qt], ["__scopeId", "data-v-1f26d3ee
985
981
  alt: t.imageAlt,
986
982
  class: "image",
987
983
  loading: "lazy"
988
- }, null, 8, ds)], 2), e("div", {
984
+ }, null, 8, ls)], 2), e("div", {
989
985
  class: w(["text-container", {
990
986
  "order-1": t.reverse,
991
987
  "order-2": !t.reverse
992
988
  }])
993
- }, [e("header", us, [e("h2", _s, c(t.title), 1), d(U, {
989
+ }, [e("header", ds, [e("h2", us, c(t.title), 1), u(W, {
994
990
  class: "subtitle"
995
991
  }, {
996
- default: u(() => [p(c(t.subTitle), 1)]),
992
+ default: _(() => [h(c(t.subTitle), 1)]),
997
993
  _: 1
998
- })]), e("ul", ps, [(s(!0), a(g, null, b(t.features, (n, r) => (s(), a("li", {
999
- key: r,
994
+ })]), e("ul", _s, [(s(!0), a(g, null, b(t.features, (n, d) => (s(), a("li", {
995
+ key: d,
1000
996
  class: "feature-item"
1001
997
  }, [e("span", {
1002
998
  class: w(["feature-icon", `feature-icon--${n.color}`]),
1003
999
  "aria-hidden": "true"
1004
- }, [(s(), a("svg", hs, [e("path", {
1000
+ }, [(s(), a("svg", ps, [e("path", {
1005
1001
  d: n.iconPath,
1006
1002
  stroke: "currentColor",
1007
1003
  "stroke-width": "2",
1008
1004
  "stroke-linecap": "round",
1009
1005
  "stroke-linejoin": "round"
1010
- }, null, 8, ms)]))], 2), e("div", gs, [e("h3", fs, c(n.title), 1), d(V, {
1006
+ }, null, 8, hs)]))], 2), e("div", fs, [e("h3", gs, c(n.title), 1), u(V, {
1011
1007
  class: "feature-description"
1012
1008
  }, {
1013
- default: u(() => [p(c(n.description), 1)]),
1009
+ default: _(() => [h(c(n.description), 1)]),
1014
1010
  _: 2
1015
1011
  }, 1024)])]))), 128))])], 2)], 2)]));
1016
1012
  }
1017
- }), Ja = /* @__PURE__ */ _(vs, [["__scopeId", "data-v-19bea14c"]]), ys = ["onClick"], bs = ["src", "alt"], $s = {
1013
+ }), Ja = /* @__PURE__ */ p(ms, [["__scopeId", "data-v-19bea14c"]]), vs = ["onClick"], ys = ["src", "alt"], bs = {
1018
1014
  class: "card-content"
1019
- }, ks = {
1015
+ }, $s = {
1020
1016
  class: "card-title"
1021
- }, Ps = /* @__PURE__ */ h({
1017
+ }, ks = /* @__PURE__ */ f({
1022
1018
  __name: "LandingPageShowcase",
1023
1019
  props: {
1024
1020
  items: {},
@@ -1040,42 +1036,42 @@ const Ra = /* @__PURE__ */ _(Zt, [["render", Qt], ["__scopeId", "data-v-1f26d3ee
1040
1036
  setup(i, {
1041
1037
  emit: t
1042
1038
  }) {
1043
- const l = i, o = t;
1039
+ const r = i, o = t;
1044
1040
  function n(L) {
1045
1041
  o("cardClick", L);
1046
1042
  }
1047
- const r = S(() => ({
1048
- height: `${l.cardHeight}px`,
1049
- objectFit: l.objectFit
1043
+ const d = I(() => ({
1044
+ height: `${r.cardHeight}px`,
1045
+ objectFit: r.objectFit
1050
1046
  }));
1051
- return (L, m) => (s(), a("div", {
1047
+ return (L, l) => (s(), a("div", {
1052
1048
  class: "Showcase",
1053
- style: A({
1054
- "--showcase-columns": l.columns
1049
+ style: S({
1050
+ "--showcase-columns": r.columns
1055
1051
  })
1056
- }, [(s(!0), a(g, null, b(l.items, (P, k) => (s(), a("div", {
1052
+ }, [(s(!0), a(g, null, b(r.items, (P, k) => (s(), a("div", {
1057
1053
  key: k,
1058
1054
  class: "showcase-card",
1059
1055
  onClick: (C) => n(P)
1060
1056
  }, [e("img", {
1061
1057
  src: P.image,
1062
1058
  alt: P.alt,
1063
- style: A(r.value)
1064
- }, null, 12, bs), e("div", $s, [e("div", ks, c(P.title), 1), d(V, null, {
1065
- default: u(() => [p(c(P.description), 1)]),
1059
+ style: S(d.value)
1060
+ }, null, 12, ys), e("div", bs, [e("div", $s, c(P.title), 1), u(V, null, {
1061
+ default: _(() => [h(c(P.description), 1)]),
1066
1062
  _: 2
1067
- }, 1024)])], 8, ys))), 128))], 4));
1063
+ }, 1024)])], 8, vs))), 128))], 4));
1068
1064
  }
1069
- }), Ka = /* @__PURE__ */ _(Ps, [["__scopeId", "data-v-20487899"]]), Ls = {
1065
+ }), Ka = /* @__PURE__ */ p(ks, [["__scopeId", "data-v-20487899"]]), Ps = {
1070
1066
  class: "Stats"
1071
- }, xs = {
1067
+ }, Ls = {
1072
1068
  key: 0,
1073
1069
  class: "stats-label"
1074
- }, Cs = {
1070
+ }, xs = {
1075
1071
  class: "stats-number"
1076
- }, ws = {
1072
+ }, Cs = {
1077
1073
  class: "stats-label"
1078
- }, Is = /* @__PURE__ */ h({
1074
+ }, ws = /* @__PURE__ */ f({
1079
1075
  __name: "LandingPageStats",
1080
1076
  props: {
1081
1077
  title: {
@@ -1102,18 +1098,18 @@ const Ra = /* @__PURE__ */ _(Zt, [["render", Qt], ["__scopeId", "data-v-1f26d3ee
1102
1098
  },
1103
1099
  setup(i) {
1104
1100
  const t = i;
1105
- return (l, o) => (s(), a("div", Ls, [(s(!0), a(g, null, b(t.stats, (n, r) => (s(), a("div", {
1106
- key: r,
1101
+ return (r, o) => (s(), a("div", Ps, [(s(!0), a(g, null, b(t.stats, (n, d) => (s(), a("div", {
1102
+ key: d,
1107
1103
  class: "stats-item"
1108
- }, [n.title ? (s(), a("div", xs, c(n.title), 1)) : $("", !0), e("div", Cs, c(n.number), 1), e("div", ws, c(n.label), 1)]))), 128))]));
1104
+ }, [n.title ? (s(), a("div", Ls, c(n.title), 1)) : $("", !0), e("div", xs, c(n.number), 1), e("div", Cs, c(n.label), 1)]))), 128))]));
1109
1105
  }
1110
- }), Qa = /* @__PURE__ */ _(Is, [["__scopeId", "data-v-f16f10aa"]]), As = {
1106
+ }), Qa = /* @__PURE__ */ p(ws, [["__scopeId", "data-v-f16f10aa"]]), Is = {
1111
1107
  class: "stepNumber"
1112
- }, Ss = {
1108
+ }, As = {
1113
1109
  class: "count"
1114
- }, Ts = {
1110
+ }, Ss = {
1115
1111
  class: "stepTitle"
1116
- }, Bs = /* @__PURE__ */ h({
1112
+ }, Ts = /* @__PURE__ */ f({
1117
1113
  __name: "LandingPageSteps",
1118
1114
  props: {
1119
1115
  columns: {
@@ -1136,30 +1132,30 @@ const Ra = /* @__PURE__ */ _(Zt, [["render", Qt], ["__scopeId", "data-v-1f26d3ee
1136
1132
  },
1137
1133
  setup(i) {
1138
1134
  const t = i;
1139
- return (l, o) => (s(), a("div", {
1135
+ return (r, o) => (s(), a("div", {
1140
1136
  class: "Steps",
1141
- style: A({
1137
+ style: S({
1142
1138
  "--step-columns": t.columns
1143
1139
  })
1144
- }, [(s(!0), a(g, null, b(t.steps, (n, r) => (s(), a("div", {
1145
- key: r,
1140
+ }, [(s(!0), a(g, null, b(t.steps, (n, d) => (s(), a("div", {
1141
+ key: d,
1146
1142
  class: "stepItem"
1147
- }, [e("div", As, [e("span", Ss, c(r + 1), 1)]), e("h3", Ts, c(n.title), 1), d(V, null, {
1148
- default: u(() => [p(c(n.description), 1)]),
1143
+ }, [e("div", Is, [e("span", As, c(d + 1), 1)]), e("h3", Ss, c(n.title), 1), u(V, null, {
1144
+ default: _(() => [h(c(n.description), 1)]),
1149
1145
  _: 2
1150
1146
  }, 1024)]))), 128))], 4));
1151
1147
  }
1152
- }), Xa = /* @__PURE__ */ _(Bs, [["__scopeId", "data-v-45d806db"]]), Fs = {
1148
+ }), Xa = /* @__PURE__ */ p(Ts, [["__scopeId", "data-v-45d806db"]]), Bs = {
1153
1149
  class: "Testimonial"
1154
- }, Vs = {
1150
+ }, Fs = {
1155
1151
  class: "user-info"
1156
- }, qs = {
1152
+ }, Vs = {
1157
1153
  class: "user-avatar"
1158
- }, Hs = ["src", "alt"], Ms = {
1154
+ }, qs = ["src", "alt"], Hs = {
1159
1155
  class: "user-name"
1160
- }, Ds = {
1156
+ }, Ms = {
1161
1157
  class: "user-title"
1162
- }, js = /* @__PURE__ */ h({
1158
+ }, Ds = /* @__PURE__ */ f({
1163
1159
  __name: "LandingPageTestimonial",
1164
1160
  props: {
1165
1161
  testimonials: {
@@ -1168,20 +1164,20 @@ const Ra = /* @__PURE__ */ _(Zt, [["render", Qt], ["__scopeId", "data-v-1f26d3ee
1168
1164
  },
1169
1165
  setup(i) {
1170
1166
  const t = i;
1171
- return (l, o) => (s(), a("div", Fs, [(s(!0), a(g, null, b(t.testimonials, (n, r) => (s(), T(W, {
1172
- key: r
1167
+ return (r, o) => (s(), a("div", Bs, [(s(!0), a(g, null, b(t.testimonials, (n, d) => (s(), T(O, {
1168
+ key: d
1173
1169
  }, {
1174
- default: u(() => [e("div", null, [d(V, null, {
1175
- default: u(() => [p(c(`"${n.content}"`), 1)]),
1170
+ default: _(() => [e("div", null, [u(V, null, {
1171
+ default: _(() => [h(c(`"${n.content}"`), 1)]),
1176
1172
  _: 2
1177
- }, 1024)]), e("div", Vs, [e("span", qs, [e("img", {
1173
+ }, 1024)]), e("div", Fs, [e("span", Vs, [e("img", {
1178
1174
  src: n.avatar,
1179
1175
  alt: n.name
1180
- }, null, 8, Hs)]), e("div", null, [e("div", Ms, c(n.name), 1), e("div", Ds, c(n.title), 1)])])]),
1176
+ }, null, 8, qs)]), e("div", null, [e("div", Hs, c(n.name), 1), e("div", Ms, c(n.title), 1)])])]),
1181
1177
  _: 2
1182
1178
  }, 1024))), 128))]));
1183
1179
  }
1184
- }), Ya = /* @__PURE__ */ _(js, [["__scopeId", "data-v-5aecfcb2"]]), Es = ["href"], Ns = /* @__PURE__ */ h({
1180
+ }), Ya = /* @__PURE__ */ p(Ds, [["__scopeId", "data-v-5aecfcb2"]]), js = ["href"], Es = /* @__PURE__ */ f({
1185
1181
  __name: "LandingPageTips",
1186
1182
  props: {
1187
1183
  href: {
@@ -1195,98 +1191,98 @@ const Ra = /* @__PURE__ */ _(Zt, [["render", Qt], ["__scopeId", "data-v-1f26d3ee
1195
1191
  },
1196
1192
  setup(i) {
1197
1193
  const t = i;
1198
- return (l, o) => (s(), a("a", {
1194
+ return (r, o) => (s(), a("a", {
1199
1195
  href: t.href,
1200
1196
  class: "tips-link"
1201
- }, c(t.text), 9, Es));
1197
+ }, c(t.text), 9, js));
1202
1198
  }
1203
- }), en = /* @__PURE__ */ _(Ns, [["__scopeId", "data-v-5f9c6150"]]), zs = {}, Gs = {
1199
+ }), en = /* @__PURE__ */ p(Es, [["__scopeId", "data-v-5f9c6150"]]), zs = {}, Ns = {
1204
1200
  class: "sidebar"
1205
1201
  };
1206
- function Us(i, t) {
1207
- return s(), a("div", Gs, [...t[0] || (t[0] = [Y('<div data-v-ccf63d30><div class="sidebar-title" data-v-ccf63d30>On this page</div><a class="sidebar-link active" href="#page-title" data-v-ccf63d30>Introduction</a><a class="sidebar-link" href="#browse-by-feature" data-v-ccf63d30>Browse by feature</a><a class="sidebar-link" href="#implement-a-template" data-v-ccf63d30>Implement a template</a><a class="sidebar-link" href="#integrate-or-deploy-tiptap" data-v-ccf63d30>Integrate or deploy Tiptap</a><a class="sidebar-link" href="#manage-your-documents" data-v-ccf63d30>Manage your documents</a><a class="sidebar-link" href="#examples" data-v-ccf63d30>Examples</a><a class="sidebar-link" href="#guides" data-v-ccf63d30>Guides</a><a class="sidebar-link" href="#community" data-v-ccf63d30>Community</a></div>', 1)])]);
1202
+ function Gs(i, t) {
1203
+ return s(), a("div", Ns, [...t[0] || (t[0] = [Y('<div data-v-ccf63d30><div class="sidebar-title" data-v-ccf63d30>On this page</div><a class="sidebar-link active" href="#page-title" data-v-ccf63d30>Introduction</a><a class="sidebar-link" href="#browse-by-feature" data-v-ccf63d30>Browse by feature</a><a class="sidebar-link" href="#implement-a-template" data-v-ccf63d30>Implement a template</a><a class="sidebar-link" href="#integrate-or-deploy-tiptap" data-v-ccf63d30>Integrate or deploy Tiptap</a><a class="sidebar-link" href="#manage-your-documents" data-v-ccf63d30>Manage your documents</a><a class="sidebar-link" href="#examples" data-v-ccf63d30>Examples</a><a class="sidebar-link" href="#guides" data-v-ccf63d30>Guides</a><a class="sidebar-link" href="#community" data-v-ccf63d30>Community</a></div>', 1)])]);
1208
1204
  }
1209
- const tn = /* @__PURE__ */ _(zs, [["render", Us], ["__scopeId", "data-v-ccf63d30"]]), Ws = {
1205
+ const tn = /* @__PURE__ */ p(zs, [["render", Gs], ["__scopeId", "data-v-ccf63d30"]]), Ws = {
1210
1206
  class: "feature-card"
1211
1207
  }, Os = {
1212
1208
  class: "feature-image"
1213
- }, Rs = ["src", "alt"], Zs = {
1209
+ }, Us = ["src", "alt"], Rs = {
1214
1210
  class: "feature-title"
1215
- }, Js = {
1211
+ }, Zs = {
1216
1212
  class: "feature-description"
1217
- }, Ks = {
1213
+ }, Js = {
1218
1214
  class: "feature-platforms"
1219
- }, Qs = /* @__PURE__ */ h({
1215
+ }, Ks = /* @__PURE__ */ f({
1220
1216
  __name: "LandingPageFeatureCard",
1221
1217
  props: {
1222
1218
  feature: {}
1223
1219
  },
1224
1220
  setup(i) {
1225
- return (t, l) => (s(), a("div", Ws, [e("div", Os, [e("img", {
1221
+ return (t, r) => (s(), a("div", Ws, [e("div", Os, [e("img", {
1226
1222
  src: i.feature.image,
1227
1223
  alt: i.feature.title,
1228
1224
  loading: "lazy",
1229
1225
  decoding: "async"
1230
- }, null, 8, Rs)]), e("h3", Zs, c(i.feature.title), 1), e("p", Js, c(i.feature.description), 1), e("div", Ks, [(s(!0), a(g, null, b(i.feature.platforms, (o) => (s(), T(v(D), {
1226
+ }, null, 8, Us)]), e("h3", Rs, c(i.feature.title), 1), e("p", Zs, c(i.feature.description), 1), e("div", Js, [(s(!0), a(g, null, b(i.feature.platforms, (o) => (s(), T(v(D), {
1231
1227
  key: o.name,
1232
1228
  icon: o.icon,
1233
1229
  class: "platform-icon"
1234
1230
  }, null, 8, ["icon"]))), 128))])]));
1235
1231
  }
1236
- }), sn = /* @__PURE__ */ _(Qs, [["__scopeId", "data-v-16f0f374"]]), Xs = {
1232
+ }), sn = /* @__PURE__ */ p(Ks, [["__scopeId", "data-v-16f0f374"]]), Qs = {
1237
1233
  class: "feature-section-header"
1238
- }, Ys = {
1234
+ }, Xs = {
1239
1235
  class: "feature-section-title"
1240
- }, ea = ["innerHTML"], ta = /* @__PURE__ */ h({
1236
+ }, Ys = ["innerHTML"], ea = /* @__PURE__ */ f({
1241
1237
  __name: "LandingPageFeatureSectionHeader",
1242
1238
  props: {
1243
1239
  title: {},
1244
1240
  description: {}
1245
1241
  },
1246
1242
  setup(i) {
1247
- return (t, l) => (s(), a("div", Xs, [e("h2", Ys, c(i.title), 1), e("p", {
1243
+ return (t, r) => (s(), a("div", Qs, [e("h2", Xs, c(i.title), 1), e("p", {
1248
1244
  class: "feature-section-description",
1249
1245
  innerHTML: i.description
1250
- }, null, 8, ea)]));
1246
+ }, null, 8, Ys)]));
1251
1247
  }
1252
- }), an = /* @__PURE__ */ _(ta, [["__scopeId", "data-v-ae275532"]]), sa = {}, aa = {
1248
+ }), an = /* @__PURE__ */ p(ea, [["__scopeId", "data-v-ae275532"]]), ta = {}, sa = {
1253
1249
  class: "features-grid"
1254
1250
  };
1255
- function na(i, t) {
1256
- return s(), a("div", aa, [y(i.$slots, "default", {}, void 0, !0)]);
1251
+ function aa(i, t) {
1252
+ return s(), a("div", sa, [y(i.$slots, "default", {}, void 0, !0)]);
1257
1253
  }
1258
- const nn = /* @__PURE__ */ _(sa, [["render", na], ["__scopeId", "data-v-392f636b"]]), oa = {
1254
+ const nn = /* @__PURE__ */ p(ta, [["render", aa], ["__scopeId", "data-v-392f636b"]]), na = {
1259
1255
  class: "testimonials-container"
1260
- }, ia = {
1256
+ }, oa = {
1261
1257
  class: "testimonial-header"
1262
- }, ca = ["onClick"], ra = {
1258
+ }, ia = ["onClick"], ca = {
1263
1259
  class: "user-avatar"
1264
- }, la = ["src", "alt"], da = {
1260
+ }, ra = ["src", "alt"], la = {
1265
1261
  class: "user-info"
1266
- }, ua = {
1262
+ }, da = {
1267
1263
  class: "user-name"
1268
- }, _a = {
1264
+ }, ua = {
1269
1265
  class: "user-title"
1270
- }, pa = {
1266
+ }, _a = {
1271
1267
  class: "testimonial-content"
1272
- }, ha = /* @__PURE__ */ h({
1268
+ }, pa = /* @__PURE__ */ f({
1273
1269
  __name: "LandingPageTestimonialCard",
1274
1270
  props: {
1275
1271
  testimonials: {}
1276
1272
  },
1277
1273
  setup(i) {
1278
- function t(l) {
1279
- l.link && window.open(l.link, "_blank");
1274
+ function t(r) {
1275
+ r.link && window.open(r.link, "_blank");
1280
1276
  }
1281
- return (l, o) => (s(), a("div", oa, [(s(!0), a(g, null, b(i.testimonials, (n) => (s(), a("div", {
1277
+ return (r, o) => (s(), a("div", na, [(s(!0), a(g, null, b(i.testimonials, (n) => (s(), a("div", {
1282
1278
  key: n.name,
1283
1279
  class: "testimonial-card"
1284
- }, [e("div", ia, [e("div", {
1280
+ }, [e("div", oa, [e("div", {
1285
1281
  class: w(["user-link", {
1286
1282
  "no-link": !n.link
1287
1283
  }]),
1288
- onClick: (r) => t(n)
1289
- }, [e("div", ra, [e("img", {
1284
+ onClick: (d) => t(n)
1285
+ }, [e("div", ca, [e("img", {
1290
1286
  src: n.avatar,
1291
1287
  alt: n.name,
1292
1288
  width: "260",
@@ -1294,17 +1290,17 @@ const nn = /* @__PURE__ */ _(sa, [["render", na], ["__scopeId", "data-v-392f636b
1294
1290
  loading: "lazy",
1295
1291
  decoding: "async",
1296
1292
  class: "avatar-image"
1297
- }, null, 8, la)]), e("div", da, [e("span", ua, c(n.name), 1), e("span", _a, c(n.title), 1)])], 10, ca)]), e("p", pa, c(n.content), 1)]))), 128))]));
1293
+ }, null, 8, ra)]), e("div", la, [e("span", da, c(n.name), 1), e("span", ua, c(n.title), 1)])], 10, ia)]), e("p", _a, c(n.content), 1)]))), 128))]));
1298
1294
  }
1299
- }), on = /* @__PURE__ */ _(ha, [["__scopeId", "data-v-6087d90a"]]), ma = {
1295
+ }), on = /* @__PURE__ */ p(pa, [["__scopeId", "data-v-6087d90a"]]), ha = {
1300
1296
  class: "tabs"
1301
- }, ga = {
1297
+ }, fa = {
1302
1298
  class: "tabs-header"
1303
- }, fa = ["onClick"], va = {
1299
+ }, ga = ["onClick"], ma = {
1304
1300
  class: "tab-label"
1305
- }, ya = {
1301
+ }, va = {
1306
1302
  class: "tabs-content"
1307
- }, ba = /* @__PURE__ */ h({
1303
+ }, ya = /* @__PURE__ */ f({
1308
1304
  __name: "LandingPageSectionTabs",
1309
1305
  props: {
1310
1306
  tabs: {},
@@ -1319,41 +1315,41 @@ const nn = /* @__PURE__ */ _(sa, [["render", na], ["__scopeId", "data-v-392f636b
1319
1315
  setup(i, {
1320
1316
  emit: t
1321
1317
  }) {
1322
- const l = i, o = t, n = S(() => {
1323
- var m;
1324
- return l.modelValue || l.defaultActiveTab || ((m = l.tabs[0]) == null ? void 0 : m.id) || "";
1325
- }), r = I(n.value);
1326
- ee(n, (m) => {
1327
- m && (r.value = m);
1318
+ const r = i, o = t, n = I(() => {
1319
+ var l;
1320
+ return r.modelValue || r.defaultActiveTab || ((l = r.tabs[0]) == null ? void 0 : l.id) || "";
1321
+ }), d = A(n.value);
1322
+ ee(n, (l) => {
1323
+ l && (d.value = l);
1328
1324
  });
1329
- function L(m) {
1330
- r.value = m, o("update:modelValue", m), o("tabChange", m);
1325
+ function L(l) {
1326
+ d.value = l, o("update:modelValue", l), o("tabChange", l);
1331
1327
  }
1332
- return (m, P) => (s(), a("div", ma, [e("div", ga, [(s(!0), a(g, null, b(i.tabs, (k) => (s(), a("div", {
1328
+ return (l, P) => (s(), a("div", ha, [e("div", fa, [(s(!0), a(g, null, b(i.tabs, (k) => (s(), a("div", {
1333
1329
  key: k.id,
1334
1330
  class: w(["tab-item", {
1335
- active: r.value === k.id
1331
+ active: d.value === k.id
1336
1332
  }]),
1337
1333
  onClick: (C) => L(k.id)
1338
- }, [e("span", va, c(k.label), 1)], 10, fa))), 128))]), e("div", ya, [(s(!0), a(g, null, b(i.tabs, (k) => te((s(), a("div", {
1334
+ }, [e("span", ma, c(k.label), 1)], 10, ga))), 128))]), e("div", va, [(s(!0), a(g, null, b(i.tabs, (k) => te((s(), a("div", {
1339
1335
  key: k.id,
1340
1336
  class: "tab-panel"
1341
- }, [y(m.$slots, k.id, {
1337
+ }, [y(l.$slots, k.id, {
1342
1338
  tab: k
1343
- }, () => [y(m.$slots, "default", {
1339
+ }, () => [y(l.$slots, "default", {
1344
1340
  tab: k
1345
- }, void 0, !0)], !0)])), [[se, r.value === k.id]])), 128))])]));
1341
+ }, void 0, !0)], !0)])), [[se, d.value === k.id]])), 128))])]));
1346
1342
  }
1347
- }), cn = /* @__PURE__ */ _(ba, [["__scopeId", "data-v-0501b054"]]);
1343
+ }), cn = /* @__PURE__ */ p(ya, [["__scopeId", "data-v-0501b054"]]);
1348
1344
  export {
1349
1345
  tn as A,
1350
1346
  F as B,
1351
- W as C,
1347
+ O as C,
1352
1348
  qa as L,
1353
- Ua as P,
1354
- Ft as T,
1349
+ Wa as P,
1350
+ Bt as T,
1355
1351
  Ha as a,
1356
- Ie as b,
1352
+ Ae as b,
1357
1353
  Ma as c,
1358
1354
  sn as d,
1359
1355
  Za as e,
@@ -1362,20 +1358,20 @@ export {
1362
1358
  ja as h,
1363
1359
  nn as i,
1364
1360
  Ea as j,
1365
- Na as k,
1366
- za as l,
1361
+ za as k,
1362
+ Na as l,
1367
1363
  Ga as m,
1368
- Wa as n,
1369
- Oa as o,
1364
+ Oa as n,
1365
+ Ua as o,
1370
1366
  Ra as p,
1371
1367
  cn as q,
1372
1368
  Ja as r,
1373
1369
  Ka as s,
1374
1370
  Qa as t,
1375
1371
  Xa as u,
1376
- U as v,
1372
+ W as v,
1377
1373
  Ya as w,
1378
1374
  on as x,
1379
1375
  en as y,
1380
- xe as z
1376
+ Ce as z
1381
1377
  };