@huyooo/ui 1.0.3 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (188) hide show
  1. package/dist/AuthkitAppSetting-BN8-xgNq.js +2674 -0
  2. package/dist/{Contact-M6iyuyNL.js → Contact-BWuVR9ho.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-BZJ48Yss.js} +87 -88
  7. package/dist/{LandingPageFAQ-CZJXvor9.js → LandingPageSectionHeader-3hiuw6G0.js} +44 -25
  8. package/dist/{LandingPageSectionTabs-Ce3_Rc2L.js → LandingPageSectionTabs-jRjkWlM-.js} +475 -375
  9. package/dist/LegalDocViewer-DM8FYBpf.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-CV97ck9p.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/LandingPageButton.vue.d.ts +2 -2
  56. package/dist/components/LandingPage/LandingPageContainer.vue.d.ts +2 -2
  57. package/dist/components/LandingPage/LandingPageFeaturePanels.vue.d.ts +19 -0
  58. package/dist/components/LandingPage/LandingPageHero.vue.d.ts +9 -0
  59. package/dist/components/LandingPage/LandingPagePageContent.vue.d.ts +2 -2
  60. package/dist/components/LandingPage/LandingPageSectionHeader.vue.d.ts +1 -14
  61. package/dist/components/LandingPage/LandingPageSections.vue.d.ts +1 -1
  62. package/dist/components/LegalDoc/LegalDocViewer.vue.d.ts +7 -0
  63. package/dist/components/Menu.vue.d.ts +2 -1
  64. package/dist/components/MenuItem.vue.d.ts +3 -1
  65. package/dist/components/Message/MessageAppMessage.vue.d.ts +12 -2
  66. package/dist/components/Message/MessageDetails.vue.d.ts +9 -161
  67. package/dist/components/Message/MessageHandle.vue.d.ts +16 -4
  68. package/dist/components/Message/MessageList.vue.d.ts +4 -3
  69. package/dist/components/Message/MessageNotificationDetails.vue.d.ts +13 -0
  70. package/dist/components/Message/messageBody/DescriptionsMessageBody.vue.d.ts +3 -0
  71. package/dist/components/Message/messageBody/JsonMessageBodyFallback.vue.d.ts +3 -0
  72. package/dist/components/Message/messageBody/TextMessageBody.vue.d.ts +3 -0
  73. package/dist/components/Message/messageBody/descriptionRows.d.ts +14 -0
  74. package/dist/components/Message/messageBody/descriptionsMessageBody.d.ts +32 -0
  75. package/dist/components/Message/messageBody/descriptionsValueRender.d.ts +4 -0
  76. package/dist/components/Message/messageBody/messageBodyRegistry.d.ts +9 -0
  77. package/dist/components/Message/messageBody/registerBuiltinMessageBodies.d.ts +2 -0
  78. package/dist/components/Message/messageBody/types.d.ts +7 -0
  79. package/dist/components/Referrer/ReferrerRefereeCell.vue.d.ts +7 -0
  80. package/dist/components/Referrer/ReferrerReferees.vue.d.ts +1 -0
  81. package/dist/components/UserMenu/UserAccountMenu.vue.d.ts +1 -16
  82. package/dist/components/UserMenu/UserMenuItem.vue.d.ts +4 -0
  83. package/dist/components/UserMenu/UserMenuModals.vue.d.ts +18 -4
  84. package/dist/components/UserMenu/parts/UserAvatar.vue.d.ts +6 -0
  85. package/dist/components/UserMenu/parts/UserBasicInformation.vue.d.ts +7 -2
  86. package/dist/composables/Authkit/fetchAuthPageAboutUs.d.ts +3 -0
  87. package/dist/composables/Authkit/resolveRoutePermission.d.ts +2 -0
  88. package/dist/composables/Authkit/useAuthkitAppsAuthPageInfo.d.ts +16 -0
  89. package/dist/composables/Authkit/useAuthkitAuth.d.ts +2 -0
  90. package/dist/composables/Authkit/useAuthkitPasskey.d.ts +10 -0
  91. package/dist/composables/Authkit/useLegalDocHostActions.d.ts +6 -0
  92. package/dist/composables/Authkit/useLegalDocs.d.ts +19 -0
  93. package/dist/composables/Authkit/useOauth.d.ts +17 -4
  94. package/dist/composables/Authkit/useRegistrationTerms.d.ts +24 -0
  95. package/dist/composables/Authkit/verifyCodeCooldown.d.ts +19 -0
  96. package/dist/composables/Billing/useBillingPlans.d.ts +0 -4
  97. package/dist/composables/Billing/useBillingStatusOptions.d.ts +2 -6
  98. package/dist/composables/Billing/useBillingSubscriptionSummary.d.ts +16 -0
  99. package/dist/composables/Billing/usePaidProductOptions.d.ts +5 -0
  100. package/dist/composables/Message/messageCenterBadgeCounts.d.ts +28 -0
  101. package/dist/composables/UserMenu/useUserMenuBadgeCounts.d.ts +9 -0
  102. package/dist/composables/useInfiniteList.d.ts +19 -0
  103. package/dist/composables/useMessageNotifications.d.ts +3 -6
  104. package/dist/composables.d.ts +4 -2
  105. package/dist/composables.js +50 -45
  106. package/dist/feedback.d.ts +1 -0
  107. package/dist/feedback.js +12 -11
  108. package/dist/fetchAuthPageAboutUs-dzTSwRsB.js +25 -0
  109. package/dist/{Clipboard-Bo7gdpR6.js → index-BkLvw1PU.js} +1 -1
  110. package/dist/landingPage.d.ts +1 -0
  111. package/dist/landingPage.js +41 -40
  112. package/dist/legalDocs/buildBuiltinUrl.d.ts +3 -0
  113. package/dist/{utils/legalLinks.d.ts → legalDocs/constants.d.ts} +0 -10
  114. package/dist/legalDocs/index.d.ts +7 -0
  115. package/dist/legalDocs/isConfigured.d.ts +7 -0
  116. package/dist/legalDocs/open.d.ts +3 -0
  117. package/dist/legalDocs/resolveAppId.d.ts +8 -0
  118. package/dist/legalDocs/resolveTarget.d.ts +4 -0
  119. package/dist/legalDocs/types.d.ts +12 -0
  120. package/dist/main.js +321 -308
  121. package/dist/message.d.ts +3 -0
  122. package/dist/message.js +301 -21
  123. package/dist/pay.d.ts +1 -1
  124. package/dist/pay.js +14 -17
  125. package/dist/privateCom.js +1 -1
  126. package/dist/referrer.js +1 -1
  127. package/dist/style.css +1 -1
  128. package/dist/types/api/auth.generated.d.ts +1385 -328
  129. package/dist/types/api/billing.generated.d.ts +907 -76
  130. package/dist/types/api/ones.generated.d.ts +131 -2
  131. package/dist/types/api.d.ts +1 -0
  132. package/dist/types/app.d.ts +10 -0
  133. package/dist/types/user.d.ts +1 -0
  134. package/dist/upload.js +2 -2
  135. package/dist/{useAuthkitAppsAuthPageInfo-C2yKgl8t.js → useAuthkitAppsAuthPageInfo-CNudJd04.js} +18 -17
  136. package/dist/useAuthkitAuth-3m0yW6uP.js +267 -0
  137. package/dist/{useAuthkitCreateAndUpdate-oo9517Gj.js → useAuthkitCreateAndUpdate-BsINsI-E.js} +1 -1
  138. package/dist/{useAuthkitUsersProfile-BZDk21c8.js → useAuthkitUsersProfile-DJlMsftY.js} +3 -3
  139. package/dist/useBillingStatusOptions-CfHQOFNw.js +71 -0
  140. package/dist/{useEnsureAuthenticated-BuIbxqsO.js → useEnsureAuthenticated-DNkCCy_Y.js} +2 -2
  141. package/dist/useLegalDocs-DQP_Yq6B.js +106 -0
  142. package/dist/{useMessageNotifications-D85_-mDq.js → useMessageNotifications-CAphguOm.js} +21 -24
  143. package/dist/useRoutePermission-CEiya9AM.js +218 -0
  144. package/dist/useSEO-CDWxbk8B.js +221 -0
  145. package/dist/useSubscriptionCheckout-d_M_rKRa.js +368 -0
  146. package/dist/{useUploadCos-BRKRzSy3.js → useUploadCos-C8BqFPkx.js} +1 -1
  147. package/dist/user.js +1 -1
  148. package/dist/userMenuModal-D-nDaYqM.js +66 -0
  149. package/dist/utils/apiMiddlewares.d.ts +5 -5
  150. package/dist/utils/apiResponse.d.ts +11 -0
  151. package/dist/utils/authProviderIcon.d.ts +3 -0
  152. package/dist/utils/authkit.d.ts +20 -7
  153. package/dist/utils/formatPoints.d.ts +8 -0
  154. package/dist/utils/messageNotificationContent.d.ts +4 -0
  155. package/dist/utils/messageTextLink.d.ts +9 -0
  156. package/dist/utils/passkeySupport.d.ts +8 -0
  157. package/dist/utils/pointsFlowTypes.d.ts +10 -0
  158. package/dist/utils/pointsHistoryDisplay.d.ts +8 -0
  159. package/dist/utils/refundStatusDisplay.d.ts +1 -0
  160. package/dist/utils/subscriptionDisplay.d.ts +7 -0
  161. package/dist/utils/userDisplay.d.ts +41 -0
  162. package/package.json +11 -3
  163. package/dist/AuthkitAppSetting-C-0uuLSg.js +0 -1921
  164. package/dist/AuthkitGithubBinding-C5zEy9zN.js +0 -2207
  165. package/dist/CustomTable-nsxN4Ja4.js +0 -276
  166. package/dist/FeedbackModal.vue_vue_type_script_setup_true_lang-M1NQ-rx-.js +0 -1396
  167. package/dist/LandingPageSectionHeader-D_74W4My.js +0 -69
  168. package/dist/Menu-Cy2ZPeaz.js +0 -170
  169. package/dist/MessageHandle-BG12aX0i.js +0 -924
  170. package/dist/MessageList-CrCF8mU6.js +0 -233
  171. package/dist/MessageNoticeNotificationsDetails.vue_vue_type_script_setup_true_lang-gsjL6yAe.js +0 -142
  172. package/dist/PaySubscriptions-lWnEioX5.js +0 -1241
  173. package/dist/PricingPlans-DFcjOMWS.js +0 -404
  174. package/dist/ReferrerReferees-Cn7KaO8z.js +0 -106
  175. package/dist/UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-P0X1Exyu.js +0 -520
  176. package/dist/WidthContainer-CF3qOLWW.js +0 -688
  177. package/dist/common/authPanelWidth.d.ts +0 -2
  178. package/dist/components/Feedback/FeedbackDetails.vue.d.ts +0 -178
  179. package/dist/composables/Authkit/useLegalLinks.d.ts +0 -34
  180. package/dist/index-D3Kp6R4z.js +0 -4
  181. package/dist/useAuthkitAuth-DmS-H7M2.js +0 -175
  182. package/dist/useBillingStatusOptions-B7xLU3fs.js +0 -145
  183. package/dist/useLegalLinks-Cwr45PBT.js +0 -60
  184. package/dist/useRoutePermission-CaWtjLRA.js +0 -212
  185. package/dist/useSEO-BSMQdBR9.js +0 -158
  186. package/dist/useSubscriptionCheckout-BRk5h9aC.js +0 -365
  187. package/dist/useTableHandle-BdujaiNX.js +0 -69
  188. /package/dist/components/{Feedback/FeedbackVideoPreview.vue.d.ts → VideoPreview.vue.d.ts} +0 -0
