@huyooo/ui 1.0.4 → 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/{Contact-DBH8CyKp.js → Contact-BWuVR9ho.js} +3 -3
- package/dist/{LandingPageLinkGroup-r-t3H1X0.js → LandingPageLinkGroup-BZJ48Yss.js} +2 -2
- package/dist/LandingPageSectionHeader-3hiuw6G0.js +99 -0
- package/dist/{LandingPageSectionTabs-DhKpOj5F.js → LandingPageSectionTabs-jRjkWlM-.js} +457 -348
- package/dist/{LegalDocViewer-DlaLKGyX.js → LegalDocViewer-DM8FYBpf.js} +183 -183
- package/dist/{PricingPlans-DoWP5aX7.js → PricingPlans-CV97ck9p.js} +1 -1
- package/dist/authkit.js +1 -1
- package/dist/components/LandingPage/LandingPageButton.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/LandingPageSectionHeader.vue.d.ts +1 -14
- package/dist/components/LandingPage/LandingPageSections.vue.d.ts +1 -1
- package/dist/landingPage.d.ts +1 -0
- package/dist/landingPage.js +40 -39
- package/dist/main.js +127 -126
- package/dist/pay.js +1 -1
- package/dist/privateCom.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/LandingPageSectionHeader-CVAqc7bx.js +0 -137
- package/dist/common/authPanelWidth.d.ts +0 -2
|
@@ -1,9 +1,9 @@
|
|
|
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
|
|
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
5
|
import { Icon as B } from "@iconify/vue";
|
|
6
|
-
import { D as
|
|
6
|
+
import { D as w } from "./LandingPageDescription-BczWZHKy.js";
|
|
7
7
|
import { c as J } from "./index-D56hUMeD.js";
|
|
8
8
|
/* empty css */
|
|
9
9
|
/* empty css */
|
|
@@ -11,35 +11,35 @@ import { Tag as K } from "@arco-design/web-vue";
|
|
|
11
11
|
const Q = {}, X = {
|
|
12
12
|
class: "SubTitle"
|
|
13
13
|
};
|
|
14
|
-
function Y(
|
|
15
|
-
return s(),
|
|
14
|
+
function Y(i, t) {
|
|
15
|
+
return s(), n("div", X, [f(i.$slots, "default", {}, void 0, !0)]);
|
|
16
16
|
}
|
|
17
17
|
const V = /* @__PURE__ */ p(Q, [["render", Y], ["__scopeId", "data-v-961808f9"]]), ee = {}, te = {
|
|
18
18
|
class: "Title"
|
|
19
19
|
};
|
|
20
|
-
function se(
|
|
21
|
-
return s(),
|
|
20
|
+
function se(i, t) {
|
|
21
|
+
return s(), n("h2", te, [f(i.$slots, "default", {}, void 0, !0)]);
|
|
22
22
|
}
|
|
23
23
|
const ae = /* @__PURE__ */ p(ee, [["render", se], ["__scopeId", "data-v-3bd32caf"]]), ne = {
|
|
24
24
|
class: "BlockHeader"
|
|
25
25
|
}, ie = /* @__PURE__ */ g({
|
|
26
26
|
__name: "LandingPageBlockHeader",
|
|
27
|
-
setup(
|
|
28
|
-
return (t,
|
|
27
|
+
setup(i) {
|
|
28
|
+
return (t, l) => (s(), n("div", ne, [u(ae, {
|
|
29
29
|
class: "BlockHeaderTitle"
|
|
30
30
|
}, {
|
|
31
|
-
default: _(() => [
|
|
31
|
+
default: _(() => [f(t.$slots, "title", {}, void 0, !0)]),
|
|
32
32
|
_: 3
|
|
33
33
|
}), u(V, {
|
|
34
34
|
class: "BlockHeaderSubTitle"
|
|
35
35
|
}, {
|
|
36
|
-
default: _(() => [
|
|
36
|
+
default: _(() => [f(t.$slots, "subTitle", {}, void 0, !0)]),
|
|
37
37
|
_: 3
|
|
38
38
|
})]));
|
|
39
39
|
}
|
|
40
40
|
}), oe = /* @__PURE__ */ p(ie, [["__scopeId", "data-v-59ccd5cb"]]), ce = /* @__PURE__ */ g({
|
|
41
41
|
__name: "LandingPageAbout",
|
|
42
|
-
setup(
|
|
42
|
+
setup(i) {
|
|
43
43
|
const t = [{
|
|
44
44
|
data: {
|
|
45
45
|
name: "Janette Lynch",
|
|
@@ -77,13 +77,13 @@ const ae = /* @__PURE__ */ p(ee, [["render", se], ["__scopeId", "data-v-3bd32caf
|
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
79
|
}];
|
|
80
|
-
return (
|
|
80
|
+
return (l, o) => (s(), n(m, null, [u(E, null, {
|
|
81
81
|
BlockHeader: _(() => [u(oe, null, {
|
|
82
|
-
title: _(() => [...o[0] || (o[0] = [
|
|
83
|
-
subTitle: _(() => [...o[1] || (o[1] = [
|
|
82
|
+
title: _(() => [...o[0] || (o[0] = [h("核心团队", -1)])]),
|
|
83
|
+
subTitle: _(() => [...o[1] || (o[1] = [h("我们是一个充满激情的小团队。", -1)])]),
|
|
84
84
|
_: 1
|
|
85
85
|
})]),
|
|
86
|
-
BlockBody: _(() => [u(
|
|
86
|
+
BlockBody: _(() => [u(N, {
|
|
87
87
|
title: "Empowering the world with Astro.",
|
|
88
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."
|
|
89
89
|
}), u(G, {
|
|
@@ -99,7 +99,7 @@ const ae = /* @__PURE__ */ p(ee, [["render", se], ["__scopeId", "data-v-3bd32caf
|
|
|
99
99
|
features: ["Intelligent Task Management", "Real-time Collaboration", "Data Security & Privacy"]
|
|
100
100
|
})], 64));
|
|
101
101
|
}
|
|
102
|
-
}),
|
|
102
|
+
}), oa = /* @__PURE__ */ p(ce, [["__scopeId", "data-v-a40e05a5"]]), re = {
|
|
103
103
|
class: "nav"
|
|
104
104
|
}, le = {
|
|
105
105
|
class: "section"
|
|
@@ -107,8 +107,8 @@ const ae = /* @__PURE__ */ p(ee, [["render", se], ["__scopeId", "data-v-3bd32caf
|
|
|
107
107
|
class: "section"
|
|
108
108
|
}, _e = ["href"], pe = /* @__PURE__ */ g({
|
|
109
109
|
__name: "LandingPageAside",
|
|
110
|
-
setup(
|
|
111
|
-
const t =
|
|
110
|
+
setup(i) {
|
|
111
|
+
const t = x([{
|
|
112
112
|
text: "Editor",
|
|
113
113
|
href: "/docs/editor/getting-started/overview"
|
|
114
114
|
}, {
|
|
@@ -123,7 +123,7 @@ const ae = /* @__PURE__ */ p(ee, [["render", se], ["__scopeId", "data-v-3bd32caf
|
|
|
123
123
|
}, {
|
|
124
124
|
text: "Documents",
|
|
125
125
|
href: "/docs/collaboration/documents"
|
|
126
|
-
}]),
|
|
126
|
+
}]), l = x([{
|
|
127
127
|
text: "Guides",
|
|
128
128
|
href: "/docs/guides"
|
|
129
129
|
}, {
|
|
@@ -139,7 +139,7 @@ const ae = /* @__PURE__ */ p(ee, [["render", se], ["__scopeId", "data-v-3bd32caf
|
|
|
139
139
|
text: "Pro license",
|
|
140
140
|
href: "/docs/resources/pro-license"
|
|
141
141
|
}]);
|
|
142
|
-
return (o, a) => (s(),
|
|
142
|
+
return (o, a) => (s(), n("nav", re, [a[2] || (a[2] = e("div", {
|
|
143
143
|
class: "section"
|
|
144
144
|
}, [e("div", {
|
|
145
145
|
class: "section-title"
|
|
@@ -148,45 +148,45 @@ const ae = /* @__PURE__ */ p(ee, [["render", se], ["__scopeId", "data-v-3bd32caf
|
|
|
148
148
|
href: "/docs"
|
|
149
149
|
}, "Overview")])], -1)), e("div", le, [a[0] || (a[0] = e("div", {
|
|
150
150
|
class: "section-title"
|
|
151
|
-
}, "Browse by feature", -1)), e("div", null, [(s(!0),
|
|
152
|
-
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,
|
|
153
153
|
class: "link",
|
|
154
|
-
href:
|
|
155
|
-
}, c(
|
|
154
|
+
href: r.href
|
|
155
|
+
}, c(r.text), 9, de))), 128))])]), e("div", ue, [a[1] || (a[1] = e("div", {
|
|
156
156
|
class: "section-title"
|
|
157
|
-
}, "Resources", -1)), e("div", null, [(s(!0),
|
|
158
|
-
key:
|
|
157
|
+
}, "Resources", -1)), e("div", null, [(s(!0), n(m, null, v(l.value, (r) => (s(), n("a", {
|
|
158
|
+
key: r.text,
|
|
159
159
|
class: "link",
|
|
160
|
-
href:
|
|
161
|
-
}, c(
|
|
160
|
+
href: r.href
|
|
161
|
+
}, c(r.text), 9, _e))), 128))])])]));
|
|
162
162
|
}
|
|
163
|
-
}),
|
|
163
|
+
}), ca = /* @__PURE__ */ p(pe, [["__scopeId", "data-v-486b0852"]]), ge = /* @__PURE__ */ g({
|
|
164
164
|
__name: "LandingPageButton",
|
|
165
165
|
props: {
|
|
166
166
|
type: {}
|
|
167
167
|
},
|
|
168
|
-
setup(
|
|
169
|
-
return (t,
|
|
170
|
-
class:
|
|
171
|
-
}, [
|
|
168
|
+
setup(i) {
|
|
169
|
+
return (t, l) => (s(), n("span", {
|
|
170
|
+
class: L(["heroButton", [i.type === "primary" ? "heroButtonPrimary" : "heroButtonSecondary"]])
|
|
171
|
+
}, [f(t.$slots, "default", {}, void 0, !0)], 2));
|
|
172
172
|
}
|
|
173
|
-
}),
|
|
173
|
+
}), he = /* @__PURE__ */ p(ge, [["__scopeId", "data-v-7c4d264b"]]), me = {}, fe = {
|
|
174
174
|
class: "Card"
|
|
175
175
|
};
|
|
176
|
-
function ve(
|
|
177
|
-
return s(),
|
|
176
|
+
function ve(i, t) {
|
|
177
|
+
return s(), n("div", fe, [f(i.$slots, "default", {}, void 0, !0)]);
|
|
178
178
|
}
|
|
179
|
-
const q = /* @__PURE__ */ p(
|
|
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 = {
|
|
180
180
|
class: "cta-container"
|
|
181
|
-
},
|
|
181
|
+
}, $e = ["src"], ke = {
|
|
182
182
|
class: "cta-content"
|
|
183
183
|
}, Pe = {
|
|
184
184
|
class: "cta-title"
|
|
185
|
-
}, Le = {
|
|
186
|
-
class: "cta-description"
|
|
187
185
|
}, xe = {
|
|
186
|
+
class: "cta-description"
|
|
187
|
+
}, Le = {
|
|
188
188
|
class: "cta-actions"
|
|
189
|
-
},
|
|
189
|
+
}, Ce = /* @__PURE__ */ g({
|
|
190
190
|
__name: "LandingPageCta",
|
|
191
191
|
props: {
|
|
192
192
|
title: {
|
|
@@ -202,23 +202,23 @@ const q = /* @__PURE__ */ p(he, [["render", ve], ["__scopeId", "data-v-102e7fdf"
|
|
|
202
202
|
default: "120%"
|
|
203
203
|
}
|
|
204
204
|
},
|
|
205
|
-
setup(
|
|
206
|
-
const t =
|
|
207
|
-
return (
|
|
205
|
+
setup(i) {
|
|
206
|
+
const t = i;
|
|
207
|
+
return (l, o) => (s(), n("div", ye, [e("img", {
|
|
208
208
|
src: t.backgroundUrl,
|
|
209
209
|
class: "cta-background",
|
|
210
210
|
alt: "background",
|
|
211
|
-
style:
|
|
211
|
+
style: C({
|
|
212
212
|
width: t.backgroundSize,
|
|
213
213
|
height: t.backgroundSize
|
|
214
214
|
})
|
|
215
|
-
}, 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)])])]));
|
|
216
216
|
}
|
|
217
|
-
}),
|
|
217
|
+
}), ra = /* @__PURE__ */ p(Ce, [["__scopeId", "data-v-caeb8fed"]]), Ie = {
|
|
218
218
|
class: "Features"
|
|
219
219
|
}, we = {
|
|
220
220
|
class: "feature-title"
|
|
221
|
-
},
|
|
221
|
+
}, Se = /* @__PURE__ */ g({
|
|
222
222
|
__name: "LandingPageFeatures",
|
|
223
223
|
props: {
|
|
224
224
|
features: {
|
|
@@ -255,28 +255,28 @@ const q = /* @__PURE__ */ p(he, [["render", ve], ["__scopeId", "data-v-102e7fdf"
|
|
|
255
255
|
default: "var(--landing-step-number-color)"
|
|
256
256
|
}
|
|
257
257
|
},
|
|
258
|
-
setup(
|
|
259
|
-
const t =
|
|
260
|
-
return (
|
|
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
261
|
key: a.title
|
|
262
262
|
}, {
|
|
263
263
|
default: _(() => [e("div", {
|
|
264
264
|
class: "icon-container",
|
|
265
|
-
style:
|
|
265
|
+
style: C({
|
|
266
266
|
color: t.iconColor,
|
|
267
267
|
border: `1px solid ${t.iconBorderColor}`
|
|
268
268
|
})
|
|
269
|
-
}, [u(
|
|
269
|
+
}, [u(S(B), {
|
|
270
270
|
class: "icon",
|
|
271
271
|
icon: a.icon
|
|
272
|
-
}, null, 8, ["icon"])], 4), e("h3", we, c(a.title), 1), u(
|
|
273
|
-
default: _(() => [
|
|
272
|
+
}, null, 8, ["icon"])], 4), e("h3", we, c(a.title), 1), u(w, null, {
|
|
273
|
+
default: _(() => [h(c(a.description), 1)]),
|
|
274
274
|
_: 2
|
|
275
275
|
}, 1024)]),
|
|
276
276
|
_: 2
|
|
277
277
|
}, 1024))), 128))]));
|
|
278
278
|
}
|
|
279
|
-
}),
|
|
279
|
+
}), la = /* @__PURE__ */ p(Se, [["__scopeId", "data-v-e9a40ee8"]]), Te = {
|
|
280
280
|
class: "tt-feature-list"
|
|
281
281
|
}, Ae = {
|
|
282
282
|
class: "tt-feature-content"
|
|
@@ -292,10 +292,10 @@ const q = /* @__PURE__ */ p(he, [["render", ve], ["__scopeId", "data-v-102e7fdf"
|
|
|
292
292
|
required: !0
|
|
293
293
|
}
|
|
294
294
|
},
|
|
295
|
-
setup(
|
|
296
|
-
const t =
|
|
297
|
-
return (
|
|
298
|
-
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,
|
|
299
299
|
class: "tt-feature-item centered"
|
|
300
300
|
}, [o[1] || (o[1] = e("div", {
|
|
301
301
|
class: "tt-feature-icon"
|
|
@@ -303,19 +303,19 @@ const q = /* @__PURE__ */ p(he, [["render", ve], ["__scopeId", "data-v-102e7fdf"
|
|
|
303
303
|
src: "https://cdn.prod.website-files.com/645a9acecda2e0594fac6126/66cda872417824f6aabdc2ad_check-highlight-badge.svg",
|
|
304
304
|
loading: "lazy",
|
|
305
305
|
class: "feature-media"
|
|
306
|
-
})], -1)), e("div", Ae, [e("h3", Be, c(a.title), 1), e("p", Fe, [
|
|
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))]));
|
|
307
307
|
}
|
|
308
|
-
}),
|
|
308
|
+
}), da = /* @__PURE__ */ p(Ve, [["__scopeId", "data-v-5e0deecb"]]), qe = {
|
|
309
309
|
class: "Footer"
|
|
310
310
|
}, F = "support@huyooo.com", He = /* @__PURE__ */ g({
|
|
311
311
|
__name: "LandingPageFooter",
|
|
312
|
-
setup(
|
|
313
|
-
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");
|
|
314
314
|
function a() {
|
|
315
315
|
const b = J(F, "", "");
|
|
316
316
|
window.location.href = b;
|
|
317
317
|
}
|
|
318
|
-
const
|
|
318
|
+
const r = x([{
|
|
319
319
|
type: "text",
|
|
320
320
|
icon: "ic:baseline-email",
|
|
321
321
|
content: F,
|
|
@@ -327,7 +327,7 @@ const q = /* @__PURE__ */ p(he, [["render", ve], ["__scopeId", "data-v-102e7fdf"
|
|
|
327
327
|
select() {
|
|
328
328
|
}
|
|
329
329
|
}]);
|
|
330
|
-
return (
|
|
330
|
+
return (y, d) => (s(), n("div", qe, [u(U, null, {
|
|
331
331
|
LandingPageBrandInfo: _(() => [u(R, {
|
|
332
332
|
icon: "https://ghibliaigenerator.app/logo.png",
|
|
333
333
|
name: "ONES",
|
|
@@ -336,77 +336,82 @@ const q = /* @__PURE__ */ p(he, [["render", ve], ["__scopeId", "data-v-102e7fdf"
|
|
|
336
336
|
LandingPageLinkGroup: _(() => [u(T, {
|
|
337
337
|
title: "产品"
|
|
338
338
|
}, {
|
|
339
|
-
item: _(() => [u(
|
|
340
|
-
default: _(() => [...
|
|
339
|
+
item: _(() => [u(k, null, {
|
|
340
|
+
default: _(() => [...d[0] || (d[0] = [h("功能", -1)])]),
|
|
341
341
|
_: 1
|
|
342
|
-
}), u(
|
|
343
|
-
default: _(() => [...
|
|
342
|
+
}), u(k, null, {
|
|
343
|
+
default: _(() => [...d[1] || (d[1] = [h("展示", -1)])]),
|
|
344
344
|
_: 1
|
|
345
|
-
}), u(
|
|
346
|
-
default: _(() => [...
|
|
345
|
+
}), u(k, null, {
|
|
346
|
+
default: _(() => [...d[2] || (d[2] = [h("价格", -1)])]),
|
|
347
347
|
_: 1
|
|
348
348
|
})]),
|
|
349
349
|
_: 1
|
|
350
350
|
}), u(T, {
|
|
351
351
|
title: "资源"
|
|
352
352
|
}, {
|
|
353
|
-
item: _(() => [u(
|
|
354
|
-
default: _(() => [...
|
|
353
|
+
item: _(() => [u(k, null, {
|
|
354
|
+
default: _(() => [...d[3] || (d[3] = [h("安全性与合规性", -1)])]),
|
|
355
355
|
_: 1
|
|
356
356
|
})]),
|
|
357
357
|
_: 1
|
|
358
358
|
}), u(T, {
|
|
359
359
|
title: "公司"
|
|
360
360
|
}, {
|
|
361
|
-
item: _(() => [u(
|
|
362
|
-
default: _(() => [...
|
|
361
|
+
item: _(() => [u(k, null, {
|
|
362
|
+
default: _(() => [...d[4] || (d[4] = [h("博客", -1)])]),
|
|
363
363
|
_: 1
|
|
364
|
-
}), u(
|
|
365
|
-
default: _(() => [...
|
|
364
|
+
}), u(k, null, {
|
|
365
|
+
default: _(() => [...d[5] || (d[5] = [h("公司简介", -1)])]),
|
|
366
366
|
_: 1
|
|
367
|
-
}), u(
|
|
368
|
-
default: _(() => [...
|
|
367
|
+
}), u(k, null, {
|
|
368
|
+
default: _(() => [...d[6] || (d[6] = [h("个人信息收集清单", -1)])]),
|
|
369
369
|
_: 1
|
|
370
|
-
}), u(
|
|
371
|
-
default: _(() => [...
|
|
370
|
+
}), u(k, null, {
|
|
371
|
+
default: _(() => [...d[7] || (d[7] = [h("第三方信息共享清单", -1)])]),
|
|
372
372
|
_: 1
|
|
373
|
-
}), u(
|
|
374
|
-
default: _(() => [...
|
|
373
|
+
}), u(k, null, {
|
|
374
|
+
default: _(() => [...d[8] || (d[8] = [h("用户服务协议", -1)])]),
|
|
375
375
|
_: 1
|
|
376
|
-
}), u(
|
|
377
|
-
default: _(() => [...
|
|
376
|
+
}), u(k, null, {
|
|
377
|
+
default: _(() => [...d[9] || (d[9] = [h("隐私协议", -1)])]),
|
|
378
378
|
_: 1
|
|
379
379
|
})]),
|
|
380
380
|
_: 1
|
|
381
381
|
})]),
|
|
382
382
|
LandingPageFooterContact: _(() => [u(W, {
|
|
383
383
|
"beian-number": t.value,
|
|
384
|
-
"copyright-text":
|
|
384
|
+
"copyright-text": l.value,
|
|
385
385
|
"beian-url": o.value,
|
|
386
|
-
links:
|
|
386
|
+
links: r.value
|
|
387
387
|
}, null, 8, ["beian-number", "copyright-text", "beian-url", "links"])]),
|
|
388
388
|
_: 1
|
|
389
389
|
})]));
|
|
390
390
|
}
|
|
391
|
-
}),
|
|
391
|
+
}), ua = /* @__PURE__ */ p(He, [["__scopeId", "data-v-e2021589"]]), Me = {
|
|
392
392
|
class: "hero"
|
|
393
|
-
}, Me = {
|
|
394
|
-
class: "heroContent"
|
|
395
393
|
}, je = {
|
|
394
|
+
class: "heroContent"
|
|
395
|
+
}, De = {
|
|
396
396
|
class: "heroHeading"
|
|
397
397
|
}, ze = {
|
|
398
398
|
class: "heroTitle"
|
|
399
|
-
}, Ne = {
|
|
400
|
-
class: "heroDescription"
|
|
401
399
|
}, Ee = {
|
|
400
|
+
class: "heroDescription"
|
|
401
|
+
}, Ne = {
|
|
402
402
|
class: "heroActions"
|
|
403
403
|
}, Ge = {
|
|
404
|
+
key: 0,
|
|
405
|
+
class: "heroInstall"
|
|
406
|
+
}, Oe = {
|
|
407
|
+
class: "heroInstall__code"
|
|
408
|
+
}, Ue = {
|
|
404
409
|
key: 0,
|
|
405
410
|
class: "heroImage"
|
|
406
|
-
},
|
|
411
|
+
}, We = ["src", "alt"], Re = {
|
|
407
412
|
key: 1,
|
|
408
413
|
class: "heroImage"
|
|
409
|
-
},
|
|
414
|
+
}, Ze = /* @__PURE__ */ g({
|
|
410
415
|
__name: "LandingPageHero",
|
|
411
416
|
props: {
|
|
412
417
|
title: {
|
|
@@ -424,20 +429,42 @@ const q = /* @__PURE__ */ p(he, [["render", ve], ["__scopeId", "data-v-102e7fdf"
|
|
|
424
429
|
imageAlt: {
|
|
425
430
|
type: String,
|
|
426
431
|
default: () => "Hero Image"
|
|
432
|
+
},
|
|
433
|
+
installCommand: {
|
|
434
|
+
type: String,
|
|
435
|
+
default: () => ""
|
|
427
436
|
}
|
|
428
437
|
},
|
|
429
|
-
setup(
|
|
430
|
-
const t =
|
|
431
|
-
|
|
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", {
|
|
432
459
|
src: t.heroSource,
|
|
433
460
|
alt: t.imageAlt || "Hero Image",
|
|
434
461
|
loading: "eager",
|
|
435
462
|
class: "hero-image"
|
|
436
|
-
}, null, 8,
|
|
463
|
+
}, null, 8, We)])) : (s(), n("div", Re, [f(r.$slots, "heroSource", {}, void 0, !0)]))]));
|
|
437
464
|
}
|
|
438
|
-
}),
|
|
465
|
+
}), _a = /* @__PURE__ */ p(Ze, [["__scopeId", "data-v-9070fb47"]]), Je = {
|
|
439
466
|
class: "logos-list"
|
|
440
|
-
},
|
|
467
|
+
}, Ke = /* @__PURE__ */ g({
|
|
441
468
|
__name: "LandingPageLogos",
|
|
442
469
|
props: {
|
|
443
470
|
title: {
|
|
@@ -462,15 +489,15 @@ const q = /* @__PURE__ */ p(he, [["render", ve], ["__scopeId", "data-v-102e7fdf"
|
|
|
462
489
|
}]
|
|
463
490
|
}
|
|
464
491
|
},
|
|
465
|
-
setup(
|
|
466
|
-
const t =
|
|
467
|
-
return (
|
|
468
|
-
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,
|
|
469
496
|
icon: a.name,
|
|
470
497
|
class: "logo-icon"
|
|
471
498
|
}, null, 8, ["icon"]))), 128))]));
|
|
472
499
|
}
|
|
473
|
-
}),
|
|
500
|
+
}), pa = /* @__PURE__ */ p(Ke, [["__scopeId", "data-v-1eb19277"]]), Qe = /* @__PURE__ */ g({
|
|
474
501
|
__name: "LandingPagePageContent",
|
|
475
502
|
props: {
|
|
476
503
|
maxWidth: {
|
|
@@ -490,8 +517,8 @@ const q = /* @__PURE__ */ p(he, [["render", ve], ["__scopeId", "data-v-102e7fdf"
|
|
|
490
517
|
default: "column"
|
|
491
518
|
}
|
|
492
519
|
},
|
|
493
|
-
setup(
|
|
494
|
-
const t =
|
|
520
|
+
setup(i) {
|
|
521
|
+
const t = i, l = A(() => ({
|
|
495
522
|
maxWidth: t.maxWidth,
|
|
496
523
|
margin: t.center ? "0 auto" : void 0,
|
|
497
524
|
width: "100%",
|
|
@@ -500,36 +527,36 @@ const q = /* @__PURE__ */ p(he, [["render", ve], ["__scopeId", "data-v-102e7fdf"
|
|
|
500
527
|
flexDirection: t.flexDirection ?? "column",
|
|
501
528
|
gap: t.gap
|
|
502
529
|
}));
|
|
503
|
-
return (o, a) => (s(),
|
|
530
|
+
return (o, a) => (s(), n("div", {
|
|
504
531
|
class: "PageContent",
|
|
505
|
-
style:
|
|
506
|
-
}, [
|
|
532
|
+
style: C(l.value)
|
|
533
|
+
}, [f(o.$slots, "default", {}, void 0, !0)], 4));
|
|
507
534
|
}
|
|
508
|
-
}),
|
|
535
|
+
}), ga = /* @__PURE__ */ p(Qe, [["__scopeId", "data-v-00ec8180"]]), Xe = {
|
|
509
536
|
class: "page-content"
|
|
510
|
-
},
|
|
537
|
+
}, Ye = /* @__PURE__ */ g({
|
|
511
538
|
__name: "PageContent",
|
|
512
|
-
setup(
|
|
513
|
-
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)]));
|
|
514
541
|
}
|
|
515
|
-
}),
|
|
542
|
+
}), ha = /* @__PURE__ */ p(Ye, [["__scopeId", "data-v-b01d54bb"]]), et = {
|
|
516
543
|
class: "Tabs"
|
|
517
|
-
},
|
|
544
|
+
}, tt = {
|
|
518
545
|
class: "tabs-root"
|
|
519
|
-
},
|
|
546
|
+
}, st = {
|
|
520
547
|
role: "radiogroup",
|
|
521
548
|
"aria-required": "false",
|
|
522
549
|
dir: "ltr",
|
|
523
550
|
class: "tabs-group",
|
|
524
551
|
tabindex: "0"
|
|
525
|
-
},
|
|
552
|
+
}, at = ["id", "aria-checked", "data-state", "value", "tabindex", "onClick"], nt = {
|
|
526
553
|
key: 0,
|
|
527
554
|
"data-state": "checked",
|
|
528
555
|
class: "tabs-radio-icon"
|
|
529
|
-
},
|
|
556
|
+
}, it = ["for"], ot = {
|
|
530
557
|
key: 0,
|
|
531
558
|
class: "tabs-badge"
|
|
532
|
-
},
|
|
559
|
+
}, ct = /* @__PURE__ */ g({
|
|
533
560
|
__name: "LandingPageTabs",
|
|
534
561
|
props: {
|
|
535
562
|
tabs: {
|
|
@@ -542,35 +569,35 @@ const q = /* @__PURE__ */ p(he, [["render", ve], ["__scopeId", "data-v-102e7fdf"
|
|
|
542
569
|
}
|
|
543
570
|
},
|
|
544
571
|
emits: ["update:modelValue"],
|
|
545
|
-
setup(
|
|
546
|
-
const t =
|
|
547
|
-
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", {
|
|
548
575
|
key: a.value,
|
|
549
|
-
class:
|
|
550
|
-
"tabs-item-active": a.value ===
|
|
576
|
+
class: L(["tabs-item", {
|
|
577
|
+
"tabs-item-active": a.value === i.modelValue
|
|
551
578
|
}])
|
|
552
579
|
}, [e("button", {
|
|
553
580
|
id: a.value,
|
|
554
581
|
type: "button",
|
|
555
582
|
role: "radio",
|
|
556
|
-
"aria-checked": a.value ===
|
|
557
|
-
"data-state": a.value ===
|
|
583
|
+
"aria-checked": a.value === i.modelValue,
|
|
584
|
+
"data-state": a.value === i.modelValue ? "checked" : "unchecked",
|
|
558
585
|
value: a.value,
|
|
559
586
|
class: "tabs-radio",
|
|
560
|
-
tabindex: a.value ===
|
|
561
|
-
onClick: (
|
|
562
|
-
}, [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", {
|
|
563
590
|
class: "tabs-label",
|
|
564
591
|
for: a.value
|
|
565
|
-
}, [e("span", null, c(a.label), 1), a.badge ? (s(),
|
|
592
|
+
}, [e("span", null, c(a.label), 1), a.badge ? (s(), n("div", ot, c(a.badge), 1)) : P("", !0)], 8, it)], 2))), 128))])])]));
|
|
566
593
|
}
|
|
567
|
-
}),
|
|
594
|
+
}), rt = /* @__PURE__ */ p(ct, [["__scopeId", "data-v-eae49087"]]), lt = {
|
|
568
595
|
class: "PriceGroup"
|
|
569
|
-
},
|
|
596
|
+
}, dt = /* @__PURE__ */ g({
|
|
570
597
|
__name: "LandingPagePriceGroup",
|
|
571
|
-
setup(
|
|
572
|
-
const t =
|
|
573
|
-
return (
|
|
598
|
+
setup(i) {
|
|
599
|
+
const t = x("subscribe-monthly");
|
|
600
|
+
return (l, o) => (s(), n("div", lt, [u(rt, {
|
|
574
601
|
modelValue: t.value,
|
|
575
602
|
"onUpdate:modelValue": o[0] || (o[0] = (a) => t.value = a),
|
|
576
603
|
tabs: [{
|
|
@@ -584,35 +611,35 @@ const q = /* @__PURE__ */ p(he, [["render", ve], ["__scopeId", "data-v-102e7fdf"
|
|
|
584
611
|
value: "pay-as-you-go",
|
|
585
612
|
label: "按需付费"
|
|
586
613
|
}]
|
|
587
|
-
}, null, 8, ["modelValue"]),
|
|
614
|
+
}, null, 8, ["modelValue"]), f(l.$slots, "default", {}, void 0, !0)]));
|
|
588
615
|
}
|
|
589
|
-
}),
|
|
616
|
+
}), ma = /* @__PURE__ */ p(dt, [["__scopeId", "data-v-43a35f55"]]), ut = {
|
|
590
617
|
class: "PricingCard"
|
|
591
|
-
},
|
|
618
|
+
}, _t = {
|
|
592
619
|
class: "title"
|
|
593
|
-
},
|
|
620
|
+
}, pt = {
|
|
594
621
|
class: "titleText"
|
|
595
|
-
},
|
|
622
|
+
}, gt = {
|
|
596
623
|
class: "description"
|
|
597
|
-
},
|
|
624
|
+
}, ht = {
|
|
598
625
|
class: "priceAndDiscount"
|
|
599
|
-
}, gt = {
|
|
600
|
-
class: "price"
|
|
601
626
|
}, mt = {
|
|
627
|
+
class: "price"
|
|
628
|
+
}, ft = {
|
|
602
629
|
class: "discount"
|
|
603
|
-
},
|
|
630
|
+
}, vt = {
|
|
604
631
|
style: {
|
|
605
632
|
position: "relative",
|
|
606
633
|
top: "3px"
|
|
607
634
|
}
|
|
608
|
-
},
|
|
635
|
+
}, bt = {
|
|
609
636
|
key: 1,
|
|
610
637
|
class: "priceNotDiscount"
|
|
611
|
-
},
|
|
638
|
+
}, yt = {
|
|
612
639
|
class: "cycle"
|
|
613
|
-
},
|
|
640
|
+
}, $t = {
|
|
614
641
|
class: "features"
|
|
615
|
-
},
|
|
642
|
+
}, kt = /* @__PURE__ */ g({
|
|
616
643
|
__name: "LandingPagePricingCard",
|
|
617
644
|
props: {
|
|
618
645
|
loading: {
|
|
@@ -671,56 +698,127 @@ const q = /* @__PURE__ */ p(he, [["render", ve], ["__scopeId", "data-v-102e7fdf"
|
|
|
671
698
|
}
|
|
672
699
|
},
|
|
673
700
|
emits: ["toPay"],
|
|
674
|
-
setup(
|
|
701
|
+
setup(i, {
|
|
675
702
|
emit: t
|
|
676
703
|
}) {
|
|
677
|
-
const
|
|
704
|
+
const l = t, o = i;
|
|
678
705
|
function a() {
|
|
679
|
-
|
|
706
|
+
l("toPay");
|
|
680
707
|
}
|
|
681
|
-
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), {
|
|
682
709
|
key: 0,
|
|
683
710
|
color: "arcoblue"
|
|
684
711
|
}, {
|
|
685
|
-
default: _(() => [
|
|
712
|
+
default: _(() => [h(c(o.badge.label), 1)]),
|
|
686
713
|
_: 1
|
|
687
|
-
})) :
|
|
714
|
+
})) : P("", !0)]), e("div", gt, c(o.description), 1)]), e("div", ht, [o.discount !== null ? (s(), n(m, {
|
|
688
715
|
key: 0
|
|
689
|
-
}, [e("span",
|
|
690
|
-
key:
|
|
691
|
-
description:
|
|
692
|
-
}, 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, {
|
|
693
720
|
class: "handle",
|
|
694
721
|
type: "primary",
|
|
695
722
|
loading: o.loading,
|
|
696
723
|
disabled: !(o.discount || o.price),
|
|
697
724
|
onClick: a
|
|
698
725
|
}, {
|
|
699
|
-
default: _(() => [
|
|
726
|
+
default: _(() => [h(c(o.button.label), 1)]),
|
|
700
727
|
_: 1
|
|
701
728
|
}, 8, ["loading", "disabled"])]));
|
|
702
729
|
}
|
|
703
|
-
}),
|
|
730
|
+
}), fa = /* @__PURE__ */ p(kt, [["__scopeId", "data-v-4a99638e"]]), Pt = {}, xt = {
|
|
704
731
|
class: "PricingGrid"
|
|
705
|
-
},
|
|
732
|
+
}, Lt = {
|
|
706
733
|
class: "content"
|
|
707
734
|
};
|
|
708
|
-
function
|
|
709
|
-
return s(),
|
|
735
|
+
function Ct(i, t) {
|
|
736
|
+
return s(), n("div", xt, [e("div", Lt, [f(i.$slots, "default", {}, void 0, !0)])]);
|
|
710
737
|
}
|
|
711
|
-
const
|
|
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"
|
|
746
|
+
}, Tt = {
|
|
747
|
+
key: 1,
|
|
748
|
+
class: "feature-panels-section__subtitle"
|
|
749
|
+
}, At = {
|
|
750
|
+
class: "feature-panel__body"
|
|
751
|
+
}, Bt = {
|
|
752
|
+
class: "feature-panel__intro"
|
|
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 = {
|
|
712
807
|
class: "sections-container"
|
|
713
|
-
},
|
|
808
|
+
}, Dt = ["src", "alt"], zt = {
|
|
714
809
|
class: "header"
|
|
715
|
-
},
|
|
810
|
+
}, Et = {
|
|
716
811
|
class: "title"
|
|
717
|
-
},
|
|
812
|
+
}, Nt = {
|
|
718
813
|
class: "features-list"
|
|
719
|
-
},
|
|
720
|
-
|
|
721
|
-
|
|
814
|
+
}, Gt = {
|
|
815
|
+
viewBox: "0 0 24 24",
|
|
816
|
+
fill: "none"
|
|
817
|
+
}, Ot = ["d"], Ut = {
|
|
818
|
+
class: "feature-copy"
|
|
819
|
+
}, Wt = {
|
|
722
820
|
class: "feature-title"
|
|
723
|
-
},
|
|
821
|
+
}, Rt = /* @__PURE__ */ g({
|
|
724
822
|
__name: "LandingPageSections",
|
|
725
823
|
props: {
|
|
726
824
|
title: {
|
|
@@ -758,46 +856,56 @@ const aa = /* @__PURE__ */ p(yt, [["render", Lt], ["__scopeId", "data-v-1f26d3ee
|
|
|
758
856
|
default: !1
|
|
759
857
|
}
|
|
760
858
|
},
|
|
761
|
-
setup(
|
|
762
|
-
const t =
|
|
763
|
-
return (
|
|
764
|
-
class:
|
|
859
|
+
setup(i) {
|
|
860
|
+
const t = i;
|
|
861
|
+
return (l, o) => (s(), n("section", jt, [e("div", {
|
|
862
|
+
class: L(["content-wrapper", {
|
|
765
863
|
reverse: t.reverse
|
|
766
864
|
}])
|
|
767
865
|
}, [e("div", {
|
|
768
|
-
class:
|
|
866
|
+
class: L(["image-container", {
|
|
769
867
|
"order-2": t.reverse,
|
|
770
868
|
"order-1": !t.reverse
|
|
771
869
|
}])
|
|
772
870
|
}, [e("img", {
|
|
773
871
|
src: t.imageUrl,
|
|
774
872
|
alt: t.imageAlt,
|
|
775
|
-
class: "image"
|
|
776
|
-
|
|
777
|
-
|
|
873
|
+
class: "image",
|
|
874
|
+
loading: "lazy"
|
|
875
|
+
}, null, 8, Dt)], 2), e("div", {
|
|
876
|
+
class: L(["text-container", {
|
|
778
877
|
"order-1": t.reverse,
|
|
779
878
|
"order-2": !t.reverse
|
|
780
879
|
}])
|
|
781
|
-
}, [e("
|
|
782
|
-
|
|
880
|
+
}, [e("header", zt, [e("h2", Et, c(t.title), 1), u(V, {
|
|
881
|
+
class: "subtitle"
|
|
882
|
+
}, {
|
|
883
|
+
default: _(() => [h(c(t.subTitle), 1)]),
|
|
783
884
|
_: 1
|
|
784
|
-
})]), e("
|
|
785
|
-
key:
|
|
885
|
+
})]), e("ul", Nt, [(s(!0), n(m, null, v(t.features, (a, r) => (s(), n("li", {
|
|
886
|
+
key: r,
|
|
786
887
|
class: "feature-item"
|
|
787
|
-
}, [e("
|
|
788
|
-
class:
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
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)]),
|
|
793
901
|
_: 2
|
|
794
902
|
}, 1024)])]))), 128))])], 2)], 2)]));
|
|
795
903
|
}
|
|
796
|
-
}),
|
|
904
|
+
}), ya = /* @__PURE__ */ p(Rt, [["__scopeId", "data-v-a5edd8ef"]]), Zt = ["onClick"], Jt = ["src", "alt"], Kt = {
|
|
797
905
|
class: "card-content"
|
|
798
|
-
},
|
|
906
|
+
}, Qt = {
|
|
799
907
|
class: "card-title"
|
|
800
|
-
},
|
|
908
|
+
}, Xt = /* @__PURE__ */ g({
|
|
801
909
|
__name: "LandingPageShowcase",
|
|
802
910
|
props: {
|
|
803
911
|
items: {},
|
|
@@ -816,45 +924,45 @@ const aa = /* @__PURE__ */ p(yt, [["render", Lt], ["__scopeId", "data-v-1f26d3ee
|
|
|
816
924
|
}
|
|
817
925
|
},
|
|
818
926
|
emits: ["cardClick"],
|
|
819
|
-
setup(
|
|
927
|
+
setup(i, {
|
|
820
928
|
emit: t
|
|
821
929
|
}) {
|
|
822
|
-
const
|
|
823
|
-
function a(
|
|
824
|
-
o("cardClick",
|
|
930
|
+
const l = i, o = t;
|
|
931
|
+
function a(y) {
|
|
932
|
+
o("cardClick", y);
|
|
825
933
|
}
|
|
826
|
-
const
|
|
827
|
-
height: `${
|
|
828
|
-
objectFit:
|
|
934
|
+
const r = A(() => ({
|
|
935
|
+
height: `${l.cardHeight}px`,
|
|
936
|
+
objectFit: l.objectFit
|
|
829
937
|
}));
|
|
830
|
-
return (
|
|
938
|
+
return (y, d) => (s(), n("div", {
|
|
831
939
|
class: "Showcase",
|
|
832
|
-
style:
|
|
833
|
-
"--showcase-columns":
|
|
940
|
+
style: C({
|
|
941
|
+
"--showcase-columns": l.columns
|
|
834
942
|
})
|
|
835
|
-
}, [(s(!0),
|
|
943
|
+
}, [(s(!0), n(m, null, v(l.items, ($, b) => (s(), n("div", {
|
|
836
944
|
key: b,
|
|
837
945
|
class: "showcase-card",
|
|
838
|
-
onClick: (H) => a(
|
|
946
|
+
onClick: (H) => a($)
|
|
839
947
|
}, [e("img", {
|
|
840
|
-
src:
|
|
841
|
-
alt:
|
|
842
|
-
style:
|
|
843
|
-
}, null, 12,
|
|
844
|
-
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)]),
|
|
845
953
|
_: 2
|
|
846
|
-
}, 1024)])], 8,
|
|
954
|
+
}, 1024)])], 8, Zt))), 128))], 4));
|
|
847
955
|
}
|
|
848
|
-
}),
|
|
956
|
+
}), $a = /* @__PURE__ */ p(Xt, [["__scopeId", "data-v-20487899"]]), Yt = {
|
|
849
957
|
class: "Stats"
|
|
850
|
-
},
|
|
958
|
+
}, es = {
|
|
851
959
|
key: 0,
|
|
852
960
|
class: "stats-label"
|
|
853
|
-
},
|
|
961
|
+
}, ts = {
|
|
854
962
|
class: "stats-number"
|
|
855
|
-
},
|
|
963
|
+
}, ss = {
|
|
856
964
|
class: "stats-label"
|
|
857
|
-
},
|
|
965
|
+
}, as = /* @__PURE__ */ g({
|
|
858
966
|
__name: "LandingPageStats",
|
|
859
967
|
props: {
|
|
860
968
|
title: {
|
|
@@ -879,20 +987,20 @@ const aa = /* @__PURE__ */ p(yt, [["render", Lt], ["__scopeId", "data-v-1f26d3ee
|
|
|
879
987
|
}]
|
|
880
988
|
}
|
|
881
989
|
},
|
|
882
|
-
setup(
|
|
883
|
-
const t =
|
|
884
|
-
return (
|
|
885
|
-
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,
|
|
886
994
|
class: "stats-item"
|
|
887
|
-
}, [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))]));
|
|
888
996
|
}
|
|
889
|
-
}),
|
|
997
|
+
}), ka = /* @__PURE__ */ p(as, [["__scopeId", "data-v-f16f10aa"]]), ns = {
|
|
890
998
|
class: "stepNumber"
|
|
891
|
-
},
|
|
999
|
+
}, is = {
|
|
892
1000
|
class: "count"
|
|
893
|
-
},
|
|
1001
|
+
}, os = {
|
|
894
1002
|
class: "stepTitle"
|
|
895
|
-
},
|
|
1003
|
+
}, cs = /* @__PURE__ */ g({
|
|
896
1004
|
__name: "LandingPageSteps",
|
|
897
1005
|
props: {
|
|
898
1006
|
columns: {
|
|
@@ -913,54 +1021,54 @@ const aa = /* @__PURE__ */ p(yt, [["render", Lt], ["__scopeId", "data-v-1f26d3ee
|
|
|
913
1021
|
}]
|
|
914
1022
|
}
|
|
915
1023
|
},
|
|
916
|
-
setup(
|
|
917
|
-
const t =
|
|
918
|
-
return (
|
|
1024
|
+
setup(i) {
|
|
1025
|
+
const t = i;
|
|
1026
|
+
return (l, o) => (s(), n("div", {
|
|
919
1027
|
class: "Steps",
|
|
920
|
-
style:
|
|
1028
|
+
style: C({
|
|
921
1029
|
"--step-columns": t.columns
|
|
922
1030
|
})
|
|
923
|
-
}, [(s(!0),
|
|
924
|
-
key:
|
|
1031
|
+
}, [(s(!0), n(m, null, v(t.steps, (a, r) => (s(), n("div", {
|
|
1032
|
+
key: r,
|
|
925
1033
|
class: "stepItem"
|
|
926
|
-
}, [e("div",
|
|
927
|
-
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)]),
|
|
928
1036
|
_: 2
|
|
929
1037
|
}, 1024)]))), 128))], 4));
|
|
930
1038
|
}
|
|
931
|
-
}),
|
|
1039
|
+
}), Pa = /* @__PURE__ */ p(cs, [["__scopeId", "data-v-45d806db"]]), rs = {
|
|
932
1040
|
class: "Testimonial"
|
|
933
|
-
},
|
|
1041
|
+
}, ls = {
|
|
934
1042
|
class: "user-info"
|
|
935
|
-
},
|
|
1043
|
+
}, ds = {
|
|
936
1044
|
class: "user-avatar"
|
|
937
|
-
},
|
|
1045
|
+
}, us = ["src", "alt"], _s = {
|
|
938
1046
|
class: "user-name"
|
|
939
|
-
},
|
|
1047
|
+
}, ps = {
|
|
940
1048
|
class: "user-title"
|
|
941
|
-
},
|
|
1049
|
+
}, gs = /* @__PURE__ */ g({
|
|
942
1050
|
__name: "LandingPageTestimonial",
|
|
943
1051
|
props: {
|
|
944
1052
|
testimonials: {
|
|
945
1053
|
default: () => []
|
|
946
1054
|
}
|
|
947
1055
|
},
|
|
948
|
-
setup(
|
|
949
|
-
const t =
|
|
950
|
-
return (
|
|
951
|
-
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
|
|
952
1060
|
}, {
|
|
953
|
-
default: _(() => [e("div", null, [u(
|
|
954
|
-
default: _(() => [
|
|
1061
|
+
default: _(() => [e("div", null, [u(w, null, {
|
|
1062
|
+
default: _(() => [h(c(`"${a.content}"`), 1)]),
|
|
955
1063
|
_: 2
|
|
956
|
-
}, 1024)]), e("div",
|
|
1064
|
+
}, 1024)]), e("div", ls, [e("span", ds, [e("img", {
|
|
957
1065
|
src: a.avatar,
|
|
958
1066
|
alt: a.name
|
|
959
|
-
}, null, 8,
|
|
1067
|
+
}, null, 8, us)]), e("div", null, [e("div", _s, c(a.name), 1), e("div", ps, c(a.title), 1)])])]),
|
|
960
1068
|
_: 2
|
|
961
1069
|
}, 1024))), 128))]));
|
|
962
1070
|
}
|
|
963
|
-
}),
|
|
1071
|
+
}), xa = /* @__PURE__ */ p(gs, [["__scopeId", "data-v-5aecfcb2"]]), hs = ["href"], ms = /* @__PURE__ */ g({
|
|
964
1072
|
__name: "LandingPageTips",
|
|
965
1073
|
props: {
|
|
966
1074
|
href: {
|
|
@@ -972,100 +1080,100 @@ const aa = /* @__PURE__ */ p(yt, [["render", Lt], ["__scopeId", "data-v-1f26d3ee
|
|
|
972
1080
|
default: "✨ 免费吉卜力AI艺术!立即注册获得3次免费创作!☝️"
|
|
973
1081
|
}
|
|
974
1082
|
},
|
|
975
|
-
setup(
|
|
976
|
-
const t =
|
|
977
|
-
return (
|
|
1083
|
+
setup(i) {
|
|
1084
|
+
const t = i;
|
|
1085
|
+
return (l, o) => (s(), n("a", {
|
|
978
1086
|
href: t.href,
|
|
979
1087
|
class: "tips-link"
|
|
980
|
-
}, c(t.text), 9,
|
|
1088
|
+
}, c(t.text), 9, hs));
|
|
981
1089
|
}
|
|
982
|
-
}),
|
|
1090
|
+
}), La = /* @__PURE__ */ p(ms, [["__scopeId", "data-v-5f9c6150"]]), fs = {}, vs = {
|
|
983
1091
|
class: "sidebar"
|
|
984
1092
|
};
|
|
985
|
-
function
|
|
986
|
-
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)])]);
|
|
987
1095
|
}
|
|
988
|
-
const
|
|
1096
|
+
const Ca = /* @__PURE__ */ p(fs, [["render", bs], ["__scopeId", "data-v-ccf63d30"]]), ys = {
|
|
989
1097
|
class: "feature-card"
|
|
990
|
-
},
|
|
1098
|
+
}, $s = {
|
|
991
1099
|
class: "feature-image"
|
|
992
|
-
},
|
|
1100
|
+
}, ks = ["src", "alt"], Ps = {
|
|
993
1101
|
class: "feature-title"
|
|
994
|
-
},
|
|
1102
|
+
}, xs = {
|
|
995
1103
|
class: "feature-description"
|
|
996
|
-
},
|
|
1104
|
+
}, Ls = {
|
|
997
1105
|
class: "feature-platforms"
|
|
998
|
-
},
|
|
1106
|
+
}, Cs = /* @__PURE__ */ g({
|
|
999
1107
|
__name: "LandingPageFeatureCard",
|
|
1000
1108
|
props: {
|
|
1001
1109
|
feature: {}
|
|
1002
1110
|
},
|
|
1003
|
-
setup(
|
|
1004
|
-
return (t,
|
|
1005
|
-
src:
|
|
1006
|
-
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,
|
|
1007
1115
|
loading: "lazy",
|
|
1008
1116
|
decoding: "async"
|
|
1009
|
-
}, 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), {
|
|
1010
1118
|
key: o.name,
|
|
1011
1119
|
icon: o.icon,
|
|
1012
1120
|
class: "platform-icon"
|
|
1013
1121
|
}, null, 8, ["icon"]))), 128))])]));
|
|
1014
1122
|
}
|
|
1015
|
-
}),
|
|
1123
|
+
}), Ia = /* @__PURE__ */ p(Cs, [["__scopeId", "data-v-16f0f374"]]), Is = {
|
|
1016
1124
|
class: "feature-section-header"
|
|
1017
|
-
},
|
|
1125
|
+
}, ws = {
|
|
1018
1126
|
class: "feature-section-title"
|
|
1019
|
-
},
|
|
1127
|
+
}, Ss = ["innerHTML"], Ts = /* @__PURE__ */ g({
|
|
1020
1128
|
__name: "LandingPageFeatureSectionHeader",
|
|
1021
1129
|
props: {
|
|
1022
1130
|
title: {},
|
|
1023
1131
|
description: {}
|
|
1024
1132
|
},
|
|
1025
|
-
setup(
|
|
1026
|
-
return (t,
|
|
1133
|
+
setup(i) {
|
|
1134
|
+
return (t, l) => (s(), n("div", Is, [e("h2", ws, c(i.title), 1), e("p", {
|
|
1027
1135
|
class: "feature-section-description",
|
|
1028
|
-
innerHTML:
|
|
1029
|
-
}, null, 8,
|
|
1136
|
+
innerHTML: i.description
|
|
1137
|
+
}, null, 8, Ss)]));
|
|
1030
1138
|
}
|
|
1031
|
-
}),
|
|
1139
|
+
}), wa = /* @__PURE__ */ p(Ts, [["__scopeId", "data-v-ae275532"]]), As = {}, Bs = {
|
|
1032
1140
|
class: "features-grid"
|
|
1033
1141
|
};
|
|
1034
|
-
function
|
|
1035
|
-
return s(),
|
|
1142
|
+
function Fs(i, t) {
|
|
1143
|
+
return s(), n("div", Bs, [f(i.$slots, "default", {}, void 0, !0)]);
|
|
1036
1144
|
}
|
|
1037
|
-
const
|
|
1145
|
+
const Sa = /* @__PURE__ */ p(As, [["render", Fs], ["__scopeId", "data-v-392f636b"]]), Vs = {
|
|
1038
1146
|
class: "testimonials-container"
|
|
1039
|
-
},
|
|
1147
|
+
}, qs = {
|
|
1040
1148
|
class: "testimonial-header"
|
|
1041
|
-
},
|
|
1149
|
+
}, Hs = ["onClick"], Ms = {
|
|
1042
1150
|
class: "user-avatar"
|
|
1043
|
-
},
|
|
1151
|
+
}, js = ["src", "alt"], Ds = {
|
|
1044
1152
|
class: "user-info"
|
|
1045
|
-
},
|
|
1153
|
+
}, zs = {
|
|
1046
1154
|
class: "user-name"
|
|
1047
|
-
},
|
|
1155
|
+
}, Es = {
|
|
1048
1156
|
class: "user-title"
|
|
1049
|
-
},
|
|
1157
|
+
}, Ns = {
|
|
1050
1158
|
class: "testimonial-content"
|
|
1051
|
-
},
|
|
1159
|
+
}, Gs = /* @__PURE__ */ g({
|
|
1052
1160
|
__name: "LandingPageTestimonialCard",
|
|
1053
1161
|
props: {
|
|
1054
1162
|
testimonials: {}
|
|
1055
1163
|
},
|
|
1056
|
-
setup(
|
|
1057
|
-
function t(
|
|
1058
|
-
|
|
1164
|
+
setup(i) {
|
|
1165
|
+
function t(l) {
|
|
1166
|
+
l.link && window.open(l.link, "_blank");
|
|
1059
1167
|
}
|
|
1060
|
-
return (
|
|
1168
|
+
return (l, o) => (s(), n("div", Vs, [(s(!0), n(m, null, v(i.testimonials, (a) => (s(), n("div", {
|
|
1061
1169
|
key: a.name,
|
|
1062
1170
|
class: "testimonial-card"
|
|
1063
|
-
}, [e("div",
|
|
1064
|
-
class:
|
|
1171
|
+
}, [e("div", qs, [e("div", {
|
|
1172
|
+
class: L(["user-link", {
|
|
1065
1173
|
"no-link": !a.link
|
|
1066
1174
|
}]),
|
|
1067
|
-
onClick: (
|
|
1068
|
-
}, [e("div",
|
|
1175
|
+
onClick: (r) => t(a)
|
|
1176
|
+
}, [e("div", Ms, [e("img", {
|
|
1069
1177
|
src: a.avatar,
|
|
1070
1178
|
alt: a.name,
|
|
1071
1179
|
width: "260",
|
|
@@ -1073,17 +1181,17 @@ const pa = /* @__PURE__ */ p(hs, [["render", vs], ["__scopeId", "data-v-392f636b
|
|
|
1073
1181
|
loading: "lazy",
|
|
1074
1182
|
decoding: "async",
|
|
1075
1183
|
class: "avatar-image"
|
|
1076
|
-
}, 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))]));
|
|
1077
1185
|
}
|
|
1078
|
-
}),
|
|
1186
|
+
}), Ta = /* @__PURE__ */ p(Gs, [["__scopeId", "data-v-6087d90a"]]), Os = {
|
|
1079
1187
|
class: "tabs"
|
|
1080
|
-
},
|
|
1188
|
+
}, Us = {
|
|
1081
1189
|
class: "tabs-header"
|
|
1082
|
-
},
|
|
1190
|
+
}, Ws = ["onClick"], Rs = {
|
|
1083
1191
|
class: "tab-label"
|
|
1084
|
-
},
|
|
1192
|
+
}, Zs = {
|
|
1085
1193
|
class: "tabs-content"
|
|
1086
|
-
},
|
|
1194
|
+
}, Js = /* @__PURE__ */ g({
|
|
1087
1195
|
__name: "LandingPageSectionTabs",
|
|
1088
1196
|
props: {
|
|
1089
1197
|
tabs: {},
|
|
@@ -1095,65 +1203,66 @@ const pa = /* @__PURE__ */ p(hs, [["render", vs], ["__scopeId", "data-v-392f636b
|
|
|
1095
1203
|
}
|
|
1096
1204
|
},
|
|
1097
1205
|
emits: ["update:modelValue", "tabChange"],
|
|
1098
|
-
setup(
|
|
1206
|
+
setup(i, {
|
|
1099
1207
|
emit: t
|
|
1100
1208
|
}) {
|
|
1101
|
-
const
|
|
1102
|
-
var
|
|
1103
|
-
return
|
|
1104
|
-
}),
|
|
1105
|
-
|
|
1106
|
-
|
|
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);
|
|
1107
1215
|
});
|
|
1108
|
-
function
|
|
1109
|
-
|
|
1216
|
+
function y(d) {
|
|
1217
|
+
r.value = d, o("update:modelValue", d), o("tabChange", d);
|
|
1110
1218
|
}
|
|
1111
|
-
return (
|
|
1219
|
+
return (d, $) => (s(), n("div", Os, [e("div", Us, [(s(!0), n(m, null, v(i.tabs, (b) => (s(), n("div", {
|
|
1112
1220
|
key: b.id,
|
|
1113
|
-
class:
|
|
1114
|
-
active:
|
|
1221
|
+
class: L(["tab-item", {
|
|
1222
|
+
active: r.value === b.id
|
|
1115
1223
|
}]),
|
|
1116
|
-
onClick: (H) =>
|
|
1117
|
-
}, [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", {
|
|
1118
1226
|
key: b.id,
|
|
1119
1227
|
class: "tab-panel"
|
|
1120
|
-
}, [
|
|
1228
|
+
}, [f(d.$slots, b.id, {
|
|
1121
1229
|
tab: b
|
|
1122
|
-
}, () => [
|
|
1230
|
+
}, () => [f(d.$slots, "default", {
|
|
1123
1231
|
tab: b
|
|
1124
|
-
}, void 0, !0)], !0)])), [[z,
|
|
1232
|
+
}, void 0, !0)], !0)])), [[z, r.value === b.id]])), 128))])]));
|
|
1125
1233
|
}
|
|
1126
|
-
}),
|
|
1234
|
+
}), Aa = /* @__PURE__ */ p(Js, [["__scopeId", "data-v-0501b054"]]);
|
|
1127
1235
|
export {
|
|
1128
|
-
|
|
1236
|
+
Ca as A,
|
|
1237
|
+
he as B,
|
|
1129
1238
|
q as C,
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1239
|
+
oa as L,
|
|
1240
|
+
ha as P,
|
|
1241
|
+
rt as T,
|
|
1242
|
+
ca as a,
|
|
1134
1243
|
oe as b,
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
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
|
|
1159
1268
|
};
|