@huyooo/ui 0.5.3 → 0.5.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.
Files changed (48) hide show
  1. package/dist/{AuthkitAuthModal-cEi5Hm14.js → AuthkitAuthModal-BjqMoIed.js} +141 -162
  2. package/dist/AuthkitAuthModal.vue_vue_type_style_index_1_lang-BpOmabWi.js +10 -0
  3. package/dist/{AuthkitAuthorize-DksJZktr.js → AuthkitAuthorize-DWb0xKRa.js} +12 -15
  4. package/dist/{Clipboard-CGm0G1dN.js → Clipboard-Bful1lNJ.js} +1 -1
  5. package/dist/CustomTable-B8i1SbFB.js +202 -0
  6. package/dist/{FeedbackItem-Day3rfSw.js → FeedbackItem-bPlL6uEE.js} +15 -14
  7. package/dist/{FeedbackModal-CsRXm-MY.js → FeedbackModal-DJx3R3rM.js} +22 -25
  8. package/dist/Introduce-e3nEDSRY.js +390 -0
  9. package/dist/LandingPageSectionHeader-Dlc5rL21.js +463 -0
  10. package/dist/LandingPageSectionTabs-CrFrtbqu.js +1369 -0
  11. package/dist/{MessageHandle-DqH_478k.js → MessageHandle-BJH_S-61.js} +37 -45
  12. package/dist/{PaySubscriptions-Dp8y1fdJ.js → PaySubscriptions-BGl9BQru.js} +17 -16
  13. package/dist/{ReferrerReferees-xIXZglpy.js → ReferrerReferees-oi-zzWCo.js} +20 -19
  14. package/dist/{Upload.vue_vue_type_script_setup_true_lang-CxGZSDoo.js → Upload.vue_vue_type_script_setup_true_lang-CDyUt05d.js} +11 -10
  15. package/dist/{UserAccountMenu-DD3zoOBd.js → UserAccountMenu-BD8F9vEK.js} +1 -1
  16. package/dist/{UserPanel-C1NGdsFk.js → UserPanel-C6XusLxb.js} +23 -24
  17. package/dist/{WidthContainer-C30YFs9X.js → WidthContainer-uWfPyPEH.js} +19 -18
  18. package/dist/authkit.js +12 -11
  19. package/dist/common.js +2 -2
  20. package/dist/components/PrivateCom/BodyAndFooterLayout.vue.d.ts +17 -0
  21. package/dist/components/PrivateCom/Footer.vue.d.ts +2 -0
  22. package/dist/components/PrivateCom/Introduce.vue.d.ts +2 -0
  23. package/dist/components/PrivateCom/useSEO.d.ts +71 -0
  24. package/dist/composables.js +26 -25
  25. package/dist/feedback.js +3 -3
  26. package/dist/index-Bb-d5pBq.js +1167 -0
  27. package/dist/index.js +367 -359
  28. package/dist/landingPage.js +46 -45
  29. package/dist/main.d.ts +1 -0
  30. package/dist/message.js +2 -2
  31. package/dist/pay.js +1 -1
  32. package/dist/privateCom.d.ts +4 -0
  33. package/dist/privateCom.js +8 -0
  34. package/dist/referrer.js +1 -1
  35. package/dist/style.css +1 -1
  36. package/dist/upload.js +2 -2
  37. package/dist/{AuthkitAuthModal.vue_vue_type_style_index_1_lang-B-QKS_BT.js → useAuthkitAppsAuthPageInfo-Dr5K7ULW.js} +16 -23
  38. package/dist/{useAuthkitUsersProfile-D2UZf7n0.js → useAuthkitUsersProfile-DNOB_Kuk.js} +1 -1
  39. package/dist/{useMessageNotifications-BahKMcby.js → useMessageNotifications-DOH1MS61.js} +1 -1
  40. package/dist/{useRoutePermission-Uxu5S3m1.js → useRoutePermission-DuZZniIv.js} +18 -17
  41. package/dist/{useUploadCos-DNKp_9xt.js → useUploadCos-B5P_PDcy.js} +2 -2
  42. package/dist/user.js +2 -2
  43. package/package.json +6 -1
  44. package/dist/CustomTable-kfI18phy.js +0 -1359
  45. package/dist/LandingPageSectionTabs-DPTZIwiJ.js +0 -1838
  46. package/dist/utils/landingPage.d.ts +0 -1
  47. /package/dist/{index-DaMA6jEr.js → _commonjsHelpers-DaMA6jEr.js} +0 -0
  48. /package/dist/{index-DZIhLe1R.js → globalConfig-DZIhLe1R.js} +0 -0
