@huyooo/ui 0.11.1 → 0.11.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 (98) hide show
  1. package/dist/AuthkitAppSetting-CSHkDxQT.js +1914 -0
  2. package/dist/{Clipboard---tG2Zxz.js → Clipboard-CRZDADLE.js} +1 -1
  3. package/dist/{Contact-BEUbBGiB.js → Contact-Y0Yczmc9.js} +8 -7
  4. package/dist/{CustomTable-CVZ4mFzi.js → CustomTable-BUkwlbzN.js} +3 -2
  5. package/dist/{FeedbackItem-CN041vTm.js → FeedbackItem-D7MpOmoM.js} +3 -3
  6. package/dist/FeedbackModal-CvNF1D-5.js +1050 -0
  7. package/dist/LandingPageFAQ-CZJXvor9.js +80 -0
  8. package/dist/LandingPageLinkGroup-DDNRivMt.js +521 -0
  9. package/dist/LandingPageSectionHeader-D_74W4My.js +69 -0
  10. package/dist/{LandingPageSectionTabs-B6ZVxR47.js → LandingPageSectionTabs-Ce3_Rc2L.js} +354 -426
  11. package/dist/MessageHandle-B12koVQL.js +924 -0
  12. package/dist/MessageList-Bo6YCfRO.js +233 -0
  13. package/dist/{MessageNoticeNotificationsDetails.vue_vue_type_script_setup_true_lang-F6neJUg3.js → MessageNoticeNotificationsDetails.vue_vue_type_script_setup_true_lang-DxDn6Ok8.js} +2 -2
  14. package/dist/PaySubscriptions-B8jAtG5n.js +515 -0
  15. package/dist/PricingPlans-CO26OcbJ.js +210 -0
  16. package/dist/ReferrerReferees-D_Iiw9wZ.js +106 -0
  17. package/dist/{Upload.vue_vue_type_script_setup_true_lang-D_-oMTOo.js → Upload.vue_vue_type_script_setup_true_lang-CbVSY_vt.js} +1 -1
  18. package/dist/UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-DpVadjMH.js +508 -0
  19. package/dist/WidthContainer-B6d4xrGT.js +693 -0
  20. package/dist/{apiClients-9b4zNZ2S.js → apiClients-DVz12LeW.js} +81 -75
  21. package/dist/authkit.d.ts +7 -0
  22. package/dist/authkit.js +52 -45
  23. package/dist/common/globalConfig.d.ts +2 -2
  24. package/dist/common/userMenuModal.d.ts +1 -0
  25. package/dist/common.js +2 -2
  26. package/dist/components/Authkit/AppSetting/AuthkitOAuthBinding.vue.d.ts +31 -0
  27. package/dist/components/Authkit/AppSetting/AuthkitPhoneBinding.vue.d.ts +14 -0
  28. package/dist/components/Authkit/AppSetting/AuthkitPhoneVerify.vue.d.ts +66 -0
  29. package/dist/components/Authkit/Auth/AuthkitBindPhone.vue.d.ts +27 -0
  30. package/dist/components/Authkit/Auth/AuthkitEmailUpdate.vue.d.ts +11 -1
  31. package/dist/components/Authkit/Auth/AuthkitOauthCallback.vue.d.ts +2 -2
  32. package/dist/components/Authkit/Auth/AuthkitOauthItem.vue.d.ts +1 -1
  33. package/dist/components/Authkit/Auth/AuthkitPasswordAuth.vue.d.ts +11 -1
  34. package/dist/components/Authkit/Auth/AuthkitPhonePasswordUpdateAndVerify.vue.d.ts +68 -0
  35. package/dist/components/Authkit/Auth/AuthkitSignInEmailCode.vue.d.ts +68 -0
  36. package/dist/components/Authkit/Auth/AuthkitSwitchSignUpOrResetPassword.vue.d.ts +15 -3
  37. package/dist/components/Authkit/AuthkitOAuthCallbackProvider.vue.d.ts +11 -0
  38. package/dist/components/Authkit/AuthkitProvider.vue.d.ts +45 -0
  39. package/dist/components/Feedback/FeedbackBubbleEnd.vue.d.ts +9 -0
  40. package/dist/components/Feedback/FeedbackBubbleStart.vue.d.ts +11 -6
  41. package/dist/components/LandingPage/LandingPageSections.vue.d.ts +1 -1
  42. package/dist/components/Pay/PaySubscriptions.vue.d.ts +2 -1
  43. package/dist/components/Pay/PricingFAQ.vue.d.ts +17 -0
  44. package/dist/components/Pay/PricingPlans.vue.d.ts +12 -0
  45. package/dist/components/UserMenu/UserMenuModals.vue.d.ts +2 -2
  46. package/dist/components/UserMenu/parts/UserSubscriptionBaseInformation.vue.d.ts +8 -0
  47. package/dist/composables/Authkit/useAuthkitAppsAuthPageInfo.d.ts +26 -0
  48. package/dist/composables/Authkit/useAuthkitAuth.d.ts +21 -9
  49. package/dist/composables/Authkit/useEnsureAuthenticated.d.ts +26 -0
  50. package/dist/composables/Authkit/useOauth.d.ts +4 -1
  51. package/dist/composables/Billing/useBillingPlans.d.ts +201 -0
  52. package/dist/composables/Billing/useBillingSubscriptionSummary.d.ts +280 -0
  53. package/dist/composables/Billing/useSubscriptionCheckout.d.ts +12 -0
  54. package/dist/composables/UserMenu/useUserMenu.d.ts +5 -1
  55. package/dist/composables.d.ts +2 -0
  56. package/dist/composables.js +25 -22
  57. package/dist/feedback.js +3 -3
  58. package/dist/index-D3Kp6R4z.js +4 -0
  59. package/dist/landingPage.js +42 -40
  60. package/dist/main.js +285 -269
  61. package/dist/message.js +19 -18
  62. package/dist/pay.d.ts +5 -0
  63. package/dist/pay.js +9 -2
  64. package/dist/privateCom.js +1 -1
  65. package/dist/referrer.js +1 -1
  66. package/dist/style.css +1 -1
  67. package/dist/types/api/auth.generated.d.ts +103 -39
  68. package/dist/types/api/billing.generated.d.ts +61 -28
  69. package/dist/types/api.d.ts +1 -1
  70. package/dist/types/app.d.ts +14 -0
  71. package/dist/upload.js +2 -2
  72. package/dist/{useAuthkitAppsAuthPageInfo-494yLvsu.js → useAuthkitAppsAuthPageInfo-Du5d6VK-.js} +20 -7
  73. package/dist/{useAuthkitCreateAndUpdate-DyRtFxZS.js → useAuthkitCreateAndUpdate-Bc9D5C6R.js} +1 -1
  74. package/dist/useAuthkitUsersProfile-CQGyvL7g.js +201 -0
  75. package/dist/{useDownloads-DaeIY0E9.js → useDownloads-BFx1a-f9.js} +1 -1
  76. package/dist/useEnsureAuthenticated-Cc64hF1O.js +2247 -0
  77. package/dist/{useLegalLinks-CPbWqlu6.js → useLegalLinks-Deksq9h-.js} +2 -2
  78. package/dist/{useMessageNotifications-Dg5q-C_o.js → useMessageNotifications-DY5xKtif.js} +1 -1
  79. package/dist/{useSEO-CXX9dcBx.js → useSEO-CvfzTZA9.js} +2 -2
  80. package/dist/useSubscriptionCheckout-BgQJN61l.js +345 -0
  81. package/dist/{useTableHandle-Cjq4gcC0.js → useTableHandle-D71P3Ez_.js} +1 -1
  82. package/dist/{useUploadCos-DiJmmbRf.js → useUploadCos-N5pim6q1.js} +501 -515
  83. package/dist/useUserMenu-ClPBlvaM.js +44 -0
  84. package/dist/user.js +12 -13
  85. package/dist/utils/apiMiddlewares.d.ts +6 -0
  86. package/package.json +1 -1
  87. package/dist/AuthkitAppSetting-BCrLMpLg.js +0 -1322
  88. package/dist/AuthkitSignInPhone-DmCQ2fWs.js +0 -1721
  89. package/dist/FeedbackModal-aI28o-w5.js +0 -1053
  90. package/dist/LandingPageSectionHeader-Cs1x8i3q.js +0 -584
  91. package/dist/MessageHandle-BV1nKlxs.js +0 -1147
  92. package/dist/PaySubscriptions-B3gI1Eme.js +0 -408
  93. package/dist/ReferrerReferees-DJzPo7X5.js +0 -106
  94. package/dist/UserAccountMenu-CJ9KKVYa.js +0 -371
  95. package/dist/UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-ClAXNSgl.js +0 -81
  96. package/dist/WidthContainer-BG10rumn.js +0 -669
  97. package/dist/useAuthkitUsersProfile-lGlQP54m.js +0 -186
  98. package/dist/useUserMenu-B3HKZKJ4.js +0 -43
@@ -1,69 +1,46 @@
1
- import { openBlock as s, createElementBlock as i, renderSlot as f, defineComponent as g, createVNode as _, withCtx as u, createElementVNode as e, normalizeStyle as P, Fragment as h, createTextVNode as m, ref as $, renderList as v, toDisplayString as r, normalizeClass as k, createBlock as L, computed as w, unref as A, createCommentVNode as T, createStaticVNode as z, watch as N, withDirectives as E, vShow as G } from "vue";
1
+ import { openBlock as s, createElementBlock as i, renderSlot as f, defineComponent as g, createVNode as u, withCtx as _, Fragment as h, createTextVNode as m, ref as y, createElementVNode as e, renderList as v, toDisplayString as r, normalizeClass as k, normalizeStyle as x, computed as L, createBlock as I, unref as A, createCommentVNode as T, createStaticVNode as z, watch as N, withDirectives as E, vShow as G } from "vue";
2
2
  import { _ as p } from "./_plugin-vue_export-helper-CHgC5LLL.js";
