@huyooo/ui 0.5.7 → 0.5.8
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-DzUxcc2w.js → Contact-BLWzIAS4.js} +86 -97
- package/dist/{LandingPageSectionHeader-CSOwusSK.js → LandingPageSectionHeader-s8hjsGuu.js} +197 -256
- package/dist/{LandingPageSectionTabs-6Rrgvwqs.js → LandingPageSectionTabs-DgOTHQOQ.js} +375 -316
- package/dist/index.js +19 -20
- package/dist/landingPage.js +13 -13
- package/dist/privateCom.d.ts +0 -1
- package/dist/privateCom.js +5 -6
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/components/PrivateCom/BodyAndFooterLayout.vue.d.ts +0 -17
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { Icon as
|
|
3
|
-
import { _ } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
|
-
|
|
5
|
-
const A = {
|
|
1
|
+
import { defineComponent as u, createElementBlock as c, openBlock as n, createVNode as p, createElementVNode as e, unref as g, toDisplayString as l, Fragment as S, renderList as I, createBlock as k, renderSlot as f, normalizeClass as x, withCtx as P, createTextVNode as h, createCommentVNode as y, normalizeStyle as w, ref as C, withModifiers as T, withDirectives as L, vModelText as b } from "vue";
|
|
2
|
+
import { Icon as v } from "@iconify/vue";
|
|
3
|
+
import { _ as r } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
|
+
const D = {
|
|
6
5
|
description: "",
|
|
7
6
|
class: "mission-list-item"
|
|
8
|
-
},
|
|
7
|
+
}, H = {
|
|
9
8
|
class: "mission-list-text"
|
|
10
|
-
},
|
|
9
|
+
}, F = /* @__PURE__ */ u({
|
|
11
10
|
__name: "LandingPageListItem",
|
|
12
11
|
props: {
|
|
13
12
|
description: {
|
|
@@ -16,30 +15,30 @@ const A = {
|
|
|
16
15
|
},
|
|
17
16
|
setup(s) {
|
|
18
17
|
const t = s;
|
|
19
|
-
return (a, o) => (
|
|
18
|
+
return (a, o) => (n(), c("div", D, [p(g(v), {
|
|
20
19
|
icon: "mingcute:check-circle-fill",
|
|
21
20
|
class: "mission-list-icon"
|
|
22
|
-
}), e("span",
|
|
21
|
+
}), e("span", H, l(t.description), 1)]));
|
|
23
22
|
}
|
|
24
|
-
}),
|
|
23
|
+
}), M = /* @__PURE__ */ r(F, [["__scopeId", "data-v-4973c791"]]), B = {
|
|
25
24
|
class: "mission-container"
|
|
26
|
-
},
|
|
25
|
+
}, A = {
|
|
27
26
|
class: "mission-image-wrapper"
|
|
28
|
-
},
|
|
27
|
+
}, U = ["src", "alt"], Z = {
|
|
29
28
|
class: "mission-content"
|
|
30
|
-
},
|
|
29
|
+
}, O = {
|
|
31
30
|
class: "mission-title"
|
|
32
|
-
},
|
|
31
|
+
}, G = {
|
|
33
32
|
class: "mission-title-highlight"
|
|
34
|
-
},
|
|
33
|
+
}, N = {
|
|
35
34
|
class: "mission-desc"
|
|
36
|
-
},
|
|
35
|
+
}, j = {
|
|
37
36
|
class: "mission-list"
|
|
38
|
-
},
|
|
37
|
+
}, K = {
|
|
39
38
|
style: {
|
|
40
39
|
display: "none"
|
|
41
40
|
}
|
|
42
|
-
},
|
|
41
|
+
}, W = /* @__PURE__ */ u({
|
|
43
42
|
__name: "LandingPageMission",
|
|
44
43
|
props: {
|
|
45
44
|
image: {},
|
|
@@ -50,7 +49,7 @@ const A = {
|
|
|
50
49
|
features: {}
|
|
51
50
|
},
|
|
52
51
|
setup(s) {
|
|
53
|
-
return (t, a) => (
|
|
52
|
+
return (t, a) => (n(), c("div", B, [e("div", A, [a[0] || (a[0] = e("div", {
|
|
54
53
|
class: "mission-bg1"
|
|
55
54
|
}, null, -1)), e("img", {
|
|
56
55
|
src: s.image,
|
|
@@ -59,23 +58,23 @@ const A = {
|
|
|
59
58
|
width: "1270",
|
|
60
59
|
decoding: "async",
|
|
61
60
|
class: "mission-img"
|
|
62
|
-
}, null, 8,
|
|
63
|
-
key:
|
|
61
|
+
}, null, 8, U)]), e("div", Z, [e("h2", O, [e("span", G, l(s.highlight), 1), e("strong", null, l(s.title), 1)]), e("p", N, l(s.description), 1), e("div", j, [(n(!0), c(S, null, I(s.features, (o, _) => (n(), k(M, {
|
|
62
|
+
key: _,
|
|
64
63
|
description: o
|
|
65
|
-
}, null, 8, ["description"]))), 128))])]), (
|
|
64
|
+
}, null, 8, ["description"]))), 128))])]), (n(), c("svg", K, [...a[1] || (a[1] = [e("symbol", {
|
|
66
65
|
id: "ai:ph:check-circle-fill"
|
|
67
66
|
}, [e("path", {
|
|
68
67
|
fill: "currentColor",
|
|
69
68
|
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"
|
|
70
69
|
})], -1)])]))]));
|
|
71
70
|
}
|
|
72
|
-
}),
|
|
71
|
+
}), mt = /* @__PURE__ */ r(W, [["__scopeId", "data-v-511c032f"]]), E = {
|
|
73
72
|
class: "team-info-container"
|
|
74
|
-
},
|
|
73
|
+
}, R = {
|
|
75
74
|
class: "team-info-title"
|
|
76
|
-
},
|
|
75
|
+
}, Y = {
|
|
77
76
|
class: "team-info-desc"
|
|
78
|
-
},
|
|
77
|
+
}, J = /* @__PURE__ */ u({
|
|
79
78
|
__name: "LandingPageTeamInfo",
|
|
80
79
|
props: {
|
|
81
80
|
title: {},
|
|
@@ -83,23 +82,23 @@ const A = {
|
|
|
83
82
|
},
|
|
84
83
|
setup(s) {
|
|
85
84
|
const t = s;
|
|
86
|
-
return (a, o) => (
|
|
85
|
+
return (a, o) => (n(), c("div", E, [e("div", R, l(t.title), 1), e("p", Y, l(t.description), 1)]));
|
|
87
86
|
}
|
|
88
|
-
}),
|
|
87
|
+
}), ft = /* @__PURE__ */ r(J, [["__scopeId", "data-v-2074e0d7"]]), Q = {}, X = {
|
|
89
88
|
class: "Description"
|
|
90
89
|
};
|
|
91
|
-
function
|
|
92
|
-
return
|
|
90
|
+
function ee(s, t) {
|
|
91
|
+
return n(), c("div", X, [f(s.$slots, "default", {}, void 0, !0)]);
|
|
93
92
|
}
|
|
94
|
-
const
|
|
93
|
+
const z = /* @__PURE__ */ r(Q, [["render", ee], ["__scopeId", "data-v-501deb41"]]), te = {
|
|
95
94
|
class: "grid-container"
|
|
96
|
-
},
|
|
95
|
+
}, se = {
|
|
97
96
|
class: "square"
|
|
98
|
-
},
|
|
97
|
+
}, ne = ["src", "alt", "sizes", "width", "height"], ie = {
|
|
99
98
|
class: "footer"
|
|
100
|
-
},
|
|
99
|
+
}, ae = {
|
|
101
100
|
class: "name"
|
|
102
|
-
},
|
|
101
|
+
}, oe = /* @__PURE__ */ u({
|
|
103
102
|
__name: "LandingPageTeamList",
|
|
104
103
|
props: {
|
|
105
104
|
publishedTeamMembers: {},
|
|
@@ -109,22 +108,22 @@ const F = /* @__PURE__ */ _(se, [["render", ie], ["__scopeId", "data-v-501deb41"
|
|
|
109
108
|
pictureClass: {}
|
|
110
109
|
},
|
|
111
110
|
setup(s) {
|
|
112
|
-
return (t, a) => (
|
|
111
|
+
return (t, a) => (n(), c("div", te, [(n(!0), c(S, null, I(s.publishedTeamMembers, (o) => (n(), c("div", {
|
|
113
112
|
key: o.data.name,
|
|
114
113
|
class: "group"
|
|
115
|
-
}, [e("div",
|
|
114
|
+
}, [e("div", se, [e("img", {
|
|
116
115
|
src: o.data.avatar.src,
|
|
117
116
|
alt: o.data.avatar.alt,
|
|
118
117
|
sizes: s.sizes,
|
|
119
118
|
width: s.width,
|
|
120
119
|
height: s.height,
|
|
121
|
-
class:
|
|
122
|
-
}, null, 10,
|
|
123
|
-
default:
|
|
120
|
+
class: x(s.pictureClass ? `${s.pictureClass} picture-img` : "picture-img")
|
|
121
|
+
}, null, 10, ne)]), e("div", ie, [e("h2", ae, l(o.data.name), 1), p(z, null, {
|
|
122
|
+
default: P(() => [h(l(o.data.title), 1)]),
|
|
124
123
|
_: 2
|
|
125
124
|
}, 1024)])]))), 128))]));
|
|
126
125
|
}
|
|
127
|
-
}),
|
|
126
|
+
}), ht = /* @__PURE__ */ r(oe, [["__scopeId", "data-v-aae1a797"]]), ce = ["src"], le = /* @__PURE__ */ u({
|
|
128
127
|
__name: "LandingPageLogo",
|
|
129
128
|
props: {
|
|
130
129
|
name: {
|
|
@@ -158,32 +157,32 @@ const F = /* @__PURE__ */ _(se, [["render", ie], ["__scopeId", "data-v-501deb41"
|
|
|
158
157
|
emit: t
|
|
159
158
|
}) {
|
|
160
159
|
const a = s, o = t;
|
|
161
|
-
function
|
|
160
|
+
function _() {
|
|
162
161
|
o("to");
|
|
163
162
|
}
|
|
164
|
-
return (
|
|
163
|
+
return (d, $) => (n(), c("div", {
|
|
165
164
|
class: "Logo",
|
|
166
|
-
onClick:
|
|
167
|
-
}, [s.icon ? (
|
|
165
|
+
onClick: _
|
|
166
|
+
}, [s.icon ? (n(), c("img", {
|
|
168
167
|
key: 0,
|
|
169
168
|
class: "icon",
|
|
170
169
|
src: s.icon,
|
|
171
170
|
alt: "logo",
|
|
172
|
-
style:
|
|
171
|
+
style: w({
|
|
173
172
|
width: a.iconSize,
|
|
174
173
|
height: a.iconSize
|
|
175
174
|
})
|
|
176
|
-
}, null, 12,
|
|
175
|
+
}, null, 12, ce)) : y("", !0), e("div", {
|
|
177
176
|
class: "text",
|
|
178
|
-
style:
|
|
177
|
+
style: w({
|
|
179
178
|
color: a.color,
|
|
180
179
|
fontSize: a.fontSize
|
|
181
180
|
})
|
|
182
|
-
},
|
|
181
|
+
}, l(s.name), 5)]));
|
|
183
182
|
}
|
|
184
|
-
}),
|
|
183
|
+
}), de = /* @__PURE__ */ r(le, [["__scopeId", "data-v-f259564c"]]), re = {
|
|
185
184
|
class: "BrandInfo"
|
|
186
|
-
},
|
|
185
|
+
}, ue = /* @__PURE__ */ u({
|
|
187
186
|
__name: "LandingPageBrandInfo",
|
|
188
187
|
props: {
|
|
189
188
|
icon: {
|
|
@@ -213,34 +212,34 @@ const F = /* @__PURE__ */ _(se, [["render", ie], ["__scopeId", "data-v-501deb41"
|
|
|
213
212
|
},
|
|
214
213
|
setup(s) {
|
|
215
214
|
const t = s;
|
|
216
|
-
return (a, o) => (
|
|
215
|
+
return (a, o) => (n(), c("div", re, [p(de, {
|
|
217
216
|
icon: t.icon,
|
|
218
217
|
name: t.name,
|
|
219
218
|
color: t.color,
|
|
220
219
|
"font-size": t.fontSize,
|
|
221
220
|
"icon-size": t.iconSize
|
|
222
|
-
}, null, 8, ["icon", "name", "color", "font-size", "icon-size"]),
|
|
223
|
-
default:
|
|
221
|
+
}, null, 8, ["icon", "name", "color", "font-size", "icon-size"]), p(z, null, {
|
|
222
|
+
default: P(() => [h(l(t.description), 1)]),
|
|
224
223
|
_: 1
|
|
225
224
|
})]));
|
|
226
225
|
}
|
|
227
|
-
}),
|
|
226
|
+
}), gt = /* @__PURE__ */ r(ue, [["__scopeId", "data-v-03121641"]]), _e = {
|
|
228
227
|
class: "contact-container"
|
|
229
|
-
},
|
|
228
|
+
}, pe = {
|
|
230
229
|
class: "contact-info-section"
|
|
231
|
-
},
|
|
230
|
+
}, me = {
|
|
232
231
|
class: "contact-title"
|
|
233
|
-
},
|
|
232
|
+
}, fe = {
|
|
234
233
|
class: "contact-info"
|
|
235
|
-
},
|
|
234
|
+
}, he = {
|
|
236
235
|
class: "contact-info-item"
|
|
237
|
-
},
|
|
236
|
+
}, ge = {
|
|
238
237
|
class: "contact-info-item"
|
|
239
|
-
},
|
|
238
|
+
}, ve = ["href"], $e = {
|
|
240
239
|
class: "contact-info-item"
|
|
241
|
-
},
|
|
240
|
+
}, Ce = ["href"], ye = {
|
|
242
241
|
class: "contact-form-section"
|
|
243
|
-
},
|
|
242
|
+
}, Le = /* @__PURE__ */ u({
|
|
244
243
|
__name: "LandingPageContact",
|
|
245
244
|
props: {
|
|
246
245
|
title: {
|
|
@@ -276,39 +275,39 @@ const F = /* @__PURE__ */ _(se, [["render", ie], ["__scopeId", "data-v-501deb41"
|
|
|
276
275
|
},
|
|
277
276
|
setup(s) {
|
|
278
277
|
const t = s;
|
|
279
|
-
return (a, o) => (
|
|
280
|
-
default:
|
|
278
|
+
return (a, o) => (n(), c("div", _e, [e("div", pe, [e("h2", me, l(t.contact.title), 1), p(z, null, {
|
|
279
|
+
default: P(() => [h(l(t.contact.description), 1)]),
|
|
281
280
|
_: 1
|
|
282
|
-
}), e("div",
|
|
281
|
+
}), e("div", fe, [e("div", he, [p(g(v), {
|
|
283
282
|
class: "contact-info-icon",
|
|
284
283
|
icon: s.mapIcon
|
|
285
|
-
}, null, 8, ["icon"]), e("span", null,
|
|
284
|
+
}, null, 8, ["icon"]), e("span", null, l(t.address), 1)]), e("div", ge, [p(g(v), {
|
|
286
285
|
class: "contact-info-icon",
|
|
287
286
|
icon: t.emailIcon
|
|
288
287
|
}, null, 8, ["icon"]), e("a", {
|
|
289
288
|
href: `mailto:${s.email}`
|
|
290
|
-
},
|
|
289
|
+
}, l(t.email), 9, ve)]), e("div", $e, [p(g(v), {
|
|
291
290
|
class: "contact-info-icon",
|
|
292
291
|
icon: t.phoneIcon
|
|
293
292
|
}, null, 8, ["icon"]), e("a", {
|
|
294
293
|
href: `tel:${s.phone}`
|
|
295
|
-
},
|
|
294
|
+
}, l(t.phone), 9, Ce)])])]), e("div", ye, [f(a.$slots, "contact-form", {}, void 0, !0)])]));
|
|
296
295
|
}
|
|
297
|
-
}),
|
|
296
|
+
}), vt = /* @__PURE__ */ r(Le, [["__scopeId", "data-v-50d64cb9"]]), be = ["value"], ke = ["value"], xe = {
|
|
298
297
|
class: "form-group"
|
|
299
|
-
},
|
|
298
|
+
}, we = {
|
|
300
299
|
class: "form-group"
|
|
301
|
-
},
|
|
300
|
+
}, Se = {
|
|
302
301
|
class: "form-group"
|
|
303
|
-
},
|
|
302
|
+
}, Ie = {
|
|
304
303
|
type: "submit",
|
|
305
304
|
class: "form-button"
|
|
306
|
-
},
|
|
305
|
+
}, Pe = {
|
|
307
306
|
key: 0,
|
|
308
307
|
class: "button-content"
|
|
309
|
-
},
|
|
308
|
+
}, ze = {
|
|
310
309
|
key: 1
|
|
311
|
-
},
|
|
310
|
+
}, qe = /* @__PURE__ */ u({
|
|
312
311
|
__name: "LandingPageContactForm",
|
|
313
312
|
props: {
|
|
314
313
|
accessKey: {
|
|
@@ -319,20 +318,20 @@ const F = /* @__PURE__ */ _(se, [["render", ie], ["__scopeId", "data-v-501deb41"
|
|
|
319
318
|
}
|
|
320
319
|
},
|
|
321
320
|
setup(s) {
|
|
322
|
-
const t = s, a =
|
|
321
|
+
const t = s, a = C(!1), o = C(""), _ = C(""), d = C({
|
|
323
322
|
name: "",
|
|
324
323
|
email: "",
|
|
325
324
|
message: ""
|
|
326
|
-
}),
|
|
325
|
+
}), $ = async (q) => {
|
|
327
326
|
a.value = !0;
|
|
328
|
-
const
|
|
329
|
-
if (!
|
|
330
|
-
|
|
327
|
+
const i = q.target;
|
|
328
|
+
if (!i.checkValidity()) {
|
|
329
|
+
i.querySelectorAll(":invalid")[0].focus();
|
|
331
330
|
return;
|
|
332
331
|
}
|
|
333
|
-
o.value = "发送中...",
|
|
332
|
+
o.value = "发送中...", _.value = "";
|
|
334
333
|
try {
|
|
335
|
-
const
|
|
334
|
+
const m = await fetch("https://api.web3forms.com/submit", {
|
|
336
335
|
method: "POST",
|
|
337
336
|
headers: {
|
|
338
337
|
"Content-Type": "application/json",
|
|
@@ -341,92 +340,92 @@ const F = /* @__PURE__ */ _(se, [["render", ie], ["__scopeId", "data-v-501deb41"
|
|
|
341
340
|
body: JSON.stringify({
|
|
342
341
|
access_key: t.accessKey,
|
|
343
342
|
to: t.to,
|
|
344
|
-
name:
|
|
345
|
-
email:
|
|
346
|
-
message:
|
|
343
|
+
name: d.value.name,
|
|
344
|
+
email: d.value.email,
|
|
345
|
+
message: d.value.message
|
|
347
346
|
})
|
|
348
347
|
});
|
|
349
|
-
await
|
|
348
|
+
await m.json(), m.status === 200 ? (_.value = "text-green", o.value = "消息发送成功!我们会尽快回复您。") : (_.value = "text-red", o.value = "发送失败,请检查网络连接后重试。");
|
|
350
349
|
} catch {
|
|
351
|
-
|
|
350
|
+
_.value = "text-red", o.value = "发送失败,请稍后再试!";
|
|
352
351
|
} finally {
|
|
353
|
-
|
|
352
|
+
i.reset(), a.value = !1, setTimeout(() => {
|
|
354
353
|
o.value = "";
|
|
355
354
|
}, 5e3);
|
|
356
355
|
}
|
|
357
356
|
};
|
|
358
|
-
return (
|
|
357
|
+
return (q, i) => (n(), c("form", {
|
|
359
358
|
id: "form",
|
|
360
359
|
action: "https://api.web3forms.com/submit",
|
|
361
360
|
method: "POST",
|
|
362
|
-
class:
|
|
361
|
+
class: x(["contact-form", {
|
|
363
362
|
"was-validated": a.value
|
|
364
363
|
}]),
|
|
365
364
|
novalidate: "",
|
|
366
|
-
onSubmit:
|
|
365
|
+
onSubmit: T($, ["prevent"])
|
|
367
366
|
}, [e("input", {
|
|
368
367
|
type: "hidden",
|
|
369
368
|
name: "access_key",
|
|
370
369
|
value: t.accessKey
|
|
371
|
-
}, null, 8,
|
|
370
|
+
}, null, 8, be), e("input", {
|
|
372
371
|
type: "hidden",
|
|
373
372
|
name: "to",
|
|
374
373
|
value: t.to
|
|
375
|
-
}, null, 8,
|
|
374
|
+
}, null, 8, ke), i[11] || (i[11] = e("input", {
|
|
376
375
|
type: "checkbox",
|
|
377
376
|
class: "hidden",
|
|
378
377
|
style: {
|
|
379
378
|
display: "none"
|
|
380
379
|
},
|
|
381
380
|
name: "botcheck"
|
|
382
|
-
}, null, -1)), e("div",
|
|
381
|
+
}, null, -1)), e("div", xe, [i[3] || (i[3] = e("label", {
|
|
383
382
|
for: "name",
|
|
384
383
|
class: "form-label"
|
|
385
|
-
}, [
|
|
384
|
+
}, [h(" 姓名 "), e("span", {
|
|
386
385
|
class: "required"
|
|
387
|
-
}, "*")], -1)),
|
|
386
|
+
}, "*")], -1)), L(e("input", {
|
|
388
387
|
id: "name",
|
|
389
|
-
"onUpdate:modelValue":
|
|
388
|
+
"onUpdate:modelValue": i[0] || (i[0] = (m) => d.value.name = m),
|
|
390
389
|
type: "text",
|
|
391
390
|
placeholder: "请输入您的姓名",
|
|
392
391
|
required: "",
|
|
393
392
|
class: "form-input",
|
|
394
393
|
name: "name"
|
|
395
|
-
}, null, 512), [[
|
|
394
|
+
}, null, 512), [[b, d.value.name]]), i[4] || (i[4] = e("div", {
|
|
396
395
|
class: "empty-feedback invalid-feedback form-error"
|
|
397
|
-
}, " 请输入您的姓名。 ", -1))]), e("div",
|
|
396
|
+
}, " 请输入您的姓名。 ", -1))]), e("div", we, [i[5] || (i[5] = e("label", {
|
|
398
397
|
for: "email_address",
|
|
399
398
|
class: "form-label"
|
|
400
|
-
}, [
|
|
399
|
+
}, [h(" 邮箱地址 "), e("span", {
|
|
401
400
|
class: "required"
|
|
402
|
-
}, "*")], -1)),
|
|
401
|
+
}, "*")], -1)), L(e("input", {
|
|
403
402
|
id: "email_address",
|
|
404
|
-
"onUpdate:modelValue":
|
|
403
|
+
"onUpdate:modelValue": i[1] || (i[1] = (m) => d.value.email = m),
|
|
405
404
|
type: "email",
|
|
406
405
|
placeholder: "请输入您的邮箱地址",
|
|
407
406
|
name: "email",
|
|
408
407
|
required: "",
|
|
409
408
|
class: "form-input"
|
|
410
|
-
}, null, 512), [[
|
|
409
|
+
}, null, 512), [[b, d.value.email]]), i[6] || (i[6] = e("div", {
|
|
411
410
|
class: "empty-feedback form-error"
|
|
412
|
-
}, " 请输入您的邮箱地址。 ", -1)),
|
|
411
|
+
}, " 请输入您的邮箱地址。 ", -1)), i[7] || (i[7] = e("div", {
|
|
413
412
|
class: "invalid-feedback form-error"
|
|
414
|
-
}, " 请输入有效的邮箱地址。 ", -1))]), e("div",
|
|
413
|
+
}, " 请输入有效的邮箱地址。 ", -1))]), e("div", Se, [i[8] || (i[8] = e("label", {
|
|
415
414
|
for: "message",
|
|
416
415
|
class: "form-label"
|
|
417
|
-
}, [
|
|
416
|
+
}, [h(" 留言内容 "), e("span", {
|
|
418
417
|
class: "required"
|
|
419
|
-
}, "*")], -1)),
|
|
418
|
+
}, "*")], -1)), L(e("textarea", {
|
|
420
419
|
id: "message",
|
|
421
|
-
"onUpdate:modelValue":
|
|
420
|
+
"onUpdate:modelValue": i[2] || (i[2] = (m) => d.value.message = m),
|
|
422
421
|
name: "message",
|
|
423
422
|
required: "",
|
|
424
423
|
placeholder: "请输入您的留言内容",
|
|
425
424
|
class: "form-textarea",
|
|
426
425
|
rows: "4"
|
|
427
|
-
}, null, 512), [[
|
|
426
|
+
}, null, 512), [[b, d.value.message]]), i[9] || (i[9] = e("div", {
|
|
428
427
|
class: "empty-feedback invalid-feedback form-error"
|
|
429
|
-
}, " 请输入您的留言内容。 ", -1))]), e("button",
|
|
428
|
+
}, " 请输入您的留言内容。 ", -1))]), e("button", Ie, [o.value === "发送中..." ? (n(), c("span", Pe, [...i[10] || (i[10] = [e("svg", {
|
|
430
429
|
class: "spinner",
|
|
431
430
|
xmlns: "http://www.w3.org/2000/svg",
|
|
432
431
|
fill: "none",
|
|
@@ -442,23 +441,47 @@ const F = /* @__PURE__ */ _(se, [["render", ie], ["__scopeId", "data-v-501deb41"
|
|
|
442
441
|
class: "spinner-path",
|
|
443
442
|
fill: "currentColor",
|
|
444
443
|
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"
|
|
445
|
-
})], -1),
|
|
444
|
+
})], -1), h(" 发送中... ", -1)])])) : (n(), c("span", ze, "发送信息"))]), o.value && o.value !== "发送中..." ? (n(), c("div", {
|
|
446
445
|
key: 0,
|
|
447
|
-
class:
|
|
448
|
-
},
|
|
446
|
+
class: x(["form-result", _.value])
|
|
447
|
+
}, l(o.value), 3)) : y("", !0)], 34));
|
|
448
|
+
}
|
|
449
|
+
}), $t = /* @__PURE__ */ r(qe, [["__scopeId", "data-v-bd2eaefb"]]), Ve = /* @__PURE__ */ u({
|
|
450
|
+
__name: "LandingPageContainer",
|
|
451
|
+
props: {
|
|
452
|
+
flexDirection: {
|
|
453
|
+
default: "column"
|
|
454
|
+
},
|
|
455
|
+
gap: {
|
|
456
|
+
default: "80px"
|
|
457
|
+
},
|
|
458
|
+
padding: {
|
|
459
|
+
default: "0px"
|
|
460
|
+
}
|
|
461
|
+
},
|
|
462
|
+
setup(s) {
|
|
463
|
+
const t = s;
|
|
464
|
+
return (a, o) => (n(), c("div", {
|
|
465
|
+
class: "landing-page-container",
|
|
466
|
+
style: w({
|
|
467
|
+
flexDirection: t.flexDirection,
|
|
468
|
+
gap: t.gap,
|
|
469
|
+
padding: t.padding
|
|
470
|
+
})
|
|
471
|
+
}, [f(a.$slots, "default", {}, void 0, !0)], 4));
|
|
449
472
|
}
|
|
450
|
-
}),
|
|
473
|
+
}), Ct = /* @__PURE__ */ r(Ve, [["__scopeId", "data-v-4566ee86"]]), Te = {}, De = {
|
|
451
474
|
role: "separator",
|
|
452
475
|
class: "divider divider-horizontal"
|
|
453
476
|
};
|
|
454
|
-
function
|
|
455
|
-
return
|
|
477
|
+
function He(s, t) {
|
|
478
|
+
return n(), c("div", De);
|
|
456
479
|
}
|
|
457
|
-
const V = /* @__PURE__ */
|
|
480
|
+
const V = /* @__PURE__ */ r(Te, [["render", He], ["__scopeId", "data-v-997fc2a4"]]), Fe = {
|
|
458
481
|
class: "bottom"
|
|
459
|
-
},
|
|
482
|
+
}, Me = {
|
|
460
483
|
class: "socials"
|
|
461
|
-
},
|
|
484
|
+
}, Be = ["onClick"], Ae = /* @__PURE__ */ u({
|
|
462
485
|
__name: "LandingPageFooterContact",
|
|
463
486
|
props: {
|
|
464
487
|
beianText: {
|
|
@@ -479,46 +502,46 @@ const V = /* @__PURE__ */ _(Be, [["render", De], ["__scopeId", "data-v-997fc2a4"
|
|
|
479
502
|
function a() {
|
|
480
503
|
window.open(t.beianUrl);
|
|
481
504
|
}
|
|
482
|
-
return (o,
|
|
505
|
+
return (o, _) => (n(), c("div", Fe, [e("span", {
|
|
483
506
|
onClick: a
|
|
484
|
-
},
|
|
485
|
-
key:
|
|
507
|
+
}, l(t.beianText), 1), e("div", Me, [(n(!0), c(S, null, I(s.links, (d, $) => (n(), c("div", {
|
|
508
|
+
key: $,
|
|
486
509
|
class: "socialItem",
|
|
487
|
-
onClick:
|
|
488
|
-
}, [
|
|
510
|
+
onClick: d.select
|
|
511
|
+
}, [d.type === "text" ? (n(), k(g(v), {
|
|
489
512
|
key: 0,
|
|
490
|
-
icon:
|
|
491
|
-
}, null, 8, ["icon"])) :
|
|
513
|
+
icon: d.icon
|
|
514
|
+
}, null, 8, ["icon"])) : y("", !0), d.type === "image" ? (n(), k(g(v), {
|
|
492
515
|
key: 1,
|
|
493
|
-
icon:
|
|
494
|
-
}, null, 8, ["icon"])) :
|
|
516
|
+
icon: d.icon
|
|
517
|
+
}, null, 8, ["icon"])) : y("", !0)], 8, Be))), 128))])]));
|
|
495
518
|
}
|
|
496
|
-
}),
|
|
519
|
+
}), yt = /* @__PURE__ */ r(Ae, [["__scopeId", "data-v-ff6210b9"]]), Ue = {
|
|
497
520
|
class: "FooterLayout"
|
|
498
|
-
},
|
|
521
|
+
}, Ze = {
|
|
499
522
|
class: "body"
|
|
500
|
-
},
|
|
523
|
+
}, Oe = {
|
|
501
524
|
class: "logo"
|
|
502
|
-
},
|
|
525
|
+
}, Ge = {
|
|
503
526
|
class: "links"
|
|
504
|
-
},
|
|
527
|
+
}, Ne = /* @__PURE__ */ u({
|
|
505
528
|
__name: "LandingPageFooterLayout",
|
|
506
529
|
setup(s) {
|
|
507
|
-
return (t, a) => (
|
|
530
|
+
return (t, a) => (n(), c("div", Ue, [p(V), e("div", Ze, [e("div", Oe, [f(t.$slots, "LandingPageBrandInfo", {}, void 0, !0)]), e("div", Ge, [f(t.$slots, "LandingPageLinkGroup", {}, void 0, !0)])]), p(V), f(t.$slots, "LandingPageFooterContact", {}, void 0, !0)]));
|
|
508
531
|
}
|
|
509
|
-
}),
|
|
532
|
+
}), Lt = /* @__PURE__ */ r(Ne, [["__scopeId", "data-v-425841c7"]]), je = {}, Ke = {
|
|
510
533
|
class: "Description"
|
|
511
534
|
};
|
|
512
|
-
function
|
|
513
|
-
return
|
|
535
|
+
function We(s, t) {
|
|
536
|
+
return n(), c("div", Ke, [f(s.$slots, "default", {}, void 0, !0)]);
|
|
514
537
|
}
|
|
515
|
-
const
|
|
538
|
+
const bt = /* @__PURE__ */ r(je, [["render", We], ["__scopeId", "data-v-ea9ec649"]]), Ee = {
|
|
516
539
|
class: "list"
|
|
517
|
-
},
|
|
540
|
+
}, Re = {
|
|
518
541
|
class: "title"
|
|
519
|
-
},
|
|
542
|
+
}, Ye = {
|
|
520
543
|
class: "listItemContent"
|
|
521
|
-
},
|
|
544
|
+
}, Je = /* @__PURE__ */ u({
|
|
522
545
|
__name: "LandingPageLinkGroup",
|
|
523
546
|
props: {
|
|
524
547
|
title: {
|
|
@@ -527,109 +550,27 @@ const h = /* @__PURE__ */ _(Je, [["render", Xe], ["__scopeId", "data-v-ea9ec649"
|
|
|
527
550
|
},
|
|
528
551
|
setup(s) {
|
|
529
552
|
const t = s;
|
|
530
|
-
return (a, o) => (
|
|
553
|
+
return (a, o) => (n(), c("div", Ee, [e("div", Re, l(t.title), 1), e("div", Ye, [f(a.$slots, "item", {}, void 0, !0)])]));
|
|
531
554
|
}
|
|
532
|
-
}),
|
|
533
|
-
class: "Footer"
|
|
534
|
-
}, H = "support@huyooo.com", ot = /* @__PURE__ */ f({
|
|
535
|
-
__name: "LandingPageFooter",
|
|
536
|
-
setup(s) {
|
|
537
|
-
const t = y("京ICP备2024077422号 Copyright © 2024-2024 北京忽柚科技有限公司"), a = y("https://beian.miit.gov.cn/#/Integrated/index");
|
|
538
|
-
function o() {
|
|
539
|
-
const n = B(H, "", "");
|
|
540
|
-
window.location.href = n;
|
|
541
|
-
}
|
|
542
|
-
const g = y([{
|
|
543
|
-
type: "text",
|
|
544
|
-
icon: "ic:baseline-email",
|
|
545
|
-
content: H,
|
|
546
|
-
select: o
|
|
547
|
-
}, {
|
|
548
|
-
type: "image",
|
|
549
|
-
icon: "ic:baseline-wechat",
|
|
550
|
-
content: "https://beian.miit.gov.cn/#/Integrated/index",
|
|
551
|
-
select() {
|
|
552
|
-
}
|
|
553
|
-
}]);
|
|
554
|
-
return (m, l) => (i(), d("div", it, [c(Ye, null, {
|
|
555
|
-
LandingPageBrandInfo: u(() => [c(ge, {
|
|
556
|
-
icon: "https://ghibliaigenerator.app/logo.png",
|
|
557
|
-
name: "ONES",
|
|
558
|
-
description: "几小时内构建和发布AI产品,无需数日。"
|
|
559
|
-
})]),
|
|
560
|
-
LandingPageLinkGroup: u(() => [c(S, {
|
|
561
|
-
title: "产品"
|
|
562
|
-
}, {
|
|
563
|
-
item: u(() => [c(h, null, {
|
|
564
|
-
default: u(() => [...l[0] || (l[0] = [p("功能", -1)])]),
|
|
565
|
-
_: 1
|
|
566
|
-
}), c(h, null, {
|
|
567
|
-
default: u(() => [...l[1] || (l[1] = [p("展示", -1)])]),
|
|
568
|
-
_: 1
|
|
569
|
-
}), c(h, null, {
|
|
570
|
-
default: u(() => [...l[2] || (l[2] = [p("价格", -1)])]),
|
|
571
|
-
_: 1
|
|
572
|
-
})]),
|
|
573
|
-
_: 1
|
|
574
|
-
}), c(S, {
|
|
575
|
-
title: "资源"
|
|
576
|
-
}, {
|
|
577
|
-
item: u(() => [c(h, null, {
|
|
578
|
-
default: u(() => [...l[3] || (l[3] = [p("安全性与合规性", -1)])]),
|
|
579
|
-
_: 1
|
|
580
|
-
})]),
|
|
581
|
-
_: 1
|
|
582
|
-
}), c(S, {
|
|
583
|
-
title: "公司"
|
|
584
|
-
}, {
|
|
585
|
-
item: u(() => [c(h, null, {
|
|
586
|
-
default: u(() => [...l[4] || (l[4] = [p("博客", -1)])]),
|
|
587
|
-
_: 1
|
|
588
|
-
}), c(h, null, {
|
|
589
|
-
default: u(() => [...l[5] || (l[5] = [p("公司简介", -1)])]),
|
|
590
|
-
_: 1
|
|
591
|
-
}), c(h, null, {
|
|
592
|
-
default: u(() => [...l[6] || (l[6] = [p("个人信息收集清单", -1)])]),
|
|
593
|
-
_: 1
|
|
594
|
-
}), c(h, null, {
|
|
595
|
-
default: u(() => [...l[7] || (l[7] = [p("第三方信息共享清单", -1)])]),
|
|
596
|
-
_: 1
|
|
597
|
-
}), c(h, null, {
|
|
598
|
-
default: u(() => [...l[8] || (l[8] = [p("用户服务协议", -1)])]),
|
|
599
|
-
_: 1
|
|
600
|
-
}), c(h, null, {
|
|
601
|
-
default: u(() => [...l[9] || (l[9] = [p("隐私协议", -1)])]),
|
|
602
|
-
_: 1
|
|
603
|
-
})]),
|
|
604
|
-
_: 1
|
|
605
|
-
})]),
|
|
606
|
-
LandingPageFooterContact: u(() => [c(Ee, {
|
|
607
|
-
"beian-text": t.value,
|
|
608
|
-
"beian-url": a.value,
|
|
609
|
-
links: g.value
|
|
610
|
-
}, null, 8, ["beian-text", "beian-url", "links"])]),
|
|
611
|
-
_: 1
|
|
612
|
-
})]));
|
|
613
|
-
}
|
|
614
|
-
}), It = /* @__PURE__ */ _(ot, [["__scopeId", "data-v-619d1298"]]), at = "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", lt = "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", ct = {
|
|
555
|
+
}), kt = /* @__PURE__ */ r(Je, [["__scopeId", "data-v-0809a48c"]]), Qe = "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", Xe = "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", et = {
|
|
615
556
|
class: "section-header"
|
|
616
|
-
},
|
|
557
|
+
}, tt = {
|
|
617
558
|
class: "title-section"
|
|
618
|
-
},
|
|
559
|
+
}, st = {
|
|
619
560
|
class: "icon-title"
|
|
620
|
-
},
|
|
561
|
+
}, nt = ["src", "width", "height"], it = {
|
|
621
562
|
class: "title"
|
|
622
|
-
},
|
|
563
|
+
}, at = {
|
|
623
564
|
class: "subtitle-section"
|
|
624
|
-
},
|
|
565
|
+
}, ot = ["src", "width", "height"], ct = {
|
|
625
566
|
class: "subtitle"
|
|
626
|
-
},
|
|
567
|
+
}, lt = "图标", dt = "装饰线条", rt = /* @__PURE__ */ u({
|
|
627
568
|
__name: "LandingPageSectionHeader",
|
|
628
569
|
props: {
|
|
629
570
|
title: {},
|
|
630
571
|
subtitle: {},
|
|
631
572
|
icon: {
|
|
632
|
-
default:
|
|
573
|
+
default: Qe
|
|
633
574
|
},
|
|
634
575
|
iconWidth: {
|
|
635
576
|
default: 40
|
|
@@ -638,7 +579,7 @@ const h = /* @__PURE__ */ _(Je, [["render", Xe], ["__scopeId", "data-v-ea9ec649"
|
|
|
638
579
|
default: 40
|
|
639
580
|
},
|
|
640
581
|
dashline: {
|
|
641
|
-
default:
|
|
582
|
+
default: Xe
|
|
642
583
|
},
|
|
643
584
|
dashlineWidth: {
|
|
644
585
|
default: 72
|
|
@@ -649,40 +590,40 @@ const h = /* @__PURE__ */ _(Je, [["render", Xe], ["__scopeId", "data-v-ea9ec649"
|
|
|
649
590
|
},
|
|
650
591
|
setup(s) {
|
|
651
592
|
const t = s;
|
|
652
|
-
return (a, o) => (
|
|
593
|
+
return (a, o) => (n(), c("div", et, [e("div", tt, [e("div", st, [e("img", {
|
|
653
594
|
src: t.icon,
|
|
654
|
-
alt:
|
|
595
|
+
alt: lt,
|
|
655
596
|
width: t.iconWidth,
|
|
656
597
|
height: t.iconHeight,
|
|
657
598
|
loading: "lazy",
|
|
658
599
|
decoding: "async",
|
|
659
600
|
class: "icon"
|
|
660
|
-
}, null, 8,
|
|
601
|
+
}, null, 8, nt), e("span", it, l(s.title), 1)]), e("div", at, [e("img", {
|
|
661
602
|
src: t.dashline,
|
|
662
|
-
alt:
|
|
603
|
+
alt: dt,
|
|
663
604
|
width: t.dashlineWidth,
|
|
664
605
|
height: t.dashlineHeight,
|
|
665
606
|
loading: "lazy",
|
|
666
607
|
decoding: "async",
|
|
667
608
|
class: "dashline"
|
|
668
|
-
}, null, 8,
|
|
609
|
+
}, null, 8, ot), e("span", ct, l(s.subtitle), 1)])])]));
|
|
669
610
|
}
|
|
670
|
-
}),
|
|
611
|
+
}), xt = /* @__PURE__ */ r(rt, [["__scopeId", "data-v-83ea7b70"]]);
|
|
671
612
|
export {
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
613
|
+
z as D,
|
|
614
|
+
gt as L,
|
|
615
|
+
vt as a,
|
|
616
|
+
$t as b,
|
|
617
|
+
Ct as c,
|
|
618
|
+
V as d,
|
|
619
|
+
yt as e,
|
|
620
|
+
Lt as f,
|
|
621
|
+
bt as g,
|
|
622
|
+
kt as h,
|
|
623
|
+
M as i,
|
|
624
|
+
de as j,
|
|
625
|
+
mt as k,
|
|
626
|
+
xt as l,
|
|
627
|
+
ft as m,
|
|
628
|
+
ht as n
|
|
688
629
|
};
|