@huyooo/ui 1.0.3 → 1.0.4

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 (182) hide show
  1. package/dist/AuthkitAppSetting-BN8-xgNq.js +2674 -0
  2. package/dist/{Contact-M6iyuyNL.js → Contact-DBH8CyKp.js} +105 -113
  3. package/dist/CustomTable-BzGfaAVH.js +276 -0
  4. package/dist/FeedbackModal.vue_vue_type_script_setup_true_lang-B9BqGWm8.js +1480 -0
  5. package/dist/LandingPageDescription-BczWZHKy.js +12 -0
  6. package/dist/{LandingPageLinkGroup-DDNRivMt.js → LandingPageLinkGroup-r-t3H1X0.js} +87 -88
  7. package/dist/LandingPageSectionHeader-CVAqc7bx.js +137 -0
  8. package/dist/{LandingPageSectionTabs-Ce3_Rc2L.js → LandingPageSectionTabs-DhKpOj5F.js} +300 -309
  9. package/dist/LegalDocViewer-DlaLKGyX.js +2501 -0
  10. package/dist/Menu-uCexrsKP.js +199 -0
  11. package/dist/MessageHandle-mEkCsv9e.js +1173 -0
  12. package/dist/MessageList-Ce-_LNTk.js +244 -0
  13. package/dist/PaySubscriptions-CXkEjqr2.js +1326 -0
  14. package/dist/PricingPlans-DoWP5aX7.js +427 -0
  15. package/dist/ReferrerReferees-DgygiIiE.js +237 -0
  16. package/dist/{Upload.vue_vue_type_script_setup_true_lang-B6NOZjK0.js → Upload.vue_vue_type_script_setup_true_lang-VGh2V4o0.js} +1 -1
  17. package/dist/UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-zgjpFVln.js +592 -0
  18. package/dist/WidthContainer-PeWkCK0p.js +721 -0
  19. package/dist/{apiClients-DrGX2iJy.js → apiClients-BcXOLuYu.js} +131 -98
  20. package/dist/authkit.d.ts +6 -2
  21. package/dist/authkit.js +53 -44
  22. package/dist/common/authProviderIcons.d.ts +12 -0
  23. package/dist/common/globalConfig.d.ts +5 -0
  24. package/dist/common/tableColumnWidths.d.ts +11 -0
  25. package/dist/common.js +3 -3
  26. package/dist/components/AuthProviderIcon.vue.d.ts +12 -0
  27. package/dist/components/Authkit/AppSetting/AuthkitEmailVerify.vue.d.ts +2 -2
  28. package/dist/components/Authkit/AppSetting/AuthkitOAuthBinding.vue.d.ts +2 -1
  29. package/dist/components/Authkit/AppSetting/AuthkitPasskeyBinding.vue.d.ts +14 -0
  30. package/dist/components/Authkit/AppSetting/AuthkitPasswordUpdate.vue.d.ts +11 -1
  31. package/dist/components/Authkit/AppSetting/AuthkitPersonalInformation.vue.d.ts +1 -3
  32. package/dist/components/Authkit/AppSetting/AuthkitPhoneVerify.vue.d.ts +13 -3
  33. package/dist/components/Authkit/Auth/AuthkitBindEmail.vue.d.ts +29 -2
  34. package/dist/components/Authkit/Auth/AuthkitBindPhone.vue.d.ts +2 -2
  35. package/dist/components/Authkit/Auth/AuthkitEmailUpdate.vue.d.ts +2 -2
  36. package/dist/components/Authkit/Auth/AuthkitOauthItem.vue.d.ts +37 -9
  37. package/dist/components/Authkit/Auth/AuthkitOauthList.vue.d.ts +7 -11
  38. package/dist/components/Authkit/Auth/AuthkitPasswordUpdateAndVerify.vue.d.ts +2 -2
  39. package/dist/components/Authkit/Auth/AuthkitPhonePasswordUpdateAndVerify.vue.d.ts +2 -2
  40. package/dist/components/Authkit/Auth/AuthkitServiceAgreementAndPrivacyProtection.vue.d.ts +11 -7
  41. package/dist/components/Authkit/Auth/AuthkitSignInEmailCode.vue.d.ts +2 -2
  42. package/dist/components/Authkit/Auth/AuthkitSignInPhone.vue.d.ts +3 -62
  43. package/dist/components/Authkit/Auth/AuthkitSignUpPhone.vue.d.ts +2 -2
  44. package/dist/components/Authkit/Auth/AuthkitSwitchSignUpOrResetPassword.vue.d.ts +9 -0
  45. package/dist/components/Authkit/AuthkitAuth.vue.d.ts +2 -8
  46. package/dist/components/Authkit/AuthkitAuthModal.vue.d.ts +0 -4
  47. package/dist/components/Authkit/AuthkitProvider.vue.d.ts +5 -2
  48. package/dist/components/Authkit/AuthkitSendVerifyCode.vue.d.ts +2 -1
  49. package/dist/components/CustomTable.vue.d.ts +27 -1
  50. package/dist/components/Ellipsis.vue.d.ts +2 -6
  51. package/dist/components/Feedback/FeedbackList.vue.d.ts +4 -1
  52. package/dist/components/Gradientbackground.vue.d.ts +2 -2
  53. package/dist/components/HeaderMenus.vue.d.ts +4 -1
  54. package/dist/components/InfiniteLoading.vue.d.ts +1 -1
  55. package/dist/components/LandingPage/LandingPageContainer.vue.d.ts +2 -2
  56. package/dist/components/LandingPage/LandingPagePageContent.vue.d.ts +2 -2
  57. package/dist/components/LegalDoc/LegalDocViewer.vue.d.ts +7 -0
  58. package/dist/components/Menu.vue.d.ts +2 -1
  59. package/dist/components/MenuItem.vue.d.ts +3 -1
  60. package/dist/components/Message/MessageAppMessage.vue.d.ts +12 -2
  61. package/dist/components/Message/MessageDetails.vue.d.ts +9 -161
  62. package/dist/components/Message/MessageHandle.vue.d.ts +16 -4
  63. package/dist/components/Message/MessageList.vue.d.ts +4 -3
  64. package/dist/components/Message/MessageNotificationDetails.vue.d.ts +13 -0
  65. package/dist/components/Message/messageBody/DescriptionsMessageBody.vue.d.ts +3 -0
  66. package/dist/components/Message/messageBody/JsonMessageBodyFallback.vue.d.ts +3 -0
  67. package/dist/components/Message/messageBody/TextMessageBody.vue.d.ts +3 -0
  68. package/dist/components/Message/messageBody/descriptionRows.d.ts +14 -0
  69. package/dist/components/Message/messageBody/descriptionsMessageBody.d.ts +32 -0
  70. package/dist/components/Message/messageBody/descriptionsValueRender.d.ts +4 -0
  71. package/dist/components/Message/messageBody/messageBodyRegistry.d.ts +9 -0
  72. package/dist/components/Message/messageBody/registerBuiltinMessageBodies.d.ts +2 -0
  73. package/dist/components/Message/messageBody/types.d.ts +7 -0
  74. package/dist/components/Referrer/ReferrerRefereeCell.vue.d.ts +7 -0
  75. package/dist/components/Referrer/ReferrerReferees.vue.d.ts +1 -0
  76. package/dist/components/UserMenu/UserAccountMenu.vue.d.ts +1 -16
  77. package/dist/components/UserMenu/UserMenuItem.vue.d.ts +4 -0
  78. package/dist/components/UserMenu/UserMenuModals.vue.d.ts +18 -4
  79. package/dist/components/UserMenu/parts/UserAvatar.vue.d.ts +6 -0
  80. package/dist/components/UserMenu/parts/UserBasicInformation.vue.d.ts +7 -2
  81. package/dist/composables/Authkit/fetchAuthPageAboutUs.d.ts +3 -0
  82. package/dist/composables/Authkit/resolveRoutePermission.d.ts +2 -0
  83. package/dist/composables/Authkit/useAuthkitAppsAuthPageInfo.d.ts +16 -0
  84. package/dist/composables/Authkit/useAuthkitAuth.d.ts +2 -0
  85. package/dist/composables/Authkit/useAuthkitPasskey.d.ts +10 -0
  86. package/dist/composables/Authkit/useLegalDocHostActions.d.ts +6 -0
  87. package/dist/composables/Authkit/useLegalDocs.d.ts +19 -0
  88. package/dist/composables/Authkit/useOauth.d.ts +17 -4
  89. package/dist/composables/Authkit/useRegistrationTerms.d.ts +24 -0
  90. package/dist/composables/Authkit/verifyCodeCooldown.d.ts +19 -0
  91. package/dist/composables/Billing/useBillingPlans.d.ts +0 -4
  92. package/dist/composables/Billing/useBillingStatusOptions.d.ts +2 -6
  93. package/dist/composables/Billing/useBillingSubscriptionSummary.d.ts +16 -0
  94. package/dist/composables/Billing/usePaidProductOptions.d.ts +5 -0
  95. package/dist/composables/Message/messageCenterBadgeCounts.d.ts +28 -0
  96. package/dist/composables/UserMenu/useUserMenuBadgeCounts.d.ts +9 -0
  97. package/dist/composables/useInfiniteList.d.ts +19 -0
  98. package/dist/composables/useMessageNotifications.d.ts +3 -6
  99. package/dist/composables.d.ts +4 -2
  100. package/dist/composables.js +50 -45
  101. package/dist/feedback.d.ts +1 -0
  102. package/dist/feedback.js +12 -11
  103. package/dist/fetchAuthPageAboutUs-dzTSwRsB.js +25 -0
  104. package/dist/{Clipboard-Bo7gdpR6.js → index-BkLvw1PU.js} +1 -1
  105. package/dist/landingPage.js +21 -21
  106. package/dist/legalDocs/buildBuiltinUrl.d.ts +3 -0
  107. package/dist/{utils/legalLinks.d.ts → legalDocs/constants.d.ts} +0 -10
  108. package/dist/legalDocs/index.d.ts +7 -0
  109. package/dist/legalDocs/isConfigured.d.ts +7 -0
  110. package/dist/legalDocs/open.d.ts +3 -0
  111. package/dist/legalDocs/resolveAppId.d.ts +8 -0
  112. package/dist/legalDocs/resolveTarget.d.ts +4 -0
  113. package/dist/legalDocs/types.d.ts +12 -0
  114. package/dist/main.js +320 -308
  115. package/dist/message.d.ts +3 -0
  116. package/dist/message.js +301 -21
  117. package/dist/pay.d.ts +1 -1
  118. package/dist/pay.js +14 -17
  119. package/dist/privateCom.js +1 -1
  120. package/dist/referrer.js +1 -1
  121. package/dist/style.css +1 -1
  122. package/dist/types/api/auth.generated.d.ts +1385 -328
  123. package/dist/types/api/billing.generated.d.ts +907 -76
  124. package/dist/types/api/ones.generated.d.ts +131 -2
  125. package/dist/types/api.d.ts +1 -0
  126. package/dist/types/app.d.ts +10 -0
  127. package/dist/types/user.d.ts +1 -0
  128. package/dist/upload.js +2 -2
  129. package/dist/{useAuthkitAppsAuthPageInfo-C2yKgl8t.js → useAuthkitAppsAuthPageInfo-CNudJd04.js} +18 -17
  130. package/dist/useAuthkitAuth-3m0yW6uP.js +267 -0
  131. package/dist/{useAuthkitCreateAndUpdate-oo9517Gj.js → useAuthkitCreateAndUpdate-BsINsI-E.js} +1 -1
  132. package/dist/{useAuthkitUsersProfile-BZDk21c8.js → useAuthkitUsersProfile-DJlMsftY.js} +3 -3
  133. package/dist/useBillingStatusOptions-CfHQOFNw.js +71 -0
  134. package/dist/{useEnsureAuthenticated-BuIbxqsO.js → useEnsureAuthenticated-DNkCCy_Y.js} +2 -2
  135. package/dist/useLegalDocs-DQP_Yq6B.js +106 -0
  136. package/dist/{useMessageNotifications-D85_-mDq.js → useMessageNotifications-CAphguOm.js} +21 -24
  137. package/dist/useRoutePermission-CEiya9AM.js +218 -0
  138. package/dist/useSEO-CDWxbk8B.js +221 -0
  139. package/dist/useSubscriptionCheckout-d_M_rKRa.js +368 -0
  140. package/dist/{useUploadCos-BRKRzSy3.js → useUploadCos-C8BqFPkx.js} +1 -1
  141. package/dist/user.js +1 -1
  142. package/dist/userMenuModal-D-nDaYqM.js +66 -0
  143. package/dist/utils/apiMiddlewares.d.ts +5 -5
  144. package/dist/utils/apiResponse.d.ts +11 -0
  145. package/dist/utils/authProviderIcon.d.ts +3 -0
  146. package/dist/utils/authkit.d.ts +20 -7
  147. package/dist/utils/formatPoints.d.ts +8 -0
  148. package/dist/utils/messageNotificationContent.d.ts +4 -0
  149. package/dist/utils/messageTextLink.d.ts +9 -0
  150. package/dist/utils/passkeySupport.d.ts +8 -0
  151. package/dist/utils/pointsFlowTypes.d.ts +10 -0
  152. package/dist/utils/pointsHistoryDisplay.d.ts +8 -0
  153. package/dist/utils/refundStatusDisplay.d.ts +1 -0
  154. package/dist/utils/subscriptionDisplay.d.ts +7 -0
  155. package/dist/utils/userDisplay.d.ts +41 -0
  156. package/package.json +11 -3
  157. package/dist/AuthkitAppSetting-C-0uuLSg.js +0 -1921
  158. package/dist/AuthkitGithubBinding-C5zEy9zN.js +0 -2207
  159. package/dist/CustomTable-nsxN4Ja4.js +0 -276
  160. package/dist/FeedbackModal.vue_vue_type_script_setup_true_lang-M1NQ-rx-.js +0 -1396
  161. package/dist/LandingPageFAQ-CZJXvor9.js +0 -80
  162. package/dist/LandingPageSectionHeader-D_74W4My.js +0 -69
  163. package/dist/Menu-Cy2ZPeaz.js +0 -170
  164. package/dist/MessageHandle-BG12aX0i.js +0 -924
  165. package/dist/MessageList-CrCF8mU6.js +0 -233
  166. package/dist/MessageNoticeNotificationsDetails.vue_vue_type_script_setup_true_lang-gsjL6yAe.js +0 -142
  167. package/dist/PaySubscriptions-lWnEioX5.js +0 -1241
  168. package/dist/PricingPlans-DFcjOMWS.js +0 -404
  169. package/dist/ReferrerReferees-Cn7KaO8z.js +0 -106
  170. package/dist/UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-P0X1Exyu.js +0 -520
  171. package/dist/WidthContainer-CF3qOLWW.js +0 -688
  172. package/dist/components/Feedback/FeedbackDetails.vue.d.ts +0 -178
  173. package/dist/composables/Authkit/useLegalLinks.d.ts +0 -34
  174. package/dist/index-D3Kp6R4z.js +0 -4
  175. package/dist/useAuthkitAuth-DmS-H7M2.js +0 -175
  176. package/dist/useBillingStatusOptions-B7xLU3fs.js +0 -145
  177. package/dist/useLegalLinks-Cwr45PBT.js +0 -60
  178. package/dist/useRoutePermission-CaWtjLRA.js +0 -212
  179. package/dist/useSEO-BSMQdBR9.js +0 -158
  180. package/dist/useSubscriptionCheckout-BRk5h9aC.js +0 -365
  181. package/dist/useTableHandle-BdujaiNX.js +0 -69
  182. /package/dist/components/{Feedback/FeedbackVideoPreview.vue.d.ts → VideoPreview.vue.d.ts} +0 -0
