@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
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { openBlock as o, createElementBlock as t, renderSlot as r } from "vue";
|
|
2
|
+
import { _ as c } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const n = {}, s = {
|
|
4
|
+
class: "Description"
|
|
5
|
+
};
|
|
6
|
+
function _(e, a) {
|
|
7
|
+
return o(), t("div", s, [r(e.$slots, "default", {}, void 0, !0)]);
|
|
8
|
+
}
|
|
9
|
+
const f = /* @__PURE__ */ c(n, [["render", _], ["__scopeId", "data-v-8b3dab7a"]]);
|
|
10
|
+
export {
|
|
11
|
+
f as D
|
|
12
|
+
};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as m, openBlock as i, createElementBlock as o, createVNode as u, unref as h, createElementVNode as e, toDisplayString as l, Fragment as x, renderList as I, createBlock as z, normalizeClass as k, withCtx as C, createTextVNode as f, renderSlot as g, ref as $, withModifiers as q, withDirectives as b, vModelText as L, createCommentVNode as T, normalizeStyle as D } from "vue";
|
|
2
2
|
import { Icon as v } from "@iconify/vue";
|
|
3
|
-
import { _ as
|
|
4
|
-
import { D as
|
|
3
|
+
import { _ as r } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
|
+
import { D as P } from "./LandingPageDescription-BczWZHKy.js";
|
|
5
5
|
import { L as V } from "./Logo-D7fyXyB-.js";
|
|
6
6
|
const B = {
|
|
7
7
|
description: "",
|
|
8
8
|
class: "mission-list-item"
|
|
9
9
|
}, F = {
|
|
10
10
|
class: "mission-list-text"
|
|
11
|
-
}, A = /* @__PURE__ */
|
|
11
|
+
}, A = /* @__PURE__ */ m({
|
|
12
12
|
__name: "LandingPageListItem",
|
|
13
13
|
props: {
|
|
14
14
|
description: {
|
|
@@ -17,12 +17,12 @@ const B = {
|
|
|
17
17
|
},
|
|
18
18
|
setup(s) {
|
|
19
19
|
const t = s;
|
|
20
|
-
return (c,
|
|
20
|
+
return (c, a) => (i(), o("div", B, [u(h(v), {
|
|
21
21
|
icon: "mingcute:check-circle-fill",
|
|
22
22
|
class: "mission-list-icon"
|
|
23
23
|
}), e("span", F, l(t.description), 1)]));
|
|
24
24
|
}
|
|
25
|
-
}), N = /* @__PURE__ */
|
|
25
|
+
}), N = /* @__PURE__ */ r(A, [["__scopeId", "data-v-8659cb17"]]), U = {
|
|
26
26
|
class: "mission-container"
|
|
27
27
|
}, M = {
|
|
28
28
|
class: "mission-image-wrapper"
|
|
@@ -40,7 +40,7 @@ const B = {
|
|
|
40
40
|
style: {
|
|
41
41
|
display: "none"
|
|
42
42
|
}
|
|
43
|
-
}, Y = /* @__PURE__ */
|
|
43
|
+
}, Y = /* @__PURE__ */ m({
|
|
44
44
|
__name: "LandingPageMission",
|
|
45
45
|
props: {
|
|
46
46
|
image: {},
|
|
@@ -51,7 +51,7 @@ const B = {
|
|
|
51
51
|
features: {}
|
|
52
52
|
},
|
|
53
53
|
setup(s) {
|
|
54
|
-
return (t, c) => (
|
|
54
|
+
return (t, c) => (i(), o("div", U, [e("div", M, [c[0] || (c[0] = e("div", {
|
|
55
55
|
class: "mission-bg1"
|
|
56
56
|
}, null, -1)), e("img", {
|
|
57
57
|
src: s.image,
|
|
@@ -60,23 +60,23 @@ const B = {
|
|
|
60
60
|
width: "1270",
|
|
61
61
|
decoding: "async",
|
|
62
62
|
class: "mission-img"
|
|
63
|
-
}, null, 8, j)]), e("div", K, [e("h2", O, [e("span", G, l(s.highlight), 1), e("strong", null, l(s.title), 1)]), e("p", E, l(s.description), 1), e("div", H, [(
|
|
63
|
+
}, null, 8, j)]), e("div", K, [e("h2", O, [e("span", G, l(s.highlight), 1), e("strong", null, l(s.title), 1)]), e("p", E, l(s.description), 1), e("div", H, [(i(!0), o(x, null, I(s.features, (a, p) => (i(), z(N, {
|
|
64
64
|
key: p,
|
|
65
|
-
description:
|
|
66
|
-
}, null, 8, ["description"]))), 128))])]), (
|
|
65
|
+
description: a
|
|
66
|
+
}, null, 8, ["description"]))), 128))])]), (i(), o("svg", R, [...c[1] || (c[1] = [e("symbol", {
|
|
67
67
|
id: "ai:ph:check-circle-fill"
|
|
68
68
|
}, [e("path", {
|
|
69
69
|
fill: "currentColor",
|
|
70
70
|
d: "M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m45.66 85.66l-56 56a8 8 0 0 1-11.32 0l-24-24a8 8 0 0 1 11.32-11.32L112 148.69l50.34-50.35a8 8 0 0 1 11.32 11.32"
|
|
71
71
|
})], -1)])]))]));
|
|
72
72
|
}
|
|
73
|
-
}), et = /* @__PURE__ */
|
|
73
|
+
}), et = /* @__PURE__ */ r(Y, [["__scopeId", "data-v-8d215ca2"]]), J = {
|
|
74
74
|
class: "team-info-container"
|
|
75
75
|
}, Q = {
|
|
76
76
|
class: "team-info-title"
|
|
77
77
|
}, W = {
|
|
78
78
|
class: "team-info-desc"
|
|
79
|
-
}, X = /* @__PURE__ */
|
|
79
|
+
}, X = /* @__PURE__ */ m({
|
|
80
80
|
__name: "LandingPageTeamInfo",
|
|
81
81
|
props: {
|
|
82
82
|
title: {},
|
|
@@ -84,9 +84,9 @@ const B = {
|
|
|
84
84
|
},
|
|
85
85
|
setup(s) {
|
|
86
86
|
const t = s;
|
|
87
|
-
return (c,
|
|
87
|
+
return (c, a) => (i(), o("div", J, [e("div", Q, l(t.title), 1), e("p", W, l(t.description), 1)]));
|
|
88
88
|
}
|
|
89
|
-
}), tt = /* @__PURE__ */
|
|
89
|
+
}), tt = /* @__PURE__ */ r(X, [["__scopeId", "data-v-b6a418e6"]]), Z = {
|
|
90
90
|
class: "grid-container"
|
|
91
91
|
}, ee = {
|
|
92
92
|
class: "square"
|
|
@@ -94,7 +94,7 @@ const B = {
|
|
|
94
94
|
class: "footer"
|
|
95
95
|
}, ne = {
|
|
96
96
|
class: "name"
|
|
97
|
-
}, ae = /* @__PURE__ */
|
|
97
|
+
}, ae = /* @__PURE__ */ m({
|
|
98
98
|
__name: "LandingPageTeamList",
|
|
99
99
|
props: {
|
|
100
100
|
publishedTeamMembers: {},
|
|
@@ -104,24 +104,24 @@ const B = {
|
|
|
104
104
|
pictureClass: {}
|
|
105
105
|
},
|
|
106
106
|
setup(s) {
|
|
107
|
-
return (t, c) => (
|
|
108
|
-
key:
|
|
107
|
+
return (t, c) => (i(), o("div", Z, [(i(!0), o(x, null, I(s.publishedTeamMembers, (a) => (i(), o("div", {
|
|
108
|
+
key: a.data.name,
|
|
109
109
|
class: "group"
|
|
110
110
|
}, [e("div", ee, [e("img", {
|
|
111
|
-
src:
|
|
112
|
-
alt:
|
|
111
|
+
src: a.data.avatar.src,
|
|
112
|
+
alt: a.data.avatar.alt,
|
|
113
113
|
sizes: s.sizes,
|
|
114
114
|
width: s.width,
|
|
115
115
|
height: s.height,
|
|
116
|
-
class:
|
|
117
|
-
}, null, 10, te)]), e("div", se, [e("h2", ne, l(
|
|
118
|
-
default:
|
|
116
|
+
class: k(s.pictureClass ? `${s.pictureClass} picture-img` : "picture-img")
|
|
117
|
+
}, null, 10, te)]), e("div", se, [e("h2", ne, l(a.data.name), 1), u(P, null, {
|
|
118
|
+
default: C(() => [f(l(a.data.title), 1)]),
|
|
119
119
|
_: 2
|
|
120
120
|
}, 1024)])]))), 128))]));
|
|
121
121
|
}
|
|
122
|
-
}), st = /* @__PURE__ */
|
|
122
|
+
}), st = /* @__PURE__ */ r(ae, [["__scopeId", "data-v-89ca8f8c"]]), ie = {
|
|
123
123
|
class: "BrandInfo"
|
|
124
|
-
}, oe = /* @__PURE__ */
|
|
124
|
+
}, oe = /* @__PURE__ */ m({
|
|
125
125
|
__name: "LandingPageBrandInfo",
|
|
126
126
|
props: {
|
|
127
127
|
icon: {
|
|
@@ -152,18 +152,18 @@ const B = {
|
|
|
152
152
|
},
|
|
153
153
|
setup(s) {
|
|
154
154
|
const t = s;
|
|
155
|
-
return (c,
|
|
155
|
+
return (c, a) => (i(), o("div", ie, [u(V, {
|
|
156
156
|
icon: t.icon,
|
|
157
157
|
name: t.name,
|
|
158
158
|
color: t.color,
|
|
159
159
|
"font-size": t.fontSize,
|
|
160
160
|
"icon-size": t.iconSize
|
|
161
|
-
}, null, 8, ["icon", "name", "color", "font-size", "icon-size"]),
|
|
162
|
-
default:
|
|
161
|
+
}, null, 8, ["icon", "name", "color", "font-size", "icon-size"]), u(P, null, {
|
|
162
|
+
default: C(() => [f(l(t.description), 1)]),
|
|
163
163
|
_: 1
|
|
164
164
|
})]));
|
|
165
165
|
}
|
|
166
|
-
}), nt = /* @__PURE__ */
|
|
166
|
+
}), nt = /* @__PURE__ */ r(oe, [["__scopeId", "data-v-9f0b94b0"]]), ce = {
|
|
167
167
|
class: "contact-container"
|
|
168
168
|
}, le = {
|
|
169
169
|
class: "contact-info-section"
|
|
@@ -179,7 +179,7 @@ const B = {
|
|
|
179
179
|
class: "contact-info-item"
|
|
180
180
|
}, fe = ["href"], ge = {
|
|
181
181
|
class: "contact-form-section"
|
|
182
|
-
}, he = /* @__PURE__ */
|
|
182
|
+
}, he = /* @__PURE__ */ m({
|
|
183
183
|
__name: "LandingPageContact",
|
|
184
184
|
props: {
|
|
185
185
|
title: {
|
|
@@ -215,25 +215,25 @@ const B = {
|
|
|
215
215
|
},
|
|
216
216
|
setup(s) {
|
|
217
217
|
const t = s;
|
|
218
|
-
return (c,
|
|
219
|
-
default:
|
|
218
|
+
return (c, a) => (i(), o("div", ce, [e("div", le, [e("h2", re, l(t.contact.title), 1), u(P, null, {
|
|
219
|
+
default: C(() => [f(l(t.contact.description), 1)]),
|
|
220
220
|
_: 1
|
|
221
|
-
}), e("div", de, [e("div", ue, [
|
|
221
|
+
}), e("div", de, [e("div", ue, [u(h(v), {
|
|
222
222
|
class: "contact-info-icon",
|
|
223
223
|
icon: s.mapIcon
|
|
224
|
-
}, null, 8, ["icon"]), e("span", null, l(t.address), 1)]), e("div", me, [
|
|
224
|
+
}, null, 8, ["icon"]), e("span", null, l(t.address), 1)]), e("div", me, [u(h(v), {
|
|
225
225
|
class: "contact-info-icon",
|
|
226
226
|
icon: t.emailIcon
|
|
227
227
|
}, null, 8, ["icon"]), e("a", {
|
|
228
228
|
href: `mailto:${s.email}`
|
|
229
|
-
}, l(t.email), 9, pe)]), e("div", _e, [
|
|
229
|
+
}, l(t.email), 9, pe)]), e("div", _e, [u(h(v), {
|
|
230
230
|
class: "contact-info-icon",
|
|
231
231
|
icon: t.phoneIcon
|
|
232
232
|
}, null, 8, ["icon"]), e("a", {
|
|
233
233
|
href: `tel:${s.phone}`
|
|
234
234
|
}, l(t.phone), 9, fe)])])]), e("div", ge, [g(c.$slots, "contact-form", {}, void 0, !0)])]));
|
|
235
235
|
}
|
|
236
|
-
}), at = /* @__PURE__ */
|
|
236
|
+
}), at = /* @__PURE__ */ r(he, [["__scopeId", "data-v-d93fc680"]]), ve = ["value"], $e = ["value"], ye = {
|
|
237
237
|
class: "form-group"
|
|
238
238
|
}, be = {
|
|
239
239
|
class: "form-group"
|
|
@@ -247,7 +247,7 @@ const B = {
|
|
|
247
247
|
class: "button-content"
|
|
248
248
|
}, Ie = {
|
|
249
249
|
key: 1
|
|
250
|
-
}, Ce = /* @__PURE__ */
|
|
250
|
+
}, Ce = /* @__PURE__ */ m({
|
|
251
251
|
__name: "LandingPageContactForm",
|
|
252
252
|
props: {
|
|
253
253
|
accessKey: {
|
|
@@ -258,18 +258,18 @@ const B = {
|
|
|
258
258
|
}
|
|
259
259
|
},
|
|
260
260
|
setup(s) {
|
|
261
|
-
const t = s, c = $(!1),
|
|
261
|
+
const t = s, c = $(!1), a = $(""), p = $(""), d = $({
|
|
262
262
|
name: "",
|
|
263
263
|
email: "",
|
|
264
264
|
message: ""
|
|
265
|
-
}), y = async (
|
|
265
|
+
}), y = async (w) => {
|
|
266
266
|
c.value = !0;
|
|
267
|
-
const n =
|
|
267
|
+
const n = w.target;
|
|
268
268
|
if (!n.checkValidity()) {
|
|
269
269
|
n.querySelectorAll(":invalid")[0].focus();
|
|
270
270
|
return;
|
|
271
271
|
}
|
|
272
|
-
|
|
272
|
+
a.value = "发送中...", p.value = "";
|
|
273
273
|
try {
|
|
274
274
|
const _ = await fetch("https://api.web3forms.com/submit", {
|
|
275
275
|
method: "POST",
|
|
@@ -280,29 +280,29 @@ const B = {
|
|
|
280
280
|
body: JSON.stringify({
|
|
281
281
|
access_key: t.accessKey,
|
|
282
282
|
to: t.to,
|
|
283
|
-
name:
|
|
284
|
-
email:
|
|
285
|
-
message:
|
|
283
|
+
name: d.value.name,
|
|
284
|
+
email: d.value.email,
|
|
285
|
+
message: d.value.message
|
|
286
286
|
})
|
|
287
287
|
});
|
|
288
|
-
await _.json(), _.status === 200 ? (p.value = "text-green",
|
|
288
|
+
await _.json(), _.status === 200 ? (p.value = "text-green", a.value = "消息发送成功!我们会尽快回复您。") : (p.value = "text-red", a.value = "发送失败,请检查网络连接后重试。");
|
|
289
289
|
} catch {
|
|
290
|
-
p.value = "text-red",
|
|
290
|
+
p.value = "text-red", a.value = "发送失败,请稍后再试!";
|
|
291
291
|
} finally {
|
|
292
292
|
n.reset(), c.value = !1, setTimeout(() => {
|
|
293
|
-
|
|
293
|
+
a.value = "";
|
|
294
294
|
}, 5e3);
|
|
295
295
|
}
|
|
296
296
|
};
|
|
297
|
-
return (
|
|
297
|
+
return (w, n) => (i(), o("form", {
|
|
298
298
|
id: "form",
|
|
299
299
|
action: "https://api.web3forms.com/submit",
|
|
300
300
|
method: "POST",
|
|
301
|
-
class:
|
|
301
|
+
class: k(["contact-form", {
|
|
302
302
|
"was-validated": c.value
|
|
303
303
|
}]),
|
|
304
304
|
novalidate: "",
|
|
305
|
-
onSubmit:
|
|
305
|
+
onSubmit: q(y, ["prevent"])
|
|
306
306
|
}, [e("input", {
|
|
307
307
|
type: "hidden",
|
|
308
308
|
name: "access_key",
|
|
@@ -325,13 +325,13 @@ const B = {
|
|
|
325
325
|
class: "required"
|
|
326
326
|
}, "*")], -1)), b(e("input", {
|
|
327
327
|
id: "name",
|
|
328
|
-
"onUpdate:modelValue": n[0] || (n[0] = (_) =>
|
|
328
|
+
"onUpdate:modelValue": n[0] || (n[0] = (_) => d.value.name = _),
|
|
329
329
|
type: "text",
|
|
330
330
|
placeholder: "请输入您的姓名",
|
|
331
331
|
required: "",
|
|
332
332
|
class: "form-input",
|
|
333
333
|
name: "name"
|
|
334
|
-
}, null, 512), [[L,
|
|
334
|
+
}, null, 512), [[L, d.value.name]]), n[4] || (n[4] = e("div", {
|
|
335
335
|
class: "empty-feedback invalid-feedback form-error"
|
|
336
336
|
}, " 请输入您的姓名。 ", -1))]), e("div", be, [n[5] || (n[5] = e("label", {
|
|
337
337
|
for: "email_address",
|
|
@@ -340,13 +340,13 @@ const B = {
|
|
|
340
340
|
class: "required"
|
|
341
341
|
}, "*")], -1)), b(e("input", {
|
|
342
342
|
id: "email_address",
|
|
343
|
-
"onUpdate:modelValue": n[1] || (n[1] = (_) =>
|
|
343
|
+
"onUpdate:modelValue": n[1] || (n[1] = (_) => d.value.email = _),
|
|
344
344
|
type: "email",
|
|
345
345
|
placeholder: "请输入您的邮箱地址",
|
|
346
346
|
name: "email",
|
|
347
347
|
required: "",
|
|
348
348
|
class: "form-input"
|
|
349
|
-
}, null, 512), [[L,
|
|
349
|
+
}, null, 512), [[L, d.value.email]]), n[6] || (n[6] = e("div", {
|
|
350
350
|
class: "empty-feedback form-error"
|
|
351
351
|
}, " 请输入您的邮箱地址。 ", -1)), n[7] || (n[7] = e("div", {
|
|
352
352
|
class: "invalid-feedback form-error"
|
|
@@ -357,15 +357,15 @@ const B = {
|
|
|
357
357
|
class: "required"
|
|
358
358
|
}, "*")], -1)), b(e("textarea", {
|
|
359
359
|
id: "message",
|
|
360
|
-
"onUpdate:modelValue": n[2] || (n[2] = (_) =>
|
|
360
|
+
"onUpdate:modelValue": n[2] || (n[2] = (_) => d.value.message = _),
|
|
361
361
|
name: "message",
|
|
362
362
|
required: "",
|
|
363
363
|
placeholder: "请输入您的留言内容",
|
|
364
364
|
class: "form-textarea",
|
|
365
365
|
rows: "4"
|
|
366
|
-
}, null, 512), [[L,
|
|
366
|
+
}, null, 512), [[L, d.value.message]]), n[9] || (n[9] = e("div", {
|
|
367
367
|
class: "empty-feedback invalid-feedback form-error"
|
|
368
|
-
}, " 请输入您的留言内容。 ", -1))]), e("button", ke, [
|
|
368
|
+
}, " 请输入您的留言内容。 ", -1))]), e("button", ke, [a.value === "发送中..." ? (i(), o("span", xe, [...n[10] || (n[10] = [e("svg", {
|
|
369
369
|
class: "spinner",
|
|
370
370
|
xmlns: "http://www.w3.org/2000/svg",
|
|
371
371
|
fill: "none",
|
|
@@ -381,19 +381,19 @@ const B = {
|
|
|
381
381
|
class: "spinner-path",
|
|
382
382
|
fill: "currentColor",
|
|
383
383
|
d: "M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"
|
|
384
|
-
})], -1), f(" 发送中... ", -1)])])) : (
|
|
384
|
+
})], -1), f(" 发送中... ", -1)])])) : (i(), o("span", Ie, "发送信息"))]), a.value && a.value !== "发送中..." ? (i(), o("div", {
|
|
385
385
|
key: 0,
|
|
386
|
-
class:
|
|
387
|
-
}, l(
|
|
386
|
+
class: k(["form-result", p.value])
|
|
387
|
+
}, l(a.value), 3)) : T("", !0)], 34));
|
|
388
388
|
}
|
|
389
|
-
}), it = /* @__PURE__ */
|
|
389
|
+
}), it = /* @__PURE__ */ r(Ce, [["__scopeId", "data-v-ea3b8237"]]), Pe = /* @__PURE__ */ m({
|
|
390
390
|
__name: "LandingPageContainer",
|
|
391
391
|
props: {
|
|
392
392
|
flexDirection: {
|
|
393
393
|
default: "column"
|
|
394
394
|
},
|
|
395
395
|
gap: {
|
|
396
|
-
default: "
|
|
396
|
+
default: ""
|
|
397
397
|
},
|
|
398
398
|
padding: {
|
|
399
399
|
default: ""
|
|
@@ -401,25 +401,27 @@ const B = {
|
|
|
401
401
|
},
|
|
402
402
|
setup(s) {
|
|
403
403
|
const t = s;
|
|
404
|
-
return (c,
|
|
404
|
+
return (c, a) => (i(), o("div", {
|
|
405
405
|
class: "landing-page-container",
|
|
406
406
|
style: D({
|
|
407
407
|
flexDirection: t.flexDirection,
|
|
408
|
-
|
|
408
|
+
...t.gap ? {
|
|
409
|
+
gap: t.gap
|
|
410
|
+
} : {},
|
|
409
411
|
...t.padding ? {
|
|
410
412
|
padding: t.padding
|
|
411
413
|
} : {}
|
|
412
414
|
})
|
|
413
415
|
}, [g(c.$slots, "default", {}, void 0, !0)], 4));
|
|
414
416
|
}
|
|
415
|
-
}), ot = /* @__PURE__ */
|
|
417
|
+
}), ot = /* @__PURE__ */ r(Pe, [["__scopeId", "data-v-d10fd5c6"]]), we = {}, Se = {
|
|
416
418
|
role: "separator",
|
|
417
419
|
class: "divider divider-horizontal"
|
|
418
420
|
};
|
|
419
421
|
function ze(s, t) {
|
|
420
|
-
return
|
|
422
|
+
return i(), o("div", Se);
|
|
421
423
|
}
|
|
422
|
-
const
|
|
424
|
+
const S = /* @__PURE__ */ r(we, [["render", ze], ["__scopeId", "data-v-fc6caeb0"]]), qe = {
|
|
423
425
|
class: "bottom"
|
|
424
426
|
}, Te = {
|
|
425
427
|
class: "beian-number"
|
|
@@ -427,7 +429,7 @@ const q = /* @__PURE__ */ d(we, [["render", ze], ["__scopeId", "data-v-fc6caeb0"
|
|
|
427
429
|
class: "copyright-text"
|
|
428
430
|
}, Ve = {
|
|
429
431
|
class: "socials"
|
|
430
|
-
}, Be = ["onClick"], Fe = /* @__PURE__ */
|
|
432
|
+
}, Be = ["onClick"], Fe = /* @__PURE__ */ m({
|
|
431
433
|
__name: "LandingPageFooterContact",
|
|
432
434
|
props: {
|
|
433
435
|
beianNumber: {
|
|
@@ -452,22 +454,19 @@ const q = /* @__PURE__ */ d(we, [["render", ze], ["__scopeId", "data-v-fc6caeb0"
|
|
|
452
454
|
function c() {
|
|
453
455
|
window.open(t.beianUrl);
|
|
454
456
|
}
|
|
455
|
-
return (
|
|
457
|
+
return (a, p) => (i(), o("div", qe, [e("div", {
|
|
456
458
|
class: "beian-text-wrapper",
|
|
457
459
|
onClick: c
|
|
458
|
-
}, [e("span", Te, l(t.beianNumber), 1), e("span", De, l(t.copyrightText), 1)]), e("div", Ve, [(
|
|
460
|
+
}, [e("span", Te, l(t.beianNumber), 1), e("span", De, l(t.copyrightText), 1)]), e("div", Ve, [(i(!0), o(x, null, I(s.links, (d, y) => (i(), o("div", {
|
|
459
461
|
key: y,
|
|
460
462
|
class: "socialItem",
|
|
461
|
-
onClick:
|
|
462
|
-
}, [
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
}, null, 8, ["icon"])
|
|
466
|
-
key: 1,
|
|
467
|
-
icon: r.icon
|
|
468
|
-
}, null, 8, ["icon"])) : I("", !0)], 8, Be))), 128))])]));
|
|
463
|
+
onClick: d.select
|
|
464
|
+
}, [u(h(v), {
|
|
465
|
+
icon: d.icon,
|
|
466
|
+
class: "socialIcon"
|
|
467
|
+
}, null, 8, ["icon"])], 8, Be))), 128))])]));
|
|
469
468
|
}
|
|
470
|
-
}), ct = /* @__PURE__ */
|
|
469
|
+
}), ct = /* @__PURE__ */ r(Fe, [["__scopeId", "data-v-f8d2e0df"]]), Ae = {
|
|
471
470
|
class: "FooterLayout"
|
|
472
471
|
}, Ne = {
|
|
473
472
|
class: "body"
|
|
@@ -475,24 +474,24 @@ const q = /* @__PURE__ */ d(we, [["render", ze], ["__scopeId", "data-v-fc6caeb0"
|
|
|
475
474
|
class: "logo"
|
|
476
475
|
}, Me = {
|
|
477
476
|
class: "links"
|
|
478
|
-
}, je = /* @__PURE__ */
|
|
477
|
+
}, je = /* @__PURE__ */ m({
|
|
479
478
|
__name: "LandingPageFooterLayout",
|
|
480
479
|
setup(s) {
|
|
481
|
-
return (t, c) => (
|
|
480
|
+
return (t, c) => (i(), o("div", Ae, [u(S), e("div", Ne, [e("div", Ue, [g(t.$slots, "LandingPageBrandInfo", {}, void 0, !0)]), e("div", Me, [g(t.$slots, "LandingPageLinkGroup", {}, void 0, !0)])]), u(S), g(t.$slots, "LandingPageFooterContact", {}, void 0, !0)]));
|
|
482
481
|
}
|
|
483
|
-
}), lt = /* @__PURE__ */
|
|
482
|
+
}), lt = /* @__PURE__ */ r(je, [["__scopeId", "data-v-425841c7"]]), Ke = {}, Oe = {
|
|
484
483
|
class: "Description"
|
|
485
484
|
};
|
|
486
485
|
function Ge(s, t) {
|
|
487
|
-
return
|
|
486
|
+
return i(), o("div", Oe, [g(s.$slots, "default", {}, void 0, !0)]);
|
|
488
487
|
}
|
|
489
|
-
const rt = /* @__PURE__ */
|
|
488
|
+
const rt = /* @__PURE__ */ r(Ke, [["render", Ge], ["__scopeId", "data-v-302e1437"]]), Ee = {
|
|
490
489
|
class: "list"
|
|
491
490
|
}, He = {
|
|
492
491
|
class: "title"
|
|
493
492
|
}, Re = {
|
|
494
493
|
class: "listItemContent"
|
|
495
|
-
}, Ye = /* @__PURE__ */
|
|
494
|
+
}, Ye = /* @__PURE__ */ m({
|
|
496
495
|
__name: "LandingPageLinkGroup",
|
|
497
496
|
props: {
|
|
498
497
|
title: {
|
|
@@ -501,11 +500,11 @@ const rt = /* @__PURE__ */ d(Ke, [["render", Ge], ["__scopeId", "data-v-302e1437
|
|
|
501
500
|
},
|
|
502
501
|
setup(s) {
|
|
503
502
|
const t = s;
|
|
504
|
-
return (c,
|
|
503
|
+
return (c, a) => (i(), o("div", Ee, [e("div", He, l(t.title), 1), e("div", Re, [g(c.$slots, "item", {}, void 0, !0)])]));
|
|
505
504
|
}
|
|
506
|
-
}), dt = /* @__PURE__ */
|
|
505
|
+
}), dt = /* @__PURE__ */ r(Ye, [["__scopeId", "data-v-4f6d9dca"]]);
|
|
507
506
|
export {
|
|
508
|
-
|
|
507
|
+
S as D,
|
|
509
508
|
nt as L,
|
|
510
509
|
at as a,
|
|
511
510
|
it as b,
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
import { defineComponent as c, openBlock as i, createElementBlock as l, renderSlot as _, createElementVNode as t, normalizeStyle as p, createBlock as g, withCtx as n, Fragment as f, renderList as m, createVNode as v, createTextVNode as C, toDisplayString as o } from "vue";
|
|
2
|
+
import { _ as d } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
import { C as w, a as y } from "./CollapseItem-DUzZA6tx.js";
|
|
4
|
+
import { D as k } from "./LandingPageDescription-BczWZHKy.js";
|
|
5
|
+
const x = {
|
|
6
|
+
class: "BlockLayout"
|
|
7
|
+
}, L = /* @__PURE__ */ c({
|
|
8
|
+
__name: "LandingPageBlockLayout",
|
|
9
|
+
props: {
|
|
10
|
+
columns: {
|
|
11
|
+
type: Number,
|
|
12
|
+
default: 1
|
|
13
|
+
},
|
|
14
|
+
flexDirection: {
|
|
15
|
+
type: String,
|
|
16
|
+
default: "column"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
setup(s) {
|
|
20
|
+
const e = s;
|
|
21
|
+
return (a, r) => (i(), l("section", x, [_(a.$slots, "BlockHeader", {}, void 0, !0), t("div", {
|
|
22
|
+
class: "BlockBody",
|
|
23
|
+
style: p({
|
|
24
|
+
"--block-columns": e.columns,
|
|
25
|
+
flexDirection: e.flexDirection
|
|
26
|
+
})
|
|
27
|
+
}, [_(a.$slots, "BlockBody", {}, void 0, !0)], 4)]));
|
|
28
|
+
}
|
|
29
|
+
}), E = /* @__PURE__ */ d(L, [["__scopeId", "data-v-1be571ac"]]), B = /* @__PURE__ */ c({
|
|
30
|
+
__name: "LandingPageFAQ",
|
|
31
|
+
props: {
|
|
32
|
+
activeKeys: {
|
|
33
|
+
default: () => []
|
|
34
|
+
},
|
|
35
|
+
faqItems: {
|
|
36
|
+
default: () => [{
|
|
37
|
+
question: "你们有免费试用吗?",
|
|
38
|
+
answer: "我们提供1个月的免费试用"
|
|
39
|
+
}, {
|
|
40
|
+
question: "我可以申请退款吗?",
|
|
41
|
+
answer: "不支持退款,但您可以随时取消订阅。取消订阅后将于下一个结算日的次日生效,在此之前您可以使用服务。为了避免被收取下一计费期的费用,请在下一个计费日期前至少 24 小时取消。"
|
|
42
|
+
}, {
|
|
43
|
+
question: "付费会员的配额什么时候会重置?会在月初吗?",
|
|
44
|
+
answer: "配额重置发生在您订阅后一个月,并非基于日历月。例如,如果您在4月15日订阅,您的配额将在5月15日重置。"
|
|
45
|
+
}, {
|
|
46
|
+
question: "从月付费订阅升级至年付费订阅,费用和有效期是如何计算的?",
|
|
47
|
+
answer: "从月度付费升级至年度付费时,会基于您剩余的月度付费价值计算差额。服务期从升级日起至次年同日。"
|
|
48
|
+
}, {
|
|
49
|
+
question: "你们提供技术支持吗?",
|
|
50
|
+
answer: "是的,在付费期间我们提供全天候的技术支持,可以通过电子邮箱和微信联系我们。"
|
|
51
|
+
}, {
|
|
52
|
+
question: "使用期间有什么限制吗?",
|
|
53
|
+
answer: "在使用期间如果发现开发者违反法律法规或在恶意应用程序中使用等任何不当使用行为,包括但不限于共享或出售订阅,都是被禁止的,可能会导致您的账户被终止且不予退款。我们有权终止服务,详情请参阅《付费服务协议》"
|
|
54
|
+
}]
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
setup(s) {
|
|
58
|
+
const e = s;
|
|
59
|
+
return (a, r) => (i(), g(w, {
|
|
60
|
+
"active-keys": e.activeKeys
|
|
61
|
+
}, {
|
|
62
|
+
default: n(() => [(i(!0), l(f, null, m(e.faqItems, (h, u) => (i(), g(y, {
|
|
63
|
+
key: u,
|
|
64
|
+
index: u
|
|
65
|
+
}, {
|
|
66
|
+
header: n(() => [C(o(h.question), 1)]),
|
|
67
|
+
default: n(() => [v(k, null, {
|
|
68
|
+
default: n(() => [C(o(h.answer), 1)]),
|
|
69
|
+
_: 2
|
|
70
|
+
}, 1024)]),
|
|
71
|
+
_: 2
|
|
72
|
+
}, 1032, ["index"]))), 128))]),
|
|
73
|
+
_: 1
|
|
74
|
+
}, 8, ["active-keys"]));
|
|
75
|
+
}
|
|
76
|
+
}), G = /* @__PURE__ */ d(B, [["__scopeId", "data-v-581e8f75"]]), H = "data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='40'%20height='40'%20rx='14'%20fill='url(%23paint0_linear_1212_46228)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M17%2011C13.6863%2011%2011%2013.6863%2011%2017V23C11%2026.3137%2013.6863%2029%2017%2029H23C26.3137%2029%2029%2026.3137%2029%2023V17C29%2013.6863%2026.3137%2011%2023%2011H17ZM20.0002%2015.9091C20.4521%2015.9091%2020.8184%2016.2754%2020.8184%2016.7273V19.1818H23.2718C23.7237%2019.1818%2024.09%2019.5481%2024.09%2020C24.09%2020.4519%2023.7237%2020.8182%2023.2718%2020.8182H20.8184V23.2727C20.8184%2023.7246%2020.4521%2024.0909%2020.0002%2024.0909C19.5484%2024.0909%2019.182%2023.7246%2019.182%2023.2727V20.8182H16.7264C16.2745%2020.8182%2015.9082%2020.4519%2015.9082%2020C15.9082%2019.5481%2016.2745%2019.1818%2016.7264%2019.1818H19.182V16.7273C19.182%2016.2754%2019.5484%2015.9091%2020.0002%2015.9091Z'%20fill='white'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_1212_46228'%20x1='20'%20y1='0'%20x2='20'%20y2='40'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%235766F0'/%3e%3cstop%20offset='1'%20stop-color='%23591EFF'%20stop-opacity='0.81'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", S = "data:image/svg+xml,%3csvg%20width='72'%20height='48'%20viewBox='0%200%2072%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_1212_46227'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='72'%20height='48'%3e%3crect%20width='72'%20height='48'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_1212_46227)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.3789%2010.0001C16.3789%209.10554%2017.1041%208.38037%2017.9986%208.38037C18.8932%208.38037%2019.6183%209.10554%2019.6183%2010.0001C19.6183%2011.0172%2019.6664%2011.9775%2019.7585%2012.8841C19.8489%2013.7741%2019.2007%2014.5688%2018.3107%2014.6592C17.4208%2014.7497%2016.626%2014.1015%2016.5356%2013.2115C16.4317%2012.1889%2016.3789%2011.1191%2016.3789%2010.0001ZM18.0425%2019.547C17.7074%2018.7176%2018.1082%2017.7736%2018.9377%2017.4385C19.7671%2017.1035%2020.7111%2017.5043%2021.0461%2018.3337C21.7781%2020.146%2022.7687%2021.655%2023.9669%2022.9209C24.5819%2023.5705%2024.5537%2024.5957%2023.9041%2025.2106C23.2544%2025.8256%2022.2293%2025.7975%2021.6143%2025.1478C20.1362%2023.5862%2018.9254%2021.7329%2018.0425%2019.547ZM26.9161%2029.0658C26.1211%2028.6558%2025.8089%2027.6789%2026.219%2026.8838C26.629%2026.0888%2027.6059%2025.7767%2028.4009%2026.1867C30.0125%2027.0178%2031.8088%2027.6689%2033.753%2028.1757C34.6186%2028.4013%2035.1374%2029.286%2034.9118%2030.1516C34.6861%2031.0172%2033.8015%2031.536%2032.9359%2031.3104C30.8126%2030.7569%2028.7832%2030.0287%2026.9161%2029.0658ZM39.1207%2032.4579C38.2329%2032.348%2037.6022%2031.5393%2037.7121%2030.6516C37.8219%2029.7638%2038.6306%2029.1331%2039.5183%2029.2429C41.4424%2029.4809%2043.4322%2029.6311%2045.4551%2029.7252C46.3487%2029.7668%2047.0394%2030.5249%2046.9978%2031.4185C46.9562%2032.312%2046.1981%2033.0027%2045.3045%2032.9611C43.2229%2032.8643%2041.1475%2032.7086%2039.1207%2032.4579ZM51.4468%2033.1103C50.5523%2033.1036%2049.8326%2032.373%2049.8393%2031.4785C49.846%2030.584%2050.5766%2029.8643%2051.4711%2029.871C51.8002%2029.8735%2052.129%2029.8753%2052.4574%2029.8767L49.0395%2026.4589C48.4537%2025.8731%2048.4537%2024.9233%2049.0395%2024.3376C49.6253%2023.7518%2050.5751%2023.7518%2051.1608%2024.3376L56.5556%2029.7323C57.5319%2030.7086%2057.5319%2032.2915%2056.5556%2033.2678L51.1608%2038.6626C50.5751%2039.2484%2049.6253%2039.2484%2049.0395%2038.6626C48.4537%2038.0768%2048.4537%2037.1271%2049.0395%2036.5413L52.4646%2033.1162C52.1261%2033.1148%2051.7868%2033.1129%2051.4468%2033.1103Z'%20fill='black'%20fill-opacity='0.9'/%3e%3c/g%3e%3c/svg%3e", b = {
|
|
77
|
+
class: "section-header"
|
|
78
|
+
}, q = {
|
|
79
|
+
class: "title-section"
|
|
80
|
+
}, D = {
|
|
81
|
+
class: "icon-title"
|
|
82
|
+
}, V = ["src", "width", "height"], M = {
|
|
83
|
+
class: "title"
|
|
84
|
+
}, Z = {
|
|
85
|
+
class: "subtitle-section"
|
|
86
|
+
}, F = ["src", "width", "height"], I = {
|
|
87
|
+
class: "subtitle"
|
|
88
|
+
}, P = "图标", $ = "装饰线条", A = /* @__PURE__ */ c({
|
|
89
|
+
__name: "LandingPageSectionHeader",
|
|
90
|
+
props: {
|
|
91
|
+
title: {},
|
|
92
|
+
subtitle: {},
|
|
93
|
+
icon: {
|
|
94
|
+
default: H
|
|
95
|
+
},
|
|
96
|
+
iconWidth: {
|
|
97
|
+
default: 40
|
|
98
|
+
},
|
|
99
|
+
iconHeight: {
|
|
100
|
+
default: 40
|
|
101
|
+
},
|
|
102
|
+
dashline: {
|
|
103
|
+
default: S
|
|
104
|
+
},
|
|
105
|
+
dashlineWidth: {
|
|
106
|
+
default: 72
|
|
107
|
+
},
|
|
108
|
+
dashlineHeight: {
|
|
109
|
+
default: 48
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
setup(s) {
|
|
113
|
+
const e = s;
|
|
114
|
+
return (a, r) => (i(), l("div", b, [t("div", q, [t("div", D, [t("img", {
|
|
115
|
+
src: e.icon,
|
|
116
|
+
alt: P,
|
|
117
|
+
width: e.iconWidth,
|
|
118
|
+
height: e.iconHeight,
|
|
119
|
+
loading: "lazy",
|
|
120
|
+
decoding: "async",
|
|
121
|
+
class: "icon"
|
|
122
|
+
}, null, 8, V), t("span", M, o(s.title), 1)]), t("div", Z, [t("img", {
|
|
123
|
+
src: e.dashline,
|
|
124
|
+
alt: $,
|
|
125
|
+
width: e.dashlineWidth,
|
|
126
|
+
height: e.dashlineHeight,
|
|
127
|
+
loading: "lazy",
|
|
128
|
+
decoding: "async",
|
|
129
|
+
class: "dashline"
|
|
130
|
+
}, null, 8, F), t("span", I, o(s.subtitle), 1)])])]));
|
|
131
|
+
}
|
|
132
|
+
}), K = /* @__PURE__ */ d(A, [["__scopeId", "data-v-e1681a62"]]);
|
|
133
|
+
export {
|
|
134
|
+
E as L,
|
|
135
|
+
G as a,
|
|
136
|
+
K as b
|
|
137
|
+
};
|