@@ -0,0 +1,463 @@
1
+ import { defineComponent as g, createElementBlock as c, openBlock as s, createVNode as o, createElementVNode as i, unref as $, toDisplayString as r, Fragment as x, renderList as b, createBlock as L, renderSlot as f, normalizeClass as F, withCtx as l, createTextVNode as _, createCommentVNode as y, normalizeStyle as w, ref as v } from "vue";
2
+ import { Icon as k } from "@iconify/vue";
3
+ import { _ as u } from "./_plugin-vue_export-helper-CHgC5LLL.js";
4
+ import { c as q } from "./index-Bb-d5pBq.js";
5
+ const H = {
6
+ description: "",
7
+ class: "mission-list-item"
8
+ }, B = {
9
+ class: "mission-list-text"
10
+ }, T = /* @__PURE__ */ g({
11
+ __name: "LandingPageListItem",
12
+ props: {
13
+ description: {
14
+ default: ""
15
+ }
16
+ },
17
+ setup(t) {
18
+ const e = t;
19
+ return (a, d) => (s(), c("div", H, [o($(k), {
20
+ icon: "mingcute:check-circle-fill",
21
+ class: "mission-list-icon"
22
+ }), i("span", B, r(e.description), 1)]));
23
+ }
24
+ }), V = /* @__PURE__ */ u(T, [["__scopeId", "data-v-4973c791"]]), D = {
25
+ class: "mission-container"
26
+ }, M = {
27
+ class: "mission-image-wrapper"
28
+ }, A = ["src", "alt"], U = {
29
+ class: "mission-content"
30
+ }, Z = {
31
+ class: "mission-title"
32
+ }, G = {
33
+ class: "mission-title-highlight"
34
+ }, N = {
35
+ class: "mission-desc"
36
+ }, W = {
37
+ class: "mission-list"
38
+ }, j = {
39
+ style: {
40
+ display: "none"
41
+ }
42
+ }, O = /* @__PURE__ */ g({
43
+ __name: "LandingPageMission",
44
+ props: {
45
+ image: {},
46
+ imageAlt: {},
47
+ title: {},
48
+ highlight: {},
49
+ description: {},
50
+ features: {}
51
+ },
52
+ setup(t) {
53
+ return (e, a) => (s(), c("div", D, [i("div", M, [a[0] || (a[0] = i("div", {
54
+ class: "mission-bg1"
55
+ }, null, -1)), i("img", {
56
+ src: t.image,
57
+ alt: t.imageAlt,
58
+ loading: "lazy",
59
+ width: "1270",
60
+ decoding: "async",
61
+ class: "mission-img"
62
+ }, null, 8, A)]), i("div", U, [i("h2", Z, [i("span", G, r(t.highlight), 1), i("strong", null, r(t.title), 1)]), i("p", N, r(t.description), 1), i("div", W, [(s(!0), c(x, null, b(t.features, (d, m) => (s(), L(V, {
63
+ key: m,
64
+ description: d
65
+ }, null, 8, ["description"]))), 128))])]), (s(), c("svg", j, [...a[1] || (a[1] = [i("symbol", {
66
+ id: "ai:ph:check-circle-fill"
67
+ }, [i("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
+ }), Y2 = /* @__PURE__ */ u(O, [["__scopeId", "data-v-511c032f"]]), E = {
73
+ class: "team-info-container"
74
+ }, J = {
75
+ class: "team-info-title"
76
+ }, K = {
77
+ class: "team-info-desc"
78
+ }, Q = /* @__PURE__ */ g({
79
+ __name: "LandingPageTeamInfo",
80
+ props: {
81
+ title: {},
82
+ description: {}
83
+ },
84
+ setup(t) {
85
+ const e = t;
86
+ return (a, d) => (s(), c("div", E, [i("div", J, r(e.title), 1), i("p", K, r(e.description), 1)]));
87
+ }
88
+ }), tt = /* @__PURE__ */ u(Q, [["__scopeId", "data-v-2074e0d7"]]), R = {}, X = {
89
+ class: "Description"
90
+ };
91
+ function Y(t, e) {
92
+ return s(), c("div", X, [f(t.$slots, "default", {}, void 0, !0)]);
93
+ }
94
+ const P = /* @__PURE__ */ u(R, [["render", Y], ["__scopeId", "data-v-501deb41"]]), t2 = {
95
+ class: "grid-container"
96
+ }, e2 = {
97
+ class: "square"
98
+ }, i2 = ["src", "alt", "sizes", "width", "height"], n2 = {
99
+ class: "footer"
100
+ }, s2 = {
101
+ class: "name"
102
+ }, o2 = /* @__PURE__ */ g({
103
+ __name: "LandingPageTeamList",
104
+ props: {
105
+ publishedTeamMembers: {},
106
+ sizes: {},
107
+ width: {},
108
+ height: {},
109
+ pictureClass: {}
110
+ },
111
+ setup(t) {
112
+ return (e, a) => (s(), c("div", t2, [(s(!0), c(x, null, b(t.publishedTeamMembers, (d) => (s(), c("div", {
113
+ key: d.data.name,
114
+ class: "group"
115
+ }, [i("div", e2, [i("img", {
116
+ src: d.data.avatar.src,
117
+ alt: d.data.avatar.alt,
118
+ sizes: t.sizes,
119
+ width: t.width,
120
+ height: t.height,
121
+ class: F(t.pictureClass ? `${t.pictureClass} picture-img` : "picture-img")
122
+ }, null, 10, i2)]), i("div", n2, [i("h2", s2, r(d.data.name), 1), o(P, null, {
123
+ default: l(() => [_(r(d.data.title), 1)]),
124
+ _: 2
125
+ }, 1024)])]))), 128))]));
126
+ }
127
+ }), et = /* @__PURE__ */ u(o2, [["__scopeId", "data-v-aae1a797"]]), a2 = ["src"], c2 = /* @__PURE__ */ g({
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(t, {
158
+ emit: e
159
+ }) {
160
+ const a = t, d = e;
161
+ function m() {
162
+ d("to");
163
+ }
164
+ return (h, n) => (s(), c("div", {
165
+ class: "Logo",
166
+ onClick: m
167
+ }, [t.icon ? (s(), c("img", {
168
+ key: 0,
169
+ class: "icon",
170
+ src: t.icon,
171
+ alt: "logo",
172
+ style: w({
173
+ width: a.iconSize,
174
+ height: a.iconSize
175
+ })
176
+ }, null, 12, a2)) : y("", !0), i("div", {
177
+ class: "text",
178
+ style: w({
179
+ color: a.color,
180
+ fontSize: a.fontSize
181
+ })
182
+ }, r(t.name), 5)]));
183
+ }
184
+ }), l2 = /* @__PURE__ */ u(c2, [["__scopeId", "data-v-f259564c"]]), d2 = {
185
+ class: "BrandInfo"
186
+ }, r2 = /* @__PURE__ */ g({
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(t) {
215
+ const e = t;
216
+ return (a, d) => (s(), c("div", d2, [o(l2, {
217
+ icon: e.icon,
218
+ name: e.name,
219
+ color: e.color,
220
+ "font-size": e.fontSize,
221
+ "icon-size": e.iconSize
222
+ }, null, 8, ["icon", "name", "color", "font-size", "icon-size"]), o(P, null, {
223
+ default: l(() => [_(r(e.description), 1)]),
224
+ _: 1
225
+ })]));
226
+ }
227
+ }), u2 = /* @__PURE__ */ u(r2, [["__scopeId", "data-v-03121641"]]), _2 = {}, g2 = {
228
+ role: "separator",
229
+ class: "divider divider-horizontal"
230
+ };
231
+ function p2(t, e) {
232
+ return s(), c("div", g2);
233
+ }
234
+ const S = /* @__PURE__ */ u(_2, [["render", p2], ["__scopeId", "data-v-997fc2a4"]]), h2 = {
235
+ class: "bottom"
236
+ }, m2 = {
237
+ class: "socials"
238
+ }, f2 = ["onClick"], v2 = /* @__PURE__ */ g({
239
+ __name: "LandingPageFooterContact",
240
+ props: {
241
+ beianText: {
242
+ type: String,
243
+ required: !0
244
+ },
245
+ beianUrl: {
246
+ type: String,
247
+ required: !0
248
+ },
249
+ links: {
250
+ type: Array,
251
+ required: !0
252
+ }
253
+ },
254
+ setup(t) {
255
+ const e = t;
256
+ function a() {
257
+ window.open(e.beianUrl);
258
+ }
259
+ return (d, m) => (s(), c("div", h2, [i("span", {
260
+ onClick: a
261
+ }, r(e.beianText), 1), i("div", m2, [(s(!0), c(x, null, b(t.links, (h, n) => (s(), c("div", {
262
+ key: n,
263
+ class: "socialItem",
264
+ onClick: h.select
265
+ }, [h.type === "text" ? (s(), L($(k), {
266
+ key: 0,
267
+ icon: h.icon
268
+ }, null, 8, ["icon"])) : y("", !0), h.type === "image" ? (s(), L($(k), {
269
+ key: 1,
270
+ icon: h.icon
271
+ }, null, 8, ["icon"])) : y("", !0)], 8, f2))), 128))])]));
272
+ }
273
+ }), C2 = /* @__PURE__ */ u(v2, [["__scopeId", "data-v-ff6210b9"]]), $2 = {
274
+ class: "FooterLayout"
275
+ }, L2 = {
276
+ class: "body"
277
+ }, y2 = {
278
+ class: "logo"
279
+ }, k2 = {
280
+ class: "links"
281
+ }, x2 = /* @__PURE__ */ g({
282
+ __name: "LandingPageFooterLayout",
283
+ setup(t) {
284
+ return (e, a) => (s(), c("div", $2, [o(S), i("div", L2, [i("div", y2, [f(e.$slots, "LandingPageBrandInfo", {}, void 0, !0)]), i("div", k2, [f(e.$slots, "LandingPageLinkGroup", {}, void 0, !0)])]), o(S), f(e.$slots, "LandingPageFooterContact", {}, void 0, !0)]));
285
+ }
286
+ }), b2 = /* @__PURE__ */ u(x2, [["__scopeId", "data-v-425841c7"]]), w2 = {}, S2 = {
287
+ class: "Description"
288
+ };
289
+ function I2(t, e) {
290
+ return s(), c("div", S2, [f(t.$slots, "default", {}, void 0, !0)]);
291
+ }
292
+ const p = /* @__PURE__ */ u(w2, [["render", I2], ["__scopeId", "data-v-ea9ec649"]]), P2 = {
293
+ class: "list"
294
+ }, z2 = {
295
+ class: "title"
296
+ }, F2 = {
297
+ class: "listItemContent"
298
+ }, q2 = /* @__PURE__ */ g({
299
+ __name: "LandingPageLinkGroup",
300
+ props: {
301
+ title: {
302
+ default: ""
303
+ }
304
+ },
305
+ setup(t) {
306
+ const e = t;
307
+ return (a, d) => (s(), c("div", P2, [i("div", z2, r(e.title), 1), i("div", F2, [f(a.$slots, "item", {}, void 0, !0)])]));
308
+ }
309
+ }), C = /* @__PURE__ */ u(q2, [["__scopeId", "data-v-0809a48c"]]), H2 = {
310
+ class: "Footer"
311
+ }, I = "support@huyooo.com", B2 = /* @__PURE__ */ g({
312
+ __name: "LandingPageFooter",
313
+ setup(t) {
314
+ const e = v("京ICP备2024077422号 Copyright © 2024-2024 北京忽柚科技有限公司"), a = v("https://beian.miit.gov.cn/#/Integrated/index");
315
+ function d() {
316
+ const z = q(I, "", "");
317
+ window.location.href = z;
318
+ }
319
+ const m = v([{
320
+ type: "text",
321
+ icon: "ic:baseline-email",
322
+ content: I,
323
+ select: d
324
+ }, {
325
+ type: "image",
326
+ icon: "ic:baseline-wechat",
327
+ content: "https://beian.miit.gov.cn/#/Integrated/index",
328
+ select() {
329
+ }
330
+ }]);
331
+ return (h, n) => (s(), c("div", H2, [o(b2, null, {
332
+ LandingPageBrandInfo: l(() => [o(u2, {
333
+ icon: "https://ghibliaigenerator.app/logo.png",
334
+ name: "ONES",
335
+ description: "几小时内构建和发布AI产品,无需数日。"
336
+ })]),
337
+ LandingPageLinkGroup: l(() => [o(C, {
338
+ title: "产品"
339
+ }, {
340
+ item: l(() => [o(p, null, {
341
+ default: l(() => [...n[0] || (n[0] = [_("功能", -1)])]),
342
+ _: 1
343
+ }), o(p, null, {
344
+ default: l(() => [...n[1] || (n[1] = [_("展示", -1)])]),
345
+ _: 1
346
+ }), o(p, null, {
347
+ default: l(() => [...n[2] || (n[2] = [_("价格", -1)])]),
348
+ _: 1
349
+ })]),
350
+ _: 1
351
+ }), o(C, {
352
+ title: "资源"
353
+ }, {
354
+ item: l(() => [o(p, null, {
355
+ default: l(() => [...n[3] || (n[3] = [_("安全性与合规性", -1)])]),
356
+ _: 1
357
+ })]),
358
+ _: 1
359
+ }), o(C, {
360
+ title: "公司"
361
+ }, {
362
+ item: l(() => [o(p, null, {
363
+ default: l(() => [...n[4] || (n[4] = [_("博客", -1)])]),
364
+ _: 1
365
+ }), o(p, null, {
366
+ default: l(() => [...n[5] || (n[5] = [_("公司简介", -1)])]),
367
+ _: 1
368
+ }), o(p, null, {
369
+ default: l(() => [...n[6] || (n[6] = [_("个人信息收集清单", -1)])]),
370
+ _: 1
371
+ }), o(p, null, {
372
+ default: l(() => [...n[7] || (n[7] = [_("第三方信息共享清单", -1)])]),
373
+ _: 1
374
+ }), o(p, null, {
375
+ default: l(() => [...n[8] || (n[8] = [_("用户服务协议", -1)])]),
376
+ _: 1
377
+ }), o(p, null, {
378
+ default: l(() => [...n[9] || (n[9] = [_("隐私协议", -1)])]),
379
+ _: 1
380
+ })]),
381
+ _: 1
382
+ })]),
383
+ LandingPageFooterContact: l(() => [o(C2, {
384
+ "beian-text": e.value,
385
+ "beian-url": a.value,
386
+ links: m.value
387
+ }, null, 8, ["beian-text", "beian-url", "links"])]),
388
+ _: 1
389
+ })]));
390
+ }
391
+ }), it = /* @__PURE__ */ u(B2, [["__scopeId", "data-v-619d1298"]]), T2 = "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", V2 = "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", D2 = {
392
+ class: "section-header"
393
+ }, M2 = {
394
+ class: "title-section"
395
+ }, A2 = {
396
+ class: "icon-title"
397
+ }, U2 = ["src", "width", "height"], Z2 = {
398
+ class: "title"
399
+ }, G2 = {
400
+ class: "subtitle-section"
401
+ }, N2 = ["src", "width", "height"], W2 = {
402
+ class: "subtitle"
403
+ }, j2 = "图标", O2 = "装饰线条", E2 = /* @__PURE__ */ g({
404
+ __name: "LandingPageSectionHeader",
405
+ props: {
406
+ title: {},
407
+ subtitle: {},
408
+ icon: {
409
+ default: T2
410
+ },
411
+ iconWidth: {
412
+ default: 40
413
+ },
414
+ iconHeight: {
415
+ default: 40
416
+ },
417
+ dashline: {
418
+ default: V2
419
+ },
420
+ dashlineWidth: {
421
+ default: 72
422
+ },
423
+ dashlineHeight: {
424
+ default: 48
425
+ }
426
+ },
427
+ setup(t) {
428
+ const e = t;
429
+ return (a, d) => (s(), c("div", D2, [i("div", M2, [i("div", A2, [i("img", {
430
+ src: e.icon,
431
+ alt: j2,
432
+ width: e.iconWidth,
433
+ height: e.iconHeight,
434
+ loading: "lazy",
435
+ decoding: "async",
436
+ class: "icon"
437
+ }, null, 8, U2), i("span", Z2, r(t.title), 1)]), i("div", G2, [i("img", {
438
+ src: e.dashline,
439
+ alt: O2,
440
+ width: e.dashlineWidth,
441
+ height: e.dashlineHeight,
442
+ loading: "lazy",
443
+ decoding: "async",
444
+ class: "dashline"
445
+ }, null, 8, N2), i("span", W2, r(t.subtitle), 1)])])]));
446
+ }
447
+ }), nt = /* @__PURE__ */ u(E2, [["__scopeId", "data-v-83ea7b70"]]);
448
+ export {
449
+ P as D,
450
+ u2 as L,
451
+ S as a,
452
+ it as b,
453
+ C2 as c,
454
+ b2 as d,
455
+ p as e,
456
+ C as f,
457
+ V as g,
458
+ l2 as h,
459
+ Y2 as i,
460
+ nt as j,
461
+ tt as k,
462
+ et as l
463
+ };