@@ -1,44 +1,43 @@
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";
1
+ import { openBlock as s, createElementBlock as i, renderSlot as h, defineComponent as g, createVNode as u, withCtx as _, Fragment as f, createTextVNode as m, ref as k, createElementVNode as e, renderList as v, toDisplayString as c, normalizeClass as P, normalizeStyle as x, createBlock as I, unref as C, computed as A, createCommentVNode as w, createStaticVNode as D, watch as M, withDirectives as j, vShow as z } from "vue";
2
2
  import { _ as p } from "./_plugin-vue_export-helper-CHgC5LLL.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";
3
+ import { L as N } from "./LandingPageSectionHeader-CVAqc7bx.js";
4
+ import { j as E, k as G, i as O, e as U, d as W, g as T, f as $, L as R, h as Z } from "./LandingPageLinkGroup-r-t3H1X0.js";
5
+ import { Icon as B } from "@iconify/vue";
6
+ import { D as S } from "./LandingPageDescription-BczWZHKy.js";
7
+ import { c as J } from "./index-D56hUMeD.js";
9
8
  /* empty css */
10
9
  /* empty css */
11
- import { Tag as Y } from "@arco-design/web-vue";
12
- const ee = {}, te = {
10
+ import { Tag as K } from "@arco-design/web-vue";
11
+ const Q = {}, X = {
13
12
  class: "SubTitle"
14
13
  };
15
- function se(n, t) {
16
- return s(), i("div", te, [f(n.$slots, "default", {}, void 0, !0)]);
14
+ function Y(n, t) {
15
+ return s(), i("div", X, [h(n.$slots, "default", {}, void 0, !0)]);
17
16
  }
18
- const H = /* @__PURE__ */ p(ee, [["render", se], ["__scopeId", "data-v-961808f9"]]), ae = {}, ne = {
17
+ const V = /* @__PURE__ */ p(Q, [["render", Y], ["__scopeId", "data-v-961808f9"]]), ee = {}, te = {
19
18
  class: "Title"
20
19
  };
21
- function ie(n, t) {
22
- return s(), i("h2", ne, [f(n.$slots, "default", {}, void 0, !0)]);
20
+ function se(n, t) {
21
+ return s(), i("h2", te, [h(n.$slots, "default", {}, void 0, !0)]);
23
22
  }
24
- const oe = /* @__PURE__ */ p(ae, [["render", ie], ["__scopeId", "data-v-3bd32caf"]]), ce = {
23
+ const ae = /* @__PURE__ */ p(ee, [["render", se], ["__scopeId", "data-v-3bd32caf"]]), ne = {
25
24
  class: "BlockHeader"
26
- }, re = /* @__PURE__ */ g({
25
+ }, ie = /* @__PURE__ */ g({
27
26
  __name: "LandingPageBlockHeader",
28
27
  setup(n) {
29
- return (t, c) => (s(), i("div", ce, [u(oe, {
28
+ return (t, r) => (s(), i("div", ne, [u(ae, {
30
29
  class: "BlockHeaderTitle"
31
30
  }, {
32
- default: _(() => [f(t.$slots, "title", {}, void 0, !0)]),
31
+ default: _(() => [h(t.$slots, "title", {}, void 0, !0)]),
33
32
  _: 3
34
- }), u(H, {
33
+ }), u(V, {
35
34
  class: "BlockHeaderSubTitle"
36
35
  }, {
37
- default: _(() => [f(t.$slots, "subTitle", {}, void 0, !0)]),
36
+ default: _(() => [h(t.$slots, "subTitle", {}, void 0, !0)]),
38
37
  _: 3
39
38
  })]));
40
39
  }
41
- }), le = /* @__PURE__ */ p(re, [["__scopeId", "data-v-59ccd5cb"]]), de = /* @__PURE__ */ g({
40
+ }), oe = /* @__PURE__ */ p(ie, [["__scopeId", "data-v-59ccd5cb"]]), ce = /* @__PURE__ */ g({
42
41
  __name: "LandingPageAbout",
43
42
  setup(n) {
44
43
  const t = [{
@@ -78,20 +77,20 @@ const oe = /* @__PURE__ */ p(ae, [["render", ie], ["__scopeId", "data-v-3bd32caf
78
77
  }
79
78
  }
80
79
  }];
81
- return (c, o) => (s(), i(h, null, [u(O, null, {
82
- BlockHeader: _(() => [u(le, null, {
80
+ return (r, o) => (s(), i(f, null, [u(N, null, {
81
+ BlockHeader: _(() => [u(oe, null, {
83
82
  title: _(() => [...o[0] || (o[0] = [m("核心团队", -1)])]),
84
83
  subTitle: _(() => [...o[1] || (o[1] = [m("我们是一个充满激情的小团队。", -1)])]),
85
84
  _: 1
86
85
  })]),
87
- BlockBody: _(() => [u(U, {
86
+ BlockBody: _(() => [u(E, {
88
87
  title: "Empowering the world with Astro.",
89
88
  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."
90
- }), u(W, {
89
+ }), u(G, {
91
90
  "published-team-members": t
92
91
  })]),
93
92
  _: 1
94
- }), u(R, {
93
+ }), u(O, {
95
94
  image: "https://astroship-pro.web3templates.com/_astro/employee.DPridi10_Z23eRat.avif",
96
95
  "image-alt": "Happy Team",
97
96
  title: "Mission",
@@ -100,16 +99,16 @@ const oe = /* @__PURE__ */ p(ae, [["render", ie], ["__scopeId", "data-v-3bd32caf
100
99
  features: ["Intelligent Task Management", "Real-time Collaboration", "Data Security & Privacy"]
101
100
  })], 64));
102
101
  }
103
- }), Js = /* @__PURE__ */ p(de, [["__scopeId", "data-v-a40e05a5"]]), ue = {
102
+ }), Us = /* @__PURE__ */ p(ce, [["__scopeId", "data-v-a40e05a5"]]), re = {
104
103
  class: "nav"
105
- }, _e = {
104
+ }, le = {
106
105
  class: "section"
107
- }, pe = ["href"], ge = {
106
+ }, de = ["href"], ue = {
108
107
  class: "section"
109
- }, me = ["href"], fe = /* @__PURE__ */ g({
108
+ }, _e = ["href"], pe = /* @__PURE__ */ g({
110
109
  __name: "LandingPageAside",
111
110
  setup(n) {
112
- const t = y([{
111
+ const t = k([{
113
112
  text: "Editor",
114
113
  href: "/docs/editor/getting-started/overview"
115
114
  }, {
@@ -124,7 +123,7 @@ const oe = /* @__PURE__ */ p(ae, [["render", ie], ["__scopeId", "data-v-3bd32caf
124
123
  }, {
125
124
  text: "Documents",
126
125
  href: "/docs/collaboration/documents"
127
- }]), c = y([{
126
+ }]), r = k([{
128
127
  text: "Guides",
129
128
  href: "/docs/guides"
130
129
  }, {
@@ -140,54 +139,54 @@ const oe = /* @__PURE__ */ p(ae, [["render", ie], ["__scopeId", "data-v-3bd32caf
140
139
  text: "Pro license",
141
140
  href: "/docs/resources/pro-license"
142
141
  }]);
143
- return (o, a) => (s(), i("nav", ue, [a[2] || (a[2] = e("div", {
142
+ return (o, a) => (s(), i("nav", re, [a[2] || (a[2] = e("div", {
144
143
  class: "section"
145
144
  }, [e("div", {
146
145
  class: "section-title"
147
146
  }, "Getting started"), e("div", null, [e("a", {
148
147
  class: "link active",
149
148
  href: "/docs"
150
- }, "Overview")])], -1)), e("div", _e, [a[0] || (a[0] = e("div", {
149
+ }, "Overview")])], -1)), e("div", le, [a[0] || (a[0] = e("div", {
151
150
  class: "section-title"
152
- }, "Browse by feature", -1)), e("div", null, [(s(!0), i(h, null, v(t.value, (d) => (s(), i("a", {
151
+ }, "Browse by feature", -1)), e("div", null, [(s(!0), i(f, null, v(t.value, (d) => (s(), i("a", {
153
152
  key: d.text,
154
153
  class: "link",
155
154
  href: d.href
156
- }, r(d.text), 9, pe))), 128))])]), e("div", ge, [a[1] || (a[1] = e("div", {
155
+ }, c(d.text), 9, de))), 128))])]), e("div", ue, [a[1] || (a[1] = e("div", {
157
156
  class: "section-title"
158
- }, "Resources", -1)), e("div", null, [(s(!0), i(h, null, v(c.value, (d) => (s(), i("a", {
157
+ }, "Resources", -1)), e("div", null, [(s(!0), i(f, null, v(r.value, (d) => (s(), i("a", {
159
158
  key: d.text,
160
159
  class: "link",
161
160
  href: d.href
162
- }, r(d.text), 9, me))), 128))])])]));
161
+ }, c(d.text), 9, _e))), 128))])])]));
163
162
  }
164
- }), Ks = /* @__PURE__ */ p(fe, [["__scopeId", "data-v-486b0852"]]), he = /* @__PURE__ */ g({
163
+ }), Ws = /* @__PURE__ */ p(pe, [["__scopeId", "data-v-486b0852"]]), ge = /* @__PURE__ */ g({
165
164
  __name: "LandingPageButton",
166
165
  props: {
167
166
  type: {}
168
167
  },
169
168
  setup(n) {
170
- return (t, c) => (s(), i("div", {
171
- class: k(["heroButton", [n.type === "primary" ? "heroButtonPrimary" : "heroButtonSecondary"]])
172
- }, [f(t.$slots, "default", {}, void 0, !0)], 2));
169
+ return (t, r) => (s(), i("div", {
170
+ class: P(["heroButton", [n.type === "primary" ? "heroButtonPrimary" : "heroButtonSecondary"]])
171
+ }, [h(t.$slots, "default", {}, void 0, !0)], 2));
173
172
  }
174
- }), ve = /* @__PURE__ */ p(he, [["__scopeId", "data-v-6860a5a3"]]), be = {}, $e = {
173
+ }), me = /* @__PURE__ */ p(ge, [["__scopeId", "data-v-6860a5a3"]]), he = {}, fe = {
175
174
  class: "Card"
176
175
  };
177
- function ye(n, t) {
178
- return s(), i("div", $e, [f(n.$slots, "default", {}, void 0, !0)]);
176
+ function ve(n, t) {
177
+ return s(), i("div", fe, [h(n.$slots, "default", {}, void 0, !0)]);
179
178
  }
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 = {
179
+ const q = /* @__PURE__ */ p(he, [["render", ve], ["__scopeId", "data-v-102e7fdf"]]), be = "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", $e = {
181
180
  class: "cta-container"
182
- }, Le = ["src"], xe = {
181
+ }, ye = ["src"], ke = {
183
182
  class: "cta-content"
184
- }, Ie = {
183
+ }, Pe = {
185
184
  class: "cta-title"
186
- }, Ce = {
185
+ }, Le = {
187
186
  class: "cta-description"
188
- }, Se = {
187
+ }, xe = {
189
188
  class: "cta-actions"
190
- }, we = /* @__PURE__ */ g({
189
+ }, Ie = /* @__PURE__ */ g({
191
190
  __name: "LandingPageCta",
192
191
  props: {
193
192
  title: {
@@ -197,7 +196,7 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
197
196
  default: "立即开始您的翻译之旅"
198
197
  },
199
198
  backgroundUrl: {
200
- default: ke
199
+ default: be
201
200
  },
202
201
  backgroundSize: {
203
202
  default: "120%"
@@ -205,7 +204,7 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
205
204
  },
206
205
  setup(n) {
207
206
  const t = n;
208
- return (c, o) => (s(), i("div", Pe, [e("img", {
207
+ return (r, o) => (s(), i("div", $e, [e("img", {
209
208
  src: t.backgroundUrl,
210
209
  class: "cta-background",
211
210
  alt: "background",
@@ -213,11 +212,13 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
213
212
  width: t.backgroundSize,
214
213
  height: t.backgroundSize
215
214
  })
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)])])]));
215
+ }, null, 12, ye), e("div", ke, [e("h1", Pe, c(t.title), 1), e("div", Le, c(t.description), 1), e("div", xe, [h(r.$slots, "actions", {}, void 0, !0)])])]));
217
216
  }
218
- }), Qs = /* @__PURE__ */ p(we, [["__scopeId", "data-v-caeb8fed"]]), Te = {
217
+ }), Rs = /* @__PURE__ */ p(Ie, [["__scopeId", "data-v-caeb8fed"]]), Se = {
218
+ class: "Features"
219
+ }, we = {
219
220
  class: "feature-title"
220
- }, Ae = /* @__PURE__ */ g({
221
+ }, Ce = /* @__PURE__ */ g({
221
222
  __name: "LandingPageFeatures",
222
223
  props: {
223
224
  features: {
@@ -255,16 +256,9 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
255
256
  }
256
257
  },
257
258
  setup(n) {
258
- const t = n, {
259
- width: c
260
- } = q(), o = L(() => c.value <= 768 ? 1 : c.value <= 1024 ? 2 : 3), a = L(() => ({
261
- gridTemplateColumns: `repeat(${o.value}, 1fr)`
262
- }));
263
- return (d, P) => (s(), i("div", {
264
- class: "Features",
265
- style: x(a.value)
266
- }, [(s(!0), i(h, null, v(t.features, (l) => (s(), I(D, {
267
- key: l.title
259
+ const t = n;
260
+ return (r, o) => (s(), i("div", Se, [(s(!0), i(f, null, v(t.features, (a) => (s(), I(q, {
261
+ key: a.title
268
262
  }, {
269
263
  default: _(() => [e("div", {
270
264
  class: "icon-container",
@@ -272,25 +266,25 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
272
266
  color: t.iconColor,
273
267
  border: `1px solid ${t.iconBorderColor}`
274
268
  })
275
- }, [u(A(F), {
269
+ }, [u(C(B), {
276
270
  class: "icon",
277
- icon: l.icon
278
- }, null, 8, ["icon"])], 4), e("h3", Te, r(l.title), 1), u(w, null, {
279
- default: _(() => [m(r(l.description), 1)]),
271
+ icon: a.icon
272
+ }, null, 8, ["icon"])], 4), e("h3", we, c(a.title), 1), u(S, null, {
273
+ default: _(() => [m(c(a.description), 1)]),
280
274
  _: 2
281
275
  }, 1024)]),
282
276
  _: 2
283
- }, 1024))), 128))], 4));
277
+ }, 1024))), 128))]));
284
278
  }
285
- }), Xs = /* @__PURE__ */ p(Ae, [["__scopeId", "data-v-0ef64373"]]), Be = {
279
+ }), Zs = /* @__PURE__ */ p(Ce, [["__scopeId", "data-v-e9a40ee8"]]), Te = {
286
280
  class: "tt-feature-list"
287
- }, Fe = {
281
+ }, Ae = {
288
282
  class: "tt-feature-content"
289
- }, Ve = {
283
+ }, Be = {
290
284
  class: "heading-small"
291
- }, qe = {
285
+ }, Fe = {
292
286
  class: "text-small"
293
- }, He = /* @__PURE__ */ g({
287
+ }, Ve = /* @__PURE__ */ g({
294
288
  __name: "LandingPageFeatures2",
295
289
  props: {
296
290
  list: {
@@ -300,7 +294,7 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
300
294
  },
301
295
  setup(n) {
302
296
  const t = n;
303
- return (c, o) => (s(), i("div", Be, [(s(!0), i(h, null, v(t.list, (a, d) => (s(), i("div", {
297
+ return (r, o) => (s(), i("div", Te, [(s(!0), i(f, null, v(t.list, (a, d) => (s(), i("div", {
304
298
  key: d,
305
299
  class: "tt-feature-item centered"
306
300
  }, [o[1] || (o[1] = e("div", {
@@ -309,22 +303,22 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
309
303
  src: "https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/66cda872417824f6aabdc2ad_check-highlight-badge.svg",
310
304
  loading: "lazy",
311
305
  class: "feature-media"
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))]));
306
+ })], -1)), e("div", Ae, [e("h3", Be, c(a.title), 1), e("p", Fe, [m(c(a.descriptions) + " ", 1), o[0] || (o[0] = e("br", null, null, -1))])])]))), 128))]));
313
307
  }
314
- }), Ys = /* @__PURE__ */ p(He, [["__scopeId", "data-v-5e0deecb"]]), De = {
308
+ }), Js = /* @__PURE__ */ p(Ve, [["__scopeId", "data-v-5e0deecb"]]), qe = {
315
309
  class: "Footer"
316
- }, V = "support@huyooo.com", Me = /* @__PURE__ */ g({
310
+ }, F = "support@huyooo.com", He = /* @__PURE__ */ g({
317
311
  __name: "LandingPageFooter",
318
312
  setup(n) {
319
- const t = y("京ICP备2024077422号"), c = y("Copyright © 2024-2025 北京忽柚科技有限公司"), o = y("https://beian.miit.gov.cn/#/Integrated/index");
313
+ const t = k("京ICP备2024077422号"), r = k("Copyright © 2024-2025 北京忽柚科技有限公司"), o = k("https://beian.miit.gov.cn/#/Integrated/index");
320
314
  function a() {
321
- const b = X(V, "", "");
315
+ const b = J(F, "", "");
322
316
  window.location.href = b;
323
317
  }
324
- const d = y([{
318
+ const d = k([{
325
319
  type: "text",
326
320
  icon: "ic:baseline-email",
327
- content: V,
321
+ content: F,
328
322
  select: a
329
323
  }, {
330
324
  type: "image",
@@ -333,13 +327,13 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
333
327
  select() {
334
328
  }
335
329
  }]);
336
- return (P, l) => (s(), i("div", De, [u(Z, null, {
337
- LandingPageBrandInfo: _(() => [u(K, {
330
+ return (L, l) => (s(), i("div", qe, [u(U, null, {
331
+ LandingPageBrandInfo: _(() => [u(R, {
338
332
  icon: "https://ghibliaigenerator.app/logo.png",
339
333
  name: "ONES",
340
334
  description: "几小时内构建和发布AI产品,无需数日。"
341
335
  })]),
342
- LandingPageLinkGroup: _(() => [u(B, {
336
+ LandingPageLinkGroup: _(() => [u(T, {
343
337
  title: "产品"
344
338
  }, {
345
339
  item: _(() => [u($, null, {
@@ -353,7 +347,7 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
353
347
  _: 1
354
348
  })]),
355
349
  _: 1
356
- }), u(B, {
350
+ }), u(T, {
357
351
  title: "资源"
358
352
  }, {
359
353
  item: _(() => [u($, null, {
@@ -361,7 +355,7 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
361
355
  _: 1
362
356
  })]),
363
357
  _: 1
364
- }), u(B, {
358
+ }), u(T, {
365
359
  title: "公司"
366
360
  }, {
367
361
  item: _(() => [u($, null, {
@@ -385,34 +379,34 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
385
379
  })]),
386
380
  _: 1
387
381
  })]),
388
- LandingPageFooterContact: _(() => [u(J, {
382
+ LandingPageFooterContact: _(() => [u(W, {
389
383
  "beian-number": t.value,
390
- "copyright-text": c.value,
384
+ "copyright-text": r.value,
391
385
  "beian-url": o.value,
392
386
  links: d.value
393
387
  }, null, 8, ["beian-number", "copyright-text", "beian-url", "links"])]),
394
388
  _: 1
395
389
  })]));
396
390
  }
397
- }), ea = /* @__PURE__ */ p(Me, [["__scopeId", "data-v-e2021589"]]), je = {
391
+ }), Ks = /* @__PURE__ */ p(He, [["__scopeId", "data-v-e2021589"]]), De = {
398
392
  class: "hero"
399
- }, ze = {
393
+ }, Me = {
400
394
  class: "heroContent"
401
- }, Ne = {
395
+ }, je = {
402
396
  class: "heroHeading"
403
- }, Ee = {
397
+ }, ze = {
404
398
  class: "heroTitle"
405
- }, Ge = {
399
+ }, Ne = {
406
400
  class: "heroDescription"
407
- }, Oe = {
401
+ }, Ee = {
408
402
  class: "heroActions"
409
- }, Ue = {
403
+ }, Ge = {
410
404
  key: 0,
411
405
  class: "heroImage"
412
- }, We = ["src", "alt"], Re = {
406
+ }, Oe = ["src", "alt"], Ue = {
413
407
  key: 1,
414
408
  class: "heroImage"
415
- }, Ze = /* @__PURE__ */ g({
409
+ }, We = /* @__PURE__ */ g({
416
410
  __name: "LandingPageHero",
417
411
  props: {
418
412
  title: {
@@ -434,16 +428,16 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
434
428
  },
435
429
  setup(n) {
436
430
  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", {
431
+ return (r, o) => (s(), i("main", De, [e("div", Me, [e("div", je, [e("h1", ze, [h(r.$slots, "title", {}, () => [m(c(t.title), 1)], !0)])]), e("div", Ne, [e("div", null, c(t.description), 1)]), e("div", Ee, [h(r.$slots, "actions", {}, void 0, !0)])]), t.heroSource ? (s(), i("div", Ge, [e("img", {
438
432
  src: t.heroSource,
439
433
  alt: t.imageAlt || "Hero Image",
440
434
  loading: "eager",
441
435
  class: "hero-image"
442
- }, null, 8, We)])) : (s(), i("div", Re, [f(c.$slots, "heroSource", {}, void 0, !0)]))]));
436
+ }, null, 8, Oe)])) : (s(), i("div", Ue, [h(r.$slots, "heroSource", {}, void 0, !0)]))]));
443
437
  }
444
- }), ta = /* @__PURE__ */ p(Ze, [["__scopeId", "data-v-993fcf26"]]), Je = {
438
+ }), Qs = /* @__PURE__ */ p(We, [["__scopeId", "data-v-5c695f10"]]), Re = {
445
439
  class: "logos-list"
446
- }, Ke = /* @__PURE__ */ g({
440
+ }, Ze = /* @__PURE__ */ g({
447
441
  __name: "LandingPageLogos",
448
442
  props: {
449
443
  title: {
@@ -470,13 +464,13 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
470
464
  },
471
465
  setup(n) {
472
466
  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), {
467
+ return (r, o) => (s(), i("div", Re, [(s(!0), i(f, null, v(t.logos, (a, d) => (s(), I(C(B), {
474
468
  key: d,
475
469
  icon: a.name,
476
470
  class: "logo-icon"
477
471
  }, null, 8, ["icon"]))), 128))]));
478
472
  }
479
- }), sa = /* @__PURE__ */ p(Ke, [["__scopeId", "data-v-1eb19277"]]), Qe = /* @__PURE__ */ g({
473
+ }), Xs = /* @__PURE__ */ p(Ze, [["__scopeId", "data-v-1eb19277"]]), Je = /* @__PURE__ */ g({
480
474
  __name: "LandingPagePageContent",
481
475
  props: {
482
476
  maxWidth: {
@@ -497,7 +491,7 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
497
491
  }
498
492
  },
499
493
  setup(n) {
500
- const t = n, c = L(() => ({
494
+ const t = n, r = A(() => ({
501
495
  maxWidth: t.maxWidth,
502
496
  margin: t.center ? "0 auto" : void 0,
503
497
  width: "100%",
@@ -508,34 +502,34 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
508
502
  }));
509
503
  return (o, a) => (s(), i("div", {
510
504
  class: "PageContent",
511
- style: x(c.value)
512
- }, [f(o.$slots, "default", {}, void 0, !0)], 4));
505
+ style: x(r.value)
506
+ }, [h(o.$slots, "default", {}, void 0, !0)], 4));
513
507
  }
514
- }), aa = /* @__PURE__ */ p(Qe, [["__scopeId", "data-v-00ec8180"]]), Xe = {
508
+ }), Ys = /* @__PURE__ */ p(Je, [["__scopeId", "data-v-00ec8180"]]), Ke = {
515
509
  class: "page-content"
516
- }, Ye = /* @__PURE__ */ g({
510
+ }, Qe = /* @__PURE__ */ g({
517
511
  __name: "PageContent",
518
512
  setup(n) {
519
- return (t, c) => (s(), i("div", Xe, [f(t.$slots, "default", {}, void 0, !0), f(t.$slots, "footer", {}, void 0, !0)]));
513
+ return (t, r) => (s(), i("div", Ke, [h(t.$slots, "default", {}, void 0, !0), h(t.$slots, "footer", {}, void 0, !0)]));
520
514
  }
521
- }), na = /* @__PURE__ */ p(Ye, [["__scopeId", "data-v-b01d54bb"]]), et = {
515
+ }), ea = /* @__PURE__ */ p(Qe, [["__scopeId", "data-v-b01d54bb"]]), Xe = {
522
516
  class: "Tabs"
523
- }, tt = {
517
+ }, Ye = {
524
518
  class: "tabs-root"
525
- }, st = {
519
+ }, et = {
526
520
  role: "radiogroup",
527
521
  "aria-required": "false",
528
522
  dir: "ltr",
529
523
  class: "tabs-group",
530
524
  tabindex: "0"
531
- }, at = ["id", "aria-checked", "data-state", "value", "tabindex", "onClick"], nt = {
525
+ }, tt = ["id", "aria-checked", "data-state", "value", "tabindex", "onClick"], st = {
532
526
  key: 0,
533
527
  "data-state": "checked",
534
528
  class: "tabs-radio-icon"
535
- }, it = ["for"], ot = {
529
+ }, at = ["for"], nt = {
536
530
  key: 0,
537
531
  class: "tabs-badge"
538
- }, ct = /* @__PURE__ */ g({
532
+ }, it = /* @__PURE__ */ g({
539
533
  __name: "LandingPageTabs",
540
534
  props: {
541
535
  tabs: {
@@ -550,9 +544,9 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
550
544
  emits: ["update:modelValue"],
551
545
  setup(n) {
552
546
  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", {
547
+ return (r, o) => (s(), i("div", Xe, [e("div", Ye, [e("div", et, [(s(!0), i(f, null, v(t.tabs, (a) => (s(), i("div", {
554
548
  key: a.value,
555
- class: k(["tabs-item", {
549
+ class: P(["tabs-item", {
556
550
  "tabs-item-active": a.value === n.modelValue
557
551
  }])
558
552
  }, [e("button", {
@@ -564,19 +558,19 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
564
558
  value: a.value,
565
559
  class: "tabs-radio",
566
560
  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", {
561
+ onClick: (d) => r.$emit("update:modelValue", a.value)
562
+ }, [a.value === n.modelValue ? (s(), i("span", st)) : w("", !0)], 8, tt), e("label", {
569
563
  class: "tabs-label",
570
564
  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))])])]));
565
+ }, [e("span", null, c(a.label), 1), a.badge ? (s(), i("div", nt, c(a.badge), 1)) : w("", !0)], 8, at)], 2))), 128))])])]));
572
566
  }
573
- }), rt = /* @__PURE__ */ p(ct, [["__scopeId", "data-v-eae49087"]]), lt = {
567
+ }), ot = /* @__PURE__ */ p(it, [["__scopeId", "data-v-eae49087"]]), ct = {
574
568
  class: "PriceGroup"
575
- }, dt = /* @__PURE__ */ g({
569
+ }, rt = /* @__PURE__ */ g({
576
570
  __name: "LandingPagePriceGroup",
577
571
  setup(n) {
578
- const t = y("subscribe-monthly");
579
- return (c, o) => (s(), i("div", lt, [u(rt, {
572
+ const t = k("subscribe-monthly");
573
+ return (r, o) => (s(), i("div", ct, [u(ot, {
580
574
  modelValue: t.value,
581
575
  "onUpdate:modelValue": o[0] || (o[0] = (a) => t.value = a),
582
576
  tabs: [{
@@ -590,35 +584,35 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
590
584
  value: "pay-as-you-go",
591
585
  label: "按需付费"
592
586
  }]
593
- }, null, 8, ["modelValue"]), f(c.$slots, "default", {}, void 0, !0)]));
587
+ }, null, 8, ["modelValue"]), h(r.$slots, "default", {}, void 0, !0)]));
594
588
  }
595
- }), ia = /* @__PURE__ */ p(dt, [["__scopeId", "data-v-43a35f55"]]), ut = {
589
+ }), ta = /* @__PURE__ */ p(rt, [["__scopeId", "data-v-43a35f55"]]), lt = {
596
590
  class: "PricingCard"
597
- }, _t = {
591
+ }, dt = {
598
592
  class: "title"
599
- }, pt = {
593
+ }, ut = {
600
594
  class: "titleText"
601
- }, gt = {
595
+ }, _t = {
602
596
  class: "description"
603
- }, mt = {
597
+ }, pt = {
604
598
  class: "priceAndDiscount"
605
- }, ft = {
599
+ }, gt = {
606
600
  class: "price"
607
- }, ht = {
601
+ }, mt = {
608
602
  class: "discount"
609
- }, vt = {
603
+ }, ht = {
610
604
  style: {
611
605
  position: "relative",
612
606
  top: "3px"
613
607
  }
614
- }, bt = {
608
+ }, ft = {
615
609
  key: 1,
616
610
  class: "priceNotDiscount"
617
- }, $t = {
611
+ }, vt = {
618
612
  class: "cycle"
619
- }, yt = {
613
+ }, bt = {
620
614
  class: "features"
621
- }, kt = /* @__PURE__ */ g({
615
+ }, $t = /* @__PURE__ */ g({
622
616
  __name: "LandingPagePricingCard",
623
617
  props: {
624
618
  loading: {
@@ -680,53 +674,53 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
680
674
  setup(n, {
681
675
  emit: t
682
676
  }) {
683
- const c = t, o = n;
677
+ const r = t, o = n;
684
678
  function a() {
685
- c("toPay");
679
+ r("toPay");
686
680
  }
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), {
681
+ return (d, L) => (s(), i("div", lt, [e("div", null, [e("div", dt, [e("span", ut, c(o.title), 1), o.badge.label ? (s(), I(C(K), {
688
682
  key: 0,
689
683
  color: "arcoblue"
690
684
  }, {
691
- default: _(() => [m(r(o.badge.label), 1)]),
685
+ default: _(() => [m(c(o.badge.label), 1)]),
692
686
  _: 1
693
- })) : T("", !0)]), e("div", gt, r(o.description), 1)]), e("div", mt, [o.discount !== null ? (s(), i(h, {
687
+ })) : w("", !0)]), e("div", _t, c(o.description), 1)]), e("div", pt, [o.discount !== null ? (s(), i(f, {
694
688
  key: 0
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, {
696
- key: C,
689
+ }, [e("span", gt, [e("span", null, c(o.price), 1), e("span", null, c(o.unit), 1)]), e("span", mt, [e("span", ht, c(o.discount), 1), e("span", null, c(o.unit), 1)])], 64)) : (s(), i("span", ft, [e("span", null, c(o.price), 1), e("span", null, c(o.unit), 1)])), e("span", vt, c(o.cycle), 1)]), e("div", bt, [(s(!0), i(f, null, v(o.features, (l, y) => (s(), I(Z, {
690
+ key: y,
697
691
  description: l.title
698
- }, null, 8, ["description"]))), 128))]), u(ve, {
692
+ }, null, 8, ["description"]))), 128))]), u(me, {
699
693
  class: "handle",
700
694
  type: "primary",
701
695
  loading: o.loading,
702
696
  disabled: !(o.discount || o.price),
703
697
  onClick: a
704
698
  }, {
705
- default: _(() => [m(r(o.button.label), 1)]),
699
+ default: _(() => [m(c(o.button.label), 1)]),
706
700
  _: 1
707
701
  }, 8, ["loading", "disabled"])]));
708
702
  }
709
- }), oa = /* @__PURE__ */ p(kt, [["__scopeId", "data-v-4a99638e"]]), Pt = {}, Lt = {
703
+ }), sa = /* @__PURE__ */ p($t, [["__scopeId", "data-v-4a99638e"]]), yt = {}, kt = {
710
704
  class: "PricingGrid"
711
- }, xt = {
705
+ }, Pt = {
712
706
  class: "content"
713
707
  };
714
- function It(n, t) {
715
- return s(), i("div", Lt, [e("div", xt, [f(n.$slots, "default", {}, void 0, !0)])]);
708
+ function Lt(n, t) {
709
+ return s(), i("div", kt, [e("div", Pt, [h(n.$slots, "default", {}, void 0, !0)])]);
716
710
  }
717
- const ca = /* @__PURE__ */ p(Pt, [["render", It], ["__scopeId", "data-v-1f26d3ee"]]), Ct = {
711
+ const aa = /* @__PURE__ */ p(yt, [["render", Lt], ["__scopeId", "data-v-1f26d3ee"]]), xt = {
718
712
  class: "sections-container"
719
- }, St = ["src", "alt"], wt = {
713
+ }, It = ["src", "alt"], St = {
720
714
  class: "header"
721
- }, Tt = {
715
+ }, wt = {
722
716
  class: "title"
723
- }, At = {
717
+ }, Ct = {
724
718
  class: "features-list"
725
- }, Bt = {
719
+ }, Tt = {
726
720
  class: "content"
727
- }, Ft = {
721
+ }, At = {
728
722
  class: "feature-title"
729
- }, Vt = /* @__PURE__ */ g({
723
+ }, Bt = /* @__PURE__ */ g({
730
724
  __name: "LandingPageSections",
731
725
  props: {
732
726
  title: {
@@ -766,12 +760,12 @@ const ca = /* @__PURE__ */ p(Pt, [["render", It], ["__scopeId", "data-v-1f26d3ee
766
760
  },
767
761
  setup(n) {
768
762
  const t = n;
769
- return (c, o) => (s(), i("section", Ct, [e("div", {
770
- class: k(["content-wrapper", {
763
+ return (r, o) => (s(), i("section", xt, [e("div", {
764
+ class: P(["content-wrapper", {
771
765
  reverse: t.reverse
772
766
  }])
773
767
  }, [e("div", {
774
- class: k(["image-container", {
768
+ class: P(["image-container", {
775
769
  "order-2": t.reverse,
776
770
  "order-1": !t.reverse
777
771
  }])
@@ -779,31 +773,31 @@ const ca = /* @__PURE__ */ p(Pt, [["render", It], ["__scopeId", "data-v-1f26d3ee
779
773
  src: t.imageUrl,
780
774
  alt: t.imageAlt,
781
775
  class: "image"
782
- }, null, 8, St)], 2), e("div", {
783
- class: k(["text-container", {
776
+ }, null, 8, It)], 2), e("div", {
777
+ class: P(["text-container", {
784
778
  "order-1": t.reverse,
785
779
  "order-2": !t.reverse
786
780
  }])
787
- }, [e("div", wt, [e("div", Tt, r(t.title), 1), u(H, null, {
788
- default: _(() => [m(r(t.subTitle), 1)]),
781
+ }, [e("div", St, [e("div", wt, c(t.title), 1), u(V, null, {
782
+ default: _(() => [m(c(t.subTitle), 1)]),
789
783
  _: 1
790
- })]), e("div", At, [(s(!0), i(h, null, v(t.features, (a, d) => (s(), i("div", {
784
+ })]), e("div", Ct, [(s(!0), i(f, null, v(t.features, (a, d) => (s(), i("div", {
791
785
  key: d,
792
786
  class: "feature-item"
793
787
  }, [e("div", {
794
- class: k(["icon-container", [`icon-${a.color}`]])
788
+ class: P(["icon-container", [`icon-${a.color}`]])
795
789
  }, [...o[0] || (o[0] = [e("div", {
796
790
  class: "dot"
797
- }, null, -1)])], 2), e("div", Bt, [e("div", Ft, r(a.title), 1), u(w, null, {
798
- default: _(() => [m(r(a.description), 1)]),
791
+ }, null, -1)])], 2), e("div", Tt, [e("div", At, c(a.title), 1), u(S, null, {
792
+ default: _(() => [m(c(a.description), 1)]),
799
793
  _: 2
800
794
  }, 1024)])]))), 128))])], 2)], 2)]));
801
795
  }
802
- }), ra = /* @__PURE__ */ p(Vt, [["__scopeId", "data-v-ccadd722"]]), qt = ["onClick"], Ht = ["src", "alt"], Dt = {
796
+ }), na = /* @__PURE__ */ p(Bt, [["__scopeId", "data-v-ccadd722"]]), Ft = ["onClick"], Vt = ["src", "alt"], qt = {
803
797
  class: "card-content"
804
- }, Mt = {
798
+ }, Ht = {
805
799
  class: "card-title"
806
- }, jt = /* @__PURE__ */ g({
800
+ }, Dt = /* @__PURE__ */ g({
807
801
  __name: "LandingPageShowcase",
808
802
  props: {
809
803
  items: {},
@@ -825,44 +819,42 @@ const ca = /* @__PURE__ */ p(Pt, [["render", It], ["__scopeId", "data-v-1f26d3ee
825
819
  setup(n, {
826
820
  emit: t
827
821
  }) {
828
- const c = n, o = t, {
829
- width: a
830
- } = q();
831
- function d(b) {
832
- o("cardClick", b);
822
+ const r = n, o = t;
823
+ function a(L) {
824
+ o("cardClick", L);
833
825
  }
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(() => ({
837
- height: `${c.cardHeight}px`,
838
- objectFit: c.objectFit
826
+ const d = A(() => ({
827
+ height: `${r.cardHeight}px`,
828
+ objectFit: r.objectFit
839
829
  }));
840
- return (b, M) => (s(), i("div", {
830
+ return (L, l) => (s(), i("div", {
841
831
  class: "Showcase",
842
- style: x(l.value)
843
- }, [(s(!0), i(h, null, v(c.items, (S, j) => (s(), i("div", {
844
- key: j,
832
+ style: x({
833
+ "--showcase-columns": r.columns
834
+ })
835
+ }, [(s(!0), i(f, null, v(r.items, (y, b) => (s(), i("div", {
836
+ key: b,
845
837
  class: "showcase-card",
846
- onClick: (Ds) => d(S)
838
+ onClick: (H) => a(y)
847
839
  }, [e("img", {
848
- src: S.image,
849
- alt: S.alt,
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)]),
840
+ src: y.image,
841
+ alt: y.alt,
842
+ style: x(d.value)
843
+ }, null, 12, Vt), e("div", qt, [e("div", Ht, c(y.title), 1), u(S, null, {
844
+ default: _(() => [m(c(y.description), 1)]),
853
845
  _: 2
854
- }, 1024)])], 8, qt))), 128))], 4));
846
+ }, 1024)])], 8, Ft))), 128))], 4));
855
847
  }
856
- }), la = /* @__PURE__ */ p(jt, [["__scopeId", "data-v-99dac3c9"]]), zt = {
848
+ }), ia = /* @__PURE__ */ p(Dt, [["__scopeId", "data-v-20487899"]]), Mt = {
857
849
  class: "Stats"
858
- }, Nt = {
850
+ }, jt = {
859
851
  key: 0,
860
852
  class: "stats-label"
861
- }, Et = {
853
+ }, zt = {
862
854
  class: "stats-number"
863
- }, Gt = {
855
+ }, Nt = {
864
856
  class: "stats-label"
865
- }, Ot = /* @__PURE__ */ g({
857
+ }, Et = /* @__PURE__ */ g({
866
858
  __name: "LandingPageStats",
867
859
  props: {
868
860
  title: {
@@ -889,18 +881,18 @@ const ca = /* @__PURE__ */ p(Pt, [["render", It], ["__scopeId", "data-v-1f26d3ee
889
881
  },
890
882
  setup(n) {
891
883
  const t = n;
892
- return (c, o) => (s(), i("div", zt, [(s(!0), i(h, null, v(t.stats, (a, d) => (s(), i("div", {
884
+ return (r, o) => (s(), i("div", Mt, [(s(!0), i(f, null, v(t.stats, (a, d) => (s(), i("div", {
893
885
  key: d,
894
886
  class: "stats-item"
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))]));
887
+ }, [a.title ? (s(), i("div", jt, c(a.title), 1)) : w("", !0), e("div", zt, c(a.number), 1), e("div", Nt, c(a.label), 1)]))), 128))]));
896
888
  }
897
- }), da = /* @__PURE__ */ p(Ot, [["__scopeId", "data-v-f16f10aa"]]), Ut = {
889
+ }), oa = /* @__PURE__ */ p(Et, [["__scopeId", "data-v-f16f10aa"]]), Gt = {
898
890
  class: "stepNumber"
899
- }, Wt = {
891
+ }, Ot = {
900
892
  class: "count"
901
- }, Rt = {
893
+ }, Ut = {
902
894
  class: "stepTitle"
903
- }, Zt = /* @__PURE__ */ g({
895
+ }, Wt = /* @__PURE__ */ g({
904
896
  __name: "LandingPageSteps",
905
897
  props: {
906
898
  columns: {
@@ -923,31 +915,30 @@ const ca = /* @__PURE__ */ p(Pt, [["render", It], ["__scopeId", "data-v-1f26d3ee
923
915
  },
924
916
  setup(n) {
925
917
  const t = n;
926
- return (c, o) => (s(), i("div", {
918
+ return (r, o) => (s(), i("div", {
927
919
  class: "Steps",
928
920
  style: x({
929
- gridTemplateColumns: `repeat(${t.columns}, 1fr)`
930
- // flexDirection: props.flexDirection,
921
+ "--step-columns": t.columns
931
922
  })
932
- }, [(s(!0), i(h, null, v(t.steps, (a, d) => (s(), i("div", {
923
+ }, [(s(!0), i(f, null, v(t.steps, (a, d) => (s(), i("div", {
933
924
  key: d,
934
925
  class: "stepItem"
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)]),
926
+ }, [e("div", Gt, [e("span", Ot, c(d + 1), 1)]), e("h3", Ut, c(a.title), 1), u(S, null, {
927
+ default: _(() => [m(c(a.description), 1)]),
937
928
  _: 2
938
929
  }, 1024)]))), 128))], 4));
939
930
  }
940
- }), ua = /* @__PURE__ */ p(Zt, [["__scopeId", "data-v-df3b5d3b"]]), Jt = {
931
+ }), ca = /* @__PURE__ */ p(Wt, [["__scopeId", "data-v-45d806db"]]), Rt = {
941
932
  class: "Testimonial"
942
- }, Kt = {
933
+ }, Zt = {
943
934
  class: "user-info"
944
- }, Qt = {
935
+ }, Jt = {
945
936
  class: "user-avatar"
946
- }, Xt = ["src", "alt"], Yt = {
937
+ }, Kt = ["src", "alt"], Qt = {
947
938
  class: "user-name"
948
- }, es = {
939
+ }, Xt = {
949
940
  class: "user-title"
950
- }, ts = /* @__PURE__ */ g({
941
+ }, Yt = /* @__PURE__ */ g({
951
942
  __name: "LandingPageTestimonial",
952
943
  props: {
953
944
  testimonials: {
@@ -956,20 +947,20 @@ const ca = /* @__PURE__ */ p(Pt, [["render", It], ["__scopeId", "data-v-1f26d3ee
956
947
  },
957
948
  setup(n) {
958
949
  const t = n;
959
- return (c, o) => (s(), i("div", Jt, [(s(!0), i(h, null, v(t.testimonials, (a, d) => (s(), I(D, {
950
+ return (r, o) => (s(), i("div", Rt, [(s(!0), i(f, null, v(t.testimonials, (a, d) => (s(), I(q, {
960
951
  key: d
961
952
  }, {
962
- default: _(() => [e("div", null, [u(w, null, {
963
- default: _(() => [m(r(`"${a.content}"`), 1)]),
953
+ default: _(() => [e("div", null, [u(S, null, {
954
+ default: _(() => [m(c(`"${a.content}"`), 1)]),
964
955
  _: 2
965
- }, 1024)]), e("div", Kt, [e("span", Qt, [e("img", {
956
+ }, 1024)]), e("div", Zt, [e("span", Jt, [e("img", {
966
957
  src: a.avatar,
967
958
  alt: a.name
968
- }, null, 8, Xt)]), e("div", null, [e("div", Yt, r(a.name), 1), e("div", es, r(a.title), 1)])])]),
959
+ }, null, 8, Kt)]), e("div", null, [e("div", Qt, c(a.name), 1), e("div", Xt, c(a.title), 1)])])]),
969
960
  _: 2
970
961
  }, 1024))), 128))]));
971
962
  }
972
- }), _a = /* @__PURE__ */ p(ts, [["__scopeId", "data-v-5aecfcb2"]]), ss = ["href"], as = /* @__PURE__ */ g({
963
+ }), ra = /* @__PURE__ */ p(Yt, [["__scopeId", "data-v-5aecfcb2"]]), es = ["href"], ts = /* @__PURE__ */ g({
973
964
  __name: "LandingPageTips",
974
965
  props: {
975
966
  href: {
@@ -983,98 +974,98 @@ const ca = /* @__PURE__ */ p(Pt, [["render", It], ["__scopeId", "data-v-1f26d3ee
983
974
  },
984
975
  setup(n) {
985
976
  const t = n;
986
- return (c, o) => (s(), i("a", {
977
+ return (r, o) => (s(), i("a", {
987
978
  href: t.href,
988
979
  class: "tips-link"
989
- }, r(t.text), 9, ss));
980
+ }, c(t.text), 9, es));
990
981
  }
991
- }), pa = /* @__PURE__ */ p(as, [["__scopeId", "data-v-5f9c6150"]]), ns = {}, is = {
982
+ }), la = /* @__PURE__ */ p(ts, [["__scopeId", "data-v-5f9c6150"]]), ss = {}, as = {
992
983
  class: "sidebar"
993
984
  };
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)])]);
985
+ function ns(n, t) {
986
+ return s(), i("div", as, [...t[0] || (t[0] = [D('<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)])]);
996
987
  }
997
- const ga = /* @__PURE__ */ p(ns, [["render", os], ["__scopeId", "data-v-ccf63d30"]]), cs = {
988
+ const da = /* @__PURE__ */ p(ss, [["render", ns], ["__scopeId", "data-v-ccf63d30"]]), is = {
998
989
  class: "feature-card"
999
- }, rs = {
990
+ }, os = {
1000
991
  class: "feature-image"
1001
- }, ls = ["src", "alt"], ds = {
992
+ }, cs = ["src", "alt"], rs = {
1002
993
  class: "feature-title"
1003
- }, us = {
994
+ }, ls = {
1004
995
  class: "feature-description"
1005
- }, _s = {
996
+ }, ds = {
1006
997
  class: "feature-platforms"
1007
- }, ps = /* @__PURE__ */ g({
998
+ }, us = /* @__PURE__ */ g({
1008
999
  __name: "LandingPageFeatureCard",
1009
1000
  props: {
1010
1001
  feature: {}
1011
1002
  },
1012
1003
  setup(n) {
1013
- return (t, c) => (s(), i("div", cs, [e("div", rs, [e("img", {
1004
+ return (t, r) => (s(), i("div", is, [e("div", os, [e("img", {
1014
1005
  src: n.feature.image,
1015
1006
  alt: n.feature.title,
1016
1007
  loading: "lazy",
1017
1008
  decoding: "async"
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), {
1009
+ }, null, 8, cs)]), e("h3", rs, c(n.feature.title), 1), e("p", ls, c(n.feature.description), 1), e("div", ds, [(s(!0), i(f, null, v(n.feature.platforms, (o) => (s(), I(C(B), {
1019
1010
  key: o.name,
1020
1011
  icon: o.icon,
1021
1012
  class: "platform-icon"
1022
1013
  }, null, 8, ["icon"]))), 128))])]));
1023
1014
  }
1024
- }), ma = /* @__PURE__ */ p(ps, [["__scopeId", "data-v-16f0f374"]]), gs = {
1015
+ }), ua = /* @__PURE__ */ p(us, [["__scopeId", "data-v-16f0f374"]]), _s = {
1025
1016
  class: "feature-section-header"
1026
- }, ms = {
1017
+ }, ps = {
1027
1018
  class: "feature-section-title"
1028
- }, fs = ["innerHTML"], hs = /* @__PURE__ */ g({
1019
+ }, gs = ["innerHTML"], ms = /* @__PURE__ */ g({
1029
1020
  __name: "LandingPageFeatureSectionHeader",
1030
1021
  props: {
1031
1022
  title: {},
1032
1023
  description: {}
1033
1024
  },
1034
1025
  setup(n) {
1035
- return (t, c) => (s(), i("div", gs, [e("h2", ms, r(n.title), 1), e("p", {
1026
+ return (t, r) => (s(), i("div", _s, [e("h2", ps, c(n.title), 1), e("p", {
1036
1027
  class: "feature-section-description",
1037
1028
  innerHTML: n.description
1038
- }, null, 8, fs)]));
1029
+ }, null, 8, gs)]));
1039
1030
  }
1040
- }), fa = /* @__PURE__ */ p(hs, [["__scopeId", "data-v-ae275532"]]), vs = {}, bs = {
1031
+ }), _a = /* @__PURE__ */ p(ms, [["__scopeId", "data-v-ae275532"]]), hs = {}, fs = {
1041
1032
  class: "features-grid"
1042
1033
  };
1043
- function $s(n, t) {
1044
- return s(), i("div", bs, [f(n.$slots, "default", {}, void 0, !0)]);
1034
+ function vs(n, t) {
1035
+ return s(), i("div", fs, [h(n.$slots, "default", {}, void 0, !0)]);
1045
1036
  }
1046
- const ha = /* @__PURE__ */ p(vs, [["render", $s], ["__scopeId", "data-v-392f636b"]]), ys = {
1037
+ const pa = /* @__PURE__ */ p(hs, [["render", vs], ["__scopeId", "data-v-392f636b"]]), bs = {
1047
1038
  class: "testimonials-container"
1048
- }, ks = {
1039
+ }, $s = {
1049
1040
  class: "testimonial-header"
1050
- }, Ps = ["onClick"], Ls = {
1041
+ }, ys = ["onClick"], ks = {
1051
1042
  class: "user-avatar"
1052
- }, xs = ["src", "alt"], Is = {
1043
+ }, Ps = ["src", "alt"], Ls = {
1053
1044
  class: "user-info"
1054
- }, Cs = {
1045
+ }, xs = {
1055
1046
  class: "user-name"
1056
- }, Ss = {
1047
+ }, Is = {
1057
1048
  class: "user-title"
1058
- }, ws = {
1049
+ }, Ss = {
1059
1050
  class: "testimonial-content"
1060
- }, Ts = /* @__PURE__ */ g({
1051
+ }, ws = /* @__PURE__ */ g({
1061
1052
  __name: "LandingPageTestimonialCard",
1062
1053
  props: {
1063
1054
  testimonials: {}
1064
1055
  },
1065
1056
  setup(n) {
1066
- function t(c) {
1067
- c.link && window.open(c.link, "_blank");
1057
+ function t(r) {
1058
+ r.link && window.open(r.link, "_blank");
1068
1059
  }
1069
- return (c, o) => (s(), i("div", ys, [(s(!0), i(h, null, v(n.testimonials, (a) => (s(), i("div", {
1060
+ return (r, o) => (s(), i("div", bs, [(s(!0), i(f, null, v(n.testimonials, (a) => (s(), i("div", {
1070
1061
  key: a.name,
1071
1062
  class: "testimonial-card"
1072
- }, [e("div", ks, [e("div", {
1073
- class: k(["user-link", {
1063
+ }, [e("div", $s, [e("div", {
1064
+ class: P(["user-link", {
1074
1065
  "no-link": !a.link
1075
1066
  }]),
1076
1067
  onClick: (d) => t(a)
1077
- }, [e("div", Ls, [e("img", {
1068
+ }, [e("div", ks, [e("img", {
1078
1069
  src: a.avatar,
1079
1070
  alt: a.name,
1080
1071
  width: "260",
@@ -1082,17 +1073,17 @@ const ha = /* @__PURE__ */ p(vs, [["render", $s], ["__scopeId", "data-v-392f636b
1082
1073
  loading: "lazy",
1083
1074
  decoding: "async",
1084
1075
  class: "avatar-image"
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))]));
1076
+ }, null, 8, Ps)]), e("div", Ls, [e("span", xs, c(a.name), 1), e("span", Is, c(a.title), 1)])], 10, ys)]), e("p", Ss, c(a.content), 1)]))), 128))]));
1086
1077
  }
1087
- }), va = /* @__PURE__ */ p(Ts, [["__scopeId", "data-v-ea4dbec8"]]), As = {
1078
+ }), ga = /* @__PURE__ */ p(ws, [["__scopeId", "data-v-ea4dbec8"]]), Cs = {
1088
1079
  class: "tabs"
1089
- }, Bs = {
1080
+ }, Ts = {
1090
1081
  class: "tabs-header"
1091
- }, Fs = ["onClick"], Vs = {
1082
+ }, As = ["onClick"], Bs = {
1092
1083
  class: "tab-label"
1093
- }, qs = {
1084
+ }, Fs = {
1094
1085
  class: "tabs-content"
1095
- }, Hs = /* @__PURE__ */ g({
1086
+ }, Vs = /* @__PURE__ */ g({
1096
1087
  __name: "LandingPageSectionTabs",
1097
1088
  props: {
1098
1089
  tabs: {},
@@ -1107,62 +1098,62 @@ const ha = /* @__PURE__ */ p(vs, [["render", $s], ["__scopeId", "data-v-392f636b
1107
1098
  setup(n, {
1108
1099
  emit: t
1109
1100
  }) {
1110
- const c = n, o = t, a = L(() => {
1101
+ const r = n, o = t, a = A(() => {
1111
1102
  var l;
1112
- return c.modelValue || c.defaultActiveTab || ((l = c.tabs[0]) == null ? void 0 : l.id) || "";
1113
- }), d = y(a.value);
1114
- N(a, (l) => {
1103
+ return r.modelValue || r.defaultActiveTab || ((l = r.tabs[0]) == null ? void 0 : l.id) || "";
1104
+ }), d = k(a.value);
1105
+ M(a, (l) => {
1115
1106
  l && (d.value = l);
1116
1107
  });
1117
- function P(l) {
1108
+ function L(l) {
1118
1109
  d.value = l, o("update:modelValue", l), o("tabChange", l);
1119
1110
  }
1120
- return (l, C) => (s(), i("div", As, [e("div", Bs, [(s(!0), i(h, null, v(n.tabs, (b) => (s(), i("div", {
1111
+ return (l, y) => (s(), i("div", Cs, [e("div", Ts, [(s(!0), i(f, null, v(n.tabs, (b) => (s(), i("div", {
1121
1112
  key: b.id,
1122
- class: k(["tab-item", {
1113
+ class: P(["tab-item", {
1123
1114
  active: d.value === b.id
1124
1115
  }]),
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", {
1116
+ onClick: (H) => L(b.id)
1117
+ }, [e("span", Bs, c(b.label), 1)], 10, As))), 128))]), e("div", Fs, [(s(!0), i(f, null, v(n.tabs, (b) => j((s(), i("div", {
1127
1118
  key: b.id,
1128
1119
  class: "tab-panel"
1129
- }, [f(l.$slots, b.id, {
1120
+ }, [h(l.$slots, b.id, {
1130
1121
  tab: b
1131
- }, () => [f(l.$slots, "default", {
1122
+ }, () => [h(l.$slots, "default", {
1132
1123
  tab: b
1133
- }, void 0, !0)], !0)])), [[G, d.value === b.id]])), 128))])]));
1124
+ }, void 0, !0)], !0)])), [[z, d.value === b.id]])), 128))])]));
1134
1125
  }
1135
- }), ba = /* @__PURE__ */ p(Hs, [["__scopeId", "data-v-0501b054"]]);
1126
+ }), ma = /* @__PURE__ */ p(Vs, [["__scopeId", "data-v-0501b054"]]);
1136
1127
  export {
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
1128
+ me as B,
1129
+ q as C,
1130
+ Us as L,
1131
+ ea as P,
1132
+ ot as T,
1133
+ Ws as a,
1134
+ oe as b,
1135
+ Rs as c,
1136
+ ua as d,
1137
+ _a as e,
1138
+ Zs as f,
1139
+ Js as g,
1140
+ pa as h,
1141
+ Ks as i,
1142
+ Qs as j,
1143
+ Xs as k,
1144
+ Ys as l,
1145
+ ta as m,
1146
+ sa as n,
1147
+ aa as o,
1148
+ ma as p,
1149
+ na as q,
1150
+ ia as r,
1151
+ oa as s,
1152
+ ca as t,
1153
+ V as u,
1154
+ ra as v,
1155
+ ga as w,
1156
+ la as x,
1157
+ ae as y,
1158
+ da as z
1168
1159
  };