@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.
- package/dist/AuthkitAppSetting-BN8-xgNq.js +2674 -0
- package/dist/{Contact-M6iyuyNL.js → Contact-BWuVR9ho.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-BZJ48Yss.js} +87 -88
- package/dist/{LandingPageFAQ-CZJXvor9.js → LandingPageSectionHeader-3hiuw6G0.js} +44 -25
- package/dist/{LandingPageSectionTabs-Ce3_Rc2L.js → LandingPageSectionTabs-jRjkWlM-.js} +475 -375
- package/dist/LegalDocViewer-DM8FYBpf.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-CV97ck9p.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/LandingPageButton.vue.d.ts +2 -2
- package/dist/components/LandingPage/LandingPageContainer.vue.d.ts +2 -2
- package/dist/components/LandingPage/LandingPageFeaturePanels.vue.d.ts +19 -0
- package/dist/components/LandingPage/LandingPageHero.vue.d.ts +9 -0
- package/dist/components/LandingPage/LandingPagePageContent.vue.d.ts +2 -2
- package/dist/components/LandingPage/LandingPageSectionHeader.vue.d.ts +1 -14
- package/dist/components/LandingPage/LandingPageSections.vue.d.ts +1 -1
- 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.d.ts +1 -0
- package/dist/landingPage.js +41 -40
- 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 +321 -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/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/common/authPanelWidth.d.ts +0 -2
- 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,46 +1,45 @@
|
|
|
1
|
-
import { openBlock as s, createElementBlock as
|
|
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
|
|
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 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
|
|
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(),
|
|
14
|
+
function Y(i, t) {
|
|
15
|
+
return s(), n("div", X, [f(i.$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(),
|
|
20
|
+
function se(i, t) {
|
|
21
|
+
return s(), n("h2", te, [f(i.$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
|
-
setup(
|
|
29
|
-
return (t,
|
|
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(
|
|
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
|
-
}),
|
|
40
|
+
}), oe = /* @__PURE__ */ p(ie, [["__scopeId", "data-v-59ccd5cb"]]), ce = /* @__PURE__ */ g({
|
|
42
41
|
__name: "LandingPageAbout",
|
|
43
|
-
setup(
|
|
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 (
|
|
82
|
-
BlockHeader: _(() => [u(
|
|
83
|
-
title: _(() => [...o[0] || (o[0] = [
|
|
84
|
-
subTitle: _(() => [...o[1] || (o[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(
|
|
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(
|
|
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
|
+
}), oa = /* @__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
|
-
setup(
|
|
112
|
-
const t =
|
|
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
|
-
}]),
|
|
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(),
|
|
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",
|
|
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),
|
|
153
|
-
key:
|
|
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:
|
|
156
|
-
}, r
|
|
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),
|
|
159
|
-
key:
|
|
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:
|
|
162
|
-
}, r
|
|
160
|
+
href: r.href
|
|
161
|
+
}, c(r.text), 9, _e))), 128))])])]));
|
|
163
162
|
}
|
|
164
|
-
}),
|
|
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(
|
|
170
|
-
return (t,
|
|
171
|
-
class:
|
|
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
|
-
}),
|
|
173
|
+
}), he = /* @__PURE__ */ p(ge, [["__scopeId", "data-v-7c4d264b"]]), me = {}, fe = {
|
|
175
174
|
class: "Card"
|
|
176
175
|
};
|
|
177
|
-
function
|
|
178
|
-
return s(),
|
|
176
|
+
function ve(i, t) {
|
|
177
|
+
return s(), n("div", fe, [f(i.$slots, "default", {}, void 0, !0)]);
|
|
179
178
|
}
|
|
180
|
-
const
|
|
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
|
-
},
|
|
181
|
+
}, $e = ["src"], ke = {
|
|
183
182
|
class: "cta-content"
|
|
184
|
-
},
|
|
183
|
+
}, Pe = {
|
|
185
184
|
class: "cta-title"
|
|
186
|
-
},
|
|
185
|
+
}, xe = {
|
|
187
186
|
class: "cta-description"
|
|
188
|
-
},
|
|
187
|
+
}, Le = {
|
|
189
188
|
class: "cta-actions"
|
|
190
|
-
},
|
|
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:
|
|
199
|
+
default: be
|
|
201
200
|
},
|
|
202
201
|
backgroundSize: {
|
|
203
202
|
default: "120%"
|
|
204
203
|
}
|
|
205
204
|
},
|
|
206
|
-
setup(
|
|
207
|
-
const t =
|
|
208
|
-
return (
|
|
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:
|
|
211
|
+
style: C({
|
|
213
212
|
width: t.backgroundSize,
|
|
214
213
|
height: t.backgroundSize
|
|
215
214
|
})
|
|
216
|
-
}, null, 12,
|
|
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
|
-
}),
|
|
217
|
+
}), ra = /* @__PURE__ */ p(Ce, [["__scopeId", "data-v-caeb8fed"]]), Ie = {
|
|
218
|
+
class: "Features"
|
|
219
|
+
}, we = {
|
|
219
220
|
class: "feature-title"
|
|
220
|
-
},
|
|
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(
|
|
258
|
-
const t =
|
|
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
|
|
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:
|
|
265
|
+
style: C({
|
|
272
266
|
color: t.iconColor,
|
|
273
267
|
border: `1px solid ${t.iconBorderColor}`
|
|
274
268
|
})
|
|
275
|
-
}, [u(
|
|
269
|
+
}, [u(S(B), {
|
|
276
270
|
class: "icon",
|
|
277
|
-
icon:
|
|
278
|
-
}, null, 8, ["icon"])], 4), e("h3",
|
|
279
|
-
default: _(() => [
|
|
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))]
|
|
277
|
+
}, 1024))), 128))]));
|
|
284
278
|
}
|
|
285
|
-
}),
|
|
279
|
+
}), la = /* @__PURE__ */ p(Se, [["__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: {
|
|
@@ -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(
|
|
302
|
-
const t =
|
|
303
|
-
return (
|
|
304
|
-
key:
|
|
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",
|
|
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
|
-
}),
|
|
308
|
+
}), da = /* @__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
|
-
setup(
|
|
319
|
-
const t =
|
|
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 =
|
|
315
|
+
const b = J(F, "", "");
|
|
322
316
|
window.location.href = b;
|
|
323
317
|
}
|
|
324
|
-
const
|
|
318
|
+
const r = x([{
|
|
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,79 +327,84 @@ 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 (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(
|
|
336
|
+
LandingPageLinkGroup: _(() => [u(T, {
|
|
343
337
|
title: "产品"
|
|
344
338
|
}, {
|
|
345
|
-
item: _(() => [u(
|
|
346
|
-
default: _(() => [...
|
|
339
|
+
item: _(() => [u(k, null, {
|
|
340
|
+
default: _(() => [...d[0] || (d[0] = [h("功能", -1)])]),
|
|
347
341
|
_: 1
|
|
348
|
-
}), u(
|
|
349
|
-
default: _(() => [...
|
|
342
|
+
}), u(k, null, {
|
|
343
|
+
default: _(() => [...d[1] || (d[1] = [h("展示", -1)])]),
|
|
350
344
|
_: 1
|
|
351
|
-
}), u(
|
|
352
|
-
default: _(() => [...
|
|
345
|
+
}), u(k, null, {
|
|
346
|
+
default: _(() => [...d[2] || (d[2] = [h("价格", -1)])]),
|
|
353
347
|
_: 1
|
|
354
348
|
})]),
|
|
355
349
|
_: 1
|
|
356
|
-
}), u(
|
|
350
|
+
}), u(T, {
|
|
357
351
|
title: "资源"
|
|
358
352
|
}, {
|
|
359
|
-
item: _(() => [u(
|
|
360
|
-
default: _(() => [...
|
|
353
|
+
item: _(() => [u(k, null, {
|
|
354
|
+
default: _(() => [...d[3] || (d[3] = [h("安全性与合规性", -1)])]),
|
|
361
355
|
_: 1
|
|
362
356
|
})]),
|
|
363
357
|
_: 1
|
|
364
|
-
}), u(
|
|
358
|
+
}), u(T, {
|
|
365
359
|
title: "公司"
|
|
366
360
|
}, {
|
|
367
|
-
item: _(() => [u(
|
|
368
|
-
default: _(() => [...
|
|
361
|
+
item: _(() => [u(k, null, {
|
|
362
|
+
default: _(() => [...d[4] || (d[4] = [h("博客", -1)])]),
|
|
369
363
|
_: 1
|
|
370
|
-
}), u(
|
|
371
|
-
default: _(() => [...
|
|
364
|
+
}), u(k, null, {
|
|
365
|
+
default: _(() => [...d[5] || (d[5] = [h("公司简介", -1)])]),
|
|
372
366
|
_: 1
|
|
373
|
-
}), u(
|
|
374
|
-
default: _(() => [...
|
|
367
|
+
}), u(k, null, {
|
|
368
|
+
default: _(() => [...d[6] || (d[6] = [h("个人信息收集清单", -1)])]),
|
|
375
369
|
_: 1
|
|
376
|
-
}), u(
|
|
377
|
-
default: _(() => [...
|
|
370
|
+
}), u(k, null, {
|
|
371
|
+
default: _(() => [...d[7] || (d[7] = [h("第三方信息共享清单", -1)])]),
|
|
378
372
|
_: 1
|
|
379
|
-
}), u(
|
|
380
|
-
default: _(() => [...
|
|
373
|
+
}), u(k, null, {
|
|
374
|
+
default: _(() => [...d[8] || (d[8] = [h("用户服务协议", -1)])]),
|
|
381
375
|
_: 1
|
|
382
|
-
}), u(
|
|
383
|
-
default: _(() => [...
|
|
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(
|
|
382
|
+
LandingPageFooterContact: _(() => [u(W, {
|
|
389
383
|
"beian-number": t.value,
|
|
390
|
-
"copyright-text":
|
|
384
|
+
"copyright-text": l.value,
|
|
391
385
|
"beian-url": o.value,
|
|
392
|
-
links:
|
|
386
|
+
links: r.value
|
|
393
387
|
}, null, 8, ["beian-number", "copyright-text", "beian-url", "links"])]),
|
|
394
388
|
_: 1
|
|
395
389
|
})]));
|
|
396
390
|
}
|
|
397
|
-
}),
|
|
391
|
+
}), ua = /* @__PURE__ */ p(He, [["__scopeId", "data-v-e2021589"]]), Me = {
|
|
398
392
|
class: "hero"
|
|
399
|
-
},
|
|
393
|
+
}, je = {
|
|
400
394
|
class: "heroContent"
|
|
401
|
-
},
|
|
395
|
+
}, De = {
|
|
402
396
|
class: "heroHeading"
|
|
403
|
-
},
|
|
397
|
+
}, ze = {
|
|
404
398
|
class: "heroTitle"
|
|
405
|
-
},
|
|
399
|
+
}, Ee = {
|
|
406
400
|
class: "heroDescription"
|
|
407
|
-
},
|
|
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(
|
|
436
|
-
const t =
|
|
437
|
-
|
|
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(),
|
|
463
|
+
}, null, 8, We)])) : (s(), n("div", Re, [f(r.$slots, "heroSource", {}, void 0, !0)]))]));
|
|
443
464
|
}
|
|
444
|
-
}),
|
|
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(
|
|
472
|
-
const t =
|
|
473
|
-
return (
|
|
474
|
-
key:
|
|
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
|
-
}),
|
|
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(
|
|
500
|
-
const t =
|
|
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(),
|
|
530
|
+
return (o, a) => (s(), n("div", {
|
|
510
531
|
class: "PageContent",
|
|
511
|
-
style:
|
|
532
|
+
style: C(l.value)
|
|
512
533
|
}, [f(o.$slots, "default", {}, void 0, !0)], 4));
|
|
513
534
|
}
|
|
514
|
-
}),
|
|
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(
|
|
519
|
-
return (t,
|
|
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
|
-
}),
|
|
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(
|
|
552
|
-
const t =
|
|
553
|
-
return (
|
|
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:
|
|
556
|
-
"tabs-item-active": a.value ===
|
|
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 ===
|
|
563
|
-
"data-state": a.value ===
|
|
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 ===
|
|
567
|
-
onClick: (
|
|
568
|
-
}, [a.value ===
|
|
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,
|
|
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(
|
|
578
|
-
const t =
|
|
579
|
-
return (
|
|
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(
|
|
614
|
+
}, null, 8, ["modelValue"]), f(l.$slots, "default", {}, void 0, !0)]));
|
|
594
615
|
}
|
|
595
|
-
}),
|
|
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
|
-
},
|
|
624
|
+
}, ht = {
|
|
604
625
|
class: "priceAndDiscount"
|
|
605
|
-
},
|
|
626
|
+
}, mt = {
|
|
606
627
|
class: "price"
|
|
607
|
-
},
|
|
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(
|
|
701
|
+
setup(i, {
|
|
681
702
|
emit: t
|
|
682
703
|
}) {
|
|
683
|
-
const
|
|
704
|
+
const l = t, o = i;
|
|
684
705
|
function a() {
|
|
685
|
-
|
|
706
|
+
l("toPay");
|
|
686
707
|
}
|
|
687
|
-
return (
|
|
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: _(() => [
|
|
712
|
+
default: _(() => [h(c(o.badge.label), 1)]),
|
|
692
713
|
_: 1
|
|
693
|
-
})) :
|
|
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",
|
|
696
|
-
key:
|
|
697
|
-
description:
|
|
698
|
-
}, null, 8, ["description"]))), 128))]), u(
|
|
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: _(() => [
|
|
726
|
+
default: _(() => [h(c(o.button.label), 1)]),
|
|
706
727
|
_: 1
|
|
707
728
|
}, 8, ["loading", "disabled"])]));
|
|
708
729
|
}
|
|
709
|
-
}),
|
|
730
|
+
}), fa = /* @__PURE__ */ p(kt, [["__scopeId", "data-v-4a99638e"]]), Pt = {}, xt = {
|
|
710
731
|
class: "PricingGrid"
|
|
711
|
-
},
|
|
732
|
+
}, Lt = {
|
|
712
733
|
class: "content"
|
|
713
734
|
};
|
|
714
|
-
function
|
|
715
|
-
return s(),
|
|
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
|
|
718
|
-
class: "
|
|
719
|
-
},
|
|
720
|
-
|
|
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
|
-
|
|
747
|
+
key: 1,
|
|
748
|
+
class: "feature-panels-section__subtitle"
|
|
723
749
|
}, At = {
|
|
724
|
-
class: "
|
|
750
|
+
class: "feature-panel__body"
|
|
725
751
|
}, Bt = {
|
|
726
|
-
class: "
|
|
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
|
-
},
|
|
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(
|
|
768
|
-
const t =
|
|
769
|
-
return (
|
|
770
|
-
class:
|
|
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:
|
|
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
|
-
|
|
783
|
-
|
|
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("
|
|
788
|
-
|
|
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("
|
|
791
|
-
key:
|
|
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("
|
|
794
|
-
class:
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
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
|
-
}),
|
|
904
|
+
}), ya = /* @__PURE__ */ p(Rt, [["__scopeId", "data-v-a5edd8ef"]]), Zt = ["onClick"], Jt = ["src", "alt"], Kt = {
|
|
803
905
|
class: "card-content"
|
|
804
|
-
},
|
|
906
|
+
}, Qt = {
|
|
805
907
|
class: "card-title"
|
|
806
|
-
},
|
|
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(
|
|
927
|
+
setup(i, {
|
|
826
928
|
emit: t
|
|
827
929
|
}) {
|
|
828
|
-
const
|
|
829
|
-
|
|
830
|
-
|
|
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
|
|
835
|
-
|
|
836
|
-
|
|
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 (
|
|
938
|
+
return (y, d) => (s(), n("div", {
|
|
841
939
|
class: "Showcase",
|
|
842
|
-
style:
|
|
843
|
-
|
|
844
|
-
|
|
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: (
|
|
946
|
+
onClick: (H) => a($)
|
|
847
947
|
}, [e("img", {
|
|
848
|
-
src:
|
|
849
|
-
alt:
|
|
850
|
-
style:
|
|
851
|
-
}, null, 12,
|
|
852
|
-
default: _(() => [
|
|
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,
|
|
954
|
+
}, 1024)])], 8, Zt))), 128))], 4));
|
|
855
955
|
}
|
|
856
|
-
}),
|
|
956
|
+
}), $a = /* @__PURE__ */ p(Xt, [["__scopeId", "data-v-20487899"]]), Yt = {
|
|
857
957
|
class: "Stats"
|
|
858
|
-
},
|
|
958
|
+
}, es = {
|
|
859
959
|
key: 0,
|
|
860
960
|
class: "stats-label"
|
|
861
|
-
},
|
|
961
|
+
}, ts = {
|
|
862
962
|
class: "stats-number"
|
|
863
|
-
},
|
|
963
|
+
}, ss = {
|
|
864
964
|
class: "stats-label"
|
|
865
|
-
},
|
|
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(
|
|
891
|
-
const t =
|
|
892
|
-
return (
|
|
893
|
-
key:
|
|
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(),
|
|
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
|
-
}),
|
|
997
|
+
}), ka = /* @__PURE__ */ p(as, [["__scopeId", "data-v-f16f10aa"]]), ns = {
|
|
898
998
|
class: "stepNumber"
|
|
899
|
-
},
|
|
999
|
+
}, is = {
|
|
900
1000
|
class: "count"
|
|
901
|
-
},
|
|
1001
|
+
}, os = {
|
|
902
1002
|
class: "stepTitle"
|
|
903
|
-
},
|
|
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(
|
|
925
|
-
const t =
|
|
926
|
-
return (
|
|
1024
|
+
setup(i) {
|
|
1025
|
+
const t = i;
|
|
1026
|
+
return (l, o) => (s(), n("div", {
|
|
927
1027
|
class: "Steps",
|
|
928
|
-
style:
|
|
929
|
-
|
|
930
|
-
// flexDirection: props.flexDirection,
|
|
1028
|
+
style: C({
|
|
1029
|
+
"--step-columns": t.columns
|
|
931
1030
|
})
|
|
932
|
-
}, [(s(!0),
|
|
933
|
-
key:
|
|
1031
|
+
}, [(s(!0), n(m, null, v(t.steps, (a, r) => (s(), n("div", {
|
|
1032
|
+
key: r,
|
|
934
1033
|
class: "stepItem"
|
|
935
|
-
}, [e("div",
|
|
936
|
-
default: _(() => [
|
|
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
|
-
}),
|
|
1039
|
+
}), Pa = /* @__PURE__ */ p(cs, [["__scopeId", "data-v-45d806db"]]), rs = {
|
|
941
1040
|
class: "Testimonial"
|
|
942
|
-
},
|
|
1041
|
+
}, ls = {
|
|
943
1042
|
class: "user-info"
|
|
944
|
-
},
|
|
1043
|
+
}, ds = {
|
|
945
1044
|
class: "user-avatar"
|
|
946
|
-
},
|
|
1045
|
+
}, us = ["src", "alt"], _s = {
|
|
947
1046
|
class: "user-name"
|
|
948
|
-
},
|
|
1047
|
+
}, ps = {
|
|
949
1048
|
class: "user-title"
|
|
950
|
-
},
|
|
1049
|
+
}, gs = /* @__PURE__ */ g({
|
|
951
1050
|
__name: "LandingPageTestimonial",
|
|
952
1051
|
props: {
|
|
953
1052
|
testimonials: {
|
|
954
1053
|
default: () => []
|
|
955
1054
|
}
|
|
956
1055
|
},
|
|
957
|
-
setup(
|
|
958
|
-
const t =
|
|
959
|
-
return (
|
|
960
|
-
key:
|
|
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: _(() => [
|
|
1062
|
+
default: _(() => [h(c(`"${a.content}"`), 1)]),
|
|
964
1063
|
_: 2
|
|
965
|
-
}, 1024)]), e("div",
|
|
1064
|
+
}, 1024)]), e("div", ls, [e("span", ds, [e("img", {
|
|
966
1065
|
src: a.avatar,
|
|
967
1066
|
alt: a.name
|
|
968
|
-
}, null, 8,
|
|
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
|
-
}),
|
|
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(
|
|
985
|
-
const t =
|
|
986
|
-
return (
|
|
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
|
-
},
|
|
1088
|
+
}, c(t.text), 9, hs));
|
|
990
1089
|
}
|
|
991
|
-
}),
|
|
1090
|
+
}), La = /* @__PURE__ */ p(ms, [["__scopeId", "data-v-5f9c6150"]]), fs = {}, vs = {
|
|
992
1091
|
class: "sidebar"
|
|
993
1092
|
};
|
|
994
|
-
function
|
|
995
|
-
return s(),
|
|
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
|
|
1096
|
+
const Ca = /* @__PURE__ */ p(fs, [["render", bs], ["__scopeId", "data-v-ccf63d30"]]), ys = {
|
|
998
1097
|
class: "feature-card"
|
|
999
|
-
},
|
|
1098
|
+
}, $s = {
|
|
1000
1099
|
class: "feature-image"
|
|
1001
|
-
},
|
|
1100
|
+
}, ks = ["src", "alt"], Ps = {
|
|
1002
1101
|
class: "feature-title"
|
|
1003
|
-
},
|
|
1102
|
+
}, xs = {
|
|
1004
1103
|
class: "feature-description"
|
|
1005
|
-
},
|
|
1104
|
+
}, Ls = {
|
|
1006
1105
|
class: "feature-platforms"
|
|
1007
|
-
},
|
|
1106
|
+
}, Cs = /* @__PURE__ */ g({
|
|
1008
1107
|
__name: "LandingPageFeatureCard",
|
|
1009
1108
|
props: {
|
|
1010
1109
|
feature: {}
|
|
1011
1110
|
},
|
|
1012
|
-
setup(
|
|
1013
|
-
return (t,
|
|
1014
|
-
src:
|
|
1015
|
-
alt:
|
|
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,
|
|
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
|
-
}),
|
|
1123
|
+
}), Ia = /* @__PURE__ */ p(Cs, [["__scopeId", "data-v-16f0f374"]]), Is = {
|
|
1025
1124
|
class: "feature-section-header"
|
|
1026
|
-
},
|
|
1125
|
+
}, ws = {
|
|
1027
1126
|
class: "feature-section-title"
|
|
1028
|
-
},
|
|
1127
|
+
}, Ss = ["innerHTML"], Ts = /* @__PURE__ */ g({
|
|
1029
1128
|
__name: "LandingPageFeatureSectionHeader",
|
|
1030
1129
|
props: {
|
|
1031
1130
|
title: {},
|
|
1032
1131
|
description: {}
|
|
1033
1132
|
},
|
|
1034
|
-
setup(
|
|
1035
|
-
return (t,
|
|
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:
|
|
1038
|
-
}, null, 8,
|
|
1136
|
+
innerHTML: i.description
|
|
1137
|
+
}, null, 8, Ss)]));
|
|
1039
1138
|
}
|
|
1040
|
-
}),
|
|
1139
|
+
}), wa = /* @__PURE__ */ p(Ts, [["__scopeId", "data-v-ae275532"]]), As = {}, Bs = {
|
|
1041
1140
|
class: "features-grid"
|
|
1042
1141
|
};
|
|
1043
|
-
function
|
|
1044
|
-
return s(),
|
|
1142
|
+
function Fs(i, t) {
|
|
1143
|
+
return s(), n("div", Bs, [f(i.$slots, "default", {}, void 0, !0)]);
|
|
1045
1144
|
}
|
|
1046
|
-
const
|
|
1145
|
+
const Sa = /* @__PURE__ */ p(As, [["render", Fs], ["__scopeId", "data-v-392f636b"]]), Vs = {
|
|
1047
1146
|
class: "testimonials-container"
|
|
1048
|
-
},
|
|
1147
|
+
}, qs = {
|
|
1049
1148
|
class: "testimonial-header"
|
|
1050
|
-
},
|
|
1149
|
+
}, Hs = ["onClick"], Ms = {
|
|
1051
1150
|
class: "user-avatar"
|
|
1052
|
-
},
|
|
1151
|
+
}, js = ["src", "alt"], Ds = {
|
|
1053
1152
|
class: "user-info"
|
|
1054
|
-
},
|
|
1153
|
+
}, zs = {
|
|
1055
1154
|
class: "user-name"
|
|
1056
|
-
},
|
|
1155
|
+
}, Es = {
|
|
1057
1156
|
class: "user-title"
|
|
1058
|
-
},
|
|
1157
|
+
}, Ns = {
|
|
1059
1158
|
class: "testimonial-content"
|
|
1060
|
-
},
|
|
1159
|
+
}, Gs = /* @__PURE__ */ g({
|
|
1061
1160
|
__name: "LandingPageTestimonialCard",
|
|
1062
1161
|
props: {
|
|
1063
1162
|
testimonials: {}
|
|
1064
1163
|
},
|
|
1065
|
-
setup(
|
|
1066
|
-
function t(
|
|
1067
|
-
|
|
1164
|
+
setup(i) {
|
|
1165
|
+
function t(l) {
|
|
1166
|
+
l.link && window.open(l.link, "_blank");
|
|
1068
1167
|
}
|
|
1069
|
-
return (
|
|
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",
|
|
1073
|
-
class:
|
|
1171
|
+
}, [e("div", qs, [e("div", {
|
|
1172
|
+
class: L(["user-link", {
|
|
1074
1173
|
"no-link": !a.link
|
|
1075
1174
|
}]),
|
|
1076
|
-
onClick: (
|
|
1077
|
-
}, [e("div",
|
|
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,
|
|
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
|
-
}),
|
|
1186
|
+
}), Ta = /* @__PURE__ */ p(Gs, [["__scopeId", "data-v-6087d90a"]]), Os = {
|
|
1088
1187
|
class: "tabs"
|
|
1089
|
-
},
|
|
1188
|
+
}, Us = {
|
|
1090
1189
|
class: "tabs-header"
|
|
1091
|
-
},
|
|
1190
|
+
}, Ws = ["onClick"], Rs = {
|
|
1092
1191
|
class: "tab-label"
|
|
1093
|
-
},
|
|
1192
|
+
}, Zs = {
|
|
1094
1193
|
class: "tabs-content"
|
|
1095
|
-
},
|
|
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(
|
|
1206
|
+
setup(i, {
|
|
1108
1207
|
emit: t
|
|
1109
1208
|
}) {
|
|
1110
|
-
const
|
|
1111
|
-
var
|
|
1112
|
-
return
|
|
1113
|
-
}),
|
|
1114
|
-
|
|
1115
|
-
|
|
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
|
|
1118
|
-
|
|
1216
|
+
function y(d) {
|
|
1217
|
+
r.value = d, o("update:modelValue", d), o("tabChange", d);
|
|
1119
1218
|
}
|
|
1120
|
-
return (
|
|
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:
|
|
1123
|
-
active:
|
|
1221
|
+
class: L(["tab-item", {
|
|
1222
|
+
active: r.value === b.id
|
|
1124
1223
|
}]),
|
|
1125
|
-
onClick: (
|
|
1126
|
-
}, [e("span",
|
|
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(
|
|
1228
|
+
}, [f(d.$slots, b.id, {
|
|
1130
1229
|
tab: b
|
|
1131
|
-
}, () => [f(
|
|
1230
|
+
}, () => [f(d.$slots, "default", {
|
|
1132
1231
|
tab: b
|
|
1133
|
-
}, void 0, !0)], !0)])), [[
|
|
1232
|
+
}, void 0, !0)], !0)])), [[z, r.value === b.id]])), 128))])]));
|
|
1134
1233
|
}
|
|
1135
|
-
}),
|
|
1234
|
+
}), Aa = /* @__PURE__ */ p(Js, [["__scopeId", "data-v-0501b054"]]);
|
|
1136
1235
|
export {
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
};
|