@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.
- package/dist/AuthkitAppSetting-BN8-xgNq.js +2674 -0
- package/dist/{Contact-M6iyuyNL.js → Contact-DBH8CyKp.js} +105 -113
- package/dist/CustomTable-BzGfaAVH.js +276 -0
- package/dist/FeedbackModal.vue_vue_type_script_setup_true_lang-B9BqGWm8.js +1480 -0
- package/dist/LandingPageDescription-BczWZHKy.js +12 -0
- package/dist/{LandingPageLinkGroup-DDNRivMt.js → LandingPageLinkGroup-r-t3H1X0.js} +87 -88
- package/dist/LandingPageSectionHeader-CVAqc7bx.js +137 -0
- package/dist/{LandingPageSectionTabs-Ce3_Rc2L.js → LandingPageSectionTabs-DhKpOj5F.js} +300 -309
- package/dist/LegalDocViewer-DlaLKGyX.js +2501 -0
- package/dist/Menu-uCexrsKP.js +199 -0
- package/dist/MessageHandle-mEkCsv9e.js +1173 -0
- package/dist/MessageList-Ce-_LNTk.js +244 -0
- package/dist/PaySubscriptions-CXkEjqr2.js +1326 -0
- package/dist/PricingPlans-DoWP5aX7.js +427 -0
- package/dist/ReferrerReferees-DgygiIiE.js +237 -0
- package/dist/{Upload.vue_vue_type_script_setup_true_lang-B6NOZjK0.js → Upload.vue_vue_type_script_setup_true_lang-VGh2V4o0.js} +1 -1
- package/dist/UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-zgjpFVln.js +592 -0
- package/dist/WidthContainer-PeWkCK0p.js +721 -0
- package/dist/{apiClients-DrGX2iJy.js → apiClients-BcXOLuYu.js} +131 -98
- package/dist/authkit.d.ts +6 -2
- package/dist/authkit.js +53 -44
- package/dist/common/authProviderIcons.d.ts +12 -0
- package/dist/common/globalConfig.d.ts +5 -0
- package/dist/common/tableColumnWidths.d.ts +11 -0
- package/dist/common.js +3 -3
- package/dist/components/AuthProviderIcon.vue.d.ts +12 -0
- package/dist/components/Authkit/AppSetting/AuthkitEmailVerify.vue.d.ts +2 -2
- package/dist/components/Authkit/AppSetting/AuthkitOAuthBinding.vue.d.ts +2 -1
- package/dist/components/Authkit/AppSetting/AuthkitPasskeyBinding.vue.d.ts +14 -0
- package/dist/components/Authkit/AppSetting/AuthkitPasswordUpdate.vue.d.ts +11 -1
- package/dist/components/Authkit/AppSetting/AuthkitPersonalInformation.vue.d.ts +1 -3
- package/dist/components/Authkit/AppSetting/AuthkitPhoneVerify.vue.d.ts +13 -3
- package/dist/components/Authkit/Auth/AuthkitBindEmail.vue.d.ts +29 -2
- package/dist/components/Authkit/Auth/AuthkitBindPhone.vue.d.ts +2 -2
- package/dist/components/Authkit/Auth/AuthkitEmailUpdate.vue.d.ts +2 -2
- package/dist/components/Authkit/Auth/AuthkitOauthItem.vue.d.ts +37 -9
- package/dist/components/Authkit/Auth/AuthkitOauthList.vue.d.ts +7 -11
- package/dist/components/Authkit/Auth/AuthkitPasswordUpdateAndVerify.vue.d.ts +2 -2
- package/dist/components/Authkit/Auth/AuthkitPhonePasswordUpdateAndVerify.vue.d.ts +2 -2
- package/dist/components/Authkit/Auth/AuthkitServiceAgreementAndPrivacyProtection.vue.d.ts +11 -7
- package/dist/components/Authkit/Auth/AuthkitSignInEmailCode.vue.d.ts +2 -2
- package/dist/components/Authkit/Auth/AuthkitSignInPhone.vue.d.ts +3 -62
- package/dist/components/Authkit/Auth/AuthkitSignUpPhone.vue.d.ts +2 -2
- package/dist/components/Authkit/Auth/AuthkitSwitchSignUpOrResetPassword.vue.d.ts +9 -0
- package/dist/components/Authkit/AuthkitAuth.vue.d.ts +2 -8
- package/dist/components/Authkit/AuthkitAuthModal.vue.d.ts +0 -4
- package/dist/components/Authkit/AuthkitProvider.vue.d.ts +5 -2
- package/dist/components/Authkit/AuthkitSendVerifyCode.vue.d.ts +2 -1
- package/dist/components/CustomTable.vue.d.ts +27 -1
- package/dist/components/Ellipsis.vue.d.ts +2 -6
- package/dist/components/Feedback/FeedbackList.vue.d.ts +4 -1
- package/dist/components/Gradientbackground.vue.d.ts +2 -2
- package/dist/components/HeaderMenus.vue.d.ts +4 -1
- package/dist/components/InfiniteLoading.vue.d.ts +1 -1
- package/dist/components/LandingPage/LandingPageContainer.vue.d.ts +2 -2
- package/dist/components/LandingPage/LandingPagePageContent.vue.d.ts +2 -2
- package/dist/components/LegalDoc/LegalDocViewer.vue.d.ts +7 -0
- package/dist/components/Menu.vue.d.ts +2 -1
- package/dist/components/MenuItem.vue.d.ts +3 -1
- package/dist/components/Message/MessageAppMessage.vue.d.ts +12 -2
- package/dist/components/Message/MessageDetails.vue.d.ts +9 -161
- package/dist/components/Message/MessageHandle.vue.d.ts +16 -4
- package/dist/components/Message/MessageList.vue.d.ts +4 -3
- package/dist/components/Message/MessageNotificationDetails.vue.d.ts +13 -0
- package/dist/components/Message/messageBody/DescriptionsMessageBody.vue.d.ts +3 -0
- package/dist/components/Message/messageBody/JsonMessageBodyFallback.vue.d.ts +3 -0
- package/dist/components/Message/messageBody/TextMessageBody.vue.d.ts +3 -0
- package/dist/components/Message/messageBody/descriptionRows.d.ts +14 -0
- package/dist/components/Message/messageBody/descriptionsMessageBody.d.ts +32 -0
- package/dist/components/Message/messageBody/descriptionsValueRender.d.ts +4 -0
- package/dist/components/Message/messageBody/messageBodyRegistry.d.ts +9 -0
- package/dist/components/Message/messageBody/registerBuiltinMessageBodies.d.ts +2 -0
- package/dist/components/Message/messageBody/types.d.ts +7 -0
- package/dist/components/Referrer/ReferrerRefereeCell.vue.d.ts +7 -0
- package/dist/components/Referrer/ReferrerReferees.vue.d.ts +1 -0
- package/dist/components/UserMenu/UserAccountMenu.vue.d.ts +1 -16
- package/dist/components/UserMenu/UserMenuItem.vue.d.ts +4 -0
- package/dist/components/UserMenu/UserMenuModals.vue.d.ts +18 -4
- package/dist/components/UserMenu/parts/UserAvatar.vue.d.ts +6 -0
- package/dist/components/UserMenu/parts/UserBasicInformation.vue.d.ts +7 -2
- package/dist/composables/Authkit/fetchAuthPageAboutUs.d.ts +3 -0
- package/dist/composables/Authkit/resolveRoutePermission.d.ts +2 -0
- package/dist/composables/Authkit/useAuthkitAppsAuthPageInfo.d.ts +16 -0
- package/dist/composables/Authkit/useAuthkitAuth.d.ts +2 -0
- package/dist/composables/Authkit/useAuthkitPasskey.d.ts +10 -0
- package/dist/composables/Authkit/useLegalDocHostActions.d.ts +6 -0
- package/dist/composables/Authkit/useLegalDocs.d.ts +19 -0
- package/dist/composables/Authkit/useOauth.d.ts +17 -4
- package/dist/composables/Authkit/useRegistrationTerms.d.ts +24 -0
- package/dist/composables/Authkit/verifyCodeCooldown.d.ts +19 -0
- package/dist/composables/Billing/useBillingPlans.d.ts +0 -4
- package/dist/composables/Billing/useBillingStatusOptions.d.ts +2 -6
- package/dist/composables/Billing/useBillingSubscriptionSummary.d.ts +16 -0
- package/dist/composables/Billing/usePaidProductOptions.d.ts +5 -0
- package/dist/composables/Message/messageCenterBadgeCounts.d.ts +28 -0
- package/dist/composables/UserMenu/useUserMenuBadgeCounts.d.ts +9 -0
- package/dist/composables/useInfiniteList.d.ts +19 -0
- package/dist/composables/useMessageNotifications.d.ts +3 -6
- package/dist/composables.d.ts +4 -2
- package/dist/composables.js +50 -45
- package/dist/feedback.d.ts +1 -0
- package/dist/feedback.js +12 -11
- package/dist/fetchAuthPageAboutUs-dzTSwRsB.js +25 -0
- package/dist/{Clipboard-Bo7gdpR6.js → index-BkLvw1PU.js} +1 -1
- package/dist/landingPage.js +21 -21
- package/dist/legalDocs/buildBuiltinUrl.d.ts +3 -0
- package/dist/{utils/legalLinks.d.ts → legalDocs/constants.d.ts} +0 -10
- package/dist/legalDocs/index.d.ts +7 -0
- package/dist/legalDocs/isConfigured.d.ts +7 -0
- package/dist/legalDocs/open.d.ts +3 -0
- package/dist/legalDocs/resolveAppId.d.ts +8 -0
- package/dist/legalDocs/resolveTarget.d.ts +4 -0
- package/dist/legalDocs/types.d.ts +12 -0
- package/dist/main.js +320 -308
- package/dist/message.d.ts +3 -0
- package/dist/message.js +301 -21
- package/dist/pay.d.ts +1 -1
- package/dist/pay.js +14 -17
- package/dist/privateCom.js +1 -1
- package/dist/referrer.js +1 -1
- package/dist/style.css +1 -1
- package/dist/types/api/auth.generated.d.ts +1385 -328
- package/dist/types/api/billing.generated.d.ts +907 -76
- package/dist/types/api/ones.generated.d.ts +131 -2
- package/dist/types/api.d.ts +1 -0
- package/dist/types/app.d.ts +10 -0
- package/dist/types/user.d.ts +1 -0
- package/dist/upload.js +2 -2
- package/dist/{useAuthkitAppsAuthPageInfo-C2yKgl8t.js → useAuthkitAppsAuthPageInfo-CNudJd04.js} +18 -17
- package/dist/useAuthkitAuth-3m0yW6uP.js +267 -0
- package/dist/{useAuthkitCreateAndUpdate-oo9517Gj.js → useAuthkitCreateAndUpdate-BsINsI-E.js} +1 -1
- package/dist/{useAuthkitUsersProfile-BZDk21c8.js → useAuthkitUsersProfile-DJlMsftY.js} +3 -3
- package/dist/useBillingStatusOptions-CfHQOFNw.js +71 -0
- package/dist/{useEnsureAuthenticated-BuIbxqsO.js → useEnsureAuthenticated-DNkCCy_Y.js} +2 -2
- package/dist/useLegalDocs-DQP_Yq6B.js +106 -0
- package/dist/{useMessageNotifications-D85_-mDq.js → useMessageNotifications-CAphguOm.js} +21 -24
- package/dist/useRoutePermission-CEiya9AM.js +218 -0
- package/dist/useSEO-CDWxbk8B.js +221 -0
- package/dist/useSubscriptionCheckout-d_M_rKRa.js +368 -0
- package/dist/{useUploadCos-BRKRzSy3.js → useUploadCos-C8BqFPkx.js} +1 -1
- package/dist/user.js +1 -1
- package/dist/userMenuModal-D-nDaYqM.js +66 -0
- package/dist/utils/apiMiddlewares.d.ts +5 -5
- package/dist/utils/apiResponse.d.ts +11 -0
- package/dist/utils/authProviderIcon.d.ts +3 -0
- package/dist/utils/authkit.d.ts +20 -7
- package/dist/utils/formatPoints.d.ts +8 -0
- package/dist/utils/messageNotificationContent.d.ts +4 -0
- package/dist/utils/messageTextLink.d.ts +9 -0
- package/dist/utils/passkeySupport.d.ts +8 -0
- package/dist/utils/pointsFlowTypes.d.ts +10 -0
- package/dist/utils/pointsHistoryDisplay.d.ts +8 -0
- package/dist/utils/refundStatusDisplay.d.ts +1 -0
- package/dist/utils/subscriptionDisplay.d.ts +7 -0
- package/dist/utils/userDisplay.d.ts +41 -0
- package/package.json +11 -3
- package/dist/AuthkitAppSetting-C-0uuLSg.js +0 -1921
- package/dist/AuthkitGithubBinding-C5zEy9zN.js +0 -2207
- package/dist/CustomTable-nsxN4Ja4.js +0 -276
- package/dist/FeedbackModal.vue_vue_type_script_setup_true_lang-M1NQ-rx-.js +0 -1396
- package/dist/LandingPageFAQ-CZJXvor9.js +0 -80
- package/dist/LandingPageSectionHeader-D_74W4My.js +0 -69
- package/dist/Menu-Cy2ZPeaz.js +0 -170
- package/dist/MessageHandle-BG12aX0i.js +0 -924
- package/dist/MessageList-CrCF8mU6.js +0 -233
- package/dist/MessageNoticeNotificationsDetails.vue_vue_type_script_setup_true_lang-gsjL6yAe.js +0 -142
- package/dist/PaySubscriptions-lWnEioX5.js +0 -1241
- package/dist/PricingPlans-DFcjOMWS.js +0 -404
- package/dist/ReferrerReferees-Cn7KaO8z.js +0 -106
- package/dist/UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-P0X1Exyu.js +0 -520
- package/dist/WidthContainer-CF3qOLWW.js +0 -688
- package/dist/components/Feedback/FeedbackDetails.vue.d.ts +0 -178
- package/dist/composables/Authkit/useLegalLinks.d.ts +0 -34
- package/dist/index-D3Kp6R4z.js +0 -4
- package/dist/useAuthkitAuth-DmS-H7M2.js +0 -175
- package/dist/useBillingStatusOptions-B7xLU3fs.js +0 -145
- package/dist/useLegalLinks-Cwr45PBT.js +0 -60
- package/dist/useRoutePermission-CaWtjLRA.js +0 -212
- package/dist/useSEO-BSMQdBR9.js +0 -158
- package/dist/useSubscriptionCheckout-BRk5h9aC.js +0 -365
- package/dist/useTableHandle-BdujaiNX.js +0 -69
- /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
|
|
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
|
|
4
|
-
import { j as
|
|
5
|
-
import { Icon as
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
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
|
|
12
|
-
const
|
|
10
|
+
import { Tag as K } from "@arco-design/web-vue";
|
|
11
|
+
const Q = {}, X = {
|
|
13
12
|
class: "SubTitle"
|
|
14
13
|
};
|
|
15
|
-
function
|
|
16
|
-
return s(), i("div",
|
|
14
|
+
function Y(n, t) {
|
|
15
|
+
return s(), i("div", X, [h(n.$slots, "default", {}, void 0, !0)]);
|
|
17
16
|
}
|
|
18
|
-
const
|
|
17
|
+
const V = /* @__PURE__ */ p(Q, [["render", Y], ["__scopeId", "data-v-961808f9"]]), ee = {}, te = {
|
|
19
18
|
class: "Title"
|
|
20
19
|
};
|
|
21
|
-
function
|
|
22
|
-
return s(), i("h2",
|
|
20
|
+
function se(n, t) {
|
|
21
|
+
return s(), i("h2", te, [h(n.$slots, "default", {}, void 0, !0)]);
|
|
23
22
|
}
|
|
24
|
-
const
|
|
23
|
+
const ae = /* @__PURE__ */ p(ee, [["render", se], ["__scopeId", "data-v-3bd32caf"]]), ne = {
|
|
25
24
|
class: "BlockHeader"
|
|
26
|
-
},
|
|
25
|
+
}, ie = /* @__PURE__ */ g({
|
|
27
26
|
__name: "LandingPageBlockHeader",
|
|
28
27
|
setup(n) {
|
|
29
|
-
return (t,
|
|
28
|
+
return (t, r) => (s(), i("div", ne, [u(ae, {
|
|
30
29
|
class: "BlockHeaderTitle"
|
|
31
30
|
}, {
|
|
32
|
-
default: _(() => [
|
|
31
|
+
default: _(() => [h(t.$slots, "title", {}, void 0, !0)]),
|
|
33
32
|
_: 3
|
|
34
|
-
}), u(
|
|
33
|
+
}), u(V, {
|
|
35
34
|
class: "BlockHeaderSubTitle"
|
|
36
35
|
}, {
|
|
37
|
-
default: _(() => [
|
|
36
|
+
default: _(() => [h(t.$slots, "subTitle", {}, void 0, !0)]),
|
|
38
37
|
_: 3
|
|
39
38
|
})]));
|
|
40
39
|
}
|
|
41
|
-
}),
|
|
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 (
|
|
82
|
-
BlockHeader: _(() => [u(
|
|
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(
|
|
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(
|
|
89
|
+
}), u(G, {
|
|
91
90
|
"published-team-members": t
|
|
92
91
|
})]),
|
|
93
92
|
_: 1
|
|
94
|
-
}), u(
|
|
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
|
-
}),
|
|
102
|
+
}), Us = /* @__PURE__ */ p(ce, [["__scopeId", "data-v-a40e05a5"]]), re = {
|
|
104
103
|
class: "nav"
|
|
105
|
-
},
|
|
104
|
+
}, le = {
|
|
106
105
|
class: "section"
|
|
107
|
-
},
|
|
106
|
+
}, de = ["href"], ue = {
|
|
108
107
|
class: "section"
|
|
109
|
-
},
|
|
108
|
+
}, _e = ["href"], pe = /* @__PURE__ */ g({
|
|
110
109
|
__name: "LandingPageAside",
|
|
111
110
|
setup(n) {
|
|
112
|
-
const t =
|
|
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
|
-
}]),
|
|
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",
|
|
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",
|
|
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(
|
|
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
|
-
},
|
|
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(
|
|
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
|
-
},
|
|
161
|
+
}, c(d.text), 9, _e))), 128))])])]));
|
|
163
162
|
}
|
|
164
|
-
}),
|
|
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,
|
|
171
|
-
class:
|
|
172
|
-
}, [
|
|
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
|
-
}),
|
|
173
|
+
}), me = /* @__PURE__ */ p(ge, [["__scopeId", "data-v-6860a5a3"]]), he = {}, fe = {
|
|
175
174
|
class: "Card"
|
|
176
175
|
};
|
|
177
|
-
function
|
|
178
|
-
return s(), i("div",
|
|
176
|
+
function ve(n, t) {
|
|
177
|
+
return s(), i("div", fe, [h(n.$slots, "default", {}, void 0, !0)]);
|
|
179
178
|
}
|
|
180
|
-
const
|
|
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
|
-
},
|
|
181
|
+
}, ye = ["src"], ke = {
|
|
183
182
|
class: "cta-content"
|
|
184
|
-
},
|
|
183
|
+
}, Pe = {
|
|
185
184
|
class: "cta-title"
|
|
186
|
-
},
|
|
185
|
+
}, Le = {
|
|
187
186
|
class: "cta-description"
|
|
188
|
-
},
|
|
187
|
+
}, xe = {
|
|
189
188
|
class: "cta-actions"
|
|
190
|
-
},
|
|
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:
|
|
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 (
|
|
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,
|
|
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
|
-
}),
|
|
217
|
+
}), Rs = /* @__PURE__ */ p(Ie, [["__scopeId", "data-v-caeb8fed"]]), Se = {
|
|
218
|
+
class: "Features"
|
|
219
|
+
}, we = {
|
|
219
220
|
class: "feature-title"
|
|
220
|
-
},
|
|
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
|
-
|
|
260
|
-
|
|
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(
|
|
269
|
+
}, [u(C(B), {
|
|
276
270
|
class: "icon",
|
|
277
|
-
icon:
|
|
278
|
-
}, null, 8, ["icon"])], 4), e("h3",
|
|
279
|
-
default: _(() => [m(
|
|
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))]
|
|
277
|
+
}, 1024))), 128))]));
|
|
284
278
|
}
|
|
285
|
-
}),
|
|
279
|
+
}), Zs = /* @__PURE__ */ p(Ce, [["__scopeId", "data-v-e9a40ee8"]]), Te = {
|
|
286
280
|
class: "tt-feature-list"
|
|
287
|
-
},
|
|
281
|
+
}, Ae = {
|
|
288
282
|
class: "tt-feature-content"
|
|
289
|
-
},
|
|
283
|
+
}, Be = {
|
|
290
284
|
class: "heading-small"
|
|
291
|
-
},
|
|
285
|
+
}, Fe = {
|
|
292
286
|
class: "text-small"
|
|
293
|
-
},
|
|
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 (
|
|
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",
|
|
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
|
-
}),
|
|
308
|
+
}), Js = /* @__PURE__ */ p(Ve, [["__scopeId", "data-v-5e0deecb"]]), qe = {
|
|
315
309
|
class: "Footer"
|
|
316
|
-
},
|
|
310
|
+
}, F = "support@huyooo.com", He = /* @__PURE__ */ g({
|
|
317
311
|
__name: "LandingPageFooter",
|
|
318
312
|
setup(n) {
|
|
319
|
-
const t =
|
|
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 =
|
|
315
|
+
const b = J(F, "", "");
|
|
322
316
|
window.location.href = b;
|
|
323
317
|
}
|
|
324
|
-
const d =
|
|
318
|
+
const d = k([{
|
|
325
319
|
type: "text",
|
|
326
320
|
icon: "ic:baseline-email",
|
|
327
|
-
content:
|
|
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 (
|
|
337
|
-
LandingPageBrandInfo: _(() => [u(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
382
|
+
LandingPageFooterContact: _(() => [u(W, {
|
|
389
383
|
"beian-number": t.value,
|
|
390
|
-
"copyright-text":
|
|
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
|
-
}),
|
|
391
|
+
}), Ks = /* @__PURE__ */ p(He, [["__scopeId", "data-v-e2021589"]]), De = {
|
|
398
392
|
class: "hero"
|
|
399
|
-
},
|
|
393
|
+
}, Me = {
|
|
400
394
|
class: "heroContent"
|
|
401
|
-
},
|
|
395
|
+
}, je = {
|
|
402
396
|
class: "heroHeading"
|
|
403
|
-
},
|
|
397
|
+
}, ze = {
|
|
404
398
|
class: "heroTitle"
|
|
405
|
-
},
|
|
399
|
+
}, Ne = {
|
|
406
400
|
class: "heroDescription"
|
|
407
|
-
},
|
|
401
|
+
}, Ee = {
|
|
408
402
|
class: "heroActions"
|
|
409
|
-
},
|
|
403
|
+
}, Ge = {
|
|
410
404
|
key: 0,
|
|
411
405
|
class: "heroImage"
|
|
412
|
-
},
|
|
406
|
+
}, Oe = ["src", "alt"], Ue = {
|
|
413
407
|
key: 1,
|
|
414
408
|
class: "heroImage"
|
|
415
|
-
},
|
|
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 (
|
|
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,
|
|
436
|
+
}, null, 8, Oe)])) : (s(), i("div", Ue, [h(r.$slots, "heroSource", {}, void 0, !0)]))]));
|
|
443
437
|
}
|
|
444
|
-
}),
|
|
438
|
+
}), Qs = /* @__PURE__ */ p(We, [["__scopeId", "data-v-5c695f10"]]), Re = {
|
|
445
439
|
class: "logos-list"
|
|
446
|
-
},
|
|
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 (
|
|
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
|
-
}),
|
|
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,
|
|
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(
|
|
512
|
-
}, [
|
|
505
|
+
style: x(r.value)
|
|
506
|
+
}, [h(o.$slots, "default", {}, void 0, !0)], 4));
|
|
513
507
|
}
|
|
514
|
-
}),
|
|
508
|
+
}), Ys = /* @__PURE__ */ p(Je, [["__scopeId", "data-v-00ec8180"]]), Ke = {
|
|
515
509
|
class: "page-content"
|
|
516
|
-
},
|
|
510
|
+
}, Qe = /* @__PURE__ */ g({
|
|
517
511
|
__name: "PageContent",
|
|
518
512
|
setup(n) {
|
|
519
|
-
return (t,
|
|
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
|
-
}),
|
|
515
|
+
}), ea = /* @__PURE__ */ p(Qe, [["__scopeId", "data-v-b01d54bb"]]), Xe = {
|
|
522
516
|
class: "Tabs"
|
|
523
|
-
},
|
|
517
|
+
}, Ye = {
|
|
524
518
|
class: "tabs-root"
|
|
525
|
-
},
|
|
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
|
-
},
|
|
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
|
-
},
|
|
529
|
+
}, at = ["for"], nt = {
|
|
536
530
|
key: 0,
|
|
537
531
|
class: "tabs-badge"
|
|
538
|
-
},
|
|
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 (
|
|
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:
|
|
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) =>
|
|
568
|
-
}, [a.value === n.modelValue ? (s(), i("span",
|
|
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,
|
|
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
|
-
}),
|
|
567
|
+
}), ot = /* @__PURE__ */ p(it, [["__scopeId", "data-v-eae49087"]]), ct = {
|
|
574
568
|
class: "PriceGroup"
|
|
575
|
-
},
|
|
569
|
+
}, rt = /* @__PURE__ */ g({
|
|
576
570
|
__name: "LandingPagePriceGroup",
|
|
577
571
|
setup(n) {
|
|
578
|
-
const t =
|
|
579
|
-
return (
|
|
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"]),
|
|
587
|
+
}, null, 8, ["modelValue"]), h(r.$slots, "default", {}, void 0, !0)]));
|
|
594
588
|
}
|
|
595
|
-
}),
|
|
589
|
+
}), ta = /* @__PURE__ */ p(rt, [["__scopeId", "data-v-43a35f55"]]), lt = {
|
|
596
590
|
class: "PricingCard"
|
|
597
|
-
},
|
|
591
|
+
}, dt = {
|
|
598
592
|
class: "title"
|
|
599
|
-
},
|
|
593
|
+
}, ut = {
|
|
600
594
|
class: "titleText"
|
|
601
|
-
},
|
|
595
|
+
}, _t = {
|
|
602
596
|
class: "description"
|
|
603
|
-
},
|
|
597
|
+
}, pt = {
|
|
604
598
|
class: "priceAndDiscount"
|
|
605
|
-
},
|
|
599
|
+
}, gt = {
|
|
606
600
|
class: "price"
|
|
607
|
-
},
|
|
601
|
+
}, mt = {
|
|
608
602
|
class: "discount"
|
|
609
|
-
},
|
|
603
|
+
}, ht = {
|
|
610
604
|
style: {
|
|
611
605
|
position: "relative",
|
|
612
606
|
top: "3px"
|
|
613
607
|
}
|
|
614
|
-
},
|
|
608
|
+
}, ft = {
|
|
615
609
|
key: 1,
|
|
616
610
|
class: "priceNotDiscount"
|
|
617
|
-
},
|
|
611
|
+
}, vt = {
|
|
618
612
|
class: "cycle"
|
|
619
|
-
},
|
|
613
|
+
}, bt = {
|
|
620
614
|
class: "features"
|
|
621
|
-
},
|
|
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
|
|
677
|
+
const r = t, o = n;
|
|
684
678
|
function a() {
|
|
685
|
-
|
|
679
|
+
r("toPay");
|
|
686
680
|
}
|
|
687
|
-
return (d,
|
|
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(
|
|
685
|
+
default: _(() => [m(c(o.badge.label), 1)]),
|
|
692
686
|
_: 1
|
|
693
|
-
})) :
|
|
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",
|
|
696
|
-
key:
|
|
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(
|
|
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(
|
|
699
|
+
default: _(() => [m(c(o.button.label), 1)]),
|
|
706
700
|
_: 1
|
|
707
701
|
}, 8, ["loading", "disabled"])]));
|
|
708
702
|
}
|
|
709
|
-
}),
|
|
703
|
+
}), sa = /* @__PURE__ */ p($t, [["__scopeId", "data-v-4a99638e"]]), yt = {}, kt = {
|
|
710
704
|
class: "PricingGrid"
|
|
711
|
-
},
|
|
705
|
+
}, Pt = {
|
|
712
706
|
class: "content"
|
|
713
707
|
};
|
|
714
|
-
function
|
|
715
|
-
return s(), i("div",
|
|
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
|
|
711
|
+
const aa = /* @__PURE__ */ p(yt, [["render", Lt], ["__scopeId", "data-v-1f26d3ee"]]), xt = {
|
|
718
712
|
class: "sections-container"
|
|
719
|
-
},
|
|
713
|
+
}, It = ["src", "alt"], St = {
|
|
720
714
|
class: "header"
|
|
721
|
-
},
|
|
715
|
+
}, wt = {
|
|
722
716
|
class: "title"
|
|
723
|
-
},
|
|
717
|
+
}, Ct = {
|
|
724
718
|
class: "features-list"
|
|
725
|
-
},
|
|
719
|
+
}, Tt = {
|
|
726
720
|
class: "content"
|
|
727
|
-
},
|
|
721
|
+
}, At = {
|
|
728
722
|
class: "feature-title"
|
|
729
|
-
},
|
|
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 (
|
|
770
|
-
class:
|
|
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:
|
|
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,
|
|
783
|
-
class:
|
|
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",
|
|
788
|
-
default: _(() => [m(
|
|
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",
|
|
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:
|
|
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",
|
|
798
|
-
default: _(() => [m(
|
|
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
|
-
}),
|
|
796
|
+
}), na = /* @__PURE__ */ p(Bt, [["__scopeId", "data-v-ccadd722"]]), Ft = ["onClick"], Vt = ["src", "alt"], qt = {
|
|
803
797
|
class: "card-content"
|
|
804
|
-
},
|
|
798
|
+
}, Ht = {
|
|
805
799
|
class: "card-title"
|
|
806
|
-
},
|
|
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
|
|
829
|
-
|
|
830
|
-
|
|
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
|
|
835
|
-
|
|
836
|
-
|
|
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 (
|
|
830
|
+
return (L, l) => (s(), i("div", {
|
|
841
831
|
class: "Showcase",
|
|
842
|
-
style: x(
|
|
843
|
-
|
|
844
|
-
|
|
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: (
|
|
838
|
+
onClick: (H) => a(y)
|
|
847
839
|
}, [e("img", {
|
|
848
|
-
src:
|
|
849
|
-
alt:
|
|
850
|
-
style: x(
|
|
851
|
-
}, null, 12,
|
|
852
|
-
default: _(() => [m(
|
|
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,
|
|
846
|
+
}, 1024)])], 8, Ft))), 128))], 4));
|
|
855
847
|
}
|
|
856
|
-
}),
|
|
848
|
+
}), ia = /* @__PURE__ */ p(Dt, [["__scopeId", "data-v-20487899"]]), Mt = {
|
|
857
849
|
class: "Stats"
|
|
858
|
-
},
|
|
850
|
+
}, jt = {
|
|
859
851
|
key: 0,
|
|
860
852
|
class: "stats-label"
|
|
861
|
-
},
|
|
853
|
+
}, zt = {
|
|
862
854
|
class: "stats-number"
|
|
863
|
-
},
|
|
855
|
+
}, Nt = {
|
|
864
856
|
class: "stats-label"
|
|
865
|
-
},
|
|
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 (
|
|
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",
|
|
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
|
-
}),
|
|
889
|
+
}), oa = /* @__PURE__ */ p(Et, [["__scopeId", "data-v-f16f10aa"]]), Gt = {
|
|
898
890
|
class: "stepNumber"
|
|
899
|
-
},
|
|
891
|
+
}, Ot = {
|
|
900
892
|
class: "count"
|
|
901
|
-
},
|
|
893
|
+
}, Ut = {
|
|
902
894
|
class: "stepTitle"
|
|
903
|
-
},
|
|
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 (
|
|
918
|
+
return (r, o) => (s(), i("div", {
|
|
927
919
|
class: "Steps",
|
|
928
920
|
style: x({
|
|
929
|
-
|
|
930
|
-
// flexDirection: props.flexDirection,
|
|
921
|
+
"--step-columns": t.columns
|
|
931
922
|
})
|
|
932
|
-
}, [(s(!0), i(
|
|
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",
|
|
936
|
-
default: _(() => [m(
|
|
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
|
-
}),
|
|
931
|
+
}), ca = /* @__PURE__ */ p(Wt, [["__scopeId", "data-v-45d806db"]]), Rt = {
|
|
941
932
|
class: "Testimonial"
|
|
942
|
-
},
|
|
933
|
+
}, Zt = {
|
|
943
934
|
class: "user-info"
|
|
944
|
-
},
|
|
935
|
+
}, Jt = {
|
|
945
936
|
class: "user-avatar"
|
|
946
|
-
},
|
|
937
|
+
}, Kt = ["src", "alt"], Qt = {
|
|
947
938
|
class: "user-name"
|
|
948
|
-
},
|
|
939
|
+
}, Xt = {
|
|
949
940
|
class: "user-title"
|
|
950
|
-
},
|
|
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 (
|
|
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(
|
|
963
|
-
default: _(() => [m(
|
|
953
|
+
default: _(() => [e("div", null, [u(S, null, {
|
|
954
|
+
default: _(() => [m(c(`"${a.content}"`), 1)]),
|
|
964
955
|
_: 2
|
|
965
|
-
}, 1024)]), e("div",
|
|
956
|
+
}, 1024)]), e("div", Zt, [e("span", Jt, [e("img", {
|
|
966
957
|
src: a.avatar,
|
|
967
958
|
alt: a.name
|
|
968
|
-
}, null, 8,
|
|
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
|
-
}),
|
|
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 (
|
|
977
|
+
return (r, o) => (s(), i("a", {
|
|
987
978
|
href: t.href,
|
|
988
979
|
class: "tips-link"
|
|
989
|
-
},
|
|
980
|
+
}, c(t.text), 9, es));
|
|
990
981
|
}
|
|
991
|
-
}),
|
|
982
|
+
}), la = /* @__PURE__ */ p(ts, [["__scopeId", "data-v-5f9c6150"]]), ss = {}, as = {
|
|
992
983
|
class: "sidebar"
|
|
993
984
|
};
|
|
994
|
-
function
|
|
995
|
-
return s(), i("div",
|
|
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
|
|
988
|
+
const da = /* @__PURE__ */ p(ss, [["render", ns], ["__scopeId", "data-v-ccf63d30"]]), is = {
|
|
998
989
|
class: "feature-card"
|
|
999
|
-
},
|
|
990
|
+
}, os = {
|
|
1000
991
|
class: "feature-image"
|
|
1001
|
-
},
|
|
992
|
+
}, cs = ["src", "alt"], rs = {
|
|
1002
993
|
class: "feature-title"
|
|
1003
|
-
},
|
|
994
|
+
}, ls = {
|
|
1004
995
|
class: "feature-description"
|
|
1005
|
-
},
|
|
996
|
+
}, ds = {
|
|
1006
997
|
class: "feature-platforms"
|
|
1007
|
-
},
|
|
998
|
+
}, us = /* @__PURE__ */ g({
|
|
1008
999
|
__name: "LandingPageFeatureCard",
|
|
1009
1000
|
props: {
|
|
1010
1001
|
feature: {}
|
|
1011
1002
|
},
|
|
1012
1003
|
setup(n) {
|
|
1013
|
-
return (t,
|
|
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,
|
|
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
|
-
}),
|
|
1015
|
+
}), ua = /* @__PURE__ */ p(us, [["__scopeId", "data-v-16f0f374"]]), _s = {
|
|
1025
1016
|
class: "feature-section-header"
|
|
1026
|
-
},
|
|
1017
|
+
}, ps = {
|
|
1027
1018
|
class: "feature-section-title"
|
|
1028
|
-
},
|
|
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,
|
|
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,
|
|
1029
|
+
}, null, 8, gs)]));
|
|
1039
1030
|
}
|
|
1040
|
-
}),
|
|
1031
|
+
}), _a = /* @__PURE__ */ p(ms, [["__scopeId", "data-v-ae275532"]]), hs = {}, fs = {
|
|
1041
1032
|
class: "features-grid"
|
|
1042
1033
|
};
|
|
1043
|
-
function
|
|
1044
|
-
return s(), i("div",
|
|
1034
|
+
function vs(n, t) {
|
|
1035
|
+
return s(), i("div", fs, [h(n.$slots, "default", {}, void 0, !0)]);
|
|
1045
1036
|
}
|
|
1046
|
-
const
|
|
1037
|
+
const pa = /* @__PURE__ */ p(hs, [["render", vs], ["__scopeId", "data-v-392f636b"]]), bs = {
|
|
1047
1038
|
class: "testimonials-container"
|
|
1048
|
-
},
|
|
1039
|
+
}, $s = {
|
|
1049
1040
|
class: "testimonial-header"
|
|
1050
|
-
},
|
|
1041
|
+
}, ys = ["onClick"], ks = {
|
|
1051
1042
|
class: "user-avatar"
|
|
1052
|
-
},
|
|
1043
|
+
}, Ps = ["src", "alt"], Ls = {
|
|
1053
1044
|
class: "user-info"
|
|
1054
|
-
},
|
|
1045
|
+
}, xs = {
|
|
1055
1046
|
class: "user-name"
|
|
1056
|
-
},
|
|
1047
|
+
}, Is = {
|
|
1057
1048
|
class: "user-title"
|
|
1058
|
-
},
|
|
1049
|
+
}, Ss = {
|
|
1059
1050
|
class: "testimonial-content"
|
|
1060
|
-
},
|
|
1051
|
+
}, ws = /* @__PURE__ */ g({
|
|
1061
1052
|
__name: "LandingPageTestimonialCard",
|
|
1062
1053
|
props: {
|
|
1063
1054
|
testimonials: {}
|
|
1064
1055
|
},
|
|
1065
1056
|
setup(n) {
|
|
1066
|
-
function t(
|
|
1067
|
-
|
|
1057
|
+
function t(r) {
|
|
1058
|
+
r.link && window.open(r.link, "_blank");
|
|
1068
1059
|
}
|
|
1069
|
-
return (
|
|
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",
|
|
1073
|
-
class:
|
|
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",
|
|
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,
|
|
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
|
-
}),
|
|
1078
|
+
}), ga = /* @__PURE__ */ p(ws, [["__scopeId", "data-v-ea4dbec8"]]), Cs = {
|
|
1088
1079
|
class: "tabs"
|
|
1089
|
-
},
|
|
1080
|
+
}, Ts = {
|
|
1090
1081
|
class: "tabs-header"
|
|
1091
|
-
},
|
|
1082
|
+
}, As = ["onClick"], Bs = {
|
|
1092
1083
|
class: "tab-label"
|
|
1093
|
-
},
|
|
1084
|
+
}, Fs = {
|
|
1094
1085
|
class: "tabs-content"
|
|
1095
|
-
},
|
|
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
|
|
1101
|
+
const r = n, o = t, a = A(() => {
|
|
1111
1102
|
var l;
|
|
1112
|
-
return
|
|
1113
|
-
}), d =
|
|
1114
|
-
|
|
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
|
|
1108
|
+
function L(l) {
|
|
1118
1109
|
d.value = l, o("update:modelValue", l), o("tabChange", l);
|
|
1119
1110
|
}
|
|
1120
|
-
return (l,
|
|
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:
|
|
1113
|
+
class: P(["tab-item", {
|
|
1123
1114
|
active: d.value === b.id
|
|
1124
1115
|
}]),
|
|
1125
|
-
onClick: (
|
|
1126
|
-
}, [e("span",
|
|
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
|
-
}, [
|
|
1120
|
+
}, [h(l.$slots, b.id, {
|
|
1130
1121
|
tab: b
|
|
1131
|
-
}, () => [
|
|
1122
|
+
}, () => [h(l.$slots, "default", {
|
|
1132
1123
|
tab: b
|
|
1133
|
-
}, void 0, !0)], !0)])), [[
|
|
1124
|
+
}, void 0, !0)], !0)])), [[z, d.value === b.id]])), 128))])]));
|
|
1134
1125
|
}
|
|
1135
|
-
}),
|
|
1126
|
+
}), ma = /* @__PURE__ */ p(Vs, [["__scopeId", "data-v-0501b054"]]);
|
|
1136
1127
|
export {
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
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
|
};
|