@huyooo/ui 0.5.5 → 0.5.7
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/{AuthkitAuthModal-BjqMoIed.js → AuthkitAuthModal-DOB2R0lE.js} +4 -4
- package/dist/{AuthkitAuthorize-DWb0xKRa.js → AuthkitAuthorize-BLKbcsyH.js} +2 -2
- package/dist/Contact-DzUxcc2w.js +429 -0
- package/dist/{FeedbackItem-bPlL6uEE.js → FeedbackItem-TRyk9rcU.js} +3 -3
- package/dist/{FeedbackModal-DJx3R3rM.js → FeedbackModal-BJx5Bzas.js} +2 -2
- package/dist/LandingPageSectionHeader-CSOwusSK.js +688 -0
- package/dist/LandingPageSectionTabs-6Rrgvwqs.js +1144 -0
- package/dist/{MessageHandle-BJH_S-61.js → MessageHandle-DP9rvOy4.js} +2 -2
- package/dist/{PaySubscriptions-BGl9BQru.js → PaySubscriptions-DyHMXC_2.js} +1 -1
- package/dist/{ReferrerReferees-oi-zzWCo.js → ReferrerReferees-CxmerF3X.js} +2 -2
- package/dist/{Upload.vue_vue_type_script_setup_true_lang-CDyUt05d.js → Upload.vue_vue_type_script_setup_true_lang-CZ8Z-NG6.js} +2 -2
- package/dist/{UserAccountMenu-BD8F9vEK.js → UserAccountMenu-BEFQWt3O.js} +1 -1
- package/dist/{UserPanel-C6XusLxb.js → UserPanel-DgSdGhj5.js} +7 -7
- package/dist/{WidthContainer-uWfPyPEH.js → WidthContainer-3fyX6xI4.js} +79 -82
- package/dist/authkit.js +4 -4
- package/dist/common/globalConfig.d.ts +4 -0
- package/dist/common.js +1 -1
- package/dist/components/DefaultLayout.vue.d.ts +16 -1
- package/dist/components/PrivateCom/Contact.vue.d.ts +2 -0
- package/dist/composables.js +6 -6
- package/dist/feedback.js +2 -2
- package/dist/globalConfig-DKn-cF9c.js +17 -0
- package/dist/index.js +54 -53
- package/dist/landingPage.js +34 -34
- package/dist/message.js +2 -2
- package/dist/pay.js +1 -1
- package/dist/privateCom.d.ts +1 -0
- package/dist/privateCom.js +6 -5
- package/dist/referrer.js +1 -1
- package/dist/style.css +1 -1
- package/dist/upload.js +2 -2
- package/dist/{useAuthkitAppsAuthPageInfo-Dr5K7ULW.js → useAuthkitAppsAuthPageInfo-qWOtNCda.js} +1 -1
- package/dist/{useAuthkitUsersProfile-DNOB_Kuk.js → useAuthkitUsersProfile-a-kA3R2Y.js} +1 -1
- package/dist/{useMessageNotifications-DOH1MS61.js → useMessageNotifications-B5pXqPNh.js} +1 -1
- package/dist/{useRoutePermission-DuZZniIv.js → useRoutePermission-BKg7oQTj.js} +3 -3
- package/dist/{useUploadCos-B5P_PDcy.js → useUploadCos-yeMY5Xn0.js} +1 -1
- package/dist/user.js +2 -2
- package/package.json +1 -1
- package/dist/Introduce-e3nEDSRY.js +0 -390
- package/dist/LandingPageSectionHeader-Dlc5rL21.js +0 -463
- package/dist/LandingPageSectionTabs-CrFrtbqu.js +0 -1369
- package/dist/globalConfig-DZIhLe1R.js +0 -16
|
@@ -0,0 +1,688 @@
|
|
|
1
|
+
import { defineComponent as f, createElementBlock as d, openBlock as i, createVNode as c, createElementVNode as e, unref as $, toDisplayString as r, Fragment as z, renderList as q, createBlock as I, renderSlot as C, normalizeClass as P, withCtx as u, createTextVNode as p, createCommentVNode as L, normalizeStyle as T, ref as y, withModifiers as M, withDirectives as x, vModelText as w } from "vue";
|
|
2
|
+
import { Icon as b } from "@iconify/vue";
|
|
3
|
+
import { _ } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
|
+
import { c as B } from "./index-Bb-d5pBq.js";
|
|
5
|
+
const A = {
|
|
6
|
+
description: "",
|
|
7
|
+
class: "mission-list-item"
|
|
8
|
+
}, D = {
|
|
9
|
+
class: "mission-list-text"
|
|
10
|
+
}, U = /* @__PURE__ */ f({
|
|
11
|
+
__name: "LandingPageListItem",
|
|
12
|
+
props: {
|
|
13
|
+
description: {
|
|
14
|
+
default: ""
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
setup(s) {
|
|
18
|
+
const t = s;
|
|
19
|
+
return (a, o) => (i(), d("div", A, [c($(b), {
|
|
20
|
+
icon: "mingcute:check-circle-fill",
|
|
21
|
+
class: "mission-list-icon"
|
|
22
|
+
}), e("span", D, r(t.description), 1)]));
|
|
23
|
+
}
|
|
24
|
+
}), O = /* @__PURE__ */ _(U, [["__scopeId", "data-v-4973c791"]]), Z = {
|
|
25
|
+
class: "mission-container"
|
|
26
|
+
}, j = {
|
|
27
|
+
class: "mission-image-wrapper"
|
|
28
|
+
}, E = ["src", "alt"], G = {
|
|
29
|
+
class: "mission-content"
|
|
30
|
+
}, N = {
|
|
31
|
+
class: "mission-title"
|
|
32
|
+
}, K = {
|
|
33
|
+
class: "mission-title-highlight"
|
|
34
|
+
}, W = {
|
|
35
|
+
class: "mission-desc"
|
|
36
|
+
}, R = {
|
|
37
|
+
class: "mission-list"
|
|
38
|
+
}, Y = {
|
|
39
|
+
style: {
|
|
40
|
+
display: "none"
|
|
41
|
+
}
|
|
42
|
+
}, J = /* @__PURE__ */ f({
|
|
43
|
+
__name: "LandingPageMission",
|
|
44
|
+
props: {
|
|
45
|
+
image: {},
|
|
46
|
+
imageAlt: {},
|
|
47
|
+
title: {},
|
|
48
|
+
highlight: {},
|
|
49
|
+
description: {},
|
|
50
|
+
features: {}
|
|
51
|
+
},
|
|
52
|
+
setup(s) {
|
|
53
|
+
return (t, a) => (i(), d("div", Z, [e("div", j, [a[0] || (a[0] = e("div", {
|
|
54
|
+
class: "mission-bg1"
|
|
55
|
+
}, null, -1)), e("img", {
|
|
56
|
+
src: s.image,
|
|
57
|
+
alt: s.imageAlt,
|
|
58
|
+
loading: "lazy",
|
|
59
|
+
width: "1270",
|
|
60
|
+
decoding: "async",
|
|
61
|
+
class: "mission-img"
|
|
62
|
+
}, null, 8, E)]), e("div", G, [e("h2", N, [e("span", K, r(s.highlight), 1), e("strong", null, r(s.title), 1)]), e("p", W, r(s.description), 1), e("div", R, [(i(!0), d(z, null, q(s.features, (o, g) => (i(), I(O, {
|
|
63
|
+
key: g,
|
|
64
|
+
description: o
|
|
65
|
+
}, null, 8, ["description"]))), 128))])]), (i(), d("svg", Y, [...a[1] || (a[1] = [e("symbol", {
|
|
66
|
+
id: "ai:ph:check-circle-fill"
|
|
67
|
+
}, [e("path", {
|
|
68
|
+
fill: "currentColor",
|
|
69
|
+
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
|
+
})], -1)])]))]));
|
|
71
|
+
}
|
|
72
|
+
}), Lt = /* @__PURE__ */ _(J, [["__scopeId", "data-v-511c032f"]]), Q = {
|
|
73
|
+
class: "team-info-container"
|
|
74
|
+
}, X = {
|
|
75
|
+
class: "team-info-title"
|
|
76
|
+
}, ee = {
|
|
77
|
+
class: "team-info-desc"
|
|
78
|
+
}, te = /* @__PURE__ */ f({
|
|
79
|
+
__name: "LandingPageTeamInfo",
|
|
80
|
+
props: {
|
|
81
|
+
title: {},
|
|
82
|
+
description: {}
|
|
83
|
+
},
|
|
84
|
+
setup(s) {
|
|
85
|
+
const t = s;
|
|
86
|
+
return (a, o) => (i(), d("div", Q, [e("div", X, r(t.title), 1), e("p", ee, r(t.description), 1)]));
|
|
87
|
+
}
|
|
88
|
+
}), kt = /* @__PURE__ */ _(te, [["__scopeId", "data-v-2074e0d7"]]), se = {}, ne = {
|
|
89
|
+
class: "Description"
|
|
90
|
+
};
|
|
91
|
+
function ie(s, t) {
|
|
92
|
+
return i(), d("div", ne, [C(s.$slots, "default", {}, void 0, !0)]);
|
|
93
|
+
}
|
|
94
|
+
const F = /* @__PURE__ */ _(se, [["render", ie], ["__scopeId", "data-v-501deb41"]]), oe = {
|
|
95
|
+
class: "grid-container"
|
|
96
|
+
}, ae = {
|
|
97
|
+
class: "square"
|
|
98
|
+
}, le = ["src", "alt", "sizes", "width", "height"], ce = {
|
|
99
|
+
class: "footer"
|
|
100
|
+
}, de = {
|
|
101
|
+
class: "name"
|
|
102
|
+
}, re = /* @__PURE__ */ f({
|
|
103
|
+
__name: "LandingPageTeamList",
|
|
104
|
+
props: {
|
|
105
|
+
publishedTeamMembers: {},
|
|
106
|
+
sizes: {},
|
|
107
|
+
width: {},
|
|
108
|
+
height: {},
|
|
109
|
+
pictureClass: {}
|
|
110
|
+
},
|
|
111
|
+
setup(s) {
|
|
112
|
+
return (t, a) => (i(), d("div", oe, [(i(!0), d(z, null, q(s.publishedTeamMembers, (o) => (i(), d("div", {
|
|
113
|
+
key: o.data.name,
|
|
114
|
+
class: "group"
|
|
115
|
+
}, [e("div", ae, [e("img", {
|
|
116
|
+
src: o.data.avatar.src,
|
|
117
|
+
alt: o.data.avatar.alt,
|
|
118
|
+
sizes: s.sizes,
|
|
119
|
+
width: s.width,
|
|
120
|
+
height: s.height,
|
|
121
|
+
class: P(s.pictureClass ? `${s.pictureClass} picture-img` : "picture-img")
|
|
122
|
+
}, null, 10, le)]), e("div", ce, [e("h2", de, r(o.data.name), 1), c(F, null, {
|
|
123
|
+
default: u(() => [p(r(o.data.title), 1)]),
|
|
124
|
+
_: 2
|
|
125
|
+
}, 1024)])]))), 128))]));
|
|
126
|
+
}
|
|
127
|
+
}), xt = /* @__PURE__ */ _(re, [["__scopeId", "data-v-aae1a797"]]), ue = ["src"], me = /* @__PURE__ */ f({
|
|
128
|
+
__name: "LandingPageLogo",
|
|
129
|
+
props: {
|
|
130
|
+
name: {
|
|
131
|
+
type: String,
|
|
132
|
+
required: !1,
|
|
133
|
+
default: () => "#2d2d2d"
|
|
134
|
+
},
|
|
135
|
+
icon: {
|
|
136
|
+
type: String,
|
|
137
|
+
required: !1,
|
|
138
|
+
default: () => ""
|
|
139
|
+
},
|
|
140
|
+
color: {
|
|
141
|
+
type: String,
|
|
142
|
+
required: !1,
|
|
143
|
+
default: () => "#2d2d2d"
|
|
144
|
+
},
|
|
145
|
+
fontSize: {
|
|
146
|
+
type: String,
|
|
147
|
+
required: !1,
|
|
148
|
+
default: () => "16px"
|
|
149
|
+
},
|
|
150
|
+
iconSize: {
|
|
151
|
+
type: String,
|
|
152
|
+
required: !1,
|
|
153
|
+
default: () => "42px"
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
emits: ["to"],
|
|
157
|
+
setup(s, {
|
|
158
|
+
emit: t
|
|
159
|
+
}) {
|
|
160
|
+
const a = s, o = t;
|
|
161
|
+
function g() {
|
|
162
|
+
o("to");
|
|
163
|
+
}
|
|
164
|
+
return (m, l) => (i(), d("div", {
|
|
165
|
+
class: "Logo",
|
|
166
|
+
onClick: g
|
|
167
|
+
}, [s.icon ? (i(), d("img", {
|
|
168
|
+
key: 0,
|
|
169
|
+
class: "icon",
|
|
170
|
+
src: s.icon,
|
|
171
|
+
alt: "logo",
|
|
172
|
+
style: T({
|
|
173
|
+
width: a.iconSize,
|
|
174
|
+
height: a.iconSize
|
|
175
|
+
})
|
|
176
|
+
}, null, 12, ue)) : L("", !0), e("div", {
|
|
177
|
+
class: "text",
|
|
178
|
+
style: T({
|
|
179
|
+
color: a.color,
|
|
180
|
+
fontSize: a.fontSize
|
|
181
|
+
})
|
|
182
|
+
}, r(s.name), 5)]));
|
|
183
|
+
}
|
|
184
|
+
}), pe = /* @__PURE__ */ _(me, [["__scopeId", "data-v-f259564c"]]), _e = {
|
|
185
|
+
class: "BrandInfo"
|
|
186
|
+
}, fe = /* @__PURE__ */ f({
|
|
187
|
+
__name: "LandingPageBrandInfo",
|
|
188
|
+
props: {
|
|
189
|
+
icon: {
|
|
190
|
+
type: String,
|
|
191
|
+
required: !0
|
|
192
|
+
},
|
|
193
|
+
name: {
|
|
194
|
+
type: String,
|
|
195
|
+
required: !0
|
|
196
|
+
},
|
|
197
|
+
description: {
|
|
198
|
+
type: String,
|
|
199
|
+
required: !0
|
|
200
|
+
},
|
|
201
|
+
color: {
|
|
202
|
+
type: String,
|
|
203
|
+
default: "#2d2d2d"
|
|
204
|
+
},
|
|
205
|
+
fontSize: {
|
|
206
|
+
type: String,
|
|
207
|
+
default: "14px"
|
|
208
|
+
},
|
|
209
|
+
iconSize: {
|
|
210
|
+
type: String,
|
|
211
|
+
default: "32px"
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
setup(s) {
|
|
215
|
+
const t = s;
|
|
216
|
+
return (a, o) => (i(), d("div", _e, [c(pe, {
|
|
217
|
+
icon: t.icon,
|
|
218
|
+
name: t.name,
|
|
219
|
+
color: t.color,
|
|
220
|
+
"font-size": t.fontSize,
|
|
221
|
+
"icon-size": t.iconSize
|
|
222
|
+
}, null, 8, ["icon", "name", "color", "font-size", "icon-size"]), c(F, null, {
|
|
223
|
+
default: u(() => [p(r(t.description), 1)]),
|
|
224
|
+
_: 1
|
|
225
|
+
})]));
|
|
226
|
+
}
|
|
227
|
+
}), ge = /* @__PURE__ */ _(fe, [["__scopeId", "data-v-03121641"]]), he = {
|
|
228
|
+
class: "contact-container"
|
|
229
|
+
}, ve = {
|
|
230
|
+
class: "contact-info-section"
|
|
231
|
+
}, ye = {
|
|
232
|
+
class: "contact-title"
|
|
233
|
+
}, Ce = {
|
|
234
|
+
class: "contact-info"
|
|
235
|
+
}, $e = {
|
|
236
|
+
class: "contact-info-item"
|
|
237
|
+
}, be = {
|
|
238
|
+
class: "contact-info-item"
|
|
239
|
+
}, Le = ["href"], ke = {
|
|
240
|
+
class: "contact-info-item"
|
|
241
|
+
}, xe = ["href"], we = {
|
|
242
|
+
class: "contact-form-section"
|
|
243
|
+
}, Se = /* @__PURE__ */ f({
|
|
244
|
+
__name: "LandingPageContact",
|
|
245
|
+
props: {
|
|
246
|
+
title: {
|
|
247
|
+
default: ""
|
|
248
|
+
},
|
|
249
|
+
subTitle: {
|
|
250
|
+
default: ""
|
|
251
|
+
},
|
|
252
|
+
contact: {
|
|
253
|
+
default: () => ({
|
|
254
|
+
title: "联系我们",
|
|
255
|
+
description: "有什么想说的吗?我们随时为您提供帮助。请填写表单或发送邮件或拨打电话。"
|
|
256
|
+
})
|
|
257
|
+
},
|
|
258
|
+
address: {
|
|
259
|
+
default: "北京市朝阳区建国门外大街1号"
|
|
260
|
+
},
|
|
261
|
+
email: {
|
|
262
|
+
default: "hello@example.com"
|
|
263
|
+
},
|
|
264
|
+
phone: {
|
|
265
|
+
default: "+86 138 0000 0000"
|
|
266
|
+
},
|
|
267
|
+
mapIcon: {
|
|
268
|
+
default: "uil:map-marker"
|
|
269
|
+
},
|
|
270
|
+
emailIcon: {
|
|
271
|
+
default: "uil:envelope"
|
|
272
|
+
},
|
|
273
|
+
phoneIcon: {
|
|
274
|
+
default: "uil:phone"
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
setup(s) {
|
|
278
|
+
const t = s;
|
|
279
|
+
return (a, o) => (i(), d("div", he, [e("div", ve, [e("h2", ye, r(t.contact.title), 1), c(F, null, {
|
|
280
|
+
default: u(() => [p(r(t.contact.description), 1)]),
|
|
281
|
+
_: 1
|
|
282
|
+
}), e("div", Ce, [e("div", $e, [c($(b), {
|
|
283
|
+
class: "contact-info-icon",
|
|
284
|
+
icon: s.mapIcon
|
|
285
|
+
}, null, 8, ["icon"]), e("span", null, r(t.address), 1)]), e("div", be, [c($(b), {
|
|
286
|
+
class: "contact-info-icon",
|
|
287
|
+
icon: t.emailIcon
|
|
288
|
+
}, null, 8, ["icon"]), e("a", {
|
|
289
|
+
href: `mailto:${s.email}`
|
|
290
|
+
}, r(t.email), 9, Le)]), e("div", ke, [c($(b), {
|
|
291
|
+
class: "contact-info-icon",
|
|
292
|
+
icon: t.phoneIcon
|
|
293
|
+
}, null, 8, ["icon"]), e("a", {
|
|
294
|
+
href: `tel:${s.phone}`
|
|
295
|
+
}, r(t.phone), 9, xe)])])]), e("div", we, [C(a.$slots, "contact-form", {}, void 0, !0)])]));
|
|
296
|
+
}
|
|
297
|
+
}), wt = /* @__PURE__ */ _(Se, [["__scopeId", "data-v-50d64cb9"]]), Ie = ["value"], Pe = ["value"], ze = {
|
|
298
|
+
class: "form-group"
|
|
299
|
+
}, qe = {
|
|
300
|
+
class: "form-group"
|
|
301
|
+
}, Fe = {
|
|
302
|
+
class: "form-group"
|
|
303
|
+
}, Te = {
|
|
304
|
+
type: "submit",
|
|
305
|
+
class: "form-button"
|
|
306
|
+
}, Ve = {
|
|
307
|
+
key: 0,
|
|
308
|
+
class: "button-content"
|
|
309
|
+
}, He = {
|
|
310
|
+
key: 1
|
|
311
|
+
}, Me = /* @__PURE__ */ f({
|
|
312
|
+
__name: "LandingPageContactForm",
|
|
313
|
+
props: {
|
|
314
|
+
accessKey: {
|
|
315
|
+
default: "YOUR_ACCESS_KEY_HERE"
|
|
316
|
+
},
|
|
317
|
+
to: {
|
|
318
|
+
default: "support@huyooo.com"
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
setup(s) {
|
|
322
|
+
const t = s, a = y(!1), o = y(""), g = y(""), m = y({
|
|
323
|
+
name: "",
|
|
324
|
+
email: "",
|
|
325
|
+
message: ""
|
|
326
|
+
}), l = async (k) => {
|
|
327
|
+
a.value = !0;
|
|
328
|
+
const n = k.target;
|
|
329
|
+
if (!n.checkValidity()) {
|
|
330
|
+
n.querySelectorAll(":invalid")[0].focus();
|
|
331
|
+
return;
|
|
332
|
+
}
|
|
333
|
+
o.value = "发送中...", g.value = "";
|
|
334
|
+
try {
|
|
335
|
+
const v = await fetch("https://api.web3forms.com/submit", {
|
|
336
|
+
method: "POST",
|
|
337
|
+
headers: {
|
|
338
|
+
"Content-Type": "application/json",
|
|
339
|
+
Accept: "application/json"
|
|
340
|
+
},
|
|
341
|
+
body: JSON.stringify({
|
|
342
|
+
access_key: t.accessKey,
|
|
343
|
+
to: t.to,
|
|
344
|
+
name: m.value.name,
|
|
345
|
+
email: m.value.email,
|
|
346
|
+
message: m.value.message
|
|
347
|
+
})
|
|
348
|
+
});
|
|
349
|
+
await v.json(), v.status === 200 ? (g.value = "text-green", o.value = "消息发送成功!我们会尽快回复您。") : (g.value = "text-red", o.value = "发送失败,请检查网络连接后重试。");
|
|
350
|
+
} catch {
|
|
351
|
+
g.value = "text-red", o.value = "发送失败,请稍后再试!";
|
|
352
|
+
} finally {
|
|
353
|
+
n.reset(), a.value = !1, setTimeout(() => {
|
|
354
|
+
o.value = "";
|
|
355
|
+
}, 5e3);
|
|
356
|
+
}
|
|
357
|
+
};
|
|
358
|
+
return (k, n) => (i(), d("form", {
|
|
359
|
+
id: "form",
|
|
360
|
+
action: "https://api.web3forms.com/submit",
|
|
361
|
+
method: "POST",
|
|
362
|
+
class: P(["contact-form", {
|
|
363
|
+
"was-validated": a.value
|
|
364
|
+
}]),
|
|
365
|
+
novalidate: "",
|
|
366
|
+
onSubmit: M(l, ["prevent"])
|
|
367
|
+
}, [e("input", {
|
|
368
|
+
type: "hidden",
|
|
369
|
+
name: "access_key",
|
|
370
|
+
value: t.accessKey
|
|
371
|
+
}, null, 8, Ie), e("input", {
|
|
372
|
+
type: "hidden",
|
|
373
|
+
name: "to",
|
|
374
|
+
value: t.to
|
|
375
|
+
}, null, 8, Pe), n[11] || (n[11] = e("input", {
|
|
376
|
+
type: "checkbox",
|
|
377
|
+
class: "hidden",
|
|
378
|
+
style: {
|
|
379
|
+
display: "none"
|
|
380
|
+
},
|
|
381
|
+
name: "botcheck"
|
|
382
|
+
}, null, -1)), e("div", ze, [n[3] || (n[3] = e("label", {
|
|
383
|
+
for: "name",
|
|
384
|
+
class: "form-label"
|
|
385
|
+
}, [p(" 姓名 "), e("span", {
|
|
386
|
+
class: "required"
|
|
387
|
+
}, "*")], -1)), x(e("input", {
|
|
388
|
+
id: "name",
|
|
389
|
+
"onUpdate:modelValue": n[0] || (n[0] = (v) => m.value.name = v),
|
|
390
|
+
type: "text",
|
|
391
|
+
placeholder: "请输入您的姓名",
|
|
392
|
+
required: "",
|
|
393
|
+
class: "form-input",
|
|
394
|
+
name: "name"
|
|
395
|
+
}, null, 512), [[w, m.value.name]]), n[4] || (n[4] = e("div", {
|
|
396
|
+
class: "empty-feedback invalid-feedback form-error"
|
|
397
|
+
}, " 请输入您的姓名。 ", -1))]), e("div", qe, [n[5] || (n[5] = e("label", {
|
|
398
|
+
for: "email_address",
|
|
399
|
+
class: "form-label"
|
|
400
|
+
}, [p(" 邮箱地址 "), e("span", {
|
|
401
|
+
class: "required"
|
|
402
|
+
}, "*")], -1)), x(e("input", {
|
|
403
|
+
id: "email_address",
|
|
404
|
+
"onUpdate:modelValue": n[1] || (n[1] = (v) => m.value.email = v),
|
|
405
|
+
type: "email",
|
|
406
|
+
placeholder: "请输入您的邮箱地址",
|
|
407
|
+
name: "email",
|
|
408
|
+
required: "",
|
|
409
|
+
class: "form-input"
|
|
410
|
+
}, null, 512), [[w, m.value.email]]), n[6] || (n[6] = e("div", {
|
|
411
|
+
class: "empty-feedback form-error"
|
|
412
|
+
}, " 请输入您的邮箱地址。 ", -1)), n[7] || (n[7] = e("div", {
|
|
413
|
+
class: "invalid-feedback form-error"
|
|
414
|
+
}, " 请输入有效的邮箱地址。 ", -1))]), e("div", Fe, [n[8] || (n[8] = e("label", {
|
|
415
|
+
for: "message",
|
|
416
|
+
class: "form-label"
|
|
417
|
+
}, [p(" 留言内容 "), e("span", {
|
|
418
|
+
class: "required"
|
|
419
|
+
}, "*")], -1)), x(e("textarea", {
|
|
420
|
+
id: "message",
|
|
421
|
+
"onUpdate:modelValue": n[2] || (n[2] = (v) => m.value.message = v),
|
|
422
|
+
name: "message",
|
|
423
|
+
required: "",
|
|
424
|
+
placeholder: "请输入您的留言内容",
|
|
425
|
+
class: "form-textarea",
|
|
426
|
+
rows: "4"
|
|
427
|
+
}, null, 512), [[w, m.value.message]]), n[9] || (n[9] = e("div", {
|
|
428
|
+
class: "empty-feedback invalid-feedback form-error"
|
|
429
|
+
}, " 请输入您的留言内容。 ", -1))]), e("button", Te, [o.value === "发送中..." ? (i(), d("span", Ve, [...n[10] || (n[10] = [e("svg", {
|
|
430
|
+
class: "spinner",
|
|
431
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
432
|
+
fill: "none",
|
|
433
|
+
viewBox: "0 0 24 24"
|
|
434
|
+
}, [e("circle", {
|
|
435
|
+
class: "spinner-circle",
|
|
436
|
+
cx: "12",
|
|
437
|
+
cy: "12",
|
|
438
|
+
r: "10",
|
|
439
|
+
stroke: "currentColor",
|
|
440
|
+
"stroke-width": "4"
|
|
441
|
+
}), e("path", {
|
|
442
|
+
class: "spinner-path",
|
|
443
|
+
fill: "currentColor",
|
|
444
|
+
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), p(" 发送中... ", -1)])])) : (i(), d("span", He, "发送信息"))]), o.value && o.value !== "发送中..." ? (i(), d("div", {
|
|
446
|
+
key: 0,
|
|
447
|
+
class: P(["form-result", g.value])
|
|
448
|
+
}, r(o.value), 3)) : L("", !0)], 34));
|
|
449
|
+
}
|
|
450
|
+
}), St = /* @__PURE__ */ _(Me, [["__scopeId", "data-v-bd2eaefb"]]), Be = {}, Ae = {
|
|
451
|
+
role: "separator",
|
|
452
|
+
class: "divider divider-horizontal"
|
|
453
|
+
};
|
|
454
|
+
function De(s, t) {
|
|
455
|
+
return i(), d("div", Ae);
|
|
456
|
+
}
|
|
457
|
+
const V = /* @__PURE__ */ _(Be, [["render", De], ["__scopeId", "data-v-997fc2a4"]]), Ue = {
|
|
458
|
+
class: "bottom"
|
|
459
|
+
}, Oe = {
|
|
460
|
+
class: "socials"
|
|
461
|
+
}, Ze = ["onClick"], je = /* @__PURE__ */ f({
|
|
462
|
+
__name: "LandingPageFooterContact",
|
|
463
|
+
props: {
|
|
464
|
+
beianText: {
|
|
465
|
+
type: String,
|
|
466
|
+
required: !0
|
|
467
|
+
},
|
|
468
|
+
beianUrl: {
|
|
469
|
+
type: String,
|
|
470
|
+
required: !0
|
|
471
|
+
},
|
|
472
|
+
links: {
|
|
473
|
+
type: Array,
|
|
474
|
+
required: !0
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
setup(s) {
|
|
478
|
+
const t = s;
|
|
479
|
+
function a() {
|
|
480
|
+
window.open(t.beianUrl);
|
|
481
|
+
}
|
|
482
|
+
return (o, g) => (i(), d("div", Ue, [e("span", {
|
|
483
|
+
onClick: a
|
|
484
|
+
}, r(t.beianText), 1), e("div", Oe, [(i(!0), d(z, null, q(s.links, (m, l) => (i(), d("div", {
|
|
485
|
+
key: l,
|
|
486
|
+
class: "socialItem",
|
|
487
|
+
onClick: m.select
|
|
488
|
+
}, [m.type === "text" ? (i(), I($(b), {
|
|
489
|
+
key: 0,
|
|
490
|
+
icon: m.icon
|
|
491
|
+
}, null, 8, ["icon"])) : L("", !0), m.type === "image" ? (i(), I($(b), {
|
|
492
|
+
key: 1,
|
|
493
|
+
icon: m.icon
|
|
494
|
+
}, null, 8, ["icon"])) : L("", !0)], 8, Ze))), 128))])]));
|
|
495
|
+
}
|
|
496
|
+
}), Ee = /* @__PURE__ */ _(je, [["__scopeId", "data-v-ff6210b9"]]), Ge = {
|
|
497
|
+
class: "FooterLayout"
|
|
498
|
+
}, Ne = {
|
|
499
|
+
class: "body"
|
|
500
|
+
}, Ke = {
|
|
501
|
+
class: "logo"
|
|
502
|
+
}, We = {
|
|
503
|
+
class: "links"
|
|
504
|
+
}, Re = /* @__PURE__ */ f({
|
|
505
|
+
__name: "LandingPageFooterLayout",
|
|
506
|
+
setup(s) {
|
|
507
|
+
return (t, a) => (i(), d("div", Ge, [c(V), e("div", Ne, [e("div", Ke, [C(t.$slots, "LandingPageBrandInfo", {}, void 0, !0)]), e("div", We, [C(t.$slots, "LandingPageLinkGroup", {}, void 0, !0)])]), c(V), C(t.$slots, "LandingPageFooterContact", {}, void 0, !0)]));
|
|
508
|
+
}
|
|
509
|
+
}), Ye = /* @__PURE__ */ _(Re, [["__scopeId", "data-v-425841c7"]]), Je = {}, Qe = {
|
|
510
|
+
class: "Description"
|
|
511
|
+
};
|
|
512
|
+
function Xe(s, t) {
|
|
513
|
+
return i(), d("div", Qe, [C(s.$slots, "default", {}, void 0, !0)]);
|
|
514
|
+
}
|
|
515
|
+
const h = /* @__PURE__ */ _(Je, [["render", Xe], ["__scopeId", "data-v-ea9ec649"]]), et = {
|
|
516
|
+
class: "list"
|
|
517
|
+
}, tt = {
|
|
518
|
+
class: "title"
|
|
519
|
+
}, st = {
|
|
520
|
+
class: "listItemContent"
|
|
521
|
+
}, nt = /* @__PURE__ */ f({
|
|
522
|
+
__name: "LandingPageLinkGroup",
|
|
523
|
+
props: {
|
|
524
|
+
title: {
|
|
525
|
+
default: ""
|
|
526
|
+
}
|
|
527
|
+
},
|
|
528
|
+
setup(s) {
|
|
529
|
+
const t = s;
|
|
530
|
+
return (a, o) => (i(), d("div", et, [e("div", tt, r(t.title), 1), e("div", st, [C(a.$slots, "item", {}, void 0, !0)])]));
|
|
531
|
+
}
|
|
532
|
+
}), S = /* @__PURE__ */ _(nt, [["__scopeId", "data-v-0809a48c"]]), it = {
|
|
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 = {
|
|
615
|
+
class: "section-header"
|
|
616
|
+
}, dt = {
|
|
617
|
+
class: "title-section"
|
|
618
|
+
}, rt = {
|
|
619
|
+
class: "icon-title"
|
|
620
|
+
}, ut = ["src", "width", "height"], mt = {
|
|
621
|
+
class: "title"
|
|
622
|
+
}, pt = {
|
|
623
|
+
class: "subtitle-section"
|
|
624
|
+
}, _t = ["src", "width", "height"], ft = {
|
|
625
|
+
class: "subtitle"
|
|
626
|
+
}, gt = "图标", ht = "装饰线条", vt = /* @__PURE__ */ f({
|
|
627
|
+
__name: "LandingPageSectionHeader",
|
|
628
|
+
props: {
|
|
629
|
+
title: {},
|
|
630
|
+
subtitle: {},
|
|
631
|
+
icon: {
|
|
632
|
+
default: at
|
|
633
|
+
},
|
|
634
|
+
iconWidth: {
|
|
635
|
+
default: 40
|
|
636
|
+
},
|
|
637
|
+
iconHeight: {
|
|
638
|
+
default: 40
|
|
639
|
+
},
|
|
640
|
+
dashline: {
|
|
641
|
+
default: lt
|
|
642
|
+
},
|
|
643
|
+
dashlineWidth: {
|
|
644
|
+
default: 72
|
|
645
|
+
},
|
|
646
|
+
dashlineHeight: {
|
|
647
|
+
default: 48
|
|
648
|
+
}
|
|
649
|
+
},
|
|
650
|
+
setup(s) {
|
|
651
|
+
const t = s;
|
|
652
|
+
return (a, o) => (i(), d("div", ct, [e("div", dt, [e("div", rt, [e("img", {
|
|
653
|
+
src: t.icon,
|
|
654
|
+
alt: gt,
|
|
655
|
+
width: t.iconWidth,
|
|
656
|
+
height: t.iconHeight,
|
|
657
|
+
loading: "lazy",
|
|
658
|
+
decoding: "async",
|
|
659
|
+
class: "icon"
|
|
660
|
+
}, null, 8, ut), e("span", mt, r(s.title), 1)]), e("div", pt, [e("img", {
|
|
661
|
+
src: t.dashline,
|
|
662
|
+
alt: ht,
|
|
663
|
+
width: t.dashlineWidth,
|
|
664
|
+
height: t.dashlineHeight,
|
|
665
|
+
loading: "lazy",
|
|
666
|
+
decoding: "async",
|
|
667
|
+
class: "dashline"
|
|
668
|
+
}, null, 8, _t), e("span", ft, r(s.subtitle), 1)])])]));
|
|
669
|
+
}
|
|
670
|
+
}), Pt = /* @__PURE__ */ _(vt, [["__scopeId", "data-v-83ea7b70"]]);
|
|
671
|
+
export {
|
|
672
|
+
F as D,
|
|
673
|
+
ge as L,
|
|
674
|
+
wt as a,
|
|
675
|
+
St as b,
|
|
676
|
+
V as c,
|
|
677
|
+
It as d,
|
|
678
|
+
Ee as e,
|
|
679
|
+
Ye as f,
|
|
680
|
+
h as g,
|
|
681
|
+
S as h,
|
|
682
|
+
O as i,
|
|
683
|
+
pe as j,
|
|
684
|
+
Lt as k,
|
|
685
|
+
Pt as l,
|
|
686
|
+
kt as m,
|
|
687
|
+
xt as n
|
|
688
|
+
};
|