3
- import { l as O, m as U, j as W, D as I, f as R, e as Z, h as B, g as y, L as J, i as K } from "./LandingPageSectionHeader-Cs1x8i3q.js";
4
- import { C as Q, a as X } from "./CollapseItem-DUzZA6tx.js";
5
- import { Icon as q } from "@iconify/vue";
6
- import { useWindowSize as V } from "@vueuse/core";
7
- import { c as Y } from "./index-D56hUMeD.js";
3
+ import { L as O } from "./LandingPageFAQ-CZJXvor9.js";
4
+ import { j as U, k as W, i as R, e as Z, d as J, g as B, f as $, L as K, h as Q } from "./LandingPageLinkGroup-DDNRivMt.js";
5
+ import { Icon as F } from "@iconify/vue";
6
+ import { useWindowSize as q } from "@vueuse/core";
7
+ import { D as w } from "./LandingPageSectionHeader-D_74W4My.js";
8
+ import { c as X } from "./index-D56hUMeD.js";
8
9
  /* empty css */
9
10
  /* empty css */
10
- import { Tag as ee } from "@arco-design/web-vue";
11
- const te = {}, se = {
11
+ import { Tag as Y } from "@arco-design/web-vue";
12
+ const ee = {}, te = {
12
13
  class: "SubTitle"
13
14
  };
14
- function ae(a, t) {
15
- return s(), i("div", se, [f(a.$slots, "default", {}, void 0, !0)]);
15
+ function se(n, t) {
16
+ return s(), i("div", te, [f(n.$slots, "default", {}, void 0, !0)]);
16
17
  }
17
- const D = /* @__PURE__ */ p(te, [["render", ae], ["__scopeId", "data-v-961808f9"]]), ne = {}, ie = {
18
+ const H = /* @__PURE__ */ p(ee, [["render", se], ["__scopeId", "data-v-961808f9"]]), ae = {}, ne = {
18
19
  class: "Title"
19
20
  };
20
- function oe(a, t) {
21
- return s(), i("h2", ie, [f(a.$slots, "default", {}, void 0, !0)]);
21
+ function ie(n, t) {
22
+ return s(), i("h2", ne, [f(n.$slots, "default", {}, void 0, !0)]);
22
23
  }
23
- const ce = /* @__PURE__ */ p(ne, [["render", oe], ["__scopeId", "data-v-3bd32caf"]]), re = {
24
+ const oe = /* @__PURE__ */ p(ae, [["render", ie], ["__scopeId", "data-v-3bd32caf"]]), ce = {
24
25
  class: "BlockHeader"
25
- }, le = /* @__PURE__ */ g({
26
+ }, re = /* @__PURE__ */ g({
26
27
  __name: "LandingPageBlockHeader",
27
- setup(a) {
28
- return (t, c) => (s(), i("div", re, [_(ce, {
28
+ setup(n) {
29
+ return (t, c) => (s(), i("div", ce, [u(oe, {
29
30
  class: "BlockHeaderTitle"
30
31
  }, {
31
- default: u(() => [f(t.$slots, "title", {}, void 0, !0)]),
32
+ default: _(() => [f(t.$slots, "title", {}, void 0, !0)]),
32
33
  _: 3
33
- }), _(D, {
34
+ }), u(H, {
34
35
  class: "BlockHeaderSubTitle"
35
36
  }, {
36
- default: u(() => [f(t.$slots, "subTitle", {}, void 0, !0)]),
37
+ default: _(() => [f(t.$slots, "subTitle", {}, void 0, !0)]),
37
38
  _: 3
38
39
  })]));
39
40
  }
40
- }), de = /* @__PURE__ */ p(le, [["__scopeId", "data-v-59ccd5cb"]]), ue = {
41
- class: "BlockLayout"
42
- }, _e = /* @__PURE__ */ g({
43
- __name: "LandingPageBlockLayout",
44
- props: {
45
- columns: {
46
- type: Number,
47
- default: 1
48
- },
49
- flexDirection: {
50
- type: String,
51
- default: "column"
52
- }
53
- },
54
- setup(a) {
55
- const t = a;
56
- return (c, o) => (s(), i("section", ue, [f(c.$slots, "BlockHeader", {}, void 0, !0), e("div", {
57
- class: "BlockBody",
58
- style: P({
59
- gridTemplateColumns: `repeat(${t.columns}, 1fr)`,
60
- flexDirection: t.flexDirection
61
- })
62
- }, [f(c.$slots, "BlockBody", {}, void 0, !0)], 4)]));
63
- }
64
- }), pe = /* @__PURE__ */ p(_e, [["__scopeId", "data-v-84ed1aaa"]]), ge = /* @__PURE__ */ g({
41
+ }), le = /* @__PURE__ */ p(re, [["__scopeId", "data-v-59ccd5cb"]]), de = /* @__PURE__ */ g({
65
42
  __name: "LandingPageAbout",
66
- setup(a) {
43
+ setup(n) {
67
44
  const t = [{
68
45
  data: {
69
46
  name: "Janette Lynch",
@@ -101,20 +78,20 @@ const ce = /* @__PURE__ */ p(ne, [["render", oe], ["__scopeId", "data-v-3bd32caf
101
78
  }
102
79
  }
103
80
  }];
104
- return (c, o) => (s(), i(h, null, [_(pe, null, {
105
- BlockHeader: u(() => [_(de, null, {
106
- title: u(() => [...o[0] || (o[0] = [m("核心团队", -1)])]),
107
- subTitle: u(() => [...o[1] || (o[1] = [m("我们是一个充满激情的小团队。", -1)])]),
81
+ return (c, o) => (s(), i(h, null, [u(O, null, {
82
+ BlockHeader: _(() => [u(le, null, {
83
+ title: _(() => [...o[0] || (o[0] = [m("核心团队", -1)])]),
84
+ subTitle: _(() => [...o[1] || (o[1] = [m("我们是一个充满激情的小团队。", -1)])]),
108
85
  _: 1
109
86
  })]),
110
- BlockBody: u(() => [_(O, {
87
+ BlockBody: _(() => [u(U, {
111
88
  title: "Empowering the world with Astro.",
112
89
  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."
113
- }), _(U, {
90
+ }), u(W, {
114
91
  "published-team-members": t
115
92
  })]),
116
93
  _: 1
117
- }), _(W, {
94
+ }), u(R, {
118
95
  image: "https://astroship-pro.web3templates.com/_astro/employee.DPridi10_Z23eRat.avif",
119
96
  "image-alt": "Happy Team",
120
97
  title: "Mission",
@@ -123,16 +100,16 @@ const ce = /* @__PURE__ */ p(ne, [["render", oe], ["__scopeId", "data-v-3bd32caf
123
100
  features: ["Intelligent Task Management", "Real-time Collaboration", "Data Security & Privacy"]
124
101
  })], 64));
125
102
  }
126
- }), Ys = /* @__PURE__ */ p(ge, [["__scopeId", "data-v-a40e05a5"]]), me = {
103
+ }), Js = /* @__PURE__ */ p(de, [["__scopeId", "data-v-a40e05a5"]]), ue = {
127
104
  class: "nav"
128
- }, fe = {
105
+ }, _e = {
129
106
  class: "section"
130
- }, he = ["href"], ve = {
107
+ }, pe = ["href"], ge = {
131
108
  class: "section"
132
- }, be = ["href"], ye = /* @__PURE__ */ g({
109
+ }, me = ["href"], fe = /* @__PURE__ */ g({
133
110
  __name: "LandingPageAside",
134
- setup(a) {
135
- const t = $([{
111
+ setup(n) {
112
+ const t = y([{
136
113
  text: "Editor",
137
114
  href: "/docs/editor/getting-started/overview"
138
115
  }, {
@@ -147,7 +124,7 @@ const ce = /* @__PURE__ */ p(ne, [["render", oe], ["__scopeId", "data-v-3bd32caf
147
124
  }, {
148
125
  text: "Documents",
149
126
  href: "/docs/collaboration/documents"
150
- }]), c = $([{
127
+ }]), c = y([{
151
128
  text: "Guides",
152
129
  href: "/docs/guides"
153
130
  }, {
@@ -163,54 +140,54 @@ const ce = /* @__PURE__ */ p(ne, [["render", oe], ["__scopeId", "data-v-3bd32caf
163
140
  text: "Pro license",
164
141
  href: "/docs/resources/pro-license"
165
142
  }]);
166
- return (o, n) => (s(), i("nav", me, [n[2] || (n[2] = e("div", {
143
+ return (o, a) => (s(), i("nav", ue, [a[2] || (a[2] = e("div", {
167
144
  class: "section"
168
145
  }, [e("div", {
169
146
  class: "section-title"
170
147
  }, "Getting started"), e("div", null, [e("a", {
171
148
  class: "link active",
172
149
  href: "/docs"
173
- }, "Overview")])], -1)), e("div", fe, [n[0] || (n[0] = e("div", {
150
+ }, "Overview")])], -1)), e("div", _e, [a[0] || (a[0] = e("div", {
174
151
  class: "section-title"
175
152
  }, "Browse by feature", -1)), e("div", null, [(s(!0), i(h, null, v(t.value, (d) => (s(), i("a", {
176
153
  key: d.text,
177
154
  class: "link",
178
155
  href: d.href
179
- }, r(d.text), 9, he))), 128))])]), e("div", ve, [n[1] || (n[1] = e("div", {
156
+ }, r(d.text), 9, pe))), 128))])]), e("div", ge, [a[1] || (a[1] = e("div", {
180
157
  class: "section-title"
181
158
  }, "Resources", -1)), e("div", null, [(s(!0), i(h, null, v(c.value, (d) => (s(), i("a", {
182
159
  key: d.text,
183
160
  class: "link",
184
161
  href: d.href
185
- }, r(d.text), 9, be))), 128))])])]));
162
+ }, r(d.text), 9, me))), 128))])])]));
186
163
  }
187
- }), ea = /* @__PURE__ */ p(ye, [["__scopeId", "data-v-486b0852"]]), $e = /* @__PURE__ */ g({
164
+ }), Ks = /* @__PURE__ */ p(fe, [["__scopeId", "data-v-486b0852"]]), he = /* @__PURE__ */ g({
188
165
  __name: "LandingPageButton",
189
166
  props: {
190
167
  type: {}
191
168
  },
192
- setup(a) {
169
+ setup(n) {
193
170
  return (t, c) => (s(), i("div", {
194
- class: k(["heroButton", [a.type === "primary" ? "heroButtonPrimary" : "heroButtonSecondary"]])
171
+ class: k(["heroButton", [n.type === "primary" ? "heroButtonPrimary" : "heroButtonSecondary"]])
195
172
  }, [f(t.$slots, "default", {}, void 0, !0)], 2));
196
173
  }
197
- }), ke = /* @__PURE__ */ p($e, [["__scopeId", "data-v-6860a5a3"]]), Pe = {}, Le = {
174
+ }), ve = /* @__PURE__ */ p(he, [["__scopeId", "data-v-6860a5a3"]]), be = {}, $e = {
198
175
  class: "Card"
199
176
  };
200
- function xe(a, t) {
201
- return s(), i("div", Le, [f(a.$slots, "default", {}, void 0, !0)]);
177
+ function ye(n, t) {
178
+ return s(), i("div", $e, [f(n.$slots, "default", {}, void 0, !0)]);
202
179
  }
203
- const H = /* @__PURE__ */ p(Pe, [["render", xe], ["__scopeId", "data-v-102e7fdf"]]), we = "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", Ie = {
180
+ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"]]), ke = "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", Pe = {
204
181
  class: "cta-container"
205
- }, Ce = ["src"], Se = {
182
+ }, Le = ["src"], xe = {
206
183
  class: "cta-content"
207
- }, Te = {
184
+ }, Ie = {
208
185
  class: "cta-title"
209
- }, Ae = {
186
+ }, Ce = {
210
187
  class: "cta-description"
211
- }, Be = {
188
+ }, Se = {
212
189
  class: "cta-actions"
213
- }, qe = /* @__PURE__ */ g({
190
+ }, we = /* @__PURE__ */ g({
214
191
  __name: "LandingPageCta",
215
192
  props: {
216
193
  title: {
@@ -220,74 +197,27 @@ const H = /* @__PURE__ */ p(Pe, [["render", xe], ["__scopeId", "data-v-102e7fdf"
220
197
  default: "立即开始您的翻译之旅"
221
198
  },
222
199
  backgroundUrl: {
223
- default: we
200
+ default: ke
224
201
  },
225
202
  backgroundSize: {
226
203
  default: "120%"
227
204
  }
228
205
  },
229
- setup(a) {
230
- const t = a;
231
- return (c, o) => (s(), i("div", Ie, [e("img", {
206
+ setup(n) {
207
+ const t = n;
208
+ return (c, o) => (s(), i("div", Pe, [e("img", {
232
209
  src: t.backgroundUrl,
233
210
  class: "cta-background",
234
211
  alt: "background",
235
- style: P({
212
+ style: x({
236
213
  width: t.backgroundSize,
237
214
  height: t.backgroundSize
238
215
  })
239
- }, null, 12, Ce), e("div", Se, [e("h1", Te, r(t.title), 1), e("div", Ae, r(t.description), 1), e("div", Be, [f(c.$slots, "actions", {}, void 0, !0)])])]));
216
+ }, null, 12, Le), e("div", xe, [e("h1", Ie, r(t.title), 1), e("div", Ce, r(t.description), 1), e("div", Se, [f(c.$slots, "actions", {}, void 0, !0)])])]));
240
217
  }
241
- }), ta = /* @__PURE__ */ p(qe, [["__scopeId", "data-v-caeb8fed"]]), Fe = /* @__PURE__ */ g({
242
- __name: "LandingPageFAQ",
243
- props: {
244
- activeKeys: {
245
- default: () => []
246
- },
247
- faqItems: {
248
- default: () => [{
249
- question: "你们有免费试用吗?",
250
- answer: "我们提供1个月的免费试用"
251
- }, {
252
- question: "我可以申请退款吗?",
253
- answer: "不支持退款,但您可以随时取消订阅。取消订阅后将于下一个结算日的次日生效,在此之前您可以使用服务。为了避免被收取下一计费期的费用,请在下一个计费日期前至少 24 小时取消。"
254
- }, {
255
- question: "付费会员的配额什么时候会重置?会在月初吗?",
256
- answer: "配额重置发生在您订阅后一个月,并非基于日历月。例如,如果您在4月15日订阅,您的配额将在5月15日重置。"
257
- }, {
258
- question: "从月付费订阅升级至年付费订阅,费用和有效期是如何计算的?",
259
- answer: "从月度付费升级至年度付费时,会基于您剩余的月度付费价值计算差额。服务期从升级日起至次年同日。"
260
- }, {
261
- question: "你们提供技术支持吗?",
262
- answer: "是的,在付费期间我们提供全天候的技术支持,可以通过电子邮箱和微信联系我们。"
263
- }, {
264
- question: "使用期间有什么限制吗?",
265
- answer: "在使用期间如果发现开发者违反法律法规或在恶意应用程序中使用等任何不当使用行为,包括但不限于共享或出售订阅,都是被禁止的,可能会导致您的账户被终止且不予退款。我们有权终止服务,详情请参阅《付费服务协议》"
266
- }]
267
- }
268
- },
269
- setup(a) {
270
- const t = a;
271
- return (c, o) => (s(), L(Q, {
272
- "active-keys": t.activeKeys
273
- }, {
274
- default: u(() => [(s(!0), i(h, null, v(t.faqItems, (n, d) => (s(), L(X, {
275
- key: d,
276
- index: d
277
- }, {
278
- header: u(() => [m(r(n.question), 1)]),
279
- default: u(() => [_(I, null, {
280
- default: u(() => [m(r(n.answer), 1)]),
281
- _: 2
282
- }, 1024)]),
283
- _: 2
284
- }, 1032, ["index"]))), 128))]),
285
- _: 1
286
- }, 8, ["active-keys"]));
287
- }
288
- }), sa = /* @__PURE__ */ p(Fe, [["__scopeId", "data-v-581e8f75"]]), Ve = {
218
+ }), Qs = /* @__PURE__ */ p(we, [["__scopeId", "data-v-caeb8fed"]]), Te = {
289
219
  class: "feature-title"
290
- }, De = /* @__PURE__ */ g({
220
+ }, Ae = /* @__PURE__ */ g({
291
221
  __name: "LandingPageFeatures",
292
222
  props: {
293
223
  features: {
@@ -324,43 +254,43 @@ const H = /* @__PURE__ */ p(Pe, [["render", xe], ["__scopeId", "data-v-102e7fdf"
324
254
  default: "var(--landing-step-number-color)"
325
255
  }
326
256
  },
327
- setup(a) {
328
- const t = a, {
257
+ setup(n) {
258
+ const t = n, {
329
259
  width: c
330
- } = V(), o = w(() => c.value <= 768 ? 1 : c.value <= 1024 ? 2 : 3), n = w(() => ({
260
+ } = q(), o = L(() => c.value <= 768 ? 1 : c.value <= 1024 ? 2 : 3), a = L(() => ({
331
261
  gridTemplateColumns: `repeat(${o.value}, 1fr)`
332
262
  }));
333
- return (d, x) => (s(), i("div", {
263
+ return (d, P) => (s(), i("div", {
334
264
  class: "Features",
335
- style: P(n.value)
336
- }, [(s(!0), i(h, null, v(t.features, (l) => (s(), L(H, {
265
+ style: x(a.value)
266
+ }, [(s(!0), i(h, null, v(t.features, (l) => (s(), I(D, {
337
267
  key: l.title
338
268
  }, {
339
- default: u(() => [e("div", {
269
+ default: _(() => [e("div", {
340
270
  class: "icon-container",
341
- style: P({
271
+ style: x({
342
272
  color: t.iconColor,
343
273
  border: `1px solid ${t.iconBorderColor}`
344
274
  })
345
- }, [_(A(q), {
275
+ }, [u(A(F), {
346
276
  class: "icon",
347
277
  icon: l.icon
348
- }, null, 8, ["icon"])], 4), e("h3", Ve, r(l.title), 1), _(I, null, {
349
- default: u(() => [m(r(l.description), 1)]),
278
+ }, null, 8, ["icon"])], 4), e("h3", Te, r(l.title), 1), u(w, null, {
279
+ default: _(() => [m(r(l.description), 1)]),
350
280
  _: 2
351
281
  }, 1024)]),
352
282
  _: 2
353
283
  }, 1024))), 128))], 4));
354
284
  }
355
- }), aa = /* @__PURE__ */ p(De, [["__scopeId", "data-v-0ef64373"]]), He = {
285
+ }), Xs = /* @__PURE__ */ p(Ae, [["__scopeId", "data-v-0ef64373"]]), Be = {
356
286
  class: "tt-feature-list"
357
- }, Me = {
287
+ }, Fe = {
358
288
  class: "tt-feature-content"
359
- }, je = {
289
+ }, Ve = {
360
290
  class: "heading-small"
361
- }, ze = {
291
+ }, qe = {
362
292
  class: "text-small"
363
- }, Ne = /* @__PURE__ */ g({
293
+ }, He = /* @__PURE__ */ g({
364
294
  __name: "LandingPageFeatures2",
365
295
  props: {
366
296
  list: {
@@ -368,9 +298,9 @@ const H = /* @__PURE__ */ p(Pe, [["render", xe], ["__scopeId", "data-v-102e7fdf"
368
298
  required: !0
369
299
  }
370
300
  },
371
- setup(a) {
372
- const t = a;
373
- return (c, o) => (s(), i("div", He, [(s(!0), i(h, null, v(t.list, (n, d) => (s(), i("div", {
301
+ setup(n) {
302
+ const t = n;
303
+ return (c, o) => (s(), i("div", Be, [(s(!0), i(h, null, v(t.list, (a, d) => (s(), i("div", {
374
304
  key: d,
375
305
  class: "tt-feature-item centered"
376
306
  }, [o[1] || (o[1] = e("div", {
@@ -379,23 +309,23 @@ const H = /* @__PURE__ */ p(Pe, [["render", xe], ["__scopeId", "data-v-102e7fdf"
379
309
  src: "https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/66cda872417824f6aabdc2ad_check-highlight-badge.svg",
380
310
  loading: "lazy",
381
311
  class: "feature-media"
382
- })], -1)), e("div", Me, [e("h3", je, r(n.title), 1), e("p", ze, [m(r(n.descriptions) + " ", 1), o[0] || (o[0] = e("br", null, null, -1))])])]))), 128))]));
312
+ })], -1)), e("div", Fe, [e("h3", Ve, r(a.title), 1), e("p", qe, [m(r(a.descriptions) + " ", 1), o[0] || (o[0] = e("br", null, null, -1))])])]))), 128))]));
383
313
  }
384
- }), na = /* @__PURE__ */ p(Ne, [["__scopeId", "data-v-5e0deecb"]]), Ee = {
314
+ }), Ys = /* @__PURE__ */ p(He, [["__scopeId", "data-v-5e0deecb"]]), De = {
385
315
  class: "Footer"
386
- }, F = "support@huyooo.com", Ge = /* @__PURE__ */ g({
316
+ }, V = "support@huyooo.com", Me = /* @__PURE__ */ g({
387
317
  __name: "LandingPageFooter",
388
- setup(a) {
389
- const t = $("京ICP备2024077422号"), c = $("Copyright © 2024-2025 北京忽柚科技有限公司"), o = $("https://beian.miit.gov.cn/#/Integrated/index");
390
- function n() {
391
- const b = Y(F, "", "");
318
+ setup(n) {
319
+ const t = y("京ICP备2024077422号"), c = y("Copyright © 2024-2025 北京忽柚科技有限公司"), o = y("https://beian.miit.gov.cn/#/Integrated/index");
320
+ function a() {
321
+ const b = X(V, "", "");
392
322
  window.location.href = b;
393
323
  }
394
- const d = $([{
324
+ const d = y([{
395
325
  type: "text",
396
326
  icon: "ic:baseline-email",
397
- content: F,
398
- select: n
327
+ content: V,
328
+ select: a
399
329
  }, {
400
330
  type: "image",
401
331
  icon: "ic:baseline-wechat",
@@ -403,59 +333,59 @@ const H = /* @__PURE__ */ p(Pe, [["render", xe], ["__scopeId", "data-v-102e7fdf"
403
333
  select() {
404
334
  }
405
335
  }]);
406
- return (x, l) => (s(), i("div", Ee, [_(R, null, {
407
- LandingPageBrandInfo: u(() => [_(J, {
336
+ return (P, l) => (s(), i("div", De, [u(Z, null, {
337
+ LandingPageBrandInfo: _(() => [u(K, {
408
338
  icon: "https://ghibliaigenerator.app/logo.png",
409
339
  name: "ONES",
410
340
  description: "几小时内构建和发布AI产品,无需数日。"
411
341
  })]),
412
- LandingPageLinkGroup: u(() => [_(B, {
342
+ LandingPageLinkGroup: _(() => [u(B, {
413
343
  title: "产品"
414
344
  }, {
415
- item: u(() => [_(y, null, {
416
- default: u(() => [...l[0] || (l[0] = [m("功能", -1)])]),
345
+ item: _(() => [u($, null, {
346
+ default: _(() => [...l[0] || (l[0] = [m("功能", -1)])]),
417
347
  _: 1
418
- }), _(y, null, {
419
- default: u(() => [...l[1] || (l[1] = [m("展示", -1)])]),
348
+ }), u($, null, {
349
+ default: _(() => [...l[1] || (l[1] = [m("展示", -1)])]),
420
350
  _: 1
421
- }), _(y, null, {
422
- default: u(() => [...l[2] || (l[2] = [m("价格", -1)])]),
351
+ }), u($, null, {
352
+ default: _(() => [...l[2] || (l[2] = [m("价格", -1)])]),
423
353
  _: 1
424
354
  })]),
425
355
  _: 1
426
- }), _(B, {
356
+ }), u(B, {
427
357
  title: "资源"
428
358
  }, {
429
- item: u(() => [_(y, null, {
430
- default: u(() => [...l[3] || (l[3] = [m("安全性与合规性", -1)])]),
359
+ item: _(() => [u($, null, {
360
+ default: _(() => [...l[3] || (l[3] = [m("安全性与合规性", -1)])]),
431
361
  _: 1
432
362
  })]),
433
363
  _: 1
434
- }), _(B, {
364
+ }), u(B, {
435
365
  title: "公司"
436
366
  }, {
437
- item: u(() => [_(y, null, {
438
- default: u(() => [...l[4] || (l[4] = [m("博客", -1)])]),
367
+ item: _(() => [u($, null, {
368
+ default: _(() => [...l[4] || (l[4] = [m("博客", -1)])]),
439
369
  _: 1
440
- }), _(y, null, {
441
- default: u(() => [...l[5] || (l[5] = [m("公司简介", -1)])]),
370
+ }), u($, null, {
371
+ default: _(() => [...l[5] || (l[5] = [m("公司简介", -1)])]),
442
372
  _: 1
443
- }), _(y, null, {
444
- default: u(() => [...l[6] || (l[6] = [m("个人信息收集清单", -1)])]),
373
+ }), u($, null, {
374
+ default: _(() => [...l[6] || (l[6] = [m("个人信息收集清单", -1)])]),
445
375
  _: 1
446
- }), _(y, null, {
447
- default: u(() => [...l[7] || (l[7] = [m("第三方信息共享清单", -1)])]),
376
+ }), u($, null, {
377
+ default: _(() => [...l[7] || (l[7] = [m("第三方信息共享清单", -1)])]),
448
378
  _: 1
449
- }), _(y, null, {
450
- default: u(() => [...l[8] || (l[8] = [m("用户服务协议", -1)])]),
379
+ }), u($, null, {
380
+ default: _(() => [...l[8] || (l[8] = [m("用户服务协议", -1)])]),
451
381
  _: 1
452
- }), _(y, null, {
453
- default: u(() => [...l[9] || (l[9] = [m("隐私协议", -1)])]),
382
+ }), u($, null, {
383
+ default: _(() => [...l[9] || (l[9] = [m("隐私协议", -1)])]),
454
384
  _: 1
455
385
  })]),
456
386
  _: 1
457
387
  })]),
458
- LandingPageFooterContact: u(() => [_(Z, {
388
+ LandingPageFooterContact: _(() => [u(J, {
459
389
  "beian-number": t.value,
460
390
  "copyright-text": c.value,
461
391
  "beian-url": o.value,
@@ -464,25 +394,25 @@ const H = /* @__PURE__ */ p(Pe, [["render", xe], ["__scopeId", "data-v-102e7fdf"
464
394
  _: 1
465
395
  })]));
466
396
  }
467
- }), ia = /* @__PURE__ */ p(Ge, [["__scopeId", "data-v-e2021589"]]), Oe = {
397
+ }), ea = /* @__PURE__ */ p(Me, [["__scopeId", "data-v-e2021589"]]), je = {
468
398
  class: "hero"
469
- }, Ue = {
399
+ }, ze = {
470
400
  class: "heroContent"
471
- }, We = {
401
+ }, Ne = {
472
402
  class: "heroHeading"
473
- }, Re = {
403
+ }, Ee = {
474
404
  class: "heroTitle"
475
- }, Ze = {
405
+ }, Ge = {
476
406
  class: "heroDescription"
477
- }, Je = {
407
+ }, Oe = {
478
408
  class: "heroActions"
479
- }, Ke = {
409
+ }, Ue = {
480
410
  key: 0,
481
411
  class: "heroImage"
482
- }, Qe = ["src", "alt"], Xe = {
412
+ }, We = ["src", "alt"], Re = {
483
413
  key: 1,
484
414
  class: "heroImage"
485
- }, Ye = /* @__PURE__ */ g({
415
+ }, Ze = /* @__PURE__ */ g({
486
416
  __name: "LandingPageHero",
487
417
  props: {
488
418
  title: {
@@ -502,18 +432,18 @@ const H = /* @__PURE__ */ p(Pe, [["render", xe], ["__scopeId", "data-v-102e7fdf"
502
432
  default: () => "Hero Image"
503
433
  }
504
434
  },
505
- setup(a) {
506
- const t = a;
507
- return (c, o) => (s(), i("main", Oe, [e("div", Ue, [e("div", We, [e("h1", Re, [f(c.$slots, "title", {}, () => [m(r(t.title), 1)], !0)])]), e("div", Ze, [e("div", null, r(t.description), 1)]), e("div", Je, [f(c.$slots, "actions", {}, void 0, !0)])]), t.heroSource ? (s(), i("div", Ke, [e("img", {
435
+ setup(n) {
436
+ const t = n;
437
+ return (c, o) => (s(), i("main", je, [e("div", ze, [e("div", Ne, [e("h1", Ee, [f(c.$slots, "title", {}, () => [m(r(t.title), 1)], !0)])]), e("div", Ge, [e("div", null, r(t.description), 1)]), e("div", Oe, [f(c.$slots, "actions", {}, void 0, !0)])]), t.heroSource ? (s(), i("div", Ue, [e("img", {
508
438
  src: t.heroSource,
509
439
  alt: t.imageAlt || "Hero Image",
510
440
  loading: "eager",
511
441
  class: "hero-image"
512
- }, null, 8, Qe)])) : (s(), i("div", Xe, [f(c.$slots, "heroSource", {}, void 0, !0)]))]));
442
+ }, null, 8, We)])) : (s(), i("div", Re, [f(c.$slots, "heroSource", {}, void 0, !0)]))]));
513
443
  }
514
- }), oa = /* @__PURE__ */ p(Ye, [["__scopeId", "data-v-993fcf26"]]), et = {
444
+ }), ta = /* @__PURE__ */ p(Ze, [["__scopeId", "data-v-993fcf26"]]), Je = {
515
445
  class: "logos-list"
516
- }, tt = /* @__PURE__ */ g({
446
+ }, Ke = /* @__PURE__ */ g({
517
447
  __name: "LandingPageLogos",
518
448
  props: {
519
449
  title: {
@@ -538,15 +468,15 @@ const H = /* @__PURE__ */ p(Pe, [["render", xe], ["__scopeId", "data-v-102e7fdf"
538
468
  }]
539
469
  }
540
470
  },
541
- setup(a) {
542
- const t = a;
543
- return (c, o) => (s(), i("div", et, [(s(!0), i(h, null, v(t.logos, (n, d) => (s(), L(A(q), {
471
+ setup(n) {
472
+ const t = n;
473
+ return (c, o) => (s(), i("div", Je, [(s(!0), i(h, null, v(t.logos, (a, d) => (s(), I(A(F), {
544
474
  key: d,
545
- icon: n.name,
475
+ icon: a.name,
546
476
  class: "logo-icon"
547
477
  }, null, 8, ["icon"]))), 128))]));
548
478
  }
549
- }), ca = /* @__PURE__ */ p(tt, [["__scopeId", "data-v-1eb19277"]]), st = /* @__PURE__ */ g({
479
+ }), sa = /* @__PURE__ */ p(Ke, [["__scopeId", "data-v-1eb19277"]]), Qe = /* @__PURE__ */ g({
550
480
  __name: "LandingPagePageContent",
551
481
  props: {
552
482
  maxWidth: {
@@ -566,8 +496,8 @@ const H = /* @__PURE__ */ p(Pe, [["render", xe], ["__scopeId", "data-v-102e7fdf"
566
496
  default: "column"
567
497
  }
568
498
  },
569
- setup(a) {
570
- const t = a, c = w(() => ({
499
+ setup(n) {
500
+ const t = n, c = L(() => ({
571
501
  maxWidth: t.maxWidth,
572
502
  margin: t.center ? "0 auto" : void 0,
573
503
  width: "100%",
@@ -576,36 +506,36 @@ const H = /* @__PURE__ */ p(Pe, [["render", xe], ["__scopeId", "data-v-102e7fdf"
576
506
  flexDirection: t.flexDirection ?? "column",
577
507
  gap: t.gap
578
508
  }));
579
- return (o, n) => (s(), i("div", {
509
+ return (o, a) => (s(), i("div", {
580
510
  class: "PageContent",
581
- style: P(c.value)
511
+ style: x(c.value)
582
512
  }, [f(o.$slots, "default", {}, void 0, !0)], 4));
583
513
  }
584
- }), ra = /* @__PURE__ */ p(st, [["__scopeId", "data-v-00ec8180"]]), at = {
514
+ }), aa = /* @__PURE__ */ p(Qe, [["__scopeId", "data-v-00ec8180"]]), Xe = {
585
515
  class: "page-content"
586
- }, nt = /* @__PURE__ */ g({
516
+ }, Ye = /* @__PURE__ */ g({
587
517
  __name: "PageContent",
588
- setup(a) {
589
- return (t, c) => (s(), i("div", at, [f(t.$slots, "default", {}, void 0, !0), f(t.$slots, "footer", {}, void 0, !0)]));
518
+ setup(n) {
519
+ return (t, c) => (s(), i("div", Xe, [f(t.$slots, "default", {}, void 0, !0), f(t.$slots, "footer", {}, void 0, !0)]));
590
520
  }
591
- }), la = /* @__PURE__ */ p(nt, [["__scopeId", "data-v-b01d54bb"]]), it = {
521
+ }), na = /* @__PURE__ */ p(Ye, [["__scopeId", "data-v-b01d54bb"]]), et = {
592
522
  class: "Tabs"
593
- }, ot = {
523
+ }, tt = {
594
524
  class: "tabs-root"
595
- }, ct = {
525
+ }, st = {
596
526
  role: "radiogroup",
597
527
  "aria-required": "false",
598
528
  dir: "ltr",
599
529
  class: "tabs-group",
600
530
  tabindex: "0"
601
- }, rt = ["id", "aria-checked", "data-state", "value", "tabindex", "onClick"], lt = {
531
+ }, at = ["id", "aria-checked", "data-state", "value", "tabindex", "onClick"], nt = {
602
532
  key: 0,
603
533
  "data-state": "checked",
604
534
  class: "tabs-radio-icon"
605
- }, dt = ["for"], ut = {
535
+ }, it = ["for"], ot = {
606
536
  key: 0,
607
537
  class: "tabs-badge"
608
- }, _t = /* @__PURE__ */ g({
538
+ }, ct = /* @__PURE__ */ g({
609
539
  __name: "LandingPageTabs",
610
540
  props: {
611
541
  tabs: {
@@ -618,37 +548,37 @@ const H = /* @__PURE__ */ p(Pe, [["render", xe], ["__scopeId", "data-v-102e7fdf"
618
548
  }
619
549
  },
620
550
  emits: ["update:modelValue"],
621
- setup(a) {
622
- const t = a;
623
- return (c, o) => (s(), i("div", it, [e("div", ot, [e("div", ct, [(s(!0), i(h, null, v(t.tabs, (n) => (s(), i("div", {
624
- key: n.value,
551
+ setup(n) {
552
+ const t = n;
553
+ return (c, o) => (s(), i("div", et, [e("div", tt, [e("div", st, [(s(!0), i(h, null, v(t.tabs, (a) => (s(), i("div", {
554
+ key: a.value,
625
555
  class: k(["tabs-item", {
626
- "tabs-item-active": n.value === a.modelValue
556
+ "tabs-item-active": a.value === n.modelValue
627
557
  }])
628
558
  }, [e("button", {
629
- id: n.value,
559
+ id: a.value,
630
560
  type: "button",
631
561
  role: "radio",
632
- "aria-checked": n.value === a.modelValue,
633
- "data-state": n.value === a.modelValue ? "checked" : "unchecked",
634
- value: n.value,
562
+ "aria-checked": a.value === n.modelValue,
563
+ "data-state": a.value === n.modelValue ? "checked" : "unchecked",
564
+ value: a.value,
635
565
  class: "tabs-radio",
636
- tabindex: n.value === a.modelValue ? 0 : -1,
637
- onClick: (d) => c.$emit("update:modelValue", n.value)
638
- }, [n.value === a.modelValue ? (s(), i("span", lt)) : T("", !0)], 8, rt), e("label", {
566
+ tabindex: a.value === n.modelValue ? 0 : -1,
567
+ onClick: (d) => c.$emit("update:modelValue", a.value)
568
+ }, [a.value === n.modelValue ? (s(), i("span", nt)) : T("", !0)], 8, at), e("label", {
639
569
  class: "tabs-label",
640
- for: n.value
641
- }, [e("span", null, r(n.label), 1), n.badge ? (s(), i("div", ut, r(n.badge), 1)) : T("", !0)], 8, dt)], 2))), 128))])])]));
570
+ for: a.value
571
+ }, [e("span", null, r(a.label), 1), a.badge ? (s(), i("div", ot, r(a.badge), 1)) : T("", !0)], 8, it)], 2))), 128))])])]));
642
572
  }
643
- }), pt = /* @__PURE__ */ p(_t, [["__scopeId", "data-v-eae49087"]]), gt = {
573
+ }), rt = /* @__PURE__ */ p(ct, [["__scopeId", "data-v-eae49087"]]), lt = {
644
574
  class: "PriceGroup"
645
- }, mt = /* @__PURE__ */ g({
575
+ }, dt = /* @__PURE__ */ g({
646
576
  __name: "LandingPagePriceGroup",
647
- setup(a) {
648
- const t = $("subscribe-monthly");
649
- return (c, o) => (s(), i("div", gt, [_(pt, {
577
+ setup(n) {
578
+ const t = y("subscribe-monthly");
579
+ return (c, o) => (s(), i("div", lt, [u(rt, {
650
580
  modelValue: t.value,
651
- "onUpdate:modelValue": o[0] || (o[0] = (n) => t.value = n),
581
+ "onUpdate:modelValue": o[0] || (o[0] = (a) => t.value = a),
652
582
  tabs: [{
653
583
  value: "subscribe-monthly",
654
584
  label: "按月订阅"
@@ -662,33 +592,33 @@ const H = /* @__PURE__ */ p(Pe, [["render", xe], ["__scopeId", "data-v-102e7fdf"
662
592
  }]
663
593
  }, null, 8, ["modelValue"]), f(c.$slots, "default", {}, void 0, !0)]));
664
594
  }
665
- }), da = /* @__PURE__ */ p(mt, [["__scopeId", "data-v-43a35f55"]]), ft = {
595
+ }), ia = /* @__PURE__ */ p(dt, [["__scopeId", "data-v-43a35f55"]]), ut = {
666
596
  class: "PricingCard"
667
- }, ht = {
597
+ }, _t = {
668
598
  class: "title"
669
- }, vt = {
599
+ }, pt = {
670
600
  class: "titleText"
671
- }, bt = {
601
+ }, gt = {
672
602
  class: "description"
673
- }, yt = {
603
+ }, mt = {
674
604
  class: "priceAndDiscount"
675
- }, $t = {
605
+ }, ft = {
676
606
  class: "price"
677
- }, kt = {
607
+ }, ht = {
678
608
  class: "discount"
679
- }, Pt = {
609
+ }, vt = {
680
610
  style: {
681
611
  position: "relative",
682
612
  top: "3px"
683
613
  }
684
- }, Lt = {
614
+ }, bt = {
685
615
  key: 1,
686
616
  class: "priceNotDiscount"
687
- }, xt = {
617
+ }, $t = {
688
618
  class: "cycle"
689
- }, wt = {
619
+ }, yt = {
690
620
  class: "features"
691
- }, It = /* @__PURE__ */ g({
621
+ }, kt = /* @__PURE__ */ g({
692
622
  __name: "LandingPagePricingCard",
693
623
  props: {
694
624
  loading: {
@@ -747,56 +677,56 @@ const H = /* @__PURE__ */ p(Pe, [["render", xe], ["__scopeId", "data-v-102e7fdf"
747
677
  }
748
678
  },
749
679
  emits: ["toPay"],
750
- setup(a, {
680
+ setup(n, {
751
681
  emit: t
752
682
  }) {
753
- const c = t, o = a;
754
- function n() {
683
+ const c = t, o = n;
684
+ function a() {
755
685
  c("toPay");
756
686
  }
757
- return (d, x) => (s(), i("div", ft, [e("div", null, [e("div", ht, [e("span", vt, r(o.title), 1), o.badge.label ? (s(), L(A(ee), {
687
+ return (d, P) => (s(), i("div", ut, [e("div", null, [e("div", _t, [e("span", pt, r(o.title), 1), o.badge.label ? (s(), I(A(Y), {
758
688
  key: 0,
759
689
  color: "arcoblue"
760
690
  }, {
761
- default: u(() => [m(r(o.badge.label), 1)]),
691
+ default: _(() => [m(r(o.badge.label), 1)]),
762
692
  _: 1
763
- })) : T("", !0)]), e("div", bt, r(o.description), 1)]), e("div", yt, [o.discount !== null ? (s(), i(h, {
693
+ })) : T("", !0)]), e("div", gt, r(o.description), 1)]), e("div", mt, [o.discount !== null ? (s(), i(h, {
764
694
  key: 0
765
- }, [e("span", $t, [e("span", null, r(o.price), 1), e("span", null, r(o.unit), 1)]), e("span", kt, [e("span", Pt, r(o.discount), 1), e("span", null, r(o.unit), 1)])], 64)) : (s(), i("span", Lt, [e("span", null, r(o.price), 1), e("span", null, r(o.unit), 1)])), e("span", xt, r(o.cycle), 1)]), e("div", wt, [(s(!0), i(h, null, v(o.features, (l, C) => (s(), L(K, {
695
+ }, [e("span", ft, [e("span", null, r(o.price), 1), e("span", null, r(o.unit), 1)]), e("span", ht, [e("span", vt, r(o.discount), 1), e("span", null, r(o.unit), 1)])], 64)) : (s(), i("span", bt, [e("span", null, r(o.price), 1), e("span", null, r(o.unit), 1)])), e("span", $t, r(o.cycle), 1)]), e("div", yt, [(s(!0), i(h, null, v(o.features, (l, C) => (s(), I(Q, {
766
696
  key: C,
767
697
  description: l.title
768
- }, null, 8, ["description"]))), 128))]), _(ke, {
698
+ }, null, 8, ["description"]))), 128))]), u(ve, {
769
699
  class: "handle",
770
700
  type: "primary",
771
701
  loading: o.loading,
772
702
  disabled: !(o.discount || o.price),
773
- onClick: n
703
+ onClick: a
774
704
  }, {
775
- default: u(() => [m(r(o.button.label), 1)]),
705
+ default: _(() => [m(r(o.button.label), 1)]),
776
706
  _: 1
777
707
  }, 8, ["loading", "disabled"])]));
778
708
  }
779
- }), ua = /* @__PURE__ */ p(It, [["__scopeId", "data-v-4a99638e"]]), Ct = {}, St = {
709
+ }), oa = /* @__PURE__ */ p(kt, [["__scopeId", "data-v-4a99638e"]]), Pt = {}, Lt = {
780
710
  class: "PricingGrid"
781
- }, Tt = {
711
+ }, xt = {
782
712
  class: "content"
783
713
  };
784
- function At(a, t) {
785
- return s(), i("div", St, [e("div", Tt, [f(a.$slots, "default", {}, void 0, !0)])]);
714
+ function It(n, t) {
715
+ return s(), i("div", Lt, [e("div", xt, [f(n.$slots, "default", {}, void 0, !0)])]);
786
716
  }
787
- const _a = /* @__PURE__ */ p(Ct, [["render", At], ["__scopeId", "data-v-1f26d3ee"]]), Bt = {
717
+ const ca = /* @__PURE__ */ p(Pt, [["render", It], ["__scopeId", "data-v-1f26d3ee"]]), Ct = {
788
718
  class: "sections-container"
789
- }, qt = ["src", "alt"], Ft = {
719
+ }, St = ["src", "alt"], wt = {
790
720
  class: "header"
791
- }, Vt = {
721
+ }, Tt = {
792
722
  class: "title"
793
- }, Dt = {
723
+ }, At = {
794
724
  class: "features-list"
795
- }, Ht = {
725
+ }, Bt = {
796
726
  class: "content"
797
- }, Mt = {
727
+ }, Ft = {
798
728
  class: "feature-title"
799
- }, jt = /* @__PURE__ */ g({
729
+ }, Vt = /* @__PURE__ */ g({
800
730
  __name: "LandingPageSections",
801
731
  props: {
802
732
  title: {
@@ -834,9 +764,9 @@ const _a = /* @__PURE__ */ p(Ct, [["render", At], ["__scopeId", "data-v-1f26d3ee
834
764
  default: !1
835
765
  }
836
766
  },
837
- setup(a) {
838
- const t = a;
839
- return (c, o) => (s(), i("section", Bt, [e("div", {
767
+ setup(n) {
768
+ const t = n;
769
+ return (c, o) => (s(), i("section", Ct, [e("div", {
840
770
  class: k(["content-wrapper", {
841
771
  reverse: t.reverse
842
772
  }])
@@ -849,31 +779,31 @@ const _a = /* @__PURE__ */ p(Ct, [["render", At], ["__scopeId", "data-v-1f26d3ee
849
779
  src: t.imageUrl,
850
780
  alt: t.imageAlt,
851
781
  class: "image"
852
- }, null, 8, qt)], 2), e("div", {
782
+ }, null, 8, St)], 2), e("div", {
853
783
  class: k(["text-container", {
854
784
  "order-1": t.reverse,
855
785
  "order-2": !t.reverse
856
786
  }])
857
- }, [e("div", Ft, [e("div", Vt, r(t.title), 1), _(D, null, {
858
- default: u(() => [m(r(t.subTitle), 1)]),
787
+ }, [e("div", wt, [e("div", Tt, r(t.title), 1), u(H, null, {
788
+ default: _(() => [m(r(t.subTitle), 1)]),
859
789
  _: 1
860
- })]), e("div", Dt, [(s(!0), i(h, null, v(t.features, (n, d) => (s(), i("div", {
790
+ })]), e("div", At, [(s(!0), i(h, null, v(t.features, (a, d) => (s(), i("div", {
861
791
  key: d,
862
792
  class: "feature-item"
863
793
  }, [e("div", {
864
- class: k(["icon-container", [`icon-${n.color}`]])
794
+ class: k(["icon-container", [`icon-${a.color}`]])
865
795
  }, [...o[0] || (o[0] = [e("div", {
866
796
  class: "dot"
867
- }, null, -1)])], 2), e("div", Ht, [e("div", Mt, r(n.title), 1), _(I, null, {
868
- default: u(() => [m(r(n.description), 1)]),
797
+ }, null, -1)])], 2), e("div", Bt, [e("div", Ft, r(a.title), 1), u(w, null, {
798
+ default: _(() => [m(r(a.description), 1)]),
869
799
  _: 2
870
800
  }, 1024)])]))), 128))])], 2)], 2)]));
871
801
  }
872
- }), pa = /* @__PURE__ */ p(jt, [["__scopeId", "data-v-ccadd722"]]), zt = ["onClick"], Nt = ["src", "alt"], Et = {
802
+ }), ra = /* @__PURE__ */ p(Vt, [["__scopeId", "data-v-ccadd722"]]), qt = ["onClick"], Ht = ["src", "alt"], Dt = {
873
803
  class: "card-content"
874
- }, Gt = {
804
+ }, Mt = {
875
805
  class: "card-title"
876
- }, Ot = /* @__PURE__ */ g({
806
+ }, jt = /* @__PURE__ */ g({
877
807
  __name: "LandingPageShowcase",
878
808
  props: {
879
809
  items: {},
@@ -892,47 +822,47 @@ const _a = /* @__PURE__ */ p(Ct, [["render", At], ["__scopeId", "data-v-1f26d3ee
892
822
  }
893
823
  },
894
824
  emits: ["cardClick"],
895
- setup(a, {
825
+ setup(n, {
896
826
  emit: t
897
827
  }) {
898
- const c = a, o = t, {
899
- width: n
900
- } = V();
828
+ const c = n, o = t, {
829
+ width: a
830
+ } = q();
901
831
  function d(b) {
902
832
  o("cardClick", b);
903
833
  }
904
- const x = w(() => n.value <= 768 ? 1 : n.value <= 1024 ? 2 : c.columns || 4), l = w(() => ({
905
- gridTemplateColumns: `repeat(${x.value}, 1fr)`
906
- })), C = w(() => ({
834
+ const P = L(() => a.value <= 768 ? 1 : a.value <= 1024 ? 2 : c.columns || 4), l = L(() => ({
835
+ gridTemplateColumns: `repeat(${P.value}, 1fr)`
836
+ })), C = L(() => ({
907
837
  height: `${c.cardHeight}px`,
908
838
  objectFit: c.objectFit
909
839
  }));
910
840
  return (b, M) => (s(), i("div", {
911
841
  class: "Showcase",
912
- style: P(l.value)
842
+ style: x(l.value)
913
843
  }, [(s(!0), i(h, null, v(c.items, (S, j) => (s(), i("div", {
914
844
  key: j,
915
845
  class: "showcase-card",
916
- onClick: (Es) => d(S)
846
+ onClick: (Ds) => d(S)
917
847
  }, [e("img", {
918
848
  src: S.image,
919
849
  alt: S.alt,
920
- style: P(C.value)
921
- }, null, 12, Nt), e("div", Et, [e("div", Gt, r(S.title), 1), _(I, null, {
922
- default: u(() => [m(r(S.description), 1)]),
850
+ style: x(C.value)
851
+ }, null, 12, Ht), e("div", Dt, [e("div", Mt, r(S.title), 1), u(w, null, {
852
+ default: _(() => [m(r(S.description), 1)]),
923
853
  _: 2
924
- }, 1024)])], 8, zt))), 128))], 4));
854
+ }, 1024)])], 8, qt))), 128))], 4));
925
855
  }
926
- }), ga = /* @__PURE__ */ p(Ot, [["__scopeId", "data-v-99dac3c9"]]), Ut = {
856
+ }), la = /* @__PURE__ */ p(jt, [["__scopeId", "data-v-99dac3c9"]]), zt = {
927
857
  class: "Stats"
928
- }, Wt = {
858
+ }, Nt = {
929
859
  key: 0,
930
860
  class: "stats-label"
931
- }, Rt = {
861
+ }, Et = {
932
862
  class: "stats-number"
933
- }, Zt = {
863
+ }, Gt = {
934
864
  class: "stats-label"
935
- }, Jt = /* @__PURE__ */ g({
865
+ }, Ot = /* @__PURE__ */ g({
936
866
  __name: "LandingPageStats",
937
867
  props: {
938
868
  title: {
@@ -957,20 +887,20 @@ const _a = /* @__PURE__ */ p(Ct, [["render", At], ["__scopeId", "data-v-1f26d3ee
957
887
  }]
958
888
  }
959
889
  },
960
- setup(a) {
961
- const t = a;
962
- return (c, o) => (s(), i("div", Ut, [(s(!0), i(h, null, v(t.stats, (n, d) => (s(), i("div", {
890
+ setup(n) {
891
+ const t = n;
892
+ return (c, o) => (s(), i("div", zt, [(s(!0), i(h, null, v(t.stats, (a, d) => (s(), i("div", {
963
893
  key: d,
964
894
  class: "stats-item"
965
- }, [n.title ? (s(), i("div", Wt, r(n.title), 1)) : T("", !0), e("div", Rt, r(n.number), 1), e("div", Zt, r(n.label), 1)]))), 128))]));
895
+ }, [a.title ? (s(), i("div", Nt, r(a.title), 1)) : T("", !0), e("div", Et, r(a.number), 1), e("div", Gt, r(a.label), 1)]))), 128))]));
966
896
  }
967
- }), ma = /* @__PURE__ */ p(Jt, [["__scopeId", "data-v-f16f10aa"]]), Kt = {
897
+ }), da = /* @__PURE__ */ p(Ot, [["__scopeId", "data-v-f16f10aa"]]), Ut = {
968
898
  class: "stepNumber"
969
- }, Qt = {
899
+ }, Wt = {
970
900
  class: "count"
971
- }, Xt = {
901
+ }, Rt = {
972
902
  class: "stepTitle"
973
- }, Yt = /* @__PURE__ */ g({
903
+ }, Zt = /* @__PURE__ */ g({
974
904
  __name: "LandingPageSteps",
975
905
  props: {
976
906
  columns: {
@@ -991,55 +921,55 @@ const _a = /* @__PURE__ */ p(Ct, [["render", At], ["__scopeId", "data-v-1f26d3ee
991
921
  }]
992
922
  }
993
923
  },
994
- setup(a) {
995
- const t = a;
924
+ setup(n) {
925
+ const t = n;
996
926
  return (c, o) => (s(), i("div", {
997
927
  class: "Steps",
998
- style: P({
928
+ style: x({
999
929
  gridTemplateColumns: `repeat(${t.columns}, 1fr)`
1000
930
  // flexDirection: props.flexDirection,
1001
931
  })
1002
- }, [(s(!0), i(h, null, v(t.steps, (n, d) => (s(), i("div", {
932
+ }, [(s(!0), i(h, null, v(t.steps, (a, d) => (s(), i("div", {
1003
933
  key: d,
1004
934
  class: "stepItem"
1005
- }, [e("div", Kt, [e("span", Qt, r(d + 1), 1)]), e("h3", Xt, r(n.title), 1), _(I, null, {
1006
- default: u(() => [m(r(n.description), 1)]),
935
+ }, [e("div", Ut, [e("span", Wt, r(d + 1), 1)]), e("h3", Rt, r(a.title), 1), u(w, null, {
936
+ default: _(() => [m(r(a.description), 1)]),
1007
937
  _: 2
1008
938
  }, 1024)]))), 128))], 4));
1009
939
  }
1010
- }), fa = /* @__PURE__ */ p(Yt, [["__scopeId", "data-v-df3b5d3b"]]), es = {
940
+ }), ua = /* @__PURE__ */ p(Zt, [["__scopeId", "data-v-df3b5d3b"]]), Jt = {
1011
941
  class: "Testimonial"
1012
- }, ts = {
942
+ }, Kt = {
1013
943
  class: "user-info"
1014
- }, ss = {
944
+ }, Qt = {
1015
945
  class: "user-avatar"
1016
- }, as = ["src", "alt"], ns = {
946
+ }, Xt = ["src", "alt"], Yt = {
1017
947
  class: "user-name"
1018
- }, is = {
948
+ }, es = {
1019
949
  class: "user-title"
1020
- }, os = /* @__PURE__ */ g({
950
+ }, ts = /* @__PURE__ */ g({
1021
951
  __name: "LandingPageTestimonial",
1022
952
  props: {
1023
953
  testimonials: {
1024
954
  default: () => []
1025
955
  }
1026
956
  },
1027
- setup(a) {
1028
- const t = a;
1029
- return (c, o) => (s(), i("div", es, [(s(!0), i(h, null, v(t.testimonials, (n, d) => (s(), L(H, {
957
+ setup(n) {
958
+ const t = n;
959
+ return (c, o) => (s(), i("div", Jt, [(s(!0), i(h, null, v(t.testimonials, (a, d) => (s(), I(D, {
1030
960
  key: d
1031
961
  }, {
1032
- default: u(() => [e("div", null, [_(I, null, {
1033
- default: u(() => [m(r(`"${n.content}"`), 1)]),
962
+ default: _(() => [e("div", null, [u(w, null, {
963
+ default: _(() => [m(r(`"${a.content}"`), 1)]),
1034
964
  _: 2
1035
- }, 1024)]), e("div", ts, [e("span", ss, [e("img", {
1036
- src: n.avatar,
1037
- alt: n.name
1038
- }, null, 8, as)]), e("div", null, [e("div", ns, r(n.name), 1), e("div", is, r(n.title), 1)])])]),
965
+ }, 1024)]), e("div", Kt, [e("span", Qt, [e("img", {
966
+ src: a.avatar,
967
+ alt: a.name
968
+ }, null, 8, Xt)]), e("div", null, [e("div", Yt, r(a.name), 1), e("div", es, r(a.title), 1)])])]),
1039
969
  _: 2
1040
970
  }, 1024))), 128))]));
1041
971
  }
1042
- }), ha = /* @__PURE__ */ p(os, [["__scopeId", "data-v-5aecfcb2"]]), cs = ["href"], rs = /* @__PURE__ */ g({
972
+ }), _a = /* @__PURE__ */ p(ts, [["__scopeId", "data-v-5aecfcb2"]]), ss = ["href"], as = /* @__PURE__ */ g({
1043
973
  __name: "LandingPageTips",
1044
974
  props: {
1045
975
  href: {
@@ -1051,118 +981,118 @@ const _a = /* @__PURE__ */ p(Ct, [["render", At], ["__scopeId", "data-v-1f26d3ee
1051
981
  default: "✨ 免费吉卜力AI艺术!立即注册获得3次免费创作!☝️"
1052
982
  }
1053
983
  },
1054
- setup(a) {
1055
- const t = a;
984
+ setup(n) {
985
+ const t = n;
1056
986
  return (c, o) => (s(), i("a", {
1057
987
  href: t.href,
1058
988
  class: "tips-link"
1059
- }, r(t.text), 9, cs));
989
+ }, r(t.text), 9, ss));
1060
990
  }
1061
- }), va = /* @__PURE__ */ p(rs, [["__scopeId", "data-v-5f9c6150"]]), ls = {}, ds = {
991
+ }), pa = /* @__PURE__ */ p(as, [["__scopeId", "data-v-5f9c6150"]]), ns = {}, is = {
1062
992
  class: "sidebar"
1063
993
  };
1064
- function us(a, t) {
1065
- return s(), i("div", ds, [...t[0] || (t[0] = [z('<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)])]);
994
+ function os(n, t) {
995
+ return s(), i("div", is, [...t[0] || (t[0] = [z('<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)])]);
1066
996
  }
1067
- const ba = /* @__PURE__ */ p(ls, [["render", us], ["__scopeId", "data-v-ccf63d30"]]), _s = {
997
+ const ga = /* @__PURE__ */ p(ns, [["render", os], ["__scopeId", "data-v-ccf63d30"]]), cs = {
1068
998
  class: "feature-card"
1069
- }, ps = {
999
+ }, rs = {
1070
1000
  class: "feature-image"
1071
- }, gs = ["src", "alt"], ms = {
1001
+ }, ls = ["src", "alt"], ds = {
1072
1002
  class: "feature-title"
1073
- }, fs = {
1003
+ }, us = {
1074
1004
  class: "feature-description"
1075
- }, hs = {
1005
+ }, _s = {
1076
1006
  class: "feature-platforms"
1077
- }, vs = /* @__PURE__ */ g({
1007
+ }, ps = /* @__PURE__ */ g({
1078
1008
  __name: "LandingPageFeatureCard",
1079
1009
  props: {
1080
1010
  feature: {}
1081
1011
  },
1082
- setup(a) {
1083
- return (t, c) => (s(), i("div", _s, [e("div", ps, [e("img", {
1084
- src: a.feature.image,
1085
- alt: a.feature.title,
1012
+ setup(n) {
1013
+ return (t, c) => (s(), i("div", cs, [e("div", rs, [e("img", {
1014
+ src: n.feature.image,
1015
+ alt: n.feature.title,
1086
1016
  loading: "lazy",
1087
1017
  decoding: "async"
1088
- }, null, 8, gs)]), e("h3", ms, r(a.feature.title), 1), e("p", fs, r(a.feature.description), 1), e("div", hs, [(s(!0), i(h, null, v(a.feature.platforms, (o) => (s(), L(A(q), {
1018
+ }, null, 8, ls)]), e("h3", ds, r(n.feature.title), 1), e("p", us, r(n.feature.description), 1), e("div", _s, [(s(!0), i(h, null, v(n.feature.platforms, (o) => (s(), I(A(F), {
1089
1019
  key: o.name,
1090
1020
  icon: o.icon,
1091
1021
  class: "platform-icon"
1092
1022
  }, null, 8, ["icon"]))), 128))])]));
1093
1023
  }
1094
- }), ya = /* @__PURE__ */ p(vs, [["__scopeId", "data-v-16f0f374"]]), bs = {
1024
+ }), ma = /* @__PURE__ */ p(ps, [["__scopeId", "data-v-16f0f374"]]), gs = {
1095
1025
  class: "feature-section-header"
1096
- }, ys = {
1026
+ }, ms = {
1097
1027
  class: "feature-section-title"
1098
- }, $s = ["innerHTML"], ks = /* @__PURE__ */ g({
1028
+ }, fs = ["innerHTML"], hs = /* @__PURE__ */ g({
1099
1029
  __name: "LandingPageFeatureSectionHeader",
1100
1030
  props: {
1101
1031
  title: {},
1102
1032
  description: {}
1103
1033
  },
1104
- setup(a) {
1105
- return (t, c) => (s(), i("div", bs, [e("h2", ys, r(a.title), 1), e("p", {
1034
+ setup(n) {
1035
+ return (t, c) => (s(), i("div", gs, [e("h2", ms, r(n.title), 1), e("p", {
1106
1036
  class: "feature-section-description",
1107
- innerHTML: a.description
1108
- }, null, 8, $s)]));
1037
+ innerHTML: n.description
1038
+ }, null, 8, fs)]));
1109
1039
  }
1110
- }), $a = /* @__PURE__ */ p(ks, [["__scopeId", "data-v-ae275532"]]), Ps = {}, Ls = {
1040
+ }), fa = /* @__PURE__ */ p(hs, [["__scopeId", "data-v-ae275532"]]), vs = {}, bs = {
1111
1041
  class: "features-grid"
1112
1042
  };
1113
- function xs(a, t) {
1114
- return s(), i("div", Ls, [f(a.$slots, "default", {}, void 0, !0)]);
1043
+ function $s(n, t) {
1044
+ return s(), i("div", bs, [f(n.$slots, "default", {}, void 0, !0)]);
1115
1045
  }
1116
- const ka = /* @__PURE__ */ p(Ps, [["render", xs], ["__scopeId", "data-v-392f636b"]]), ws = {
1046
+ const ha = /* @__PURE__ */ p(vs, [["render", $s], ["__scopeId", "data-v-392f636b"]]), ys = {
1117
1047
  class: "testimonials-container"
1118
- }, Is = {
1048
+ }, ks = {
1119
1049
  class: "testimonial-header"
1120
- }, Cs = ["onClick"], Ss = {
1050
+ }, Ps = ["onClick"], Ls = {
1121
1051
  class: "user-avatar"
1122
- }, Ts = ["src", "alt"], As = {
1052
+ }, xs = ["src", "alt"], Is = {
1123
1053
  class: "user-info"
1124
- }, Bs = {
1054
+ }, Cs = {
1125
1055
  class: "user-name"
1126
- }, qs = {
1056
+ }, Ss = {
1127
1057
  class: "user-title"
1128
- }, Fs = {
1058
+ }, ws = {
1129
1059
  class: "testimonial-content"
1130
- }, Vs = /* @__PURE__ */ g({
1060
+ }, Ts = /* @__PURE__ */ g({
1131
1061
  __name: "LandingPageTestimonialCard",
1132
1062
  props: {
1133
1063
  testimonials: {}
1134
1064
  },
1135
- setup(a) {
1065
+ setup(n) {
1136
1066
  function t(c) {
1137
1067
  c.link && window.open(c.link, "_blank");
1138
1068
  }
1139
- return (c, o) => (s(), i("div", ws, [(s(!0), i(h, null, v(a.testimonials, (n) => (s(), i("div", {
1140
- key: n.name,
1069
+ return (c, o) => (s(), i("div", ys, [(s(!0), i(h, null, v(n.testimonials, (a) => (s(), i("div", {
1070
+ key: a.name,
1141
1071
  class: "testimonial-card"
1142
- }, [e("div", Is, [e("div", {
1072
+ }, [e("div", ks, [e("div", {
1143
1073
  class: k(["user-link", {
1144
- "no-link": !n.link
1074
+ "no-link": !a.link
1145
1075
  }]),
1146
- onClick: (d) => t(n)
1147
- }, [e("div", Ss, [e("img", {
1148
- src: n.avatar,
1149
- alt: n.name,
1076
+ onClick: (d) => t(a)
1077
+ }, [e("div", Ls, [e("img", {
1078
+ src: a.avatar,
1079
+ alt: a.name,
1150
1080
  width: "260",
1151
1081
  height: "260",
1152
1082
  loading: "lazy",
1153
1083
  decoding: "async",
1154
1084
  class: "avatar-image"
1155
- }, null, 8, Ts)]), e("div", As, [e("span", Bs, r(n.name), 1), e("span", qs, r(n.title), 1)])], 10, Cs)]), e("p", Fs, r(n.content), 1)]))), 128))]));
1085
+ }, null, 8, xs)]), e("div", Is, [e("span", Cs, r(a.name), 1), e("span", Ss, r(a.title), 1)])], 10, Ps)]), e("p", ws, r(a.content), 1)]))), 128))]));
1156
1086
  }
1157
- }), Pa = /* @__PURE__ */ p(Vs, [["__scopeId", "data-v-ea4dbec8"]]), Ds = {
1087
+ }), va = /* @__PURE__ */ p(Ts, [["__scopeId", "data-v-ea4dbec8"]]), As = {
1158
1088
  class: "tabs"
1159
- }, Hs = {
1089
+ }, Bs = {
1160
1090
  class: "tabs-header"
1161
- }, Ms = ["onClick"], js = {
1091
+ }, Fs = ["onClick"], Vs = {
1162
1092
  class: "tab-label"
1163
- }, zs = {
1093
+ }, qs = {
1164
1094
  class: "tabs-content"
1165
- }, Ns = /* @__PURE__ */ g({
1095
+ }, Hs = /* @__PURE__ */ g({
1166
1096
  __name: "LandingPageSectionTabs",
1167
1097
  props: {
1168
1098
  tabs: {},
@@ -1174,26 +1104,26 @@ const ka = /* @__PURE__ */ p(Ps, [["render", xs], ["__scopeId", "data-v-392f636b
1174
1104
  }
1175
1105
  },
1176
1106
  emits: ["update:modelValue", "tabChange"],
1177
- setup(a, {
1107
+ setup(n, {
1178
1108
  emit: t
1179
1109
  }) {
1180
- const c = a, o = t, n = w(() => {
1110
+ const c = n, o = t, a = L(() => {
1181
1111
  var l;
1182
1112
  return c.modelValue || c.defaultActiveTab || ((l = c.tabs[0]) == null ? void 0 : l.id) || "";
1183
- }), d = $(n.value);
1184
- N(n, (l) => {
1113
+ }), d = y(a.value);
1114
+ N(a, (l) => {
1185
1115
  l && (d.value = l);
1186
1116
  });
1187
- function x(l) {
1117
+ function P(l) {
1188
1118
  d.value = l, o("update:modelValue", l), o("tabChange", l);
1189
1119
  }
1190
- return (l, C) => (s(), i("div", Ds, [e("div", Hs, [(s(!0), i(h, null, v(a.tabs, (b) => (s(), i("div", {
1120
+ return (l, C) => (s(), i("div", As, [e("div", Bs, [(s(!0), i(h, null, v(n.tabs, (b) => (s(), i("div", {
1191
1121
  key: b.id,
1192
1122
  class: k(["tab-item", {
1193
1123
  active: d.value === b.id
1194
1124
  }]),
1195
- onClick: (M) => x(b.id)
1196
- }, [e("span", js, r(b.label), 1)], 10, Ms))), 128))]), e("div", zs, [(s(!0), i(h, null, v(a.tabs, (b) => E((s(), i("div", {
1125
+ onClick: (M) => P(b.id)
1126
+ }, [e("span", Vs, r(b.label), 1)], 10, Fs))), 128))]), e("div", qs, [(s(!0), i(h, null, v(n.tabs, (b) => E((s(), i("div", {
1197
1127
  key: b.id,
1198
1128
  class: "tab-panel"
1199
1129
  }, [f(l.$slots, b.id, {
@@ -1202,39 +1132,37 @@ const ka = /* @__PURE__ */ p(Ps, [["render", xs], ["__scopeId", "data-v-392f636b
1202
1132
  tab: b
1203
1133
  }, void 0, !0)], !0)])), [[G, d.value === b.id]])), 128))])]));
1204
1134
  }
1205
- }), La = /* @__PURE__ */ p(Ns, [["__scopeId", "data-v-0501b054"]]);
1135
+ }), ba = /* @__PURE__ */ p(Hs, [["__scopeId", "data-v-0501b054"]]);
1206
1136
  export {
1207
- ce as A,
1208
- ke as B,
1209
- H as C,
1210
- ba as D,
1211
- Ys as L,
1212
- la as P,
1213
- pt as T,
1214
- ea as a,
1215
- de as b,
1216
- pe as c,
1217
- ta as d,
1218
- sa as e,
1219
- ya as f,
1220
- $a as g,
1221
- aa as h,
1222
- na as i,
1223
- ka as j,
1224
- ia as k,
1225
- oa as l,
1226
- ca as m,
1227
- ra as n,
1228
- da as o,
1229
- ua as p,
1230
- _a as q,
1231
- La as r,
1232
- pa as s,
1233
- ga as t,
1234
- ma as u,
1235
- fa as v,
1236
- D as w,
1237
- ha as x,
1238
- Pa as y,
1239
- va as z
1137
+ ve as B,
1138
+ D as C,
1139
+ Js as L,
1140
+ na as P,
1141
+ rt as T,
1142
+ Ks as a,
1143
+ le as b,
1144
+ Qs as c,
1145
+ ma as d,
1146
+ fa as e,
1147
+ Xs as f,
1148
+ Ys as g,
1149
+ ha as h,
1150
+ ea as i,
1151
+ ta as j,
1152
+ sa as k,
1153
+ aa as l,
1154
+ ia as m,
1155
+ oa as n,
1156
+ ca as o,
1157
+ ba as p,
1158
+ ra as q,
1159
+ la as r,
1160
+ da as s,
1161
+ ua as t,
1162
+ H as u,
1163
+ _a as v,
1164
+ va as w,
1165
+ pa as x,
1166
+ oe as y,
1167
+ ga as z
1240
1168
  };