@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
|
@@ -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-60bfd053"]]), 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-eb4bc6c4"]]), 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,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { _ as
|
|
3
|
-
import { C as
|
|
4
|
-
import { D as L } from "./
|
|
5
|
-
const
|
|
1
|
+
import { defineComponent as r, openBlock as s, createElementBlock as i, renderSlot as p, createElementVNode as n, normalizeStyle as g, createBlock as m, withCtx as a, Fragment as y, renderList as k, createVNode as h, createTextVNode as f, toDisplayString as c } from "vue";
|
|
2
|
+
import { _ as l } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
import { C as v, a as B } from "./CollapseItem-DUzZA6tx.js";
|
|
4
|
+
import { D as L } from "./LandingPageDescription-BczWZHKy.js";
|
|
5
|
+
const q = {
|
|
6
6
|
class: "BlockLayout"
|
|
7
|
-
},
|
|
7
|
+
}, w = /* @__PURE__ */ r({
|
|
8
8
|
__name: "LandingPageBlockLayout",
|
|
9
9
|
props: {
|
|
10
10
|
columns: {
|
|
@@ -16,17 +16,17 @@ const w = {
|
|
|
16
16
|
default: "column"
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
|
-
setup(
|
|
20
|
-
const e =
|
|
21
|
-
return (
|
|
19
|
+
setup(t) {
|
|
20
|
+
const e = t;
|
|
21
|
+
return (o, d) => (s(), i("section", q, [p(o.$slots, "BlockHeader", {}, void 0, !0), n("div", {
|
|
22
22
|
class: "BlockBody",
|
|
23
|
-
style:
|
|
24
|
-
|
|
23
|
+
style: g({
|
|
24
|
+
"--block-columns": e.columns,
|
|
25
25
|
flexDirection: e.flexDirection
|
|
26
26
|
})
|
|
27
|
-
}, [
|
|
27
|
+
}, [p(o.$slots, "BlockBody", {}, void 0, !0)], 4)]));
|
|
28
28
|
}
|
|
29
|
-
}),
|
|
29
|
+
}), H = /* @__PURE__ */ l(w, [["__scopeId", "data-v-e53486e8"]]), x = /* @__PURE__ */ r({
|
|
30
30
|
__name: "LandingPageFAQ",
|
|
31
31
|
props: {
|
|
32
32
|
activeKeys: {
|
|
@@ -54,18 +54,18 @@ const w = {
|
|
|
54
54
|
}]
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
|
-
setup(
|
|
58
|
-
const e =
|
|
59
|
-
return (
|
|
57
|
+
setup(t) {
|
|
58
|
+
const e = t;
|
|
59
|
+
return (o, d) => (s(), m(v, {
|
|
60
60
|
"active-keys": e.activeKeys
|
|
61
61
|
}, {
|
|
62
|
-
default:
|
|
63
|
-
key:
|
|
64
|
-
index:
|
|
62
|
+
default: a(() => [(s(!0), i(y, null, k(e.faqItems, (u, _) => (s(), m(B, {
|
|
63
|
+
key: _,
|
|
64
|
+
index: _
|
|
65
65
|
}, {
|
|
66
|
-
header:
|
|
67
|
-
default:
|
|
68
|
-
default:
|
|
66
|
+
header: a(() => [f(c(u.question), 1)]),
|
|
67
|
+
default: a(() => [h(L, null, {
|
|
68
|
+
default: a(() => [f(c(u.answer), 1)]),
|
|
69
69
|
_: 2
|
|
70
70
|
}, 1024)]),
|
|
71
71
|
_: 2
|
|
@@ -73,8 +73,27 @@ const w = {
|
|
|
73
73
|
_: 1
|
|
74
74
|
}, 8, ["active-keys"]));
|
|
75
75
|
}
|
|
76
|
-
}),
|
|
76
|
+
}), V = /* @__PURE__ */ l(x, [["__scopeId", "data-v-581e8f75"]]), b = {
|
|
77
|
+
class: "section-header"
|
|
78
|
+
}, D = {
|
|
79
|
+
class: "title-section"
|
|
80
|
+
}, I = {
|
|
81
|
+
class: "title"
|
|
82
|
+
}, P = {
|
|
83
|
+
class: "subtitle"
|
|
84
|
+
}, S = /* @__PURE__ */ r({
|
|
85
|
+
__name: "LandingPageSectionHeader",
|
|
86
|
+
props: {
|
|
87
|
+
title: {},
|
|
88
|
+
subtitle: {}
|
|
89
|
+
},
|
|
90
|
+
setup(t) {
|
|
91
|
+
const e = t;
|
|
92
|
+
return (o, d) => (s(), i("div", b, [n("div", D, [n("h2", I, c(e.title), 1), n("p", P, c(e.subtitle), 1)])]));
|
|
93
|
+
}
|
|
94
|
+
}), A = /* @__PURE__ */ l(S, [["__scopeId", "data-v-6fab2307"]]);
|
|
77
95
|
export {
|
|
78
|
-
|
|
79
|
-
|
|
96
|
+
H as L,
|
|
97
|
+
V as a,
|
|
98
|
+
A as b
|
|
80
99
|
};
|