@@ -1,46 +1,45 @@
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 n, renderSlot as f, defineComponent as g, createVNode as u, withCtx as _, Fragment as m, createTextVNode as h, ref as x, createElementVNode as e, renderList as v, toDisplayString as c, normalizeClass as L, normalizeStyle as C, createBlock as I, unref as S, createCommentVNode as P, computed as A, createStaticVNode as M, watch as j, withDirectives as D, 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 E } from "./LandingPageSectionHeader-3hiuw6G0.js";
4
+ import { j as N, k as G, i as O, e as U, d as W, g as T, f as k, L as R, h as Z } from "./LandingPageLinkGroup-BZJ48Yss.js";
5
+ import { Icon as B } from "@iconify/vue";
6
+ import { D as w } 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(i, t) {
15
+ return s(), n("div", X, [f(i.$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(i, t) {
21
+ return s(), n("h2", te, [f(i.$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
- setup(n) {
29
- return (t, c) => (s(), i("div", ce, [u(oe, {
27
+ setup(i) {
28
+ return (t, l) => (s(), n("div", ne, [u(ae, {
30
29
  class: "BlockHeaderTitle"
31
30
  }, {
32
31
  default: _(() => [f(t.$slots, "title", {}, void 0, !0)]),
33
32
  _: 3
34
- }), u(H, {
33
+ }), u(V, {
35
34
  class: "BlockHeaderSubTitle"
36
35
  }, {
37
36
  default: _(() => [f(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
- setup(n) {
42
+ setup(i) {
44
43
  const t = [{
45
44
  data: {
46
45
  name: "Janette Lynch",
@@ -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, {
83
- title: _(() => [...o[0] || (o[0] = [m("核心团队", -1)])]),
84
- subTitle: _(() => [...o[1] || (o[1] = [m("我们是一个充满激情的小团队。", -1)])]),
80
+ return (l, o) => (s(), n(m, null, [u(E, null, {
81
+ BlockHeader: _(() => [u(oe, null, {
82
+ title: _(() => [...o[0] || (o[0] = [h("核心团队", -1)])]),
83
+ subTitle: _(() => [...o[1] || (o[1] = [h("我们是一个充满激情的小团队。", -1)])]),
85
84
  _: 1
86
85
  })]),
87
- BlockBody: _(() => [u(U, {
86
+ BlockBody: _(() => [u(N, {
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
+ }), oa = /* @__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
- setup(n) {
112
- const t = y([{
110
+ setup(i) {
111
+ const t = x([{
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
+ }]), l = x([{
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(), n("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", {
153
- key: d.text,
151
+ }, "Browse by feature", -1)), e("div", null, [(s(!0), n(m, null, v(t.value, (r) => (s(), n("a", {
152
+ key: r.text,
154
153
  class: "link",
155
- href: d.href
156
- }, r(d.text), 9, pe))), 128))])]), e("div", ge, [a[1] || (a[1] = e("div", {
154
+ href: r.href
155
+ }, c(r.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", {
159
- key: d.text,
157
+ }, "Resources", -1)), e("div", null, [(s(!0), n(m, null, v(l.value, (r) => (s(), n("a", {
158
+ key: r.text,
160
159
  class: "link",
161
- href: d.href
162
- }, r(d.text), 9, me))), 128))])])]));
160
+ href: r.href
161
+ }, c(r.text), 9, _e))), 128))])])]));
163
162
  }
164
- }), Ks = /* @__PURE__ */ p(fe, [["__scopeId", "data-v-486b0852"]]), he = /* @__PURE__ */ g({
163
+ }), ca = /* @__PURE__ */ p(pe, [["__scopeId", "data-v-486b0852"]]), ge = /* @__PURE__ */ g({
165
164
  __name: "LandingPageButton",
166
165
  props: {
167
166
  type: {}
168
167
  },
169
- setup(n) {
170
- return (t, c) => (s(), i("div", {
171
- class: k(["heroButton", [n.type === "primary" ? "heroButtonPrimary" : "heroButtonSecondary"]])
168
+ setup(i) {
169
+ return (t, l) => (s(), n("span", {
170
+ class: L(["heroButton", [i.type === "primary" ? "heroButtonPrimary" : "heroButtonSecondary"]])
172
171
  }, [f(t.$slots, "default", {}, void 0, !0)], 2));
173
172
  }
174
- }), ve = /* @__PURE__ */ p(he, [["__scopeId", "data-v-6860a5a3"]]), be = {}, $e = {
173
+ }), he = /* @__PURE__ */ p(ge, [["__scopeId", "data-v-7c4d264b"]]), me = {}, 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(i, t) {
177
+ return s(), n("div", fe, [f(i.$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(me, [["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", ye = {
181
180
  class: "cta-container"
182
- }, Le = ["src"], xe = {
181
+ }, $e = ["src"], ke = {
183
182
  class: "cta-content"
184
- }, Ie = {
183
+ }, Pe = {
185
184
  class: "cta-title"
186
- }, Ce = {
185
+ }, xe = {
187
186
  class: "cta-description"
188
- }, Se = {
187
+ }, Le = {
189
188
  class: "cta-actions"
190
- }, we = /* @__PURE__ */ g({
189
+ }, Ce = /* @__PURE__ */ g({
191
190
  __name: "LandingPageCta",
192
191
  props: {
193
192
  title: {
@@ -197,27 +196,29 @@ 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%"
204
203
  }
205
204
  },
206
- setup(n) {
207
- const t = n;
208
- return (c, o) => (s(), i("div", Pe, [e("img", {
205
+ setup(i) {
206
+ const t = i;
207
+ return (l, o) => (s(), n("div", ye, [e("img", {
209
208
  src: t.backgroundUrl,
210
209
  class: "cta-background",
211
210
  alt: "background",
212
- style: x({
211
+ style: C({
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, $e), e("div", ke, [e("h1", Pe, c(t.title), 1), e("div", xe, c(t.description), 1), e("div", Le, [f(l.$slots, "actions", {}, void 0, !0)])])]));
217
216
  }
218
- }), Qs = /* @__PURE__ */ p(we, [["__scopeId", "data-v-caeb8fed"]]), Te = {
217
+ }), ra = /* @__PURE__ */ p(Ce, [["__scopeId", "data-v-caeb8fed"]]), Ie = {
218
+ class: "Features"
219
+ }, we = {
219
220
  class: "feature-title"
220
- }, Ae = /* @__PURE__ */ g({
221
+ }, Se = /* @__PURE__ */ g({
221
222
  __name: "LandingPageFeatures",
222
223
  props: {
223
224
  features: {
@@ -254,43 +255,36 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
254
255
  default: "var(--landing-step-number-color)"
255
256
  }
256
257
  },
257
- 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
258
+ setup(i) {
259
+ const t = i;
260
+ return (l, o) => (s(), n("div", Ie, [(s(!0), n(m, null, v(t.features, (a) => (s(), I(q, {
261
+ key: a.title
268
262
  }, {
269
263
  default: _(() => [e("div", {
270
264
  class: "icon-container",
271
- style: x({
265
+ style: C({
272
266
  color: t.iconColor,
273
267
  border: `1px solid ${t.iconBorderColor}`
274
268
  })
275
- }, [u(A(F), {
269
+ }, [u(S(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(w, null, {
273
+ default: _(() => [h(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
+ }), la = /* @__PURE__ */ p(Se, [["__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: {
@@ -298,10 +292,10 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
298
292
  required: !0
299
293
  }
300
294
  },
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", {
304
- key: d,
295
+ setup(i) {
296
+ const t = i;
297
+ return (l, o) => (s(), n("div", Te, [(s(!0), n(m, null, v(t.list, (a, r) => (s(), n("div", {
298
+ key: r,
305
299
  class: "tt-feature-item centered"
306
300
  }, [o[1] || (o[1] = e("div", {
307
301
  class: "tt-feature-icon"
@@ -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, [h(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
+ }), da = /* @__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
- setup(n) {
319
- const t = y("京ICP备2024077422号"), c = y("Copyright © 2024-2025 北京忽柚科技有限公司"), o = y("https://beian.miit.gov.cn/#/Integrated/index");
312
+ setup(i) {
313
+ const t = x("京ICP备2024077422号"), l = x("Copyright © 2024-2025 北京忽柚科技有限公司"), o = x("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 r = x([{
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,79 +327,84 @@ 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 (y, d) => (s(), n("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
- item: _(() => [u($, null, {
346
- default: _(() => [...l[0] || (l[0] = [m("功能", -1)])]),
339
+ item: _(() => [u(k, null, {
340
+ default: _(() => [...d[0] || (d[0] = [h("功能", -1)])]),
347
341
  _: 1
348
- }), u($, null, {
349
- default: _(() => [...l[1] || (l[1] = [m("展示", -1)])]),
342
+ }), u(k, null, {
343
+ default: _(() => [...d[1] || (d[1] = [h("展示", -1)])]),
350
344
  _: 1
351
- }), u($, null, {
352
- default: _(() => [...l[2] || (l[2] = [m("价格", -1)])]),
345
+ }), u(k, null, {
346
+ default: _(() => [...d[2] || (d[2] = [h("价格", -1)])]),
353
347
  _: 1
354
348
  })]),
355
349
  _: 1
356
- }), u(B, {
350
+ }), u(T, {
357
351
  title: "资源"
358
352
  }, {
359
- item: _(() => [u($, null, {
360
- default: _(() => [...l[3] || (l[3] = [m("安全性与合规性", -1)])]),
353
+ item: _(() => [u(k, null, {
354
+ default: _(() => [...d[3] || (d[3] = [h("安全性与合规性", -1)])]),
361
355
  _: 1
362
356
  })]),
363
357
  _: 1
364
- }), u(B, {
358
+ }), u(T, {
365
359
  title: "公司"
366
360
  }, {
367
- item: _(() => [u($, null, {
368
- default: _(() => [...l[4] || (l[4] = [m("博客", -1)])]),
361
+ item: _(() => [u(k, null, {
362
+ default: _(() => [...d[4] || (d[4] = [h("博客", -1)])]),
369
363
  _: 1
370
- }), u($, null, {
371
- default: _(() => [...l[5] || (l[5] = [m("公司简介", -1)])]),
364
+ }), u(k, null, {
365
+ default: _(() => [...d[5] || (d[5] = [h("公司简介", -1)])]),
372
366
  _: 1
373
- }), u($, null, {
374
- default: _(() => [...l[6] || (l[6] = [m("个人信息收集清单", -1)])]),
367
+ }), u(k, null, {
368
+ default: _(() => [...d[6] || (d[6] = [h("个人信息收集清单", -1)])]),
375
369
  _: 1
376
- }), u($, null, {
377
- default: _(() => [...l[7] || (l[7] = [m("第三方信息共享清单", -1)])]),
370
+ }), u(k, null, {
371
+ default: _(() => [...d[7] || (d[7] = [h("第三方信息共享清单", -1)])]),
378
372
  _: 1
379
- }), u($, null, {
380
- default: _(() => [...l[8] || (l[8] = [m("用户服务协议", -1)])]),
373
+ }), u(k, null, {
374
+ default: _(() => [...d[8] || (d[8] = [h("用户服务协议", -1)])]),
381
375
  _: 1
382
- }), u($, null, {
383
- default: _(() => [...l[9] || (l[9] = [m("隐私协议", -1)])]),
376
+ }), u(k, null, {
377
+ default: _(() => [...d[9] || (d[9] = [h("隐私协议", -1)])]),
384
378
  _: 1
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": l.value,
391
385
  "beian-url": o.value,
392
- links: d.value
386
+ links: r.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
+ }), ua = /* @__PURE__ */ p(He, [["__scopeId", "data-v-e2021589"]]), Me = {
398
392
  class: "hero"
399
- }, ze = {
393
+ }, je = {
400
394
  class: "heroContent"
401
- }, Ne = {
395
+ }, De = {
402
396
  class: "heroHeading"
403
- }, Ee = {
397
+ }, ze = {
404
398
  class: "heroTitle"
405
- }, Ge = {
399
+ }, Ee = {
406
400
  class: "heroDescription"
407
- }, Oe = {
401
+ }, Ne = {
408
402
  class: "heroActions"
403
+ }, Ge = {
404
+ key: 0,
405
+ class: "heroInstall"
406
+ }, Oe = {
407
+ class: "heroInstall__code"
409
408
  }, Ue = {
410
409
  key: 0,
411
410
  class: "heroImage"
@@ -430,18 +429,40 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
430
429
  imageAlt: {
431
430
  type: String,
432
431
  default: () => "Hero Image"
432
+ },
433
+ installCommand: {
434
+ type: String,
435
+ default: () => ""
433
436
  }
434
437
  },
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", {
438
+ setup(i) {
439
+ const t = i, l = x(!1);
440
+ let o;
441
+ async function a() {
442
+ if (t.installCommand) {
443
+ try {
444
+ await navigator.clipboard.writeText(t.installCommand);
445
+ } catch {
446
+ const r = document.createElement("textarea");
447
+ r.value = t.installCommand, r.setAttribute("readonly", ""), r.style.position = "fixed", r.style.opacity = "0", document.body.appendChild(r), r.select(), document.execCommand("copy"), document.body.removeChild(r);
448
+ }
449
+ l.value = !0, o && clearTimeout(o), o = setTimeout(() => {
450
+ l.value = !1;
451
+ }, 1500);
452
+ }
453
+ }
454
+ return (r, y) => (s(), n("main", Me, [e("div", je, [e("div", De, [e("h1", ze, [f(r.$slots, "title", {}, () => [h(c(t.title), 1)], !0)])]), e("div", Ee, [e("div", null, c(t.description), 1)]), e("div", Ne, [f(r.$slots, "actions", {}, void 0, !0)]), t.installCommand ? (s(), n("div", Ge, [e("code", Oe, c(t.installCommand), 1), e("button", {
455
+ class: "heroInstall__copy",
456
+ type: "button",
457
+ onClick: a
458
+ }, c(l.value ? "已复制" : "复制"), 1)])) : P("", !0)]), t.heroSource ? (s(), n("div", Ue, [e("img", {
438
459
  src: t.heroSource,
439
460
  alt: t.imageAlt || "Hero Image",
440
461
  loading: "eager",
441
462
  class: "hero-image"
442
- }, null, 8, We)])) : (s(), i("div", Re, [f(c.$slots, "heroSource", {}, void 0, !0)]))]));
463
+ }, null, 8, We)])) : (s(), n("div", Re, [f(r.$slots, "heroSource", {}, void 0, !0)]))]));
443
464
  }
444
- }), ta = /* @__PURE__ */ p(Ze, [["__scopeId", "data-v-993fcf26"]]), Je = {
465
+ }), _a = /* @__PURE__ */ p(Ze, [["__scopeId", "data-v-9070fb47"]]), Je = {
445
466
  class: "logos-list"
446
467
  }, Ke = /* @__PURE__ */ g({
447
468
  __name: "LandingPageLogos",
@@ -468,15 +489,15 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
468
489
  }]
469
490
  }
470
491
  },
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), {
474
- key: d,
492
+ setup(i) {
493
+ const t = i;
494
+ return (l, o) => (s(), n("div", Je, [(s(!0), n(m, null, v(t.logos, (a, r) => (s(), I(S(B), {
495
+ key: r,
475
496
  icon: a.name,
476
497
  class: "logo-icon"
477
498
  }, null, 8, ["icon"]))), 128))]));
478
499
  }
479
- }), sa = /* @__PURE__ */ p(Ke, [["__scopeId", "data-v-1eb19277"]]), Qe = /* @__PURE__ */ g({
500
+ }), pa = /* @__PURE__ */ p(Ke, [["__scopeId", "data-v-1eb19277"]]), Qe = /* @__PURE__ */ g({
480
501
  __name: "LandingPagePageContent",
481
502
  props: {
482
503
  maxWidth: {
@@ -496,8 +517,8 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
496
517
  default: "column"
497
518
  }
498
519
  },
499
- setup(n) {
500
- const t = n, c = L(() => ({
520
+ setup(i) {
521
+ const t = i, l = A(() => ({
501
522
  maxWidth: t.maxWidth,
502
523
  margin: t.center ? "0 auto" : void 0,
503
524
  width: "100%",
@@ -506,19 +527,19 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
506
527
  flexDirection: t.flexDirection ?? "column",
507
528
  gap: t.gap
508
529
  }));
509
- return (o, a) => (s(), i("div", {
530
+ return (o, a) => (s(), n("div", {
510
531
  class: "PageContent",
511
- style: x(c.value)
532
+ style: C(l.value)
512
533
  }, [f(o.$slots, "default", {}, void 0, !0)], 4));
513
534
  }
514
- }), aa = /* @__PURE__ */ p(Qe, [["__scopeId", "data-v-00ec8180"]]), Xe = {
535
+ }), ga = /* @__PURE__ */ p(Qe, [["__scopeId", "data-v-00ec8180"]]), Xe = {
515
536
  class: "page-content"
516
537
  }, Ye = /* @__PURE__ */ g({
517
538
  __name: "PageContent",
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)]));
539
+ setup(i) {
540
+ return (t, l) => (s(), n("div", Xe, [f(t.$slots, "default", {}, void 0, !0), f(t.$slots, "footer", {}, void 0, !0)]));
520
541
  }
521
- }), na = /* @__PURE__ */ p(Ye, [["__scopeId", "data-v-b01d54bb"]]), et = {
542
+ }), ha = /* @__PURE__ */ p(Ye, [["__scopeId", "data-v-b01d54bb"]]), et = {
522
543
  class: "Tabs"
523
544
  }, tt = {
524
545
  class: "tabs-root"
@@ -548,35 +569,35 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
548
569
  }
549
570
  },
550
571
  emits: ["update:modelValue"],
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", {
572
+ setup(i) {
573
+ const t = i;
574
+ return (l, o) => (s(), n("div", et, [e("div", tt, [e("div", st, [(s(!0), n(m, null, v(t.tabs, (a) => (s(), n("div", {
554
575
  key: a.value,
555
- class: k(["tabs-item", {
556
- "tabs-item-active": a.value === n.modelValue
576
+ class: L(["tabs-item", {
577
+ "tabs-item-active": a.value === i.modelValue
557
578
  }])
558
579
  }, [e("button", {
559
580
  id: a.value,
560
581
  type: "button",
561
582
  role: "radio",
562
- "aria-checked": a.value === n.modelValue,
563
- "data-state": a.value === n.modelValue ? "checked" : "unchecked",
583
+ "aria-checked": a.value === i.modelValue,
584
+ "data-state": a.value === i.modelValue ? "checked" : "unchecked",
564
585
  value: a.value,
565
586
  class: "tabs-radio",
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", {
587
+ tabindex: a.value === i.modelValue ? 0 : -1,
588
+ onClick: (r) => l.$emit("update:modelValue", a.value)
589
+ }, [a.value === i.modelValue ? (s(), n("span", nt)) : P("", !0)], 8, at), e("label", {
569
590
  class: "tabs-label",
570
591
  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))])])]));
592
+ }, [e("span", null, c(a.label), 1), a.badge ? (s(), n("div", ot, c(a.badge), 1)) : P("", !0)], 8, it)], 2))), 128))])])]));
572
593
  }
573
594
  }), rt = /* @__PURE__ */ p(ct, [["__scopeId", "data-v-eae49087"]]), lt = {
574
595
  class: "PriceGroup"
575
596
  }, dt = /* @__PURE__ */ g({
576
597
  __name: "LandingPagePriceGroup",
577
- setup(n) {
578
- const t = y("subscribe-monthly");
579
- return (c, o) => (s(), i("div", lt, [u(rt, {
598
+ setup(i) {
599
+ const t = x("subscribe-monthly");
600
+ return (l, o) => (s(), n("div", lt, [u(rt, {
580
601
  modelValue: t.value,
581
602
  "onUpdate:modelValue": o[0] || (o[0] = (a) => t.value = a),
582
603
  tabs: [{
@@ -590,9 +611,9 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
590
611
  value: "pay-as-you-go",
591
612
  label: "按需付费"
592
613
  }]
593
- }, null, 8, ["modelValue"]), f(c.$slots, "default", {}, void 0, !0)]));
614
+ }, null, 8, ["modelValue"]), f(l.$slots, "default", {}, void 0, !0)]));
594
615
  }
595
- }), ia = /* @__PURE__ */ p(dt, [["__scopeId", "data-v-43a35f55"]]), ut = {
616
+ }), ma = /* @__PURE__ */ p(dt, [["__scopeId", "data-v-43a35f55"]]), ut = {
596
617
  class: "PricingCard"
597
618
  }, _t = {
598
619
  class: "title"
@@ -600,11 +621,11 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
600
621
  class: "titleText"
601
622
  }, gt = {
602
623
  class: "description"
603
- }, mt = {
624
+ }, ht = {
604
625
  class: "priceAndDiscount"
605
- }, ft = {
626
+ }, mt = {
606
627
  class: "price"
607
- }, ht = {
628
+ }, ft = {
608
629
  class: "discount"
609
630
  }, vt = {
610
631
  style: {
@@ -614,9 +635,9 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
614
635
  }, bt = {
615
636
  key: 1,
616
637
  class: "priceNotDiscount"
617
- }, $t = {
618
- class: "cycle"
619
638
  }, yt = {
639
+ class: "cycle"
640
+ }, $t = {
620
641
  class: "features"
621
642
  }, kt = /* @__PURE__ */ g({
622
643
  __name: "LandingPagePricingCard",
@@ -677,56 +698,127 @@ const D = /* @__PURE__ */ p(be, [["render", ye], ["__scopeId", "data-v-102e7fdf"
677
698
  }
678
699
  },
679
700
  emits: ["toPay"],
680
- setup(n, {
701
+ setup(i, {
681
702
  emit: t
682
703
  }) {
683
- const c = t, o = n;
704
+ const l = t, o = i;
684
705
  function a() {
685
- c("toPay");
706
+ l("toPay");
686
707
  }
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), {
708
+ return (r, y) => (s(), n("div", ut, [e("div", null, [e("div", _t, [e("span", pt, c(o.title), 1), o.badge.label ? (s(), I(S(K), {
688
709
  key: 0,
689
710
  color: "arcoblue"
690
711
  }, {
691
- default: _(() => [m(r(o.badge.label), 1)]),
712
+ default: _(() => [h(c(o.badge.label), 1)]),
692
713
  _: 1
693
- })) : T("", !0)]), e("div", gt, r(o.description), 1)]), e("div", mt, [o.discount !== null ? (s(), i(h, {
714
+ })) : P("", !0)]), e("div", gt, c(o.description), 1)]), e("div", ht, [o.discount !== null ? (s(), n(m, {
694
715
  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,
697
- description: l.title
698
- }, null, 8, ["description"]))), 128))]), u(ve, {
716
+ }, [e("span", mt, [e("span", null, c(o.price), 1), e("span", null, c(o.unit), 1)]), e("span", ft, [e("span", vt, c(o.discount), 1), e("span", null, c(o.unit), 1)])], 64)) : (s(), n("span", bt, [e("span", null, c(o.price), 1), e("span", null, c(o.unit), 1)])), e("span", yt, c(o.cycle), 1)]), e("div", $t, [(s(!0), n(m, null, v(o.features, (d, $) => (s(), I(Z, {
717
+ key: $,
718
+ description: d.title
719
+ }, null, 8, ["description"]))), 128))]), u(he, {
699
720
  class: "handle",
700
721
  type: "primary",
701
722
  loading: o.loading,
702
723
  disabled: !(o.discount || o.price),
703
724
  onClick: a
704
725
  }, {
705
- default: _(() => [m(r(o.button.label), 1)]),
726
+ default: _(() => [h(c(o.button.label), 1)]),
706
727
  _: 1
707
728
  }, 8, ["loading", "disabled"])]));
708
729
  }
709
- }), oa = /* @__PURE__ */ p(kt, [["__scopeId", "data-v-4a99638e"]]), Pt = {}, Lt = {
730
+ }), fa = /* @__PURE__ */ p(kt, [["__scopeId", "data-v-4a99638e"]]), Pt = {}, xt = {
710
731
  class: "PricingGrid"
711
- }, xt = {
732
+ }, Lt = {
712
733
  class: "content"
713
734
  };
714
- function It(n, t) {
715
- return s(), i("div", Lt, [e("div", xt, [f(n.$slots, "default", {}, void 0, !0)])]);
735
+ function Ct(i, t) {
736
+ return s(), n("div", xt, [e("div", Lt, [f(i.$slots, "default", {}, void 0, !0)])]);
716
737
  }
717
- const ca = /* @__PURE__ */ p(Pt, [["render", It], ["__scopeId", "data-v-1f26d3ee"]]), Ct = {
718
- class: "sections-container"
719
- }, St = ["src", "alt"], wt = {
720
- class: "header"
738
+ const va = /* @__PURE__ */ p(Pt, [["render", Ct], ["__scopeId", "data-v-1f26d3ee"]]), It = {
739
+ class: "feature-panels-section"
740
+ }, wt = {
741
+ key: 0,
742
+ class: "feature-panels-section__header"
743
+ }, St = {
744
+ key: 0,
745
+ class: "feature-panels-section__title"
721
746
  }, Tt = {
722
- class: "title"
747
+ key: 1,
748
+ class: "feature-panels-section__subtitle"
723
749
  }, At = {
724
- class: "features-list"
750
+ class: "feature-panel__body"
725
751
  }, Bt = {
726
- class: "content"
752
+ class: "feature-panel__intro"
727
753
  }, Ft = {
754
+ class: "feature-panel__title"
755
+ }, Vt = {
756
+ class: "feature-panel__description"
757
+ }, qt = {
758
+ key: 0,
759
+ class: "feature-panel__list"
760
+ }, Ht = {
761
+ key: 0,
762
+ class: "feature-panel__command"
763
+ }, Mt = /* @__PURE__ */ g({
764
+ __name: "LandingPageFeaturePanels",
765
+ props: {
766
+ title: {
767
+ default: ""
768
+ },
769
+ subTitle: {
770
+ default: ""
771
+ },
772
+ panels: {
773
+ default: () => []
774
+ },
775
+ columns: {
776
+ default: 3
777
+ }
778
+ },
779
+ setup(i) {
780
+ const t = i;
781
+ return (l, o) => (s(), n("section", It, [t.title || t.subTitle ? (s(), n("header", wt, [t.title ? (s(), n("h2", St, c(t.title), 1)) : P("", !0), t.subTitle ? (s(), n("p", Tt, c(t.subTitle), 1)) : P("", !0)])) : P("", !0), e("div", {
782
+ class: "feature-panels",
783
+ style: C({
784
+ "--feature-panel-columns": String(t.columns)
785
+ })
786
+ }, [(s(!0), n(m, null, v(t.panels, (a, r) => {
787
+ var y;
788
+ return s(), n("article", {
789
+ key: `${a.title}-${r}`,
790
+ class: "feature-panel"
791
+ }, [e("div", At, [e("div", Bt, [e("h3", Ft, c(a.title), 1), e("p", Vt, c(a.description), 1)]), (y = a.highlights) != null && y.length ? (s(), n("ul", qt, [(s(!0), n(m, null, v(a.highlights, (d, $) => (s(), n("li", {
792
+ key: $
793
+ }, [o[0] || (o[0] = e("svg", {
794
+ viewBox: "0 0 16 16",
795
+ fill: "none",
796
+ "aria-hidden": "true"
797
+ }, [e("path", {
798
+ d: "M3.5 8.25 6.25 11 12.5 4.75",
799
+ stroke: "currentColor",
800
+ "stroke-width": "1.5",
801
+ "stroke-linecap": "round",
802
+ "stroke-linejoin": "round"
803
+ })], -1)), e("span", null, c(d), 1)]))), 128))])) : P("", !0)]), a.command ? (s(), n("div", Ht, [e("code", null, c(a.command), 1)])) : P("", !0)]);
804
+ }), 128))], 4)]));
805
+ }
806
+ }), ba = /* @__PURE__ */ p(Mt, [["__scopeId", "data-v-6042aced"]]), jt = {
807
+ class: "sections-container"
808
+ }, Dt = ["src", "alt"], zt = {
809
+ class: "header"
810
+ }, Et = {
811
+ class: "title"
812
+ }, Nt = {
813
+ class: "features-list"
814
+ }, Gt = {
815
+ viewBox: "0 0 24 24",
816
+ fill: "none"
817
+ }, Ot = ["d"], Ut = {
818
+ class: "feature-copy"
819
+ }, Wt = {
728
820
  class: "feature-title"
729
- }, Vt = /* @__PURE__ */ g({
821
+ }, Rt = /* @__PURE__ */ g({
730
822
  __name: "LandingPageSections",
731
823
  props: {
732
824
  title: {
@@ -764,46 +856,56 @@ const ca = /* @__PURE__ */ p(Pt, [["render", It], ["__scopeId", "data-v-1f26d3ee
764
856
  default: !1
765
857
  }
766
858
  },
767
- setup(n) {
768
- const t = n;
769
- return (c, o) => (s(), i("section", Ct, [e("div", {
770
- class: k(["content-wrapper", {
859
+ setup(i) {
860
+ const t = i;
861
+ return (l, o) => (s(), n("section", jt, [e("div", {
862
+ class: L(["content-wrapper", {
771
863
  reverse: t.reverse
772
864
  }])
773
865
  }, [e("div", {
774
- class: k(["image-container", {
866
+ class: L(["image-container", {
775
867
  "order-2": t.reverse,
776
868
  "order-1": !t.reverse
777
869
  }])
778
870
  }, [e("img", {
779
871
  src: t.imageUrl,
780
872
  alt: t.imageAlt,
781
- class: "image"
782
- }, null, 8, St)], 2), e("div", {
783
- class: k(["text-container", {
873
+ class: "image",
874
+ loading: "lazy"
875
+ }, null, 8, Dt)], 2), e("div", {
876
+ class: L(["text-container", {
784
877
  "order-1": t.reverse,
785
878
  "order-2": !t.reverse
786
879
  }])
787
- }, [e("div", wt, [e("div", Tt, r(t.title), 1), u(H, null, {
788
- default: _(() => [m(r(t.subTitle), 1)]),
880
+ }, [e("header", zt, [e("h2", Et, c(t.title), 1), u(V, {
881
+ class: "subtitle"
882
+ }, {
883
+ default: _(() => [h(c(t.subTitle), 1)]),
789
884
  _: 1
790
- })]), e("div", At, [(s(!0), i(h, null, v(t.features, (a, d) => (s(), i("div", {
791
- key: d,
885
+ })]), e("ul", Nt, [(s(!0), n(m, null, v(t.features, (a, r) => (s(), n("li", {
886
+ key: r,
792
887
  class: "feature-item"
793
- }, [e("div", {
794
- class: k(["icon-container", [`icon-${a.color}`]])
795
- }, [...o[0] || (o[0] = [e("div", {
796
- 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)]),
888
+ }, [e("span", {
889
+ class: L(["feature-icon", `feature-icon--${a.color}`]),
890
+ "aria-hidden": "true"
891
+ }, [(s(), n("svg", Gt, [e("path", {
892
+ d: a.iconPath,
893
+ stroke: "currentColor",
894
+ "stroke-width": "2",
895
+ "stroke-linecap": "round",
896
+ "stroke-linejoin": "round"
897
+ }, null, 8, Ot)]))], 2), e("div", Ut, [e("h3", Wt, c(a.title), 1), u(w, {
898
+ class: "feature-description"
899
+ }, {
900
+ default: _(() => [h(c(a.description), 1)]),
799
901
  _: 2
800
902
  }, 1024)])]))), 128))])], 2)], 2)]));
801
903
  }
802
- }), ra = /* @__PURE__ */ p(Vt, [["__scopeId", "data-v-ccadd722"]]), qt = ["onClick"], Ht = ["src", "alt"], Dt = {
904
+ }), ya = /* @__PURE__ */ p(Rt, [["__scopeId", "data-v-a5edd8ef"]]), Zt = ["onClick"], Jt = ["src", "alt"], Kt = {
803
905
  class: "card-content"
804
- }, Mt = {
906
+ }, Qt = {
805
907
  class: "card-title"
806
- }, jt = /* @__PURE__ */ g({
908
+ }, Xt = /* @__PURE__ */ g({
807
909
  __name: "LandingPageShowcase",
808
910
  props: {
809
911
  items: {},
@@ -822,47 +924,45 @@ const ca = /* @__PURE__ */ p(Pt, [["render", It], ["__scopeId", "data-v-1f26d3ee
822
924
  }
823
925
  },
824
926
  emits: ["cardClick"],
825
- setup(n, {
927
+ setup(i, {
826
928
  emit: t
827
929
  }) {
828
- const c = n, o = t, {
829
- width: a
830
- } = q();
831
- function d(b) {
832
- o("cardClick", b);
930
+ const l = i, o = t;
931
+ function a(y) {
932
+ o("cardClick", y);
833
933
  }
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
934
+ const r = A(() => ({
935
+ height: `${l.cardHeight}px`,
936
+ objectFit: l.objectFit
839
937
  }));
840
- return (b, M) => (s(), i("div", {
938
+ return (y, d) => (s(), n("div", {
841
939
  class: "Showcase",
842
- style: x(l.value)
843
- }, [(s(!0), i(h, null, v(c.items, (S, j) => (s(), i("div", {
844
- key: j,
940
+ style: C({
941
+ "--showcase-columns": l.columns
942
+ })
943
+ }, [(s(!0), n(m, null, v(l.items, ($, b) => (s(), n("div", {
944
+ key: b,
845
945
  class: "showcase-card",
846
- onClick: (Ds) => d(S)
946
+ onClick: (H) => a($)
847
947
  }, [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)]),
948
+ src: $.image,
949
+ alt: $.alt,
950
+ style: C(r.value)
951
+ }, null, 12, Jt), e("div", Kt, [e("div", Qt, c($.title), 1), u(w, null, {
952
+ default: _(() => [h(c($.description), 1)]),
853
953
  _: 2
854
- }, 1024)])], 8, qt))), 128))], 4));
954
+ }, 1024)])], 8, Zt))), 128))], 4));
855
955
  }
856
- }), la = /* @__PURE__ */ p(jt, [["__scopeId", "data-v-99dac3c9"]]), zt = {
956
+ }), $a = /* @__PURE__ */ p(Xt, [["__scopeId", "data-v-20487899"]]), Yt = {
857
957
  class: "Stats"
858
- }, Nt = {
958
+ }, es = {
859
959
  key: 0,
860
960
  class: "stats-label"
861
- }, Et = {
961
+ }, ts = {
862
962
  class: "stats-number"
863
- }, Gt = {
963
+ }, ss = {
864
964
  class: "stats-label"
865
- }, Ot = /* @__PURE__ */ g({
965
+ }, as = /* @__PURE__ */ g({
866
966
  __name: "LandingPageStats",
867
967
  props: {
868
968
  title: {
@@ -887,20 +987,20 @@ const ca = /* @__PURE__ */ p(Pt, [["render", It], ["__scopeId", "data-v-1f26d3ee
887
987
  }]
888
988
  }
889
989
  },
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", {
893
- key: d,
990
+ setup(i) {
991
+ const t = i;
992
+ return (l, o) => (s(), n("div", Yt, [(s(!0), n(m, null, v(t.stats, (a, r) => (s(), n("div", {
993
+ key: r,
894
994
  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))]));
995
+ }, [a.title ? (s(), n("div", es, c(a.title), 1)) : P("", !0), e("div", ts, c(a.number), 1), e("div", ss, c(a.label), 1)]))), 128))]));
896
996
  }
897
- }), da = /* @__PURE__ */ p(Ot, [["__scopeId", "data-v-f16f10aa"]]), Ut = {
997
+ }), ka = /* @__PURE__ */ p(as, [["__scopeId", "data-v-f16f10aa"]]), ns = {
898
998
  class: "stepNumber"
899
- }, Wt = {
999
+ }, is = {
900
1000
  class: "count"
901
- }, Rt = {
1001
+ }, os = {
902
1002
  class: "stepTitle"
903
- }, Zt = /* @__PURE__ */ g({
1003
+ }, cs = /* @__PURE__ */ g({
904
1004
  __name: "LandingPageSteps",
905
1005
  props: {
906
1006
  columns: {
@@ -921,55 +1021,54 @@ const ca = /* @__PURE__ */ p(Pt, [["render", It], ["__scopeId", "data-v-1f26d3ee
921
1021
  }]
922
1022
  }
923
1023
  },
924
- setup(n) {
925
- const t = n;
926
- return (c, o) => (s(), i("div", {
1024
+ setup(i) {
1025
+ const t = i;
1026
+ return (l, o) => (s(), n("div", {
927
1027
  class: "Steps",
928
- style: x({
929
- gridTemplateColumns: `repeat(${t.columns}, 1fr)`
930
- // flexDirection: props.flexDirection,
1028
+ style: C({
1029
+ "--step-columns": t.columns
931
1030
  })
932
- }, [(s(!0), i(h, null, v(t.steps, (a, d) => (s(), i("div", {
933
- key: d,
1031
+ }, [(s(!0), n(m, null, v(t.steps, (a, r) => (s(), n("div", {
1032
+ key: r,
934
1033
  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)]),
1034
+ }, [e("div", ns, [e("span", is, c(r + 1), 1)]), e("h3", os, c(a.title), 1), u(w, null, {
1035
+ default: _(() => [h(c(a.description), 1)]),
937
1036
  _: 2
938
1037
  }, 1024)]))), 128))], 4));
939
1038
  }
940
- }), ua = /* @__PURE__ */ p(Zt, [["__scopeId", "data-v-df3b5d3b"]]), Jt = {
1039
+ }), Pa = /* @__PURE__ */ p(cs, [["__scopeId", "data-v-45d806db"]]), rs = {
941
1040
  class: "Testimonial"
942
- }, Kt = {
1041
+ }, ls = {
943
1042
  class: "user-info"
944
- }, Qt = {
1043
+ }, ds = {
945
1044
  class: "user-avatar"
946
- }, Xt = ["src", "alt"], Yt = {
1045
+ }, us = ["src", "alt"], _s = {
947
1046
  class: "user-name"
948
- }, es = {
1047
+ }, ps = {
949
1048
  class: "user-title"
950
- }, ts = /* @__PURE__ */ g({
1049
+ }, gs = /* @__PURE__ */ g({
951
1050
  __name: "LandingPageTestimonial",
952
1051
  props: {
953
1052
  testimonials: {
954
1053
  default: () => []
955
1054
  }
956
1055
  },
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, {
960
- key: d
1056
+ setup(i) {
1057
+ const t = i;
1058
+ return (l, o) => (s(), n("div", rs, [(s(!0), n(m, null, v(t.testimonials, (a, r) => (s(), I(q, {
1059
+ key: r
961
1060
  }, {
962
1061
  default: _(() => [e("div", null, [u(w, null, {
963
- default: _(() => [m(r(`"${a.content}"`), 1)]),
1062
+ default: _(() => [h(c(`"${a.content}"`), 1)]),
964
1063
  _: 2
965
- }, 1024)]), e("div", Kt, [e("span", Qt, [e("img", {
1064
+ }, 1024)]), e("div", ls, [e("span", ds, [e("img", {
966
1065
  src: a.avatar,
967
1066
  alt: a.name
968
- }, null, 8, Xt)]), e("div", null, [e("div", Yt, r(a.name), 1), e("div", es, r(a.title), 1)])])]),
1067
+ }, null, 8, us)]), e("div", null, [e("div", _s, c(a.name), 1), e("div", ps, c(a.title), 1)])])]),
969
1068
  _: 2
970
1069
  }, 1024))), 128))]));
971
1070
  }
972
- }), _a = /* @__PURE__ */ p(ts, [["__scopeId", "data-v-5aecfcb2"]]), ss = ["href"], as = /* @__PURE__ */ g({
1071
+ }), xa = /* @__PURE__ */ p(gs, [["__scopeId", "data-v-5aecfcb2"]]), hs = ["href"], ms = /* @__PURE__ */ g({
973
1072
  __name: "LandingPageTips",
974
1073
  props: {
975
1074
  href: {
@@ -981,100 +1080,100 @@ const ca = /* @__PURE__ */ p(Pt, [["render", It], ["__scopeId", "data-v-1f26d3ee
981
1080
  default: "✨ 免费吉卜力AI艺术!立即注册获得3次免费创作!☝️"
982
1081
  }
983
1082
  },
984
- setup(n) {
985
- const t = n;
986
- return (c, o) => (s(), i("a", {
1083
+ setup(i) {
1084
+ const t = i;
1085
+ return (l, o) => (s(), n("a", {
987
1086
  href: t.href,
988
1087
  class: "tips-link"
989
- }, r(t.text), 9, ss));
1088
+ }, c(t.text), 9, hs));
990
1089
  }
991
- }), pa = /* @__PURE__ */ p(as, [["__scopeId", "data-v-5f9c6150"]]), ns = {}, is = {
1090
+ }), La = /* @__PURE__ */ p(ms, [["__scopeId", "data-v-5f9c6150"]]), fs = {}, vs = {
992
1091
  class: "sidebar"
993
1092
  };
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)])]);
1093
+ function bs(i, t) {
1094
+ return s(), n("div", vs, [...t[0] || (t[0] = [M('<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
1095
  }
997
- const ga = /* @__PURE__ */ p(ns, [["render", os], ["__scopeId", "data-v-ccf63d30"]]), cs = {
1096
+ const Ca = /* @__PURE__ */ p(fs, [["render", bs], ["__scopeId", "data-v-ccf63d30"]]), ys = {
998
1097
  class: "feature-card"
999
- }, rs = {
1098
+ }, $s = {
1000
1099
  class: "feature-image"
1001
- }, ls = ["src", "alt"], ds = {
1100
+ }, ks = ["src", "alt"], Ps = {
1002
1101
  class: "feature-title"
1003
- }, us = {
1102
+ }, xs = {
1004
1103
  class: "feature-description"
1005
- }, _s = {
1104
+ }, Ls = {
1006
1105
  class: "feature-platforms"
1007
- }, ps = /* @__PURE__ */ g({
1106
+ }, Cs = /* @__PURE__ */ g({
1008
1107
  __name: "LandingPageFeatureCard",
1009
1108
  props: {
1010
1109
  feature: {}
1011
1110
  },
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,
1111
+ setup(i) {
1112
+ return (t, l) => (s(), n("div", ys, [e("div", $s, [e("img", {
1113
+ src: i.feature.image,
1114
+ alt: i.feature.title,
1016
1115
  loading: "lazy",
1017
1116
  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), {
1117
+ }, null, 8, ks)]), e("h3", Ps, c(i.feature.title), 1), e("p", xs, c(i.feature.description), 1), e("div", Ls, [(s(!0), n(m, null, v(i.feature.platforms, (o) => (s(), I(S(B), {
1019
1118
  key: o.name,
1020
1119
  icon: o.icon,
1021
1120
  class: "platform-icon"
1022
1121
  }, null, 8, ["icon"]))), 128))])]));
1023
1122
  }
1024
- }), ma = /* @__PURE__ */ p(ps, [["__scopeId", "data-v-16f0f374"]]), gs = {
1123
+ }), Ia = /* @__PURE__ */ p(Cs, [["__scopeId", "data-v-16f0f374"]]), Is = {
1025
1124
  class: "feature-section-header"
1026
- }, ms = {
1125
+ }, ws = {
1027
1126
  class: "feature-section-title"
1028
- }, fs = ["innerHTML"], hs = /* @__PURE__ */ g({
1127
+ }, Ss = ["innerHTML"], Ts = /* @__PURE__ */ g({
1029
1128
  __name: "LandingPageFeatureSectionHeader",
1030
1129
  props: {
1031
1130
  title: {},
1032
1131
  description: {}
1033
1132
  },
1034
- setup(n) {
1035
- return (t, c) => (s(), i("div", gs, [e("h2", ms, r(n.title), 1), e("p", {
1133
+ setup(i) {
1134
+ return (t, l) => (s(), n("div", Is, [e("h2", ws, c(i.title), 1), e("p", {
1036
1135
  class: "feature-section-description",
1037
- innerHTML: n.description
1038
- }, null, 8, fs)]));
1136
+ innerHTML: i.description
1137
+ }, null, 8, Ss)]));
1039
1138
  }
1040
- }), fa = /* @__PURE__ */ p(hs, [["__scopeId", "data-v-ae275532"]]), vs = {}, bs = {
1139
+ }), wa = /* @__PURE__ */ p(Ts, [["__scopeId", "data-v-ae275532"]]), As = {}, Bs = {
1041
1140
  class: "features-grid"
1042
1141
  };
1043
- function $s(n, t) {
1044
- return s(), i("div", bs, [f(n.$slots, "default", {}, void 0, !0)]);
1142
+ function Fs(i, t) {
1143
+ return s(), n("div", Bs, [f(i.$slots, "default", {}, void 0, !0)]);
1045
1144
  }
1046
- const ha = /* @__PURE__ */ p(vs, [["render", $s], ["__scopeId", "data-v-392f636b"]]), ys = {
1145
+ const Sa = /* @__PURE__ */ p(As, [["render", Fs], ["__scopeId", "data-v-392f636b"]]), Vs = {
1047
1146
  class: "testimonials-container"
1048
- }, ks = {
1147
+ }, qs = {
1049
1148
  class: "testimonial-header"
1050
- }, Ps = ["onClick"], Ls = {
1149
+ }, Hs = ["onClick"], Ms = {
1051
1150
  class: "user-avatar"
1052
- }, xs = ["src", "alt"], Is = {
1151
+ }, js = ["src", "alt"], Ds = {
1053
1152
  class: "user-info"
1054
- }, Cs = {
1153
+ }, zs = {
1055
1154
  class: "user-name"
1056
- }, Ss = {
1155
+ }, Es = {
1057
1156
  class: "user-title"
1058
- }, ws = {
1157
+ }, Ns = {
1059
1158
  class: "testimonial-content"
1060
- }, Ts = /* @__PURE__ */ g({
1159
+ }, Gs = /* @__PURE__ */ g({
1061
1160
  __name: "LandingPageTestimonialCard",
1062
1161
  props: {
1063
1162
  testimonials: {}
1064
1163
  },
1065
- setup(n) {
1066
- function t(c) {
1067
- c.link && window.open(c.link, "_blank");
1164
+ setup(i) {
1165
+ function t(l) {
1166
+ l.link && window.open(l.link, "_blank");
1068
1167
  }
1069
- return (c, o) => (s(), i("div", ys, [(s(!0), i(h, null, v(n.testimonials, (a) => (s(), i("div", {
1168
+ return (l, o) => (s(), n("div", Vs, [(s(!0), n(m, null, v(i.testimonials, (a) => (s(), n("div", {
1070
1169
  key: a.name,
1071
1170
  class: "testimonial-card"
1072
- }, [e("div", ks, [e("div", {
1073
- class: k(["user-link", {
1171
+ }, [e("div", qs, [e("div", {
1172
+ class: L(["user-link", {
1074
1173
  "no-link": !a.link
1075
1174
  }]),
1076
- onClick: (d) => t(a)
1077
- }, [e("div", Ls, [e("img", {
1175
+ onClick: (r) => t(a)
1176
+ }, [e("div", Ms, [e("img", {
1078
1177
  src: a.avatar,
1079
1178
  alt: a.name,
1080
1179
  width: "260",
@@ -1082,17 +1181,17 @@ const ha = /* @__PURE__ */ p(vs, [["render", $s], ["__scopeId", "data-v-392f636b
1082
1181
  loading: "lazy",
1083
1182
  decoding: "async",
1084
1183
  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))]));
1184
+ }, null, 8, js)]), e("div", Ds, [e("span", zs, c(a.name), 1), e("span", Es, c(a.title), 1)])], 10, Hs)]), e("p", Ns, c(a.content), 1)]))), 128))]));
1086
1185
  }
1087
- }), va = /* @__PURE__ */ p(Ts, [["__scopeId", "data-v-ea4dbec8"]]), As = {
1186
+ }), Ta = /* @__PURE__ */ p(Gs, [["__scopeId", "data-v-6087d90a"]]), Os = {
1088
1187
  class: "tabs"
1089
- }, Bs = {
1188
+ }, Us = {
1090
1189
  class: "tabs-header"
1091
- }, Fs = ["onClick"], Vs = {
1190
+ }, Ws = ["onClick"], Rs = {
1092
1191
  class: "tab-label"
1093
- }, qs = {
1192
+ }, Zs = {
1094
1193
  class: "tabs-content"
1095
- }, Hs = /* @__PURE__ */ g({
1194
+ }, Js = /* @__PURE__ */ g({
1096
1195
  __name: "LandingPageSectionTabs",
1097
1196
  props: {
1098
1197
  tabs: {},
@@ -1104,65 +1203,66 @@ const ha = /* @__PURE__ */ p(vs, [["render", $s], ["__scopeId", "data-v-392f636b
1104
1203
  }
1105
1204
  },
1106
1205
  emits: ["update:modelValue", "tabChange"],
1107
- setup(n, {
1206
+ setup(i, {
1108
1207
  emit: t
1109
1208
  }) {
1110
- const c = n, o = t, a = L(() => {
1111
- 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) => {
1115
- l && (d.value = l);
1209
+ const l = i, o = t, a = A(() => {
1210
+ var d;
1211
+ return l.modelValue || l.defaultActiveTab || ((d = l.tabs[0]) == null ? void 0 : d.id) || "";
1212
+ }), r = x(a.value);
1213
+ j(a, (d) => {
1214
+ d && (r.value = d);
1116
1215
  });
1117
- function P(l) {
1118
- d.value = l, o("update:modelValue", l), o("tabChange", l);
1216
+ function y(d) {
1217
+ r.value = d, o("update:modelValue", d), o("tabChange", d);
1119
1218
  }
1120
- return (l, C) => (s(), i("div", As, [e("div", Bs, [(s(!0), i(h, null, v(n.tabs, (b) => (s(), i("div", {
1219
+ return (d, $) => (s(), n("div", Os, [e("div", Us, [(s(!0), n(m, null, v(i.tabs, (b) => (s(), n("div", {
1121
1220
  key: b.id,
1122
- class: k(["tab-item", {
1123
- active: d.value === b.id
1221
+ class: L(["tab-item", {
1222
+ active: r.value === b.id
1124
1223
  }]),
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", {
1224
+ onClick: (H) => y(b.id)
1225
+ }, [e("span", Rs, c(b.label), 1)], 10, Ws))), 128))]), e("div", Zs, [(s(!0), n(m, null, v(i.tabs, (b) => D((s(), n("div", {
1127
1226
  key: b.id,
1128
1227
  class: "tab-panel"
1129
- }, [f(l.$slots, b.id, {
1228
+ }, [f(d.$slots, b.id, {
1130
1229
  tab: b
1131
- }, () => [f(l.$slots, "default", {
1230
+ }, () => [f(d.$slots, "default", {
1132
1231
  tab: b
1133
- }, void 0, !0)], !0)])), [[G, d.value === b.id]])), 128))])]));
1232
+ }, void 0, !0)], !0)])), [[z, r.value === b.id]])), 128))])]));
1134
1233
  }
1135
- }), ba = /* @__PURE__ */ p(Hs, [["__scopeId", "data-v-0501b054"]]);
1234
+ }), Aa = /* @__PURE__ */ p(Js, [["__scopeId", "data-v-0501b054"]]);
1136
1235
  export {
1137
- ve as B,
1138
- D as C,
1139
- Js as L,
1140
- na as P,
1236
+ Ca as A,
1237
+ he as B,
1238
+ q as C,
1239
+ oa as L,
1240
+ ha as P,
1141
1241
  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
1242
+ ca as a,
1243
+ oe as b,
1244
+ ra as c,
1245
+ Ia as d,
1246
+ ba as e,
1247
+ wa as f,
1248
+ la as g,
1249
+ da as h,
1250
+ Sa as i,
1251
+ ua as j,
1252
+ _a as k,
1253
+ pa as l,
1254
+ ga as m,
1255
+ ma as n,
1256
+ fa as o,
1257
+ va as p,
1258
+ Aa as q,
1259
+ ya as r,
1260
+ $a as s,
1261
+ ka as t,
1262
+ Pa as u,
1263
+ V as v,
1264
+ xa as w,
1265
+ Ta as x,
1266
+ La as y,
1267
+ ae as z
1168
1268
  };