karin-plugin-kkk 2.21.0 → 2.22.0
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/CHANGELOG.md +19 -0
- package/config/default_config/app.yaml +0 -3
- package/config/default_config/upload.yaml +6 -0
- package/lib/apps/admin.js +3 -3
- package/lib/apps/help.js +3 -3
- package/lib/apps/push.js +3 -3
- package/lib/apps/qrlogin.js +3 -3
- package/lib/apps/tools.js +3 -3
- package/lib/apps/update.js +3 -3
- package/lib/build-metadata.json +5 -5
- package/lib/core_chunk/{main-eqK3KHoJ.js → main-DgimuYt0.js} +324 -88
- package/lib/core_chunk/{template-n3eb7E79.js → template-B9tgdrVz.js} +1385 -453
- package/lib/core_chunk/template.d.mts +126 -4
- package/lib/core_chunk/template.js +2 -2
- package/lib/core_chunk/{vendor-CYCcUtqE.js → vendor-BcMLByns.js} +2653 -2972
- package/lib/index.js +3 -3
- package/lib/karin-plugin-kkk.css +4 -0
- package/lib/root.js +1 -1
- package/lib/web.config.js +3 -3
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as __esmMin, o as __toESM, r as __export } from "./rolldown-runtime-BMXAG3ag.js";
|
|
2
|
-
import { $ as init_date_fns, $t as BookOpen, A as
|
|
2
|
+
import { $ as init_date_fns, $t as BookOpen, A as RiHeart3Line, At as Play, B as RiShareForwardFill, Bt as Eye, C as zhCN, Ct as ShieldCheck, D as RiHashtag, Dt as Quote, E as RiGroupLine, Et as Radio, F as RiMessage3Fill, Ft as Heart, G as RiTiktokFill, Gt as Clock, H as RiStarFill, Ht as Crown, I as RiQuestionFill, It as Hash, J as init_ri, Jt as CircleCheckBig, K as RiUserFollowLine, Kt as CircleFadingArrowUp, L as RiRefreshLine, Lt as Gift, M as RiListCheck2, Mt as MessageCircle, N as RiLiveLine, Nt as MapPin, O as RiHeart2Line, Ot as QrCode, P as RiLoginCircleFill, Pt as Info, Q as init_lu, Qt as Bookmark, R as RiRobot2Fill, Rt as Gamepad2, S as init_locale, St as Shield, T as RiBellFill, Tt as ScanLine, U as RiStarLine, Ut as CornerDownLeft, V as RiSparkling2Fill, Vt as ExternalLink, W as RiThumbUpFill, Wt as Coins, X as Markdown, Xt as ChartColumn, Y as init_react_markdown, Yt as CircleAlert, Z as LuFullscreen, Zt as Calendar, _ as FaCommentDots, _t as TriangleAlert, at as code_default, b as AiFillStar, bt as Star, c as MdAccessTime, ct as HeroUIProvider, d as init_si, dt as init_io5, en as Bell, f as TbScan, ft as init_lucide_react, g as FaCodeBranch, gt as UserPlus, h as init_hi, ht as User, in as require_react, it as init_dist, j as RiLinkM, jt as Music, k as RiHeart3Fill, kt as Plug2, l as init_md, lt as require_jsx_runtime, m as HiOutlineMenuAlt2, mt as Users, nn as init_clsx, nt as format, o as init_rehype_highlight, ot as chip_default, p as init_tb, pt as Zap, q as RiVideoLine, qt as CircleEllipsis, rn as require_server_node, s as rehypeHighlight, st as button_default, tn as clsx_default, tt as formatDistanceToNow, u as SiBilibili, ut as IoSearch, v as init_fa6, vt as ThumbsUp, w as RiArrowRightFill, wt as Share2, x as init_ai, xt as Smartphone, y as AiFillHeart, yt as Terminal, z as RiSendPlaneFill, zt as FileText } from "./vendor-BcMLByns.js";
|
|
3
3
|
import { logger as logger$1 } from "node-karin";
|
|
4
4
|
import fs from "node:fs";
|
|
5
5
|
import path from "node:path";
|
|
@@ -43,6 +43,30 @@ var init_config_base = __esmMin(() => {
|
|
|
43
43
|
componentPath: "platforms/douyin/Dynamic",
|
|
44
44
|
exportName: "DouyinDynamic"
|
|
45
45
|
},
|
|
46
|
+
{
|
|
47
|
+
id: "video-work",
|
|
48
|
+
name: "视频作品",
|
|
49
|
+
description: "抖音视频作品推送模板",
|
|
50
|
+
enabled: true,
|
|
51
|
+
componentPath: "platforms/douyin/VideoWork",
|
|
52
|
+
exportName: "DouyinVideoWork"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
id: "image-work",
|
|
56
|
+
name: "图文作品",
|
|
57
|
+
description: "抖音图文作品推送模板",
|
|
58
|
+
enabled: true,
|
|
59
|
+
componentPath: "platforms/douyin/ImageWork",
|
|
60
|
+
exportName: "DouyinImageWork"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
id: "article-work",
|
|
64
|
+
name: "文章作品",
|
|
65
|
+
description: "抖音文章作品推送模板",
|
|
66
|
+
enabled: true,
|
|
67
|
+
componentPath: "platforms/douyin/ArticleWork",
|
|
68
|
+
exportName: "DouyinArticleWork"
|
|
69
|
+
},
|
|
46
70
|
{
|
|
47
71
|
id: "favorite-list",
|
|
48
72
|
name: "喜欢列表",
|
|
@@ -298,13 +322,13 @@ var init_config_base = __esmMin(() => {
|
|
|
298
322
|
}
|
|
299
323
|
];
|
|
300
324
|
});
|
|
301
|
-
var import_react$
|
|
325
|
+
var import_react$39, import_jsx_runtime$37, GlowImage, GlowText;
|
|
302
326
|
var init_GlowImage = __esmMin(() => {
|
|
303
|
-
import_react$
|
|
304
|
-
import_jsx_runtime$
|
|
327
|
+
import_react$39 = __toESM(require_react(), 1);
|
|
328
|
+
import_jsx_runtime$37 = __toESM(require_jsx_runtime(), 1);
|
|
305
329
|
GlowImage = ({ src, children, alt, className, imgClassName, mode = "blur-layer", blurRadius = 18, glowStrength = .6, scale = 1.06, shadowRadius = 28, crossOrigin }) => {
|
|
306
|
-
const [shadowColor, setShadowColor] = import_react$
|
|
307
|
-
import_react$
|
|
330
|
+
const [shadowColor, setShadowColor] = import_react$39.useState("rgba(255,255,255,0.5)");
|
|
331
|
+
import_react$39.useEffect(() => {
|
|
308
332
|
if (mode !== "dominant-shadow" || !src) return;
|
|
309
333
|
const img = new Image();
|
|
310
334
|
if (crossOrigin) img.crossOrigin = crossOrigin;
|
|
@@ -341,13 +365,13 @@ var init_GlowImage = __esmMin(() => {
|
|
|
341
365
|
glowStrength,
|
|
342
366
|
crossOrigin
|
|
343
367
|
]);
|
|
344
|
-
if (children) return (0, import_jsx_runtime$
|
|
368
|
+
if (children) return (0, import_jsx_runtime$37.jsxs)("div", {
|
|
345
369
|
className,
|
|
346
370
|
style: {
|
|
347
371
|
position: "relative",
|
|
348
372
|
display: "inline-block"
|
|
349
373
|
},
|
|
350
|
-
children: [(0, import_jsx_runtime$
|
|
374
|
+
children: [(0, import_jsx_runtime$37.jsx)("div", {
|
|
351
375
|
"aria-hidden": "true",
|
|
352
376
|
className: imgClassName,
|
|
353
377
|
style: {
|
|
@@ -362,25 +386,25 @@ var init_GlowImage = __esmMin(() => {
|
|
|
362
386
|
alignItems: "center"
|
|
363
387
|
},
|
|
364
388
|
children
|
|
365
|
-
}), (0, import_jsx_runtime$
|
|
389
|
+
}), (0, import_jsx_runtime$37.jsx)("div", {
|
|
366
390
|
className: imgClassName,
|
|
367
391
|
style: { position: "relative" },
|
|
368
392
|
children
|
|
369
393
|
})]
|
|
370
394
|
});
|
|
371
|
-
if (mode === "dominant-shadow") return (0, import_jsx_runtime$
|
|
395
|
+
if (mode === "dominant-shadow") return (0, import_jsx_runtime$37.jsx)("img", {
|
|
372
396
|
src,
|
|
373
397
|
alt,
|
|
374
398
|
className: imgClassName,
|
|
375
399
|
style: { filter: `drop-shadow(0 0 ${shadowRadius}px ${shadowColor}) drop-shadow(0 0 ${Math.round(shadowRadius * .6)}px ${shadowColor})` }
|
|
376
400
|
});
|
|
377
|
-
return (0, import_jsx_runtime$
|
|
401
|
+
return (0, import_jsx_runtime$37.jsxs)("div", {
|
|
378
402
|
className,
|
|
379
403
|
style: {
|
|
380
404
|
position: "relative",
|
|
381
405
|
display: "inline-block"
|
|
382
406
|
},
|
|
383
|
-
children: [(0, import_jsx_runtime$
|
|
407
|
+
children: [(0, import_jsx_runtime$37.jsx)("img", {
|
|
384
408
|
src,
|
|
385
409
|
alt,
|
|
386
410
|
"aria-hidden": "true",
|
|
@@ -392,20 +416,20 @@ var init_GlowImage = __esmMin(() => {
|
|
|
392
416
|
opacity: glowStrength,
|
|
393
417
|
pointerEvents: "none"
|
|
394
418
|
}
|
|
395
|
-
}), (0, import_jsx_runtime$
|
|
419
|
+
}), (0, import_jsx_runtime$37.jsx)("img", {
|
|
396
420
|
src,
|
|
397
421
|
alt,
|
|
398
422
|
className: imgClassName
|
|
399
423
|
})]
|
|
400
424
|
});
|
|
401
425
|
};
|
|
402
|
-
GlowText = ({ children, className, glowClassName, blurRadius = 12, glowStrength = .6, scale = 1.02 }) => (0, import_jsx_runtime$
|
|
426
|
+
GlowText = ({ children, className, glowClassName, blurRadius = 12, glowStrength = .6, scale = 1.02 }) => (0, import_jsx_runtime$37.jsxs)("span", {
|
|
403
427
|
className,
|
|
404
428
|
style: {
|
|
405
429
|
position: "relative",
|
|
406
430
|
display: "inline-block"
|
|
407
431
|
},
|
|
408
|
-
children: [(0, import_jsx_runtime$
|
|
432
|
+
children: [(0, import_jsx_runtime$37.jsx)("span", {
|
|
409
433
|
"aria-hidden": "true",
|
|
410
434
|
className: glowClassName,
|
|
411
435
|
style: {
|
|
@@ -417,27 +441,27 @@ var init_GlowImage = __esmMin(() => {
|
|
|
417
441
|
pointerEvents: "none"
|
|
418
442
|
},
|
|
419
443
|
children
|
|
420
|
-
}), (0, import_jsx_runtime$
|
|
444
|
+
}), (0, import_jsx_runtime$37.jsx)("span", { children })]
|
|
421
445
|
});
|
|
422
|
-
}), import_jsx_runtime$
|
|
446
|
+
}), import_jsx_runtime$36, RolldownLogo;
|
|
423
447
|
var init_RolldownLogo = __esmMin(() => {
|
|
424
448
|
__toESM(require_react(), 1);
|
|
425
|
-
import_jsx_runtime$
|
|
426
|
-
RolldownLogo = ({ className = "w-auto h-10" }) => (0, import_jsx_runtime$
|
|
449
|
+
import_jsx_runtime$36 = __toESM(require_jsx_runtime(), 1);
|
|
450
|
+
RolldownLogo = ({ className = "w-auto h-10" }) => (0, import_jsx_runtime$36.jsxs)("svg", {
|
|
427
451
|
viewBox: "0 0 177 15",
|
|
428
452
|
fill: "none",
|
|
429
453
|
xmlns: "http://www.w3.org/2000/svg",
|
|
430
454
|
className,
|
|
431
455
|
children: [
|
|
432
|
-
(0, import_jsx_runtime$
|
|
456
|
+
(0, import_jsx_runtime$36.jsx)("path", {
|
|
433
457
|
d: "M27.21 0C33.32 0 36.53 2.57 36.53 7.5C36.53 12.43 33.32 15 27.21 15C21.1 15 17.91 12.43 17.91 7.5C17.91 2.57 21.1 0 27.21 0ZM97.57 0C103.68 0 106.89 2.57 106.89 7.5C106.89 12.43 103.68 15 97.57 15C91.46 15 88.27 12.43 88.27 7.5C88.27 2.57 91.46 0 97.57 0ZM11.33 0.25C14.65 0.25 16.53 1.97 16.53 4.99C16.53 6.73 15.7 8.02 14.42 8.76L16.6 14.75H11.31L9.8 10.05H4.97V14.75H0V0.25H11.33ZM43.41 11.13H52.09V14.75H38.44V0.25H43.41V11.13ZM58.92 11.13H67.6V14.75H53.95V0.25H58.92V11.13ZM78.71 0.25C83.75 0.25 86.63 2.53 86.63 7.5C86.63 12.47 83.73 14.75 78.69 14.75H69.6V0.25H78.71ZM114.34 10.21L116.46 2.84H122.03L124.27 10.5L126.03 0.25H130.88L127.89 14.75H121.61L119.21 6.55L116.87 14.75H110.57L107.59 0.25H112.52L114.34 10.21ZM138.78 0.25L144.76 9.68H144.81V0.25H149.53V14.75H143.56L137.53 5.28H137.47V14.75H132.77V0.25H138.78ZM27.21 3.56C24.33 3.56 22.98 4.81 22.98 7.5C22.98 10.19 24.33 11.42 27.21 11.42C30.09 11.42 31.44 10.21 31.44 7.5C31.44 4.79 30.09 3.56 27.21 3.56ZM97.57 3.56C94.69 3.56 93.34 4.81 93.34 7.5C93.34 10.19 94.69 11.42 97.57 11.42C100.45 11.42 101.8 10.21 101.8 7.5C101.8 4.79 100.45 3.56 97.57 3.56ZM74.57 11.23H78.01C80.37 11.23 81.53 10.21 81.53 7.5C81.53 4.79 80.37 3.77 78.01 3.77H74.57V11.23ZM4.97 6.63H9.92C10.94 6.63 11.44 6.09 11.44 5.14C11.44 4.18 10.94 3.67 9.92 3.67H4.97V6.63Z",
|
|
434
458
|
fill: "currentColor"
|
|
435
459
|
}),
|
|
436
|
-
(0, import_jsx_runtime$
|
|
460
|
+
(0, import_jsx_runtime$36.jsx)("path", {
|
|
437
461
|
d: "M170.23 0.25C170.54 0.25 170.71 0.61 170.51 0.84L167.16 4.86C166.77 5.33 167.11 6.05 167.72 6.05H170.96C171.27 6.05 171.43 6.41 171.24 6.64L164.76 14.42C164.61 14.59 164.35 14.59 164.2 14.42L157.72 6.64C157.53 6.41 157.69 6.05 158 6.05H161.24C161.85 6.05 162.19 5.33 161.8 4.86L158.45 0.84C158.25 0.61 158.42 0.25 158.73 0.25H170.23Z",
|
|
438
462
|
fill: "#FF5500"
|
|
439
463
|
}),
|
|
440
|
-
(0, import_jsx_runtime$
|
|
464
|
+
(0, import_jsx_runtime$36.jsx)("mask", {
|
|
441
465
|
id: "mask0_rd",
|
|
442
466
|
style: { maskType: "alpha" },
|
|
443
467
|
maskUnits: "userSpaceOnUse",
|
|
@@ -445,17 +469,17 @@ var init_RolldownLogo = __esmMin(() => {
|
|
|
445
469
|
y: "0",
|
|
446
470
|
width: "15",
|
|
447
471
|
height: "15",
|
|
448
|
-
children: (0, import_jsx_runtime$
|
|
472
|
+
children: (0, import_jsx_runtime$36.jsx)("path", {
|
|
449
473
|
d: "M170.23 0.25C170.54 0.25 170.71 0.61 170.51 0.84L167.16 4.86C166.77 5.33 167.11 6.05 167.72 6.05H170.96C171.27 6.05 171.43 6.41 171.24 6.64L164.76 14.42C164.61 14.59 164.35 14.59 164.2 14.42L157.72 6.64C157.53 6.41 157.69 6.05 158 6.05H161.24C161.85 6.05 162.19 5.33 161.8 4.86L158.45 0.84C158.25 0.61 158.42 0.25 158.73 0.25H170.23Z",
|
|
450
474
|
fill: "black"
|
|
451
475
|
})
|
|
452
476
|
}),
|
|
453
|
-
(0, import_jsx_runtime$
|
|
477
|
+
(0, import_jsx_runtime$36.jsxs)("g", {
|
|
454
478
|
mask: "url(#mask0_rd)",
|
|
455
479
|
children: [
|
|
456
|
-
(0, import_jsx_runtime$
|
|
480
|
+
(0, import_jsx_runtime$36.jsx)("g", {
|
|
457
481
|
filter: "url(#f0_rd)",
|
|
458
|
-
children: (0, import_jsx_runtime$
|
|
482
|
+
children: (0, import_jsx_runtime$36.jsx)("ellipse", {
|
|
459
483
|
cx: "1.73",
|
|
460
484
|
cy: "7.56",
|
|
461
485
|
rx: "1.73",
|
|
@@ -464,9 +488,9 @@ var init_RolldownLogo = __esmMin(() => {
|
|
|
464
488
|
fill: "#FFE7E5"
|
|
465
489
|
})
|
|
466
490
|
}),
|
|
467
|
-
(0, import_jsx_runtime$
|
|
491
|
+
(0, import_jsx_runtime$36.jsx)("g", {
|
|
468
492
|
filter: "url(#f1_rd)",
|
|
469
|
-
children: (0, import_jsx_runtime$
|
|
493
|
+
children: (0, import_jsx_runtime$36.jsx)("ellipse", {
|
|
470
494
|
cx: "1.73",
|
|
471
495
|
cy: "7.56",
|
|
472
496
|
rx: "1.73",
|
|
@@ -475,9 +499,9 @@ var init_RolldownLogo = __esmMin(() => {
|
|
|
475
499
|
fill: "#FFE7E5"
|
|
476
500
|
})
|
|
477
501
|
}),
|
|
478
|
-
(0, import_jsx_runtime$
|
|
502
|
+
(0, import_jsx_runtime$36.jsx)("g", {
|
|
479
503
|
filter: "url(#f2_rd)",
|
|
480
|
-
children: (0, import_jsx_runtime$
|
|
504
|
+
children: (0, import_jsx_runtime$36.jsx)("ellipse", {
|
|
481
505
|
cx: "157.85",
|
|
482
506
|
cy: "0.46",
|
|
483
507
|
rx: "1.19",
|
|
@@ -486,9 +510,9 @@ var init_RolldownLogo = __esmMin(() => {
|
|
|
486
510
|
fill: "#FF19AF"
|
|
487
511
|
})
|
|
488
512
|
}),
|
|
489
|
-
(0, import_jsx_runtime$
|
|
513
|
+
(0, import_jsx_runtime$36.jsx)("g", {
|
|
490
514
|
filter: "url(#f3_rd)",
|
|
491
|
-
children: (0, import_jsx_runtime$
|
|
515
|
+
children: (0, import_jsx_runtime$36.jsx)("ellipse", {
|
|
492
516
|
cx: "159.7",
|
|
493
517
|
cy: "10.93",
|
|
494
518
|
rx: "1.19",
|
|
@@ -497,9 +521,9 @@ var init_RolldownLogo = __esmMin(() => {
|
|
|
497
521
|
fill: "#FF19AF"
|
|
498
522
|
})
|
|
499
523
|
}),
|
|
500
|
-
(0, import_jsx_runtime$
|
|
524
|
+
(0, import_jsx_runtime$36.jsx)("g", {
|
|
501
525
|
filter: "url(#f4_rd)",
|
|
502
|
-
children: (0, import_jsx_runtime$
|
|
526
|
+
children: (0, import_jsx_runtime$36.jsx)("ellipse", {
|
|
503
527
|
cx: "1.19",
|
|
504
528
|
cy: "7",
|
|
505
529
|
rx: "1.19",
|
|
@@ -508,9 +532,9 @@ var init_RolldownLogo = __esmMin(() => {
|
|
|
508
532
|
fill: "#FF19AF"
|
|
509
533
|
})
|
|
510
534
|
}),
|
|
511
|
-
(0, import_jsx_runtime$
|
|
535
|
+
(0, import_jsx_runtime$36.jsx)("g", {
|
|
512
536
|
filter: "url(#f5_rd)",
|
|
513
|
-
children: (0, import_jsx_runtime$
|
|
537
|
+
children: (0, import_jsx_runtime$36.jsx)("ellipse", {
|
|
514
538
|
cx: "1.19",
|
|
515
539
|
cy: "7",
|
|
516
540
|
rx: "1.19",
|
|
@@ -519,9 +543,9 @@ var init_RolldownLogo = __esmMin(() => {
|
|
|
519
543
|
fill: "#FF19AF"
|
|
520
544
|
})
|
|
521
545
|
}),
|
|
522
|
-
(0, import_jsx_runtime$
|
|
546
|
+
(0, import_jsx_runtime$36.jsx)("g", {
|
|
523
547
|
filter: "url(#f6_rd)",
|
|
524
|
-
children: (0, import_jsx_runtime$
|
|
548
|
+
children: (0, import_jsx_runtime$36.jsx)("ellipse", {
|
|
525
549
|
cx: "1.19",
|
|
526
550
|
cy: "7",
|
|
527
551
|
rx: "1.19",
|
|
@@ -530,9 +554,9 @@ var init_RolldownLogo = __esmMin(() => {
|
|
|
530
554
|
fill: "#FF19AF"
|
|
531
555
|
})
|
|
532
556
|
}),
|
|
533
|
-
(0, import_jsx_runtime$
|
|
557
|
+
(0, import_jsx_runtime$36.jsx)("g", {
|
|
534
558
|
filter: "url(#f7_rd)",
|
|
535
|
-
children: (0, import_jsx_runtime$
|
|
559
|
+
children: (0, import_jsx_runtime$36.jsx)("ellipse", {
|
|
536
560
|
cx: "1.19",
|
|
537
561
|
cy: "7",
|
|
538
562
|
rx: "1.19",
|
|
@@ -541,9 +565,9 @@ var init_RolldownLogo = __esmMin(() => {
|
|
|
541
565
|
fill: "#FF19AF"
|
|
542
566
|
})
|
|
543
567
|
}),
|
|
544
|
-
(0, import_jsx_runtime$
|
|
568
|
+
(0, import_jsx_runtime$36.jsx)("g", {
|
|
545
569
|
filter: "url(#f8_rd)",
|
|
546
|
-
children: (0, import_jsx_runtime$
|
|
570
|
+
children: (0, import_jsx_runtime$36.jsx)("ellipse", {
|
|
547
571
|
cx: "158.53",
|
|
548
572
|
cy: "0.97",
|
|
549
573
|
rx: "1.73",
|
|
@@ -552,9 +576,9 @@ var init_RolldownLogo = __esmMin(() => {
|
|
|
552
576
|
fill: "#D14B2A"
|
|
553
577
|
})
|
|
554
578
|
}),
|
|
555
|
-
(0, import_jsx_runtime$
|
|
579
|
+
(0, import_jsx_runtime$36.jsx)("g", {
|
|
556
580
|
filter: "url(#f9_rd)",
|
|
557
|
-
children: (0, import_jsx_runtime$
|
|
581
|
+
children: (0, import_jsx_runtime$36.jsx)("ellipse", {
|
|
558
582
|
cx: "159.71",
|
|
559
583
|
cy: "9.14",
|
|
560
584
|
rx: "1.73",
|
|
@@ -565,16 +589,16 @@ var init_RolldownLogo = __esmMin(() => {
|
|
|
565
589
|
})
|
|
566
590
|
]
|
|
567
591
|
}),
|
|
568
|
-
(0, import_jsx_runtime$
|
|
592
|
+
(0, import_jsx_runtime$36.jsx)("path", {
|
|
569
593
|
d: "M154.47 0C151.53 4.22 151.51 10.76 154.47 15H156.47C153.5 10.76 153.52 4.22 156.47 0H154.47Z",
|
|
570
594
|
fill: "currentColor"
|
|
571
595
|
}),
|
|
572
|
-
(0, import_jsx_runtime$
|
|
596
|
+
(0, import_jsx_runtime$36.jsx)("path", {
|
|
573
597
|
d: "M174.49 0H172.49C175.44 4.22 175.46 10.76 172.49 15H174.49C177.45 10.76 177.43 4.22 174.49 0Z",
|
|
574
598
|
fill: "currentColor"
|
|
575
599
|
}),
|
|
576
|
-
(0, import_jsx_runtime$
|
|
577
|
-
(0, import_jsx_runtime$
|
|
600
|
+
(0, import_jsx_runtime$36.jsxs)("defs", { children: [
|
|
601
|
+
(0, import_jsx_runtime$36.jsxs)("filter", {
|
|
578
602
|
id: "f0_rd",
|
|
579
603
|
x: "165.15",
|
|
580
604
|
y: "-8.5",
|
|
@@ -583,22 +607,22 @@ var init_RolldownLogo = __esmMin(() => {
|
|
|
583
607
|
filterUnits: "userSpaceOnUse",
|
|
584
608
|
colorInterpolationFilters: "sRGB",
|
|
585
609
|
children: [
|
|
586
|
-
(0, import_jsx_runtime$
|
|
610
|
+
(0, import_jsx_runtime$36.jsx)("feFlood", {
|
|
587
611
|
floodOpacity: "0",
|
|
588
612
|
result: "bg"
|
|
589
613
|
}),
|
|
590
|
-
(0, import_jsx_runtime$
|
|
614
|
+
(0, import_jsx_runtime$36.jsx)("feBlend", {
|
|
591
615
|
in: "SourceGraphic",
|
|
592
616
|
in2: "bg",
|
|
593
617
|
result: "shape"
|
|
594
618
|
}),
|
|
595
|
-
(0, import_jsx_runtime$
|
|
619
|
+
(0, import_jsx_runtime$36.jsx)("feGaussianBlur", {
|
|
596
620
|
stdDeviation: "1.1",
|
|
597
621
|
result: "blur"
|
|
598
622
|
})
|
|
599
623
|
]
|
|
600
624
|
}),
|
|
601
|
-
(0, import_jsx_runtime$
|
|
625
|
+
(0, import_jsx_runtime$36.jsxs)("filter", {
|
|
602
626
|
id: "f1_rd",
|
|
603
627
|
x: "164.78",
|
|
604
628
|
y: "-1.13",
|
|
@@ -607,22 +631,22 @@ var init_RolldownLogo = __esmMin(() => {
|
|
|
607
631
|
filterUnits: "userSpaceOnUse",
|
|
608
632
|
colorInterpolationFilters: "sRGB",
|
|
609
633
|
children: [
|
|
610
|
-
(0, import_jsx_runtime$
|
|
634
|
+
(0, import_jsx_runtime$36.jsx)("feFlood", {
|
|
611
635
|
floodOpacity: "0",
|
|
612
636
|
result: "bg"
|
|
613
637
|
}),
|
|
614
|
-
(0, import_jsx_runtime$
|
|
638
|
+
(0, import_jsx_runtime$36.jsx)("feBlend", {
|
|
615
639
|
in: "SourceGraphic",
|
|
616
640
|
in2: "bg",
|
|
617
641
|
result: "shape"
|
|
618
642
|
}),
|
|
619
|
-
(0, import_jsx_runtime$
|
|
643
|
+
(0, import_jsx_runtime$36.jsx)("feGaussianBlur", {
|
|
620
644
|
stdDeviation: "1.1",
|
|
621
645
|
result: "blur"
|
|
622
646
|
})
|
|
623
647
|
]
|
|
624
648
|
}),
|
|
625
|
-
(0, import_jsx_runtime$
|
|
649
|
+
(0, import_jsx_runtime$36.jsxs)("filter", {
|
|
626
650
|
id: "f2_rd",
|
|
627
651
|
x: "151.41",
|
|
628
652
|
y: "-7.45",
|
|
@@ -631,22 +655,22 @@ var init_RolldownLogo = __esmMin(() => {
|
|
|
631
655
|
filterUnits: "userSpaceOnUse",
|
|
632
656
|
colorInterpolationFilters: "sRGB",
|
|
633
657
|
children: [
|
|
634
|
-
(0, import_jsx_runtime$
|
|
658
|
+
(0, import_jsx_runtime$36.jsx)("feFlood", {
|
|
635
659
|
floodOpacity: "0",
|
|
636
660
|
result: "bg"
|
|
637
661
|
}),
|
|
638
|
-
(0, import_jsx_runtime$
|
|
662
|
+
(0, import_jsx_runtime$36.jsx)("feBlend", {
|
|
639
663
|
in: "SourceGraphic",
|
|
640
664
|
in2: "bg",
|
|
641
665
|
result: "shape"
|
|
642
666
|
}),
|
|
643
|
-
(0, import_jsx_runtime$
|
|
667
|
+
(0, import_jsx_runtime$36.jsx)("feGaussianBlur", {
|
|
644
668
|
stdDeviation: "1.1",
|
|
645
669
|
result: "blur"
|
|
646
670
|
})
|
|
647
671
|
]
|
|
648
672
|
}),
|
|
649
|
-
(0, import_jsx_runtime$
|
|
673
|
+
(0, import_jsx_runtime$36.jsxs)("filter", {
|
|
650
674
|
id: "f3_rd",
|
|
651
675
|
x: "153.25",
|
|
652
676
|
y: "3.02",
|
|
@@ -655,22 +679,22 @@ var init_RolldownLogo = __esmMin(() => {
|
|
|
655
679
|
filterUnits: "userSpaceOnUse",
|
|
656
680
|
colorInterpolationFilters: "sRGB",
|
|
657
681
|
children: [
|
|
658
|
-
(0, import_jsx_runtime$
|
|
682
|
+
(0, import_jsx_runtime$36.jsx)("feFlood", {
|
|
659
683
|
floodOpacity: "0",
|
|
660
684
|
result: "bg"
|
|
661
685
|
}),
|
|
662
|
-
(0, import_jsx_runtime$
|
|
686
|
+
(0, import_jsx_runtime$36.jsx)("feBlend", {
|
|
663
687
|
in: "SourceGraphic",
|
|
664
688
|
in2: "bg",
|
|
665
689
|
result: "shape"
|
|
666
690
|
}),
|
|
667
|
-
(0, import_jsx_runtime$
|
|
691
|
+
(0, import_jsx_runtime$36.jsx)("feGaussianBlur", {
|
|
668
692
|
stdDeviation: "1.1",
|
|
669
693
|
result: "blur"
|
|
670
694
|
})
|
|
671
695
|
]
|
|
672
696
|
}),
|
|
673
|
-
(0, import_jsx_runtime$
|
|
697
|
+
(0, import_jsx_runtime$36.jsxs)("filter", {
|
|
674
698
|
id: "f4_rd",
|
|
675
699
|
x: "164.67",
|
|
676
700
|
y: "-7.45",
|
|
@@ -679,22 +703,22 @@ var init_RolldownLogo = __esmMin(() => {
|
|
|
679
703
|
filterUnits: "userSpaceOnUse",
|
|
680
704
|
colorInterpolationFilters: "sRGB",
|
|
681
705
|
children: [
|
|
682
|
-
(0, import_jsx_runtime$
|
|
706
|
+
(0, import_jsx_runtime$36.jsx)("feFlood", {
|
|
683
707
|
floodOpacity: "0",
|
|
684
708
|
result: "bg"
|
|
685
709
|
}),
|
|
686
|
-
(0, import_jsx_runtime$
|
|
710
|
+
(0, import_jsx_runtime$36.jsx)("feBlend", {
|
|
687
711
|
in: "SourceGraphic",
|
|
688
712
|
in2: "bg",
|
|
689
713
|
result: "shape"
|
|
690
714
|
}),
|
|
691
|
-
(0, import_jsx_runtime$
|
|
715
|
+
(0, import_jsx_runtime$36.jsx)("feGaussianBlur", {
|
|
692
716
|
stdDeviation: "1.1",
|
|
693
717
|
result: "blur"
|
|
694
718
|
})
|
|
695
719
|
]
|
|
696
720
|
}),
|
|
697
|
-
(0, import_jsx_runtime$
|
|
721
|
+
(0, import_jsx_runtime$36.jsxs)("filter", {
|
|
698
722
|
id: "f5_rd",
|
|
699
723
|
x: "162.46",
|
|
700
724
|
y: "3.02",
|
|
@@ -703,22 +727,22 @@ var init_RolldownLogo = __esmMin(() => {
|
|
|
703
727
|
filterUnits: "userSpaceOnUse",
|
|
704
728
|
colorInterpolationFilters: "sRGB",
|
|
705
729
|
children: [
|
|
706
|
-
(0, import_jsx_runtime$
|
|
730
|
+
(0, import_jsx_runtime$36.jsx)("feFlood", {
|
|
707
731
|
floodOpacity: "0",
|
|
708
732
|
result: "bg"
|
|
709
733
|
}),
|
|
710
|
-
(0, import_jsx_runtime$
|
|
734
|
+
(0, import_jsx_runtime$36.jsx)("feBlend", {
|
|
711
735
|
in: "SourceGraphic",
|
|
712
736
|
in2: "bg",
|
|
713
737
|
result: "shape"
|
|
714
738
|
}),
|
|
715
|
-
(0, import_jsx_runtime$
|
|
739
|
+
(0, import_jsx_runtime$36.jsx)("feGaussianBlur", {
|
|
716
740
|
stdDeviation: "1.1",
|
|
717
741
|
result: "blur"
|
|
718
742
|
})
|
|
719
743
|
]
|
|
720
744
|
}),
|
|
721
|
-
(0, import_jsx_runtime$
|
|
745
|
+
(0, import_jsx_runtime$36.jsxs)("filter", {
|
|
722
746
|
id: "f6_rd",
|
|
723
747
|
x: "163.56",
|
|
724
748
|
y: "-7.45",
|
|
@@ -727,22 +751,22 @@ var init_RolldownLogo = __esmMin(() => {
|
|
|
727
751
|
filterUnits: "userSpaceOnUse",
|
|
728
752
|
colorInterpolationFilters: "sRGB",
|
|
729
753
|
children: [
|
|
730
|
-
(0, import_jsx_runtime$
|
|
754
|
+
(0, import_jsx_runtime$36.jsx)("feFlood", {
|
|
731
755
|
floodOpacity: "0",
|
|
732
756
|
result: "bg"
|
|
733
757
|
}),
|
|
734
|
-
(0, import_jsx_runtime$
|
|
758
|
+
(0, import_jsx_runtime$36.jsx)("feBlend", {
|
|
735
759
|
in: "SourceGraphic",
|
|
736
760
|
in2: "bg",
|
|
737
761
|
result: "shape"
|
|
738
762
|
}),
|
|
739
|
-
(0, import_jsx_runtime$
|
|
763
|
+
(0, import_jsx_runtime$36.jsx)("feGaussianBlur", {
|
|
740
764
|
stdDeviation: "1.1",
|
|
741
765
|
result: "blur"
|
|
742
766
|
})
|
|
743
767
|
]
|
|
744
768
|
}),
|
|
745
|
-
(0, import_jsx_runtime$
|
|
769
|
+
(0, import_jsx_runtime$36.jsxs)("filter", {
|
|
746
770
|
id: "f7_rd",
|
|
747
771
|
x: "161.72",
|
|
748
772
|
y: "3.02",
|
|
@@ -751,22 +775,22 @@ var init_RolldownLogo = __esmMin(() => {
|
|
|
751
775
|
filterUnits: "userSpaceOnUse",
|
|
752
776
|
colorInterpolationFilters: "sRGB",
|
|
753
777
|
children: [
|
|
754
|
-
(0, import_jsx_runtime$
|
|
778
|
+
(0, import_jsx_runtime$36.jsx)("feFlood", {
|
|
755
779
|
floodOpacity: "0",
|
|
756
780
|
result: "bg"
|
|
757
781
|
}),
|
|
758
|
-
(0, import_jsx_runtime$
|
|
782
|
+
(0, import_jsx_runtime$36.jsx)("feBlend", {
|
|
759
783
|
in: "SourceGraphic",
|
|
760
784
|
in2: "bg",
|
|
761
785
|
result: "shape"
|
|
762
786
|
}),
|
|
763
|
-
(0, import_jsx_runtime$
|
|
787
|
+
(0, import_jsx_runtime$36.jsx)("feGaussianBlur", {
|
|
764
788
|
stdDeviation: "1.1",
|
|
765
789
|
result: "blur"
|
|
766
790
|
})
|
|
767
791
|
]
|
|
768
792
|
}),
|
|
769
|
-
(0, import_jsx_runtime$
|
|
793
|
+
(0, import_jsx_runtime$36.jsxs)("filter", {
|
|
770
794
|
id: "f8_rd",
|
|
771
795
|
x: "151.2",
|
|
772
796
|
y: "-7.07",
|
|
@@ -775,22 +799,22 @@ var init_RolldownLogo = __esmMin(() => {
|
|
|
775
799
|
filterUnits: "userSpaceOnUse",
|
|
776
800
|
colorInterpolationFilters: "sRGB",
|
|
777
801
|
children: [
|
|
778
|
-
(0, import_jsx_runtime$
|
|
802
|
+
(0, import_jsx_runtime$36.jsx)("feFlood", {
|
|
779
803
|
floodOpacity: "0",
|
|
780
804
|
result: "bg"
|
|
781
805
|
}),
|
|
782
|
-
(0, import_jsx_runtime$
|
|
806
|
+
(0, import_jsx_runtime$36.jsx)("feBlend", {
|
|
783
807
|
in: "SourceGraphic",
|
|
784
808
|
in2: "bg",
|
|
785
809
|
result: "shape"
|
|
786
810
|
}),
|
|
787
|
-
(0, import_jsx_runtime$
|
|
811
|
+
(0, import_jsx_runtime$36.jsx)("feGaussianBlur", {
|
|
788
812
|
stdDeviation: "1.1",
|
|
789
813
|
result: "blur"
|
|
790
814
|
})
|
|
791
815
|
]
|
|
792
816
|
}),
|
|
793
|
-
(0, import_jsx_runtime$
|
|
817
|
+
(0, import_jsx_runtime$36.jsxs)("filter", {
|
|
794
818
|
id: "f9_rd",
|
|
795
819
|
x: "152.85",
|
|
796
820
|
y: "0.72",
|
|
@@ -799,16 +823,16 @@ var init_RolldownLogo = __esmMin(() => {
|
|
|
799
823
|
filterUnits: "userSpaceOnUse",
|
|
800
824
|
colorInterpolationFilters: "sRGB",
|
|
801
825
|
children: [
|
|
802
|
-
(0, import_jsx_runtime$
|
|
826
|
+
(0, import_jsx_runtime$36.jsx)("feFlood", {
|
|
803
827
|
floodOpacity: "0",
|
|
804
828
|
result: "bg"
|
|
805
829
|
}),
|
|
806
|
-
(0, import_jsx_runtime$
|
|
830
|
+
(0, import_jsx_runtime$36.jsx)("feBlend", {
|
|
807
831
|
in: "SourceGraphic",
|
|
808
832
|
in2: "bg",
|
|
809
833
|
result: "shape"
|
|
810
834
|
}),
|
|
811
|
-
(0, import_jsx_runtime$
|
|
835
|
+
(0, import_jsx_runtime$36.jsx)("feGaussianBlur", {
|
|
812
836
|
stdDeviation: "1.1",
|
|
813
837
|
result: "blur"
|
|
814
838
|
})
|
|
@@ -817,21 +841,21 @@ var init_RolldownLogo = __esmMin(() => {
|
|
|
817
841
|
] })
|
|
818
842
|
]
|
|
819
843
|
});
|
|
820
|
-
}), import_jsx_runtime$
|
|
844
|
+
}), import_jsx_runtime$35, ViteLogo;
|
|
821
845
|
var init_ViteLogo = __esmMin(() => {
|
|
822
846
|
__toESM(require_react(), 1);
|
|
823
|
-
import_jsx_runtime$
|
|
824
|
-
ViteLogo = ({ className = "w-auto h-12" }) => (0, import_jsx_runtime$
|
|
847
|
+
import_jsx_runtime$35 = __toESM(require_jsx_runtime(), 1);
|
|
848
|
+
ViteLogo = ({ className = "w-auto h-12" }) => (0, import_jsx_runtime$35.jsxs)("svg", {
|
|
825
849
|
viewBox: "0 0 87 15",
|
|
826
850
|
fill: "none",
|
|
827
851
|
xmlns: "http://www.w3.org/2000/svg",
|
|
828
852
|
className,
|
|
829
853
|
children: [
|
|
830
|
-
(0, import_jsx_runtime$
|
|
854
|
+
(0, import_jsx_runtime$35.jsx)("path", {
|
|
831
855
|
d: "M74.9427 14.6539C74.73 14.9246 74.295 14.7741 74.295 14.4301V11.127C74.295 10.7264 73.9704 10.4019 73.5698 10.4019H69.9228C69.6279 10.4019 69.4559 10.0683 69.6279 9.82865L72.0256 6.47163C72.3689 5.99166 72.0256 5.32454 71.4352 5.32454H67.0215C66.7266 5.32454 66.5547 4.99098 66.7266 4.75134L69.835 0.399156C69.9034 0.303852 70.0132 0.247223 70.1299 0.247223H79.393C79.6879 0.247223 79.8598 0.580784 79.6879 0.820424L77.2901 4.17745C76.9469 4.65742 77.2901 5.32454 77.8806 5.32454H81.5277C81.8301 5.32454 82 5.67329 81.8129 5.91155L74.9434 14.6546L74.9427 14.6539Z",
|
|
832
856
|
fill: "#863BFF"
|
|
833
857
|
}),
|
|
834
|
-
(0, import_jsx_runtime$
|
|
858
|
+
(0, import_jsx_runtime$35.jsx)("mask", {
|
|
835
859
|
id: "mask0_vite",
|
|
836
860
|
style: { maskType: "alpha" },
|
|
837
861
|
maskUnits: "userSpaceOnUse",
|
|
@@ -839,17 +863,17 @@ var init_ViteLogo = __esmMin(() => {
|
|
|
839
863
|
y: "0",
|
|
840
864
|
width: "16",
|
|
841
865
|
height: "15",
|
|
842
|
-
children: (0, import_jsx_runtime$
|
|
866
|
+
children: (0, import_jsx_runtime$35.jsx)("path", {
|
|
843
867
|
d: "M74.9095 14.6538C74.6968 14.9246 74.2618 14.774 74.2618 14.4301V11.1269C74.2618 10.7264 73.9372 10.4018 73.5366 10.4018H69.8896C69.5947 10.4018 69.4227 10.0682 69.5947 9.82859L71.9924 6.47157C72.3357 5.9916 71.9924 5.32448 71.402 5.32448H66.9883C66.6934 5.32448 66.5215 4.99092 66.6934 4.75128L69.8018 0.399095C69.8702 0.303791 69.98 0.247162 70.0967 0.247162H79.3598C79.6547 0.247162 79.8266 0.580723 79.6547 0.820363L77.2569 4.17739C76.9137 4.65735 77.2569 5.32448 77.8474 5.32448H81.4945C81.7969 5.32448 81.9668 5.67323 81.7797 5.91149L74.9102 14.6545L74.9095 14.6538Z",
|
|
844
868
|
fill: "black"
|
|
845
869
|
})
|
|
846
870
|
}),
|
|
847
|
-
(0, import_jsx_runtime$
|
|
871
|
+
(0, import_jsx_runtime$35.jsxs)("g", {
|
|
848
872
|
mask: "url(#mask0_vite)",
|
|
849
873
|
children: [
|
|
850
|
-
(0, import_jsx_runtime$
|
|
874
|
+
(0, import_jsx_runtime$35.jsx)("g", {
|
|
851
875
|
filter: "url(#f0_vite)",
|
|
852
|
-
children: (0, import_jsx_runtime$
|
|
876
|
+
children: (0, import_jsx_runtime$35.jsx)("ellipse", {
|
|
853
877
|
cx: "1.766",
|
|
854
878
|
cy: "4.714",
|
|
855
879
|
rx: "1.766",
|
|
@@ -858,9 +882,9 @@ var init_ViteLogo = __esmMin(() => {
|
|
|
858
882
|
fill: "#EDE6FF"
|
|
859
883
|
})
|
|
860
884
|
}),
|
|
861
|
-
(0, import_jsx_runtime$
|
|
885
|
+
(0, import_jsx_runtime$35.jsx)("g", {
|
|
862
886
|
filter: "url(#f1_vite)",
|
|
863
|
-
children: (0, import_jsx_runtime$
|
|
887
|
+
children: (0, import_jsx_runtime$35.jsx)("ellipse", {
|
|
864
888
|
cx: "3.334",
|
|
865
889
|
cy: "9.57",
|
|
866
890
|
rx: "3.334",
|
|
@@ -869,9 +893,9 @@ var init_ViteLogo = __esmMin(() => {
|
|
|
869
893
|
fill: "#EDE6FF"
|
|
870
894
|
})
|
|
871
895
|
}),
|
|
872
|
-
(0, import_jsx_runtime$
|
|
896
|
+
(0, import_jsx_runtime$35.jsx)("g", {
|
|
873
897
|
filter: "url(#f2_vite)",
|
|
874
|
-
children: (0, import_jsx_runtime$
|
|
898
|
+
children: (0, import_jsx_runtime$35.jsx)("ellipse", {
|
|
875
899
|
cx: "1.766",
|
|
876
900
|
cy: "9.774",
|
|
877
901
|
rx: "1.766",
|
|
@@ -880,9 +904,9 @@ var init_ViteLogo = __esmMin(() => {
|
|
|
880
904
|
fill: "#7E14FF"
|
|
881
905
|
})
|
|
882
906
|
}),
|
|
883
|
-
(0, import_jsx_runtime$
|
|
907
|
+
(0, import_jsx_runtime$35.jsx)("g", {
|
|
884
908
|
filter: "url(#f3_vite)",
|
|
885
|
-
children: (0, import_jsx_runtime$
|
|
909
|
+
children: (0, import_jsx_runtime$35.jsx)("ellipse", {
|
|
886
910
|
cx: "1.766",
|
|
887
911
|
cy: "9.81",
|
|
888
912
|
rx: "1.766",
|
|
@@ -891,9 +915,9 @@ var init_ViteLogo = __esmMin(() => {
|
|
|
891
915
|
fill: "#7E14FF"
|
|
892
916
|
})
|
|
893
917
|
}),
|
|
894
|
-
(0, import_jsx_runtime$
|
|
918
|
+
(0, import_jsx_runtime$35.jsx)("g", {
|
|
895
919
|
filter: "url(#f4_vite)",
|
|
896
|
-
children: (0, import_jsx_runtime$
|
|
920
|
+
children: (0, import_jsx_runtime$35.jsx)("ellipse", {
|
|
897
921
|
cx: "1.766",
|
|
898
922
|
cy: "9.81",
|
|
899
923
|
rx: "1.766",
|
|
@@ -902,9 +926,9 @@ var init_ViteLogo = __esmMin(() => {
|
|
|
902
926
|
fill: "#7E14FF"
|
|
903
927
|
})
|
|
904
928
|
}),
|
|
905
|
-
(0, import_jsx_runtime$
|
|
929
|
+
(0, import_jsx_runtime$35.jsx)("g", {
|
|
906
930
|
filter: "url(#f5_vite)",
|
|
907
|
-
children: (0, import_jsx_runtime$
|
|
931
|
+
children: (0, import_jsx_runtime$35.jsx)("ellipse", {
|
|
908
932
|
cx: "4.511",
|
|
909
933
|
cy: "7.078",
|
|
910
934
|
rx: "4.511",
|
|
@@ -913,9 +937,9 @@ var init_ViteLogo = __esmMin(() => {
|
|
|
913
937
|
fill: "#EDE6FF"
|
|
914
938
|
})
|
|
915
939
|
}),
|
|
916
|
-
(0, import_jsx_runtime$
|
|
940
|
+
(0, import_jsx_runtime$35.jsx)("g", {
|
|
917
941
|
filter: "url(#f6_vite)",
|
|
918
|
-
children: (0, import_jsx_runtime$
|
|
942
|
+
children: (0, import_jsx_runtime$35.jsx)("ellipse", {
|
|
919
943
|
cx: "1.113",
|
|
920
944
|
cy: "6.893",
|
|
921
945
|
rx: "1.113",
|
|
@@ -924,9 +948,9 @@ var init_ViteLogo = __esmMin(() => {
|
|
|
924
948
|
fill: "#7E14FF"
|
|
925
949
|
})
|
|
926
950
|
}),
|
|
927
|
-
(0, import_jsx_runtime$
|
|
951
|
+
(0, import_jsx_runtime$35.jsx)("g", {
|
|
928
952
|
filter: "url(#f7_vite)",
|
|
929
|
-
children: (0, import_jsx_runtime$
|
|
953
|
+
children: (0, import_jsx_runtime$35.jsx)("ellipse", {
|
|
930
954
|
cx: "66.749",
|
|
931
955
|
cy: "3.123",
|
|
932
956
|
rx: "1.413",
|
|
@@ -935,9 +959,9 @@ var init_ViteLogo = __esmMin(() => {
|
|
|
935
959
|
fill: "#7E14FF"
|
|
936
960
|
})
|
|
937
961
|
}),
|
|
938
|
-
(0, import_jsx_runtime$
|
|
962
|
+
(0, import_jsx_runtime$35.jsx)("g", {
|
|
939
963
|
filter: "url(#f8_vite)",
|
|
940
|
-
children: (0, import_jsx_runtime$
|
|
964
|
+
children: (0, import_jsx_runtime$35.jsx)("ellipse", {
|
|
941
965
|
cx: "81.86",
|
|
942
966
|
cy: "-1.706",
|
|
943
967
|
rx: "1.413",
|
|
@@ -946,9 +970,9 @@ var init_ViteLogo = __esmMin(() => {
|
|
|
946
970
|
fill: "#7E14FF"
|
|
947
971
|
})
|
|
948
972
|
}),
|
|
949
|
-
(0, import_jsx_runtime$
|
|
973
|
+
(0, import_jsx_runtime$35.jsx)("g", {
|
|
950
974
|
filter: "url(#f9_vite)",
|
|
951
|
-
children: (0, import_jsx_runtime$
|
|
975
|
+
children: (0, import_jsx_runtime$35.jsx)("ellipse", {
|
|
952
976
|
cx: "79.902",
|
|
953
977
|
cy: "2.278",
|
|
954
978
|
rx: "1.914",
|
|
@@ -957,9 +981,9 @@ var init_ViteLogo = __esmMin(() => {
|
|
|
957
981
|
fill: "#47BFFF"
|
|
958
982
|
})
|
|
959
983
|
}),
|
|
960
|
-
(0, import_jsx_runtime$
|
|
984
|
+
(0, import_jsx_runtime$35.jsx)("g", {
|
|
961
985
|
filter: "url(#f10_vite)",
|
|
962
|
-
children: (0, import_jsx_runtime$
|
|
986
|
+
children: (0, import_jsx_runtime$35.jsx)("ellipse", {
|
|
963
987
|
cx: "66.022",
|
|
964
988
|
cy: "12.536",
|
|
965
989
|
rx: "1.413",
|
|
@@ -968,9 +992,9 @@ var init_ViteLogo = __esmMin(() => {
|
|
|
968
992
|
fill: "#7E14FF"
|
|
969
993
|
})
|
|
970
994
|
}),
|
|
971
|
-
(0, import_jsx_runtime$
|
|
995
|
+
(0, import_jsx_runtime$35.jsx)("g", {
|
|
972
996
|
filter: "url(#f11_vite)",
|
|
973
|
-
children: (0, import_jsx_runtime$
|
|
997
|
+
children: (0, import_jsx_runtime$35.jsx)("ellipse", {
|
|
974
998
|
cx: "78.055",
|
|
975
999
|
cy: "9.835",
|
|
976
1000
|
rx: "1.413",
|
|
@@ -979,9 +1003,9 @@ var init_ViteLogo = __esmMin(() => {
|
|
|
979
1003
|
fill: "#7E14FF"
|
|
980
1004
|
})
|
|
981
1005
|
}),
|
|
982
|
-
(0, import_jsx_runtime$
|
|
1006
|
+
(0, import_jsx_runtime$35.jsx)("g", {
|
|
983
1007
|
filter: "url(#f12_vite)",
|
|
984
|
-
children: (0, import_jsx_runtime$
|
|
1008
|
+
children: (0, import_jsx_runtime$35.jsx)("ellipse", {
|
|
985
1009
|
cx: "78.941",
|
|
986
1010
|
cy: "10.634",
|
|
987
1011
|
rx: "1.914",
|
|
@@ -992,20 +1016,20 @@ var init_ViteLogo = __esmMin(() => {
|
|
|
992
1016
|
})
|
|
993
1017
|
]
|
|
994
1018
|
}),
|
|
995
|
-
(0, import_jsx_runtime$
|
|
1019
|
+
(0, import_jsx_runtime$35.jsx)("path", {
|
|
996
1020
|
d: "M64.29 0C61.34 4.22 61.32 10.76 64.29 15H66.28C63.32 10.76 63.33 4.22 66.28 0H64.29Z",
|
|
997
1021
|
fill: "currentColor"
|
|
998
1022
|
}),
|
|
999
|
-
(0, import_jsx_runtime$
|
|
1023
|
+
(0, import_jsx_runtime$35.jsx)("path", {
|
|
1000
1024
|
d: "M84.3 0H82.31C85.26 4.22 85.28 10.76 82.31 15H84.3C87.27 10.76 87.25 4.22 84.3 0Z",
|
|
1001
1025
|
fill: "currentColor"
|
|
1002
1026
|
}),
|
|
1003
|
-
(0, import_jsx_runtime$
|
|
1027
|
+
(0, import_jsx_runtime$35.jsx)("path", {
|
|
1004
1028
|
d: "M9.14 10.69L12.91 0.25H18.07L12.35 14.75H5.72L0 0.25H5.3L9.14 10.69ZM24.76 14.75H19.79V0.25H24.76V14.75ZM42.82 3.81H37.24V14.75H32.27V3.81H26.7V0.25H42.82V3.81ZM59.07 3.77H49.73V5.72H58.93V9.14H49.73V11.23H59.34V14.75H44.76V0.25H59.07V3.77Z",
|
|
1005
1029
|
fill: "currentColor"
|
|
1006
1030
|
}),
|
|
1007
|
-
(0, import_jsx_runtime$
|
|
1008
|
-
(0, import_jsx_runtime$
|
|
1031
|
+
(0, import_jsx_runtime$35.jsxs)("defs", { children: [
|
|
1032
|
+
(0, import_jsx_runtime$35.jsxs)("filter", {
|
|
1009
1033
|
id: "f0_vite",
|
|
1010
1034
|
x: "60.29",
|
|
1011
1035
|
y: "5.42",
|
|
@@ -1014,22 +1038,22 @@ var init_ViteLogo = __esmMin(() => {
|
|
|
1014
1038
|
filterUnits: "userSpaceOnUse",
|
|
1015
1039
|
colorInterpolationFilters: "sRGB",
|
|
1016
1040
|
children: [
|
|
1017
|
-
(0, import_jsx_runtime$
|
|
1041
|
+
(0, import_jsx_runtime$35.jsx)("feFlood", {
|
|
1018
1042
|
floodOpacity: "0",
|
|
1019
1043
|
result: "bg"
|
|
1020
1044
|
}),
|
|
1021
|
-
(0, import_jsx_runtime$
|
|
1045
|
+
(0, import_jsx_runtime$35.jsx)("feBlend", {
|
|
1022
1046
|
in: "SourceGraphic",
|
|
1023
1047
|
in2: "bg",
|
|
1024
1048
|
result: "shape"
|
|
1025
1049
|
}),
|
|
1026
|
-
(0, import_jsx_runtime$
|
|
1050
|
+
(0, import_jsx_runtime$35.jsx)("feGaussianBlur", {
|
|
1027
1051
|
stdDeviation: "2.46",
|
|
1028
1052
|
result: "blur"
|
|
1029
1053
|
})
|
|
1030
1054
|
]
|
|
1031
1055
|
}),
|
|
1032
|
-
(0, import_jsx_runtime$
|
|
1056
|
+
(0, import_jsx_runtime$35.jsxs)("filter", {
|
|
1033
1057
|
id: "f1_vite",
|
|
1034
1058
|
x: "49.12",
|
|
1035
1059
|
y: "-2.17",
|
|
@@ -1038,22 +1062,22 @@ var init_ViteLogo = __esmMin(() => {
|
|
|
1038
1062
|
filterUnits: "userSpaceOnUse",
|
|
1039
1063
|
colorInterpolationFilters: "sRGB",
|
|
1040
1064
|
children: [
|
|
1041
|
-
(0, import_jsx_runtime$
|
|
1065
|
+
(0, import_jsx_runtime$35.jsx)("feFlood", {
|
|
1042
1066
|
floodOpacity: "0",
|
|
1043
1067
|
result: "bg"
|
|
1044
1068
|
}),
|
|
1045
|
-
(0, import_jsx_runtime$
|
|
1069
|
+
(0, import_jsx_runtime$35.jsx)("feBlend", {
|
|
1046
1070
|
in: "SourceGraphic",
|
|
1047
1071
|
in2: "bg",
|
|
1048
1072
|
result: "shape"
|
|
1049
1073
|
}),
|
|
1050
|
-
(0, import_jsx_runtime$
|
|
1074
|
+
(0, import_jsx_runtime$35.jsx)("feGaussianBlur", {
|
|
1051
1075
|
stdDeviation: "2.46",
|
|
1052
1076
|
result: "blur"
|
|
1053
1077
|
})
|
|
1054
1078
|
]
|
|
1055
1079
|
}),
|
|
1056
|
-
(0, import_jsx_runtime$
|
|
1080
|
+
(0, import_jsx_runtime$35.jsxs)("filter", {
|
|
1057
1081
|
id: "f2_vite",
|
|
1058
1082
|
x: "50.71",
|
|
1059
1083
|
y: "0.9",
|
|
@@ -1062,22 +1086,22 @@ var init_ViteLogo = __esmMin(() => {
|
|
|
1062
1086
|
filterUnits: "userSpaceOnUse",
|
|
1063
1087
|
colorInterpolationFilters: "sRGB",
|
|
1064
1088
|
children: [
|
|
1065
|
-
(0, import_jsx_runtime$
|
|
1089
|
+
(0, import_jsx_runtime$35.jsx)("feFlood", {
|
|
1066
1090
|
floodOpacity: "0",
|
|
1067
1091
|
result: "bg"
|
|
1068
1092
|
}),
|
|
1069
|
-
(0, import_jsx_runtime$
|
|
1093
|
+
(0, import_jsx_runtime$35.jsx)("feBlend", {
|
|
1070
1094
|
in: "SourceGraphic",
|
|
1071
1095
|
in2: "bg",
|
|
1072
1096
|
result: "shape"
|
|
1073
1097
|
}),
|
|
1074
|
-
(0, import_jsx_runtime$
|
|
1098
|
+
(0, import_jsx_runtime$35.jsx)("feGaussianBlur", {
|
|
1075
1099
|
stdDeviation: "1.47",
|
|
1076
1100
|
result: "blur"
|
|
1077
1101
|
})
|
|
1078
1102
|
]
|
|
1079
1103
|
}),
|
|
1080
|
-
(0, import_jsx_runtime$
|
|
1104
|
+
(0, import_jsx_runtime$35.jsxs)("filter", {
|
|
1081
1105
|
id: "f3_vite",
|
|
1082
1106
|
x: "52.18",
|
|
1083
1107
|
y: "6.67",
|
|
@@ -1086,22 +1110,22 @@ var init_ViteLogo = __esmMin(() => {
|
|
|
1086
1110
|
filterUnits: "userSpaceOnUse",
|
|
1087
1111
|
colorInterpolationFilters: "sRGB",
|
|
1088
1112
|
children: [
|
|
1089
|
-
(0, import_jsx_runtime$
|
|
1113
|
+
(0, import_jsx_runtime$35.jsx)("feFlood", {
|
|
1090
1114
|
floodOpacity: "0",
|
|
1091
1115
|
result: "bg"
|
|
1092
1116
|
}),
|
|
1093
|
-
(0, import_jsx_runtime$
|
|
1117
|
+
(0, import_jsx_runtime$35.jsx)("feBlend", {
|
|
1094
1118
|
in: "SourceGraphic",
|
|
1095
1119
|
in2: "bg",
|
|
1096
1120
|
result: "shape"
|
|
1097
1121
|
}),
|
|
1098
|
-
(0, import_jsx_runtime$
|
|
1122
|
+
(0, import_jsx_runtime$35.jsx)("feGaussianBlur", {
|
|
1099
1123
|
stdDeviation: "1.47",
|
|
1100
1124
|
result: "blur"
|
|
1101
1125
|
})
|
|
1102
1126
|
]
|
|
1103
1127
|
}),
|
|
1104
|
-
(0, import_jsx_runtime$
|
|
1128
|
+
(0, import_jsx_runtime$35.jsxs)("filter", {
|
|
1105
1129
|
id: "f4_vite",
|
|
1106
1130
|
x: "52.68",
|
|
1107
1131
|
y: "7.04",
|
|
@@ -1110,22 +1134,22 @@ var init_ViteLogo = __esmMin(() => {
|
|
|
1110
1134
|
filterUnits: "userSpaceOnUse",
|
|
1111
1135
|
colorInterpolationFilters: "sRGB",
|
|
1112
1136
|
children: [
|
|
1113
|
-
(0, import_jsx_runtime$
|
|
1137
|
+
(0, import_jsx_runtime$35.jsx)("feFlood", {
|
|
1114
1138
|
floodOpacity: "0",
|
|
1115
1139
|
result: "bg"
|
|
1116
1140
|
}),
|
|
1117
|
-
(0, import_jsx_runtime$
|
|
1141
|
+
(0, import_jsx_runtime$35.jsx)("feBlend", {
|
|
1118
1142
|
in: "SourceGraphic",
|
|
1119
1143
|
in2: "bg",
|
|
1120
1144
|
result: "shape"
|
|
1121
1145
|
}),
|
|
1122
|
-
(0, import_jsx_runtime$
|
|
1146
|
+
(0, import_jsx_runtime$35.jsx)("feGaussianBlur", {
|
|
1123
1147
|
stdDeviation: "1.47",
|
|
1124
1148
|
result: "blur"
|
|
1125
1149
|
})
|
|
1126
1150
|
]
|
|
1127
1151
|
}),
|
|
1128
|
-
(0, import_jsx_runtime$
|
|
1152
|
+
(0, import_jsx_runtime$35.jsxs)("filter", {
|
|
1129
1153
|
id: "f5_vite",
|
|
1130
1154
|
x: "71.68",
|
|
1131
1155
|
y: "-5.49",
|
|
@@ -1134,22 +1158,22 @@ var init_ViteLogo = __esmMin(() => {
|
|
|
1134
1158
|
filterUnits: "userSpaceOnUse",
|
|
1135
1159
|
colorInterpolationFilters: "sRGB",
|
|
1136
1160
|
children: [
|
|
1137
|
-
(0, import_jsx_runtime$
|
|
1161
|
+
(0, import_jsx_runtime$35.jsx)("feFlood", {
|
|
1138
1162
|
floodOpacity: "0",
|
|
1139
1163
|
result: "bg"
|
|
1140
1164
|
}),
|
|
1141
|
-
(0, import_jsx_runtime$
|
|
1165
|
+
(0, import_jsx_runtime$35.jsx)("feBlend", {
|
|
1142
1166
|
in: "SourceGraphic",
|
|
1143
1167
|
in2: "bg",
|
|
1144
1168
|
result: "shape"
|
|
1145
1169
|
}),
|
|
1146
|
-
(0, import_jsx_runtime$
|
|
1170
|
+
(0, import_jsx_runtime$35.jsx)("feGaussianBlur", {
|
|
1147
1171
|
stdDeviation: "2.46",
|
|
1148
1172
|
result: "blur"
|
|
1149
1173
|
})
|
|
1150
1174
|
]
|
|
1151
1175
|
}),
|
|
1152
|
-
(0, import_jsx_runtime$
|
|
1176
|
+
(0, import_jsx_runtime$35.jsxs)("filter", {
|
|
1153
1177
|
id: "f6_vite",
|
|
1154
1178
|
x: "74.17",
|
|
1155
1179
|
y: "0.98",
|
|
@@ -1158,22 +1182,22 @@ var init_ViteLogo = __esmMin(() => {
|
|
|
1158
1182
|
filterUnits: "userSpaceOnUse",
|
|
1159
1183
|
colorInterpolationFilters: "sRGB",
|
|
1160
1184
|
children: [
|
|
1161
|
-
(0, import_jsx_runtime$
|
|
1185
|
+
(0, import_jsx_runtime$35.jsx)("feFlood", {
|
|
1162
1186
|
floodOpacity: "0",
|
|
1163
1187
|
result: "bg"
|
|
1164
1188
|
}),
|
|
1165
|
-
(0, import_jsx_runtime$
|
|
1189
|
+
(0, import_jsx_runtime$35.jsx)("feBlend", {
|
|
1166
1190
|
in: "SourceGraphic",
|
|
1167
1191
|
in2: "bg",
|
|
1168
1192
|
result: "shape"
|
|
1169
1193
|
}),
|
|
1170
|
-
(0, import_jsx_runtime$
|
|
1194
|
+
(0, import_jsx_runtime$35.jsx)("feGaussianBlur", {
|
|
1171
1195
|
stdDeviation: "1.47",
|
|
1172
1196
|
result: "blur"
|
|
1173
1197
|
})
|
|
1174
1198
|
]
|
|
1175
1199
|
}),
|
|
1176
|
-
(0, import_jsx_runtime$
|
|
1200
|
+
(0, import_jsx_runtime$35.jsxs)("filter", {
|
|
1177
1201
|
id: "f7_vite",
|
|
1178
1202
|
x: "57.77",
|
|
1179
1203
|
y: "-7.08",
|
|
@@ -1182,22 +1206,22 @@ var init_ViteLogo = __esmMin(() => {
|
|
|
1182
1206
|
filterUnits: "userSpaceOnUse",
|
|
1183
1207
|
colorInterpolationFilters: "sRGB",
|
|
1184
1208
|
children: [
|
|
1185
|
-
(0, import_jsx_runtime$
|
|
1209
|
+
(0, import_jsx_runtime$35.jsx)("feFlood", {
|
|
1186
1210
|
floodOpacity: "0",
|
|
1187
1211
|
result: "bg"
|
|
1188
1212
|
}),
|
|
1189
|
-
(0, import_jsx_runtime$
|
|
1213
|
+
(0, import_jsx_runtime$35.jsx)("feBlend", {
|
|
1190
1214
|
in: "SourceGraphic",
|
|
1191
1215
|
in2: "bg",
|
|
1192
1216
|
result: "shape"
|
|
1193
1217
|
}),
|
|
1194
|
-
(0, import_jsx_runtime$
|
|
1218
|
+
(0, import_jsx_runtime$35.jsx)("feGaussianBlur", {
|
|
1195
1219
|
stdDeviation: "1.47",
|
|
1196
1220
|
result: "blur"
|
|
1197
1221
|
})
|
|
1198
1222
|
]
|
|
1199
1223
|
}),
|
|
1200
|
-
(0, import_jsx_runtime$
|
|
1224
|
+
(0, import_jsx_runtime$35.jsxs)("filter", {
|
|
1201
1225
|
id: "f8_vite",
|
|
1202
1226
|
x: "73.07",
|
|
1203
1227
|
y: "-12.07",
|
|
@@ -1206,22 +1230,22 @@ var init_ViteLogo = __esmMin(() => {
|
|
|
1206
1230
|
filterUnits: "userSpaceOnUse",
|
|
1207
1231
|
colorInterpolationFilters: "sRGB",
|
|
1208
1232
|
children: [
|
|
1209
|
-
(0, import_jsx_runtime$
|
|
1233
|
+
(0, import_jsx_runtime$35.jsx)("feFlood", {
|
|
1210
1234
|
floodOpacity: "0",
|
|
1211
1235
|
result: "bg"
|
|
1212
1236
|
}),
|
|
1213
|
-
(0, import_jsx_runtime$
|
|
1237
|
+
(0, import_jsx_runtime$35.jsx)("feBlend", {
|
|
1214
1238
|
in: "SourceGraphic",
|
|
1215
1239
|
in2: "bg",
|
|
1216
1240
|
result: "shape"
|
|
1217
1241
|
}),
|
|
1218
|
-
(0, import_jsx_runtime$
|
|
1242
|
+
(0, import_jsx_runtime$35.jsx)("feGaussianBlur", {
|
|
1219
1243
|
stdDeviation: "1.47",
|
|
1220
1244
|
result: "blur"
|
|
1221
1245
|
})
|
|
1222
1246
|
]
|
|
1223
1247
|
}),
|
|
1224
|
-
(0, import_jsx_runtime$
|
|
1248
|
+
(0, import_jsx_runtime$35.jsxs)("filter", {
|
|
1225
1249
|
id: "f9_vite",
|
|
1226
1250
|
x: "74.53",
|
|
1227
1251
|
y: "-3.38",
|
|
@@ -1230,22 +1254,22 @@ var init_ViteLogo = __esmMin(() => {
|
|
|
1230
1254
|
filterUnits: "userSpaceOnUse",
|
|
1231
1255
|
colorInterpolationFilters: "sRGB",
|
|
1232
1256
|
children: [
|
|
1233
|
-
(0, import_jsx_runtime$
|
|
1257
|
+
(0, import_jsx_runtime$35.jsx)("feFlood", {
|
|
1234
1258
|
floodOpacity: "0",
|
|
1235
1259
|
result: "bg"
|
|
1236
1260
|
}),
|
|
1237
|
-
(0, import_jsx_runtime$
|
|
1261
|
+
(0, import_jsx_runtime$35.jsx)("feBlend", {
|
|
1238
1262
|
in: "SourceGraphic",
|
|
1239
1263
|
in2: "bg",
|
|
1240
1264
|
result: "shape"
|
|
1241
1265
|
}),
|
|
1242
|
-
(0, import_jsx_runtime$
|
|
1266
|
+
(0, import_jsx_runtime$35.jsx)("feGaussianBlur", {
|
|
1243
1267
|
stdDeviation: "1.47",
|
|
1244
1268
|
result: "blur"
|
|
1245
1269
|
})
|
|
1246
1270
|
]
|
|
1247
1271
|
}),
|
|
1248
|
-
(0, import_jsx_runtime$
|
|
1272
|
+
(0, import_jsx_runtime$35.jsxs)("filter", {
|
|
1249
1273
|
id: "f10_vite",
|
|
1250
1274
|
x: "57.24",
|
|
1251
1275
|
y: "2.17",
|
|
@@ -1254,22 +1278,22 @@ var init_ViteLogo = __esmMin(() => {
|
|
|
1254
1278
|
filterUnits: "userSpaceOnUse",
|
|
1255
1279
|
colorInterpolationFilters: "sRGB",
|
|
1256
1280
|
children: [
|
|
1257
|
-
(0, import_jsx_runtime$
|
|
1281
|
+
(0, import_jsx_runtime$35.jsx)("feFlood", {
|
|
1258
1282
|
floodOpacity: "0",
|
|
1259
1283
|
result: "bg"
|
|
1260
1284
|
}),
|
|
1261
|
-
(0, import_jsx_runtime$
|
|
1285
|
+
(0, import_jsx_runtime$35.jsx)("feBlend", {
|
|
1262
1286
|
in: "SourceGraphic",
|
|
1263
1287
|
in2: "bg",
|
|
1264
1288
|
result: "shape"
|
|
1265
1289
|
}),
|
|
1266
|
-
(0, import_jsx_runtime$
|
|
1290
|
+
(0, import_jsx_runtime$35.jsx)("feGaussianBlur", {
|
|
1267
1291
|
stdDeviation: "1.47",
|
|
1268
1292
|
result: "blur"
|
|
1269
1293
|
})
|
|
1270
1294
|
]
|
|
1271
1295
|
}),
|
|
1272
|
-
(0, import_jsx_runtime$
|
|
1296
|
+
(0, import_jsx_runtime$35.jsxs)("filter", {
|
|
1273
1297
|
id: "f11_vite",
|
|
1274
1298
|
x: "69.27",
|
|
1275
1299
|
y: "-0.53",
|
|
@@ -1278,22 +1302,22 @@ var init_ViteLogo = __esmMin(() => {
|
|
|
1278
1302
|
filterUnits: "userSpaceOnUse",
|
|
1279
1303
|
colorInterpolationFilters: "sRGB",
|
|
1280
1304
|
children: [
|
|
1281
|
-
(0, import_jsx_runtime$
|
|
1305
|
+
(0, import_jsx_runtime$35.jsx)("feFlood", {
|
|
1282
1306
|
floodOpacity: "0",
|
|
1283
1307
|
result: "bg"
|
|
1284
1308
|
}),
|
|
1285
|
-
(0, import_jsx_runtime$
|
|
1309
|
+
(0, import_jsx_runtime$35.jsx)("feBlend", {
|
|
1286
1310
|
in: "SourceGraphic",
|
|
1287
1311
|
in2: "bg",
|
|
1288
1312
|
result: "shape"
|
|
1289
1313
|
}),
|
|
1290
|
-
(0, import_jsx_runtime$
|
|
1314
|
+
(0, import_jsx_runtime$35.jsx)("feGaussianBlur", {
|
|
1291
1315
|
stdDeviation: "1.47",
|
|
1292
1316
|
result: "blur"
|
|
1293
1317
|
})
|
|
1294
1318
|
]
|
|
1295
1319
|
}),
|
|
1296
|
-
(0, import_jsx_runtime$
|
|
1320
|
+
(0, import_jsx_runtime$35.jsxs)("filter", {
|
|
1297
1321
|
id: "f12_vite",
|
|
1298
1322
|
x: "72.62",
|
|
1299
1323
|
y: "3.64",
|
|
@@ -1302,16 +1326,16 @@ var init_ViteLogo = __esmMin(() => {
|
|
|
1302
1326
|
filterUnits: "userSpaceOnUse",
|
|
1303
1327
|
colorInterpolationFilters: "sRGB",
|
|
1304
1328
|
children: [
|
|
1305
|
-
(0, import_jsx_runtime$
|
|
1329
|
+
(0, import_jsx_runtime$35.jsx)("feFlood", {
|
|
1306
1330
|
floodOpacity: "0",
|
|
1307
1331
|
result: "bg"
|
|
1308
1332
|
}),
|
|
1309
|
-
(0, import_jsx_runtime$
|
|
1333
|
+
(0, import_jsx_runtime$35.jsx)("feBlend", {
|
|
1310
1334
|
in: "SourceGraphic",
|
|
1311
1335
|
in2: "bg",
|
|
1312
1336
|
result: "shape"
|
|
1313
1337
|
}),
|
|
1314
|
-
(0, import_jsx_runtime$
|
|
1338
|
+
(0, import_jsx_runtime$35.jsx)("feGaussianBlur", {
|
|
1315
1339
|
stdDeviation: "1.47",
|
|
1316
1340
|
result: "blur"
|
|
1317
1341
|
})
|
|
@@ -1320,7 +1344,7 @@ var init_ViteLogo = __esmMin(() => {
|
|
|
1320
1344
|
] })
|
|
1321
1345
|
]
|
|
1322
1346
|
});
|
|
1323
|
-
}), import_jsx_runtime$
|
|
1347
|
+
}), import_jsx_runtime$34, DefaultLayout;
|
|
1324
1348
|
var init_DefaultLayout = __esmMin(() => {
|
|
1325
1349
|
init_dist();
|
|
1326
1350
|
init_clsx();
|
|
@@ -1329,10 +1353,10 @@ var init_DefaultLayout = __esmMin(() => {
|
|
|
1329
1353
|
init_GlowImage();
|
|
1330
1354
|
init_RolldownLogo();
|
|
1331
1355
|
init_ViteLogo();
|
|
1332
|
-
import_jsx_runtime$
|
|
1356
|
+
import_jsx_runtime$34 = __toESM(require_jsx_runtime(), 1);
|
|
1333
1357
|
DefaultLayout = ({ children, version, data, scale = 3, className = "", style = {} }) => {
|
|
1334
1358
|
const { useDarkTheme } = data;
|
|
1335
|
-
return (0, import_jsx_runtime$
|
|
1359
|
+
return (0, import_jsx_runtime$34.jsx)(HeroUIProvider, { children: (0, import_jsx_runtime$34.jsxs)("div", {
|
|
1336
1360
|
className: clsx_default("w-360", "bg-default-50 text-default-900", "font-[HarmonyOSHans-Regular]", className, { dark: useDarkTheme }),
|
|
1337
1361
|
id: "container",
|
|
1338
1362
|
style: {
|
|
@@ -1341,130 +1365,130 @@ var init_DefaultLayout = __esmMin(() => {
|
|
|
1341
1365
|
width: "1440px",
|
|
1342
1366
|
...style
|
|
1343
1367
|
},
|
|
1344
|
-
children: [children, version ? (0, import_jsx_runtime$
|
|
1368
|
+
children: [children, version ? (0, import_jsx_runtime$34.jsx)("div", {
|
|
1345
1369
|
className: "relative z-50 pt-32 pb-20 text-default-800",
|
|
1346
|
-
children: (0, import_jsx_runtime$
|
|
1370
|
+
children: (0, import_jsx_runtime$34.jsxs)("div", {
|
|
1347
1371
|
className: "flex relative justify-center items-center space-x-8",
|
|
1348
1372
|
children: [
|
|
1349
|
-
(0, import_jsx_runtime$
|
|
1373
|
+
(0, import_jsx_runtime$34.jsxs)("div", {
|
|
1350
1374
|
className: "flex items-end space-x-8",
|
|
1351
|
-
children: [(0, import_jsx_runtime$
|
|
1375
|
+
children: [(0, import_jsx_runtime$34.jsx)(GlowImage, {
|
|
1352
1376
|
glowStrength: useDarkTheme ? 1 : 0,
|
|
1353
1377
|
blurRadius: 20,
|
|
1354
|
-
children: (0, import_jsx_runtime$
|
|
1378
|
+
children: (0, import_jsx_runtime$34.jsxs)("svg", {
|
|
1355
1379
|
id: "114514",
|
|
1356
1380
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1357
1381
|
viewBox: "0 0 230 221",
|
|
1358
1382
|
className: "w-auto h-18",
|
|
1359
1383
|
children: [
|
|
1360
|
-
(0, import_jsx_runtime$
|
|
1384
|
+
(0, import_jsx_runtime$34.jsx)("path", {
|
|
1361
1385
|
id: "_1",
|
|
1362
1386
|
d: "M132.75,87.37l-53.72-53.37c-4.66-4.63-1.38-12.58,5.18-12.58h115.13c6.57,0,9.84,7.95,5.18,12.58l-53.72,53.37c-4.99,4.96-13.06,4.96-18.05,0Z",
|
|
1363
1387
|
fill: "currentColor"
|
|
1364
1388
|
}),
|
|
1365
|
-
(0, import_jsx_runtime$
|
|
1389
|
+
(0, import_jsx_runtime$34.jsx)("path", {
|
|
1366
1390
|
id: "_2",
|
|
1367
1391
|
d: "M28.49,186.89l.03-51.42c-.02-6.57,7.92-9.87,12.56-5.23l57.02,57.02c4.64,4.64,1.34,12.41-5.23,12.39h-51.42c-7.04-.02-12.94-5.72-12.96-12.76Z",
|
|
1368
1392
|
fill: "currentColor"
|
|
1369
1393
|
}),
|
|
1370
|
-
(0, import_jsx_runtime$
|
|
1394
|
+
(0, import_jsx_runtime$34.jsx)("path", {
|
|
1371
1395
|
d: "M41.54,23.68l163.04,163.05c4.78,4.78,1.39,12.95-5.36,12.94h-47.88c-9.69,0-18.99-3.86-25.84-10.71L39.3,102.75c-6.85-6.85-10.7-16.15-10.7-25.84V29.04c0-6.76,8.16-10.14,12.94-5.36Z",
|
|
1372
1396
|
fill: "currentColor"
|
|
1373
1397
|
})
|
|
1374
1398
|
]
|
|
1375
1399
|
})
|
|
1376
|
-
}), (0, import_jsx_runtime$
|
|
1400
|
+
}), (0, import_jsx_runtime$34.jsxs)("div", {
|
|
1377
1401
|
className: "flex flex-col items-start opacity-90",
|
|
1378
|
-
children: [(0, import_jsx_runtime$
|
|
1402
|
+
children: [(0, import_jsx_runtime$34.jsx)("div", {
|
|
1379
1403
|
className: "flex items-center mb-1 space-x-2 text-sm font-bold uppercase text-default-900",
|
|
1380
|
-
children: (0, import_jsx_runtime$
|
|
1381
|
-
}), (0, import_jsx_runtime$
|
|
1404
|
+
children: (0, import_jsx_runtime$34.jsx)("span", { children: version.plugin })
|
|
1405
|
+
}), (0, import_jsx_runtime$34.jsx)("span", {
|
|
1382
1406
|
className: "text-5xl font-black",
|
|
1383
1407
|
children: version.pluginName
|
|
1384
1408
|
})]
|
|
1385
1409
|
})]
|
|
1386
1410
|
}),
|
|
1387
|
-
(0, import_jsx_runtime$
|
|
1411
|
+
(0, import_jsx_runtime$34.jsxs)("div", {
|
|
1388
1412
|
className: "flex flex-col items-start opacity-90",
|
|
1389
|
-
children: [(0, import_jsx_runtime$
|
|
1413
|
+
children: [(0, import_jsx_runtime$34.jsxs)("div", {
|
|
1390
1414
|
className: "flex items-center mb-1 space-x-2 text-sm font-bold tracking-widest uppercase text-default-900",
|
|
1391
1415
|
children: [
|
|
1392
|
-
version.hasUpdate && (0, import_jsx_runtime$
|
|
1416
|
+
version.hasUpdate && (0, import_jsx_runtime$34.jsx)(CircleFadingArrowUp, {
|
|
1393
1417
|
strokeWidth: 3,
|
|
1394
1418
|
className: "w-4 h-4 text-success"
|
|
1395
1419
|
}),
|
|
1396
|
-
!version.hasUpdate && version.releaseType === "Stable" && (0, import_jsx_runtime$
|
|
1420
|
+
!version.hasUpdate && version.releaseType === "Stable" && (0, import_jsx_runtime$34.jsx)(CircleCheckBig, {
|
|
1397
1421
|
strokeWidth: 3,
|
|
1398
1422
|
className: "w-4 h-4"
|
|
1399
1423
|
}),
|
|
1400
|
-
!version.hasUpdate && version.releaseType === "Preview" && (0, import_jsx_runtime$
|
|
1424
|
+
!version.hasUpdate && version.releaseType === "Preview" && (0, import_jsx_runtime$34.jsx)(TriangleAlert, {
|
|
1401
1425
|
strokeWidth: 3,
|
|
1402
1426
|
className: "w-4 h-4 text-warning"
|
|
1403
1427
|
}),
|
|
1404
|
-
!version.hasUpdate && version.releaseType !== "Stable" && version.releaseType !== "Preview" && (0, import_jsx_runtime$
|
|
1428
|
+
!version.hasUpdate && version.releaseType !== "Stable" && version.releaseType !== "Preview" && (0, import_jsx_runtime$34.jsx)(Info, {
|
|
1405
1429
|
strokeWidth: 3,
|
|
1406
1430
|
className: "w-4 h-4"
|
|
1407
1431
|
}),
|
|
1408
|
-
(0, import_jsx_runtime$
|
|
1432
|
+
(0, import_jsx_runtime$34.jsx)("span", {
|
|
1409
1433
|
className: clsx_default(version.hasUpdate && "text-success", !version.hasUpdate && version.releaseType === "Preview" && "text-warning"),
|
|
1410
1434
|
children: version.hasUpdate ? "有可用更新" : version.releaseType
|
|
1411
1435
|
})
|
|
1412
1436
|
]
|
|
1413
|
-
}), (0, import_jsx_runtime$
|
|
1437
|
+
}), (0, import_jsx_runtime$34.jsxs)("span", {
|
|
1414
1438
|
className: clsx_default("text-5xl font-bold tracking-wide", version.hasUpdate && "text-success", !version.hasUpdate && version.releaseType === "Preview" && "text-warning"),
|
|
1415
1439
|
children: ["v", version.pluginVersion]
|
|
1416
1440
|
})]
|
|
1417
1441
|
}),
|
|
1418
|
-
(0, import_jsx_runtime$
|
|
1419
|
-
(0, import_jsx_runtime$
|
|
1442
|
+
(0, import_jsx_runtime$34.jsx)("div", { className: "w-1 h-14 opacity-90 bg-default-900" }),
|
|
1443
|
+
(0, import_jsx_runtime$34.jsxs)("div", {
|
|
1420
1444
|
className: "flex items-end space-x-8",
|
|
1421
|
-
children: [(0, import_jsx_runtime$
|
|
1445
|
+
children: [(0, import_jsx_runtime$34.jsx)(GlowImage, {
|
|
1422
1446
|
src: "/image/frame-logo.png",
|
|
1423
1447
|
alt: "logo",
|
|
1424
1448
|
imgClassName: "w-auto h-18",
|
|
1425
1449
|
glowStrength: useDarkTheme ? 1 : 0,
|
|
1426
1450
|
blurRadius: 40
|
|
1427
|
-
}), (0, import_jsx_runtime$
|
|
1451
|
+
}), (0, import_jsx_runtime$34.jsxs)("div", {
|
|
1428
1452
|
className: "flex flex-col items-start",
|
|
1429
|
-
children: [(0, import_jsx_runtime$
|
|
1453
|
+
children: [(0, import_jsx_runtime$34.jsxs)("div", {
|
|
1430
1454
|
className: "flex items-center mb-1 space-x-2 text-sm font-bold tracking-widest uppercase text-default-900",
|
|
1431
|
-
children: [(0, import_jsx_runtime$
|
|
1455
|
+
children: [(0, import_jsx_runtime$34.jsx)(Zap, {
|
|
1432
1456
|
strokeWidth: 3,
|
|
1433
1457
|
className: "w-4 h-4 opacity-90"
|
|
1434
|
-
}), (0, import_jsx_runtime$
|
|
1458
|
+
}), (0, import_jsx_runtime$34.jsx)("span", {
|
|
1435
1459
|
className: "opacity-90",
|
|
1436
1460
|
children: "Power By"
|
|
1437
1461
|
})]
|
|
1438
|
-
}), (0, import_jsx_runtime$
|
|
1462
|
+
}), (0, import_jsx_runtime$34.jsxs)("div", {
|
|
1439
1463
|
className: "flex items-end space-x-2",
|
|
1440
|
-
children: [(0, import_jsx_runtime$
|
|
1464
|
+
children: [(0, import_jsx_runtime$34.jsx)("span", {
|
|
1441
1465
|
className: "text-5xl font-black leading-none opacity-90",
|
|
1442
1466
|
children: version.poweredBy
|
|
1443
|
-
}), (0, import_jsx_runtime$
|
|
1467
|
+
}), (0, import_jsx_runtime$34.jsxs)("span", {
|
|
1444
1468
|
className: "pb-1 text-2xl font-bold leading-none opacity-90",
|
|
1445
1469
|
children: ["v", version.frameworkVersion]
|
|
1446
1470
|
})]
|
|
1447
1471
|
})]
|
|
1448
1472
|
})]
|
|
1449
1473
|
}),
|
|
1450
|
-
version.releaseType === "Stable" && (0, import_jsx_runtime$
|
|
1474
|
+
version.releaseType === "Stable" && (0, import_jsx_runtime$34.jsxs)(import_jsx_runtime$34.Fragment, { children: [(0, import_jsx_runtime$34.jsx)("div", { className: "w-1 h-14 opacity-90 bg-default-900" }), (0, import_jsx_runtime$34.jsxs)("div", {
|
|
1451
1475
|
className: "flex flex-col items-start space-y-4",
|
|
1452
|
-
children: [(0, import_jsx_runtime$
|
|
1476
|
+
children: [(0, import_jsx_runtime$34.jsx)("div", {
|
|
1453
1477
|
className: "flex items-end space-x-2",
|
|
1454
|
-
children: (0, import_jsx_runtime$
|
|
1478
|
+
children: (0, import_jsx_runtime$34.jsx)(GlowImage, {
|
|
1455
1479
|
glowStrength: useDarkTheme ? 1 : 0,
|
|
1456
1480
|
blurRadius: 6,
|
|
1457
|
-
children: (0, import_jsx_runtime$
|
|
1481
|
+
children: (0, import_jsx_runtime$34.jsx)(RolldownLogo, { className: "w-auto h-4" })
|
|
1458
1482
|
})
|
|
1459
|
-
}), (0, import_jsx_runtime$
|
|
1483
|
+
}), (0, import_jsx_runtime$34.jsx)(GlowImage, {
|
|
1460
1484
|
glowStrength: useDarkTheme ? 1 : 0,
|
|
1461
1485
|
blurRadius: 12,
|
|
1462
|
-
children: (0, import_jsx_runtime$
|
|
1486
|
+
children: (0, import_jsx_runtime$34.jsx)(ViteLogo, { className: "w-auto h-8" })
|
|
1463
1487
|
})]
|
|
1464
1488
|
})] })
|
|
1465
1489
|
]
|
|
1466
1490
|
})
|
|
1467
|
-
}) : (0, import_jsx_runtime$
|
|
1491
|
+
}) : (0, import_jsx_runtime$34.jsx)("div", { className: "h-24" })]
|
|
1468
1492
|
}) });
|
|
1469
1493
|
};
|
|
1470
1494
|
});
|
|
@@ -1472,45 +1496,45 @@ var Comment_exports$3 = __export({
|
|
|
1472
1496
|
DouyinComment: () => DouyinComment,
|
|
1473
1497
|
default: () => Comment_default$3
|
|
1474
1498
|
}, 1);
|
|
1475
|
-
var import_react$
|
|
1499
|
+
var import_react$35, import_jsx_runtime$33, QRCodeSection$3, VideoInfoHeader$1, organizeReplies, ReplyItemComponent, CommentItemComponent$2, DouyinComment, Comment_default$3;
|
|
1476
1500
|
var init_Comment$3 = __esmMin(() => {
|
|
1477
1501
|
init_clsx();
|
|
1478
1502
|
init_lucide_react();
|
|
1479
|
-
import_react$
|
|
1503
|
+
import_react$35 = __toESM(require_react(), 1);
|
|
1480
1504
|
init_io5();
|
|
1481
1505
|
init_DefaultLayout();
|
|
1482
|
-
import_jsx_runtime$
|
|
1483
|
-
QRCodeSection$3 = ({ qrCodeDataUrl }) => (0, import_jsx_runtime$
|
|
1506
|
+
import_jsx_runtime$33 = __toESM(require_jsx_runtime(), 1);
|
|
1507
|
+
QRCodeSection$3 = ({ qrCodeDataUrl }) => (0, import_jsx_runtime$33.jsx)("div", {
|
|
1484
1508
|
className: "flex flex-col items-center",
|
|
1485
|
-
children: (0, import_jsx_runtime$
|
|
1509
|
+
children: (0, import_jsx_runtime$33.jsx)("div", {
|
|
1486
1510
|
className: "flex justify-center items-center w-100 h-100 p-4",
|
|
1487
|
-
children: qrCodeDataUrl ? (0, import_jsx_runtime$
|
|
1511
|
+
children: qrCodeDataUrl ? (0, import_jsx_runtime$33.jsx)("img", {
|
|
1488
1512
|
src: qrCodeDataUrl,
|
|
1489
1513
|
alt: "二维码",
|
|
1490
1514
|
className: "object-contain w-full h-full rounded-lg"
|
|
1491
|
-
}) : (0, import_jsx_runtime$
|
|
1515
|
+
}) : (0, import_jsx_runtime$33.jsxs)("div", {
|
|
1492
1516
|
className: "flex flex-col justify-center items-center text-foreground-400",
|
|
1493
|
-
children: [(0, import_jsx_runtime$
|
|
1517
|
+
children: [(0, import_jsx_runtime$33.jsx)(QrCode, {
|
|
1494
1518
|
size: 80,
|
|
1495
1519
|
className: "mb-4"
|
|
1496
|
-
}), (0, import_jsx_runtime$
|
|
1520
|
+
}), (0, import_jsx_runtime$33.jsx)("span", {
|
|
1497
1521
|
className: "text-lg",
|
|
1498
1522
|
children: "二维码生成失败"
|
|
1499
1523
|
})]
|
|
1500
1524
|
})
|
|
1501
1525
|
})
|
|
1502
1526
|
});
|
|
1503
|
-
VideoInfoHeader$1 = (props) => (0, import_jsx_runtime$
|
|
1527
|
+
VideoInfoHeader$1 = (props) => (0, import_jsx_runtime$33.jsx)("div", {
|
|
1504
1528
|
className: "max-w-350 mx-auto px-10 py-8",
|
|
1505
|
-
children: (0, import_jsx_runtime$
|
|
1529
|
+
children: (0, import_jsx_runtime$33.jsxs)("div", {
|
|
1506
1530
|
className: "flex gap-16 justify-between items-start",
|
|
1507
|
-
children: [(0, import_jsx_runtime$
|
|
1531
|
+
children: [(0, import_jsx_runtime$33.jsxs)("div", {
|
|
1508
1532
|
className: "flex flex-col flex-1",
|
|
1509
|
-
children: [(0, import_jsx_runtime$
|
|
1533
|
+
children: [(0, import_jsx_runtime$33.jsx)("div", {
|
|
1510
1534
|
className: "mb-12",
|
|
1511
|
-
children: (0, import_jsx_runtime$
|
|
1535
|
+
children: (0, import_jsx_runtime$33.jsxs)("div", {
|
|
1512
1536
|
className: "h-45 flex items-center",
|
|
1513
|
-
children: [(0, import_jsx_runtime$
|
|
1537
|
+
children: [(0, import_jsx_runtime$33.jsx)("img", {
|
|
1514
1538
|
src: props.useDarkTheme ? "/image/douyin/dylogo-light.svg" : "/image/douyin/dylogo-dark.svg",
|
|
1515
1539
|
alt: "抖音Logo",
|
|
1516
1540
|
className: "object-contain h-full w-auto max-w-125",
|
|
@@ -1520,82 +1544,82 @@ var init_Comment$3 = __esmMin(() => {
|
|
|
1520
1544
|
const parent = target.parentElement;
|
|
1521
1545
|
if (parent) parent.innerHTML = "<div class=\"flex items-center h-full text-6xl font-bold text-foreground-600\">抖音</div>";
|
|
1522
1546
|
}
|
|
1523
|
-
}), props.Type === "视频" && props.Resolution && (0, import_jsx_runtime$
|
|
1547
|
+
}), props.Type === "视频" && props.Resolution && (0, import_jsx_runtime$33.jsxs)("div", {
|
|
1524
1548
|
className: "flex flex-col gap-2 px-8 py-4 ml-8 rounded-3xl bg-default-100/50 w-fit",
|
|
1525
|
-
children: [(0, import_jsx_runtime$
|
|
1549
|
+
children: [(0, import_jsx_runtime$33.jsx)("span", {
|
|
1526
1550
|
className: "text-[42px] text-foreground-400",
|
|
1527
1551
|
children: "分辨率(px)"
|
|
1528
|
-
}), (0, import_jsx_runtime$
|
|
1552
|
+
}), (0, import_jsx_runtime$33.jsx)("span", {
|
|
1529
1553
|
className: "text-[48px] font-medium text-foreground-600",
|
|
1530
1554
|
children: props.Resolution
|
|
1531
1555
|
})]
|
|
1532
1556
|
})]
|
|
1533
1557
|
})
|
|
1534
|
-
}), (0, import_jsx_runtime$
|
|
1558
|
+
}), (0, import_jsx_runtime$33.jsxs)("div", {
|
|
1535
1559
|
className: "grid grid-cols-2 gap-y-6 gap-x-16 pl-2",
|
|
1536
1560
|
children: [
|
|
1537
|
-
(0, import_jsx_runtime$
|
|
1561
|
+
(0, import_jsx_runtime$33.jsxs)("div", {
|
|
1538
1562
|
className: "flex items-center tracking-[6px] text-[45px] text-foreground-500 select-text",
|
|
1539
|
-
children: [(0, import_jsx_runtime$
|
|
1563
|
+
children: [(0, import_jsx_runtime$33.jsx)("span", {
|
|
1540
1564
|
className: "mr-4 text-foreground-400",
|
|
1541
1565
|
children: "类型"
|
|
1542
|
-
}), (0, import_jsx_runtime$
|
|
1566
|
+
}), (0, import_jsx_runtime$33.jsx)("span", {
|
|
1543
1567
|
className: "font-medium text-foreground-600",
|
|
1544
1568
|
children: props.Type
|
|
1545
1569
|
})]
|
|
1546
1570
|
}),
|
|
1547
|
-
(0, import_jsx_runtime$
|
|
1571
|
+
(0, import_jsx_runtime$33.jsxs)("div", {
|
|
1548
1572
|
className: "flex items-center tracking-[6px] text-[45px] text-foreground-500 select-text",
|
|
1549
|
-
children: [(0, import_jsx_runtime$
|
|
1573
|
+
children: [(0, import_jsx_runtime$33.jsx)("span", {
|
|
1550
1574
|
className: "mr-4 text-foreground-400",
|
|
1551
1575
|
children: "评论"
|
|
1552
|
-
}), (0, import_jsx_runtime$
|
|
1576
|
+
}), (0, import_jsx_runtime$33.jsxs)("span", {
|
|
1553
1577
|
className: "font-medium text-foreground-600",
|
|
1554
1578
|
children: [props.CommentLength, "条"]
|
|
1555
1579
|
})]
|
|
1556
1580
|
}),
|
|
1557
|
-
props.Type === "视频" ? (0, import_jsx_runtime$
|
|
1581
|
+
props.Type === "视频" ? (0, import_jsx_runtime$33.jsxs)(import_jsx_runtime$33.Fragment, { children: [(0, import_jsx_runtime$33.jsxs)("div", {
|
|
1558
1582
|
className: "flex items-center tracking-[6px] text-[45px] text-foreground-500 select-text",
|
|
1559
|
-
children: [(0, import_jsx_runtime$
|
|
1583
|
+
children: [(0, import_jsx_runtime$33.jsx)("span", {
|
|
1560
1584
|
className: "mr-4 text-foreground-400",
|
|
1561
1585
|
children: "大小"
|
|
1562
|
-
}), (0, import_jsx_runtime$
|
|
1586
|
+
}), (0, import_jsx_runtime$33.jsxs)("span", {
|
|
1563
1587
|
className: "font-medium text-foreground-600",
|
|
1564
1588
|
children: [props.VideoSize, "MB"]
|
|
1565
1589
|
})]
|
|
1566
|
-
}), (0, import_jsx_runtime$
|
|
1590
|
+
}), (0, import_jsx_runtime$33.jsxs)("div", {
|
|
1567
1591
|
className: "flex items-center tracking-[6px] text-[45px] text-foreground-500 select-text",
|
|
1568
|
-
children: [(0, import_jsx_runtime$
|
|
1592
|
+
children: [(0, import_jsx_runtime$33.jsx)("span", {
|
|
1569
1593
|
className: "mr-4 text-foreground-400",
|
|
1570
1594
|
children: "帧率"
|
|
1571
|
-
}), (0, import_jsx_runtime$
|
|
1595
|
+
}), (0, import_jsx_runtime$33.jsxs)("span", {
|
|
1572
1596
|
className: "font-medium text-foreground-600",
|
|
1573
1597
|
children: [props.VideoFPS, "Hz"]
|
|
1574
1598
|
})]
|
|
1575
|
-
})] }) : (0, import_jsx_runtime$
|
|
1599
|
+
})] }) : (0, import_jsx_runtime$33.jsxs)(import_jsx_runtime$33.Fragment, { children: [(0, import_jsx_runtime$33.jsxs)("div", {
|
|
1576
1600
|
className: "flex items-center tracking-[6px] text-[45px] text-foreground-500 select-text",
|
|
1577
|
-
children: [(0, import_jsx_runtime$
|
|
1601
|
+
children: [(0, import_jsx_runtime$33.jsx)("span", {
|
|
1578
1602
|
className: "mr-4 text-foreground-400",
|
|
1579
1603
|
children: "区域"
|
|
1580
|
-
}), (0, import_jsx_runtime$
|
|
1604
|
+
}), (0, import_jsx_runtime$33.jsx)("span", {
|
|
1581
1605
|
className: "font-medium text-foreground-600",
|
|
1582
1606
|
children: props.Region
|
|
1583
1607
|
})]
|
|
1584
|
-
}), (0, import_jsx_runtime$
|
|
1608
|
+
}), (0, import_jsx_runtime$33.jsxs)("div", {
|
|
1585
1609
|
className: "flex items-center tracking-[6px] text-[45px] text-foreground-500 select-text",
|
|
1586
|
-
children: [(0, import_jsx_runtime$
|
|
1610
|
+
children: [(0, import_jsx_runtime$33.jsx)("span", {
|
|
1587
1611
|
className: "mr-4 text-foreground-400",
|
|
1588
1612
|
children: "数量"
|
|
1589
|
-
}), (0, import_jsx_runtime$
|
|
1613
|
+
}), (0, import_jsx_runtime$33.jsxs)("span", {
|
|
1590
1614
|
className: "font-medium text-foreground-600",
|
|
1591
1615
|
children: [props.ImageLength, "张"]
|
|
1592
1616
|
})]
|
|
1593
1617
|
})] })
|
|
1594
1618
|
]
|
|
1595
1619
|
})]
|
|
1596
|
-
}), (0, import_jsx_runtime$
|
|
1620
|
+
}), (0, import_jsx_runtime$33.jsx)("div", {
|
|
1597
1621
|
className: "shrink-0",
|
|
1598
|
-
children: (0, import_jsx_runtime$
|
|
1622
|
+
children: (0, import_jsx_runtime$33.jsx)(QRCodeSection$3, { qrCodeDataUrl: props.qrCodeDataUrl })
|
|
1599
1623
|
})]
|
|
1600
1624
|
})
|
|
1601
1625
|
});
|
|
@@ -1645,18 +1669,18 @@ var init_Comment$3 = __esmMin(() => {
|
|
|
1645
1669
|
};
|
|
1646
1670
|
ReplyItemComponent = ({ reply, depth = 0, isLast, maxDepth = 6 }) => {
|
|
1647
1671
|
const isNicknameLonger = reply.nickname.length >= (reply.reply_to_username?.length || 0);
|
|
1648
|
-
if (reply.hiddenCount) return (0, import_jsx_runtime$
|
|
1672
|
+
if (reply.hiddenCount) return (0, import_jsx_runtime$33.jsx)("div", {
|
|
1649
1673
|
className: "flex relative flex-col mb-6",
|
|
1650
|
-
children: (0, import_jsx_runtime$
|
|
1674
|
+
children: (0, import_jsx_runtime$33.jsxs)("div", {
|
|
1651
1675
|
className: "grid grid-cols-[100px_minmax(0,1fr)] relative",
|
|
1652
|
-
children: [(0, import_jsx_runtime$
|
|
1676
|
+
children: [(0, import_jsx_runtime$33.jsxs)("div", {
|
|
1653
1677
|
className: "flex relative justify-center",
|
|
1654
1678
|
children: [
|
|
1655
|
-
!isLast && (0, import_jsx_runtime$
|
|
1656
|
-
!isLast && (0, import_jsx_runtime$
|
|
1657
|
-
(0, import_jsx_runtime$
|
|
1679
|
+
!isLast && (0, import_jsx_runtime$33.jsx)("div", { className: "absolute top-0 bottom-0 left-1/2 w-0.5 bg-default-300 -ml-px" }),
|
|
1680
|
+
!isLast && (0, import_jsx_runtime$33.jsx)("div", { className: "absolute -bottom-6 left-1/2 w-0.5 h-6 bg-default-300 -ml-px" }),
|
|
1681
|
+
(0, import_jsx_runtime$33.jsx)("svg", {
|
|
1658
1682
|
className: "absolute top-0 left-0 w-full h-12.5 pointer-events-none overflow-visible z-0 text-default-300",
|
|
1659
|
-
children: (0, import_jsx_runtime$
|
|
1683
|
+
children: (0, import_jsx_runtime$33.jsx)("path", {
|
|
1660
1684
|
d: "M 50 0 V 15 Q 50 50 85 50 H 90",
|
|
1661
1685
|
fill: "none",
|
|
1662
1686
|
stroke: "currentColor",
|
|
@@ -1665,16 +1689,16 @@ var init_Comment$3 = __esmMin(() => {
|
|
|
1665
1689
|
})
|
|
1666
1690
|
})
|
|
1667
1691
|
]
|
|
1668
|
-
}), (0, import_jsx_runtime$
|
|
1692
|
+
}), (0, import_jsx_runtime$33.jsx)("div", {
|
|
1669
1693
|
className: "flex flex-col mt-6 min-w-0",
|
|
1670
|
-
children: (0, import_jsx_runtime$
|
|
1694
|
+
children: (0, import_jsx_runtime$33.jsx)("div", {
|
|
1671
1695
|
className: "flex items-center h-12.5",
|
|
1672
|
-
children: (0, import_jsx_runtime$
|
|
1696
|
+
children: (0, import_jsx_runtime$33.jsxs)("div", {
|
|
1673
1697
|
className: "flex items-center text-foreground-500",
|
|
1674
|
-
children: [(0, import_jsx_runtime$
|
|
1698
|
+
children: [(0, import_jsx_runtime$33.jsx)(CircleEllipsis, {
|
|
1675
1699
|
size: 45,
|
|
1676
1700
|
className: "mr-5"
|
|
1677
|
-
}), (0, import_jsx_runtime$
|
|
1701
|
+
}), (0, import_jsx_runtime$33.jsxs)("span", {
|
|
1678
1702
|
className: "text-4xl font-medium tracking-wide",
|
|
1679
1703
|
children: [
|
|
1680
1704
|
"另外 ",
|
|
@@ -1687,18 +1711,18 @@ var init_Comment$3 = __esmMin(() => {
|
|
|
1687
1711
|
})]
|
|
1688
1712
|
})
|
|
1689
1713
|
});
|
|
1690
|
-
return (0, import_jsx_runtime$
|
|
1714
|
+
return (0, import_jsx_runtime$33.jsx)("div", {
|
|
1691
1715
|
className: "flex relative flex-col",
|
|
1692
|
-
children: (0, import_jsx_runtime$
|
|
1716
|
+
children: (0, import_jsx_runtime$33.jsxs)("div", {
|
|
1693
1717
|
className: "grid grid-cols-[100px_minmax(0,1fr)] relative",
|
|
1694
|
-
children: [(0, import_jsx_runtime$
|
|
1718
|
+
children: [(0, import_jsx_runtime$33.jsxs)("div", {
|
|
1695
1719
|
className: "flex relative justify-center",
|
|
1696
1720
|
children: [
|
|
1697
|
-
!isLast && (0, import_jsx_runtime$
|
|
1698
|
-
!isLast && (0, import_jsx_runtime$
|
|
1699
|
-
(0, import_jsx_runtime$
|
|
1721
|
+
!isLast && (0, import_jsx_runtime$33.jsx)("div", { className: "absolute top-0 bottom-0 left-1/2 w-0.5 bg-default-300 -ml-px" }),
|
|
1722
|
+
!isLast && (0, import_jsx_runtime$33.jsx)("div", { className: "absolute -bottom-6 left-1/2 w-0.5 h-6 bg-default-300 -ml-px" }),
|
|
1723
|
+
(0, import_jsx_runtime$33.jsx)("svg", {
|
|
1700
1724
|
className: "absolute top-0 left-0 w-full h-12.5 pointer-events-none overflow-visible z-0 text-default-300",
|
|
1701
|
-
children: (0, import_jsx_runtime$
|
|
1725
|
+
children: (0, import_jsx_runtime$33.jsx)("path", {
|
|
1702
1726
|
d: "M 50 0 V 15 Q 50 50 85 50 H 90",
|
|
1703
1727
|
fill: "none",
|
|
1704
1728
|
stroke: "currentColor",
|
|
@@ -1707,85 +1731,85 @@ var init_Comment$3 = __esmMin(() => {
|
|
|
1707
1731
|
})
|
|
1708
1732
|
})
|
|
1709
1733
|
]
|
|
1710
|
-
}), (0, import_jsx_runtime$
|
|
1734
|
+
}), (0, import_jsx_runtime$33.jsxs)("div", {
|
|
1711
1735
|
className: "flex flex-col min-w-0",
|
|
1712
|
-
children: [(0, import_jsx_runtime$
|
|
1736
|
+
children: [(0, import_jsx_runtime$33.jsxs)("div", {
|
|
1713
1737
|
className: "grid grid-cols-[100px_minmax(0,1fr)] relative",
|
|
1714
|
-
children: [(0, import_jsx_runtime$
|
|
1738
|
+
children: [(0, import_jsx_runtime$33.jsxs)("div", {
|
|
1715
1739
|
className: "flex relative flex-col items-center h-full",
|
|
1716
|
-
children: [(0, import_jsx_runtime$
|
|
1740
|
+
children: [(0, import_jsx_runtime$33.jsx)("div", {
|
|
1717
1741
|
className: "w-25 h-25 shrink-0 z-10 relative",
|
|
1718
|
-
children: (0, import_jsx_runtime$
|
|
1742
|
+
children: (0, import_jsx_runtime$33.jsx)("img", {
|
|
1719
1743
|
src: reply.userimageurl,
|
|
1720
1744
|
className: "object-cover rounded-full w-25 h-25 bg-background",
|
|
1721
1745
|
alt: "用户头像"
|
|
1722
1746
|
})
|
|
1723
|
-
}), reply.children.length > 0 && (0, import_jsx_runtime$
|
|
1724
|
-
}), (0, import_jsx_runtime$
|
|
1747
|
+
}), reply.children.length > 0 && (0, import_jsx_runtime$33.jsx)("div", { className: "w-0.5 bg-default-300 h-full grow mt-3 rounded-t-full" })]
|
|
1748
|
+
}), (0, import_jsx_runtime$33.jsxs)("div", {
|
|
1725
1749
|
className: "flex flex-col pb-8 pl-3 min-w-0",
|
|
1726
1750
|
children: [
|
|
1727
|
-
(0, import_jsx_runtime$
|
|
1751
|
+
(0, import_jsx_runtime$33.jsxs)("div", {
|
|
1728
1752
|
className: "flex flex-nowrap items-center h-25 content-center w-full overflow-hidden",
|
|
1729
1753
|
children: [
|
|
1730
|
-
(0, import_jsx_runtime$
|
|
1754
|
+
(0, import_jsx_runtime$33.jsx)("span", {
|
|
1731
1755
|
className: clsx_default("mr-2 text-5xl font-medium text-foreground-500", isNicknameLonger ? "min-w-0 truncate shrink" : "shrink-0"),
|
|
1732
1756
|
children: reply.nickname
|
|
1733
1757
|
}),
|
|
1734
|
-
reply.label_text !== "" && (0, import_jsx_runtime$
|
|
1758
|
+
reply.label_text !== "" && (0, import_jsx_runtime$33.jsx)("div", {
|
|
1735
1759
|
className: clsx_default("inline-flex shrink-0 items-center px-3 py-1 text-3xl rounded-lg mr-2", reply.label_text === "作者" ? "bg-[#fe2c55] text-white" : "bg-default-100 text-default-500"),
|
|
1736
1760
|
children: reply.label_text
|
|
1737
1761
|
}),
|
|
1738
|
-
reply.reply_to_username && (0, import_jsx_runtime$
|
|
1762
|
+
reply.reply_to_username && (0, import_jsx_runtime$33.jsxs)("div", {
|
|
1739
1763
|
className: clsx_default("flex items-center", !isNicknameLonger ? "overflow-hidden min-w-0 shrink" : "shrink-0"),
|
|
1740
|
-
children: [(0, import_jsx_runtime$
|
|
1764
|
+
children: [(0, import_jsx_runtime$33.jsx)(Play, {
|
|
1741
1765
|
size: 35,
|
|
1742
1766
|
className: "mr-3.5 mx-1 text-foreground-300 shrink-0",
|
|
1743
1767
|
fill: "currentColor"
|
|
1744
|
-
}), (0, import_jsx_runtime$
|
|
1768
|
+
}), (0, import_jsx_runtime$33.jsx)("span", {
|
|
1745
1769
|
className: clsx_default("text-5xl font-medium text-foreground-500", !isNicknameLonger && "truncate"),
|
|
1746
1770
|
children: reply.reply_to_username
|
|
1747
1771
|
})]
|
|
1748
1772
|
})
|
|
1749
1773
|
]
|
|
1750
1774
|
}),
|
|
1751
|
-
(0, import_jsx_runtime$
|
|
1775
|
+
(0, import_jsx_runtime$33.jsxs)("div", {
|
|
1752
1776
|
className: "py-2",
|
|
1753
|
-
children: [(0, import_jsx_runtime$
|
|
1777
|
+
children: [(0, import_jsx_runtime$33.jsx)("div", {
|
|
1754
1778
|
className: "text-5xl text-foreground leading-normal whitespace-pre-wrap select-text [&_img]:mb-2 [&_img]:inline [&_img]:h-[1.3em] [&_img]:w-auto [&_img]:align-middle [&_img]:mx-1 [&_img]:max-w-[1.7em]",
|
|
1755
1779
|
dangerouslySetInnerHTML: { __html: reply.text },
|
|
1756
1780
|
style: {
|
|
1757
1781
|
wordBreak: "break-word",
|
|
1758
1782
|
overflowWrap: "break-word"
|
|
1759
1783
|
}
|
|
1760
|
-
}), reply.image_list && reply.image_list.length > 0 && reply.image_list.filter(Boolean).map((img, idx) => (0, import_jsx_runtime$
|
|
1784
|
+
}), reply.image_list && reply.image_list.length > 0 && reply.image_list.filter(Boolean).map((img, idx) => (0, import_jsx_runtime$33.jsx)("div", {
|
|
1761
1785
|
className: "my-4 overflow-hidden shadow-sm rounded-xl max-w-150",
|
|
1762
|
-
children: (0, import_jsx_runtime$
|
|
1786
|
+
children: (0, import_jsx_runtime$33.jsx)("img", {
|
|
1763
1787
|
className: "object-contain w-full h-auto rounded-xl",
|
|
1764
1788
|
src: img,
|
|
1765
1789
|
alt: "评论图片"
|
|
1766
1790
|
})
|
|
1767
1791
|
}, idx))]
|
|
1768
1792
|
}),
|
|
1769
|
-
(0, import_jsx_runtime$
|
|
1793
|
+
(0, import_jsx_runtime$33.jsx)("div", {
|
|
1770
1794
|
className: "pb-4",
|
|
1771
|
-
children: (0, import_jsx_runtime$
|
|
1795
|
+
children: (0, import_jsx_runtime$33.jsxs)("div", {
|
|
1772
1796
|
className: "flex gap-6 items-center text-foreground-500",
|
|
1773
1797
|
children: [
|
|
1774
|
-
(0, import_jsx_runtime$
|
|
1798
|
+
(0, import_jsx_runtime$33.jsxs)("div", {
|
|
1775
1799
|
className: "flex gap-2 items-center",
|
|
1776
|
-
children: [(0, import_jsx_runtime$
|
|
1800
|
+
children: [(0, import_jsx_runtime$33.jsx)(Heart, {
|
|
1777
1801
|
size: 40,
|
|
1778
1802
|
className: "text-foreground-500"
|
|
1779
|
-
}), (0, import_jsx_runtime$
|
|
1803
|
+
}), (0, import_jsx_runtime$33.jsx)("span", {
|
|
1780
1804
|
className: "text-4xl",
|
|
1781
1805
|
children: reply.digg_count
|
|
1782
1806
|
})]
|
|
1783
1807
|
}),
|
|
1784
|
-
(0, import_jsx_runtime$
|
|
1808
|
+
(0, import_jsx_runtime$33.jsx)("span", {
|
|
1785
1809
|
className: "text-4xl",
|
|
1786
1810
|
children: reply.ip_label
|
|
1787
1811
|
}),
|
|
1788
|
-
(0, import_jsx_runtime$
|
|
1812
|
+
(0, import_jsx_runtime$33.jsx)("span", {
|
|
1789
1813
|
className: "ml-2 text-4xl",
|
|
1790
1814
|
children: reply.create_time
|
|
1791
1815
|
})
|
|
@@ -1794,9 +1818,9 @@ var init_Comment$3 = __esmMin(() => {
|
|
|
1794
1818
|
})
|
|
1795
1819
|
]
|
|
1796
1820
|
})]
|
|
1797
|
-
}), reply.children.length > 0 && (0, import_jsx_runtime$
|
|
1821
|
+
}), reply.children.length > 0 && (0, import_jsx_runtime$33.jsx)("div", {
|
|
1798
1822
|
className: "flex relative flex-col",
|
|
1799
|
-
children: (0, import_jsx_runtime$
|
|
1823
|
+
children: (0, import_jsx_runtime$33.jsx)("div", { children: reply.children.map((child, index) => (0, import_jsx_runtime$33.jsx)(ReplyItemComponent, {
|
|
1800
1824
|
reply: child,
|
|
1801
1825
|
depth: depth + 1,
|
|
1802
1826
|
isLast: index === reply.children.length - 1,
|
|
@@ -1807,50 +1831,50 @@ var init_Comment$3 = __esmMin(() => {
|
|
|
1807
1831
|
})
|
|
1808
1832
|
});
|
|
1809
1833
|
};
|
|
1810
|
-
CommentItemComponent$2 = (props) => (0, import_jsx_runtime$
|
|
1834
|
+
CommentItemComponent$2 = (props) => (0, import_jsx_runtime$33.jsx)("div", {
|
|
1811
1835
|
className: clsx_default("flex flex-col px-6 pt-8", {
|
|
1812
1836
|
"pb-0": props.isLast,
|
|
1813
1837
|
"pb-10": !props.isLast
|
|
1814
1838
|
}),
|
|
1815
|
-
children: (0, import_jsx_runtime$
|
|
1839
|
+
children: (0, import_jsx_runtime$33.jsxs)("div", {
|
|
1816
1840
|
className: "flex flex-col min-w-0",
|
|
1817
|
-
children: [(0, import_jsx_runtime$
|
|
1841
|
+
children: [(0, import_jsx_runtime$33.jsxs)("div", {
|
|
1818
1842
|
className: "grid grid-cols-[140px_minmax(0,1fr)] relative",
|
|
1819
|
-
children: [(0, import_jsx_runtime$
|
|
1843
|
+
children: [(0, import_jsx_runtime$33.jsxs)("div", {
|
|
1820
1844
|
className: "flex relative flex-col items-center",
|
|
1821
|
-
children: [(0, import_jsx_runtime$
|
|
1845
|
+
children: [(0, import_jsx_runtime$33.jsx)("div", {
|
|
1822
1846
|
className: "w-35 h-35 shrink-0 z-10 relative",
|
|
1823
|
-
children: (0, import_jsx_runtime$
|
|
1847
|
+
children: (0, import_jsx_runtime$33.jsx)("img", {
|
|
1824
1848
|
src: props.userimageurl,
|
|
1825
1849
|
className: "w-35 h-35 rounded-full object-cover shadow-md bg-background",
|
|
1826
1850
|
alt: "用户头像"
|
|
1827
1851
|
})
|
|
1828
|
-
}), props.replyComment && props.replyComment.length > 0 && (0, import_jsx_runtime$
|
|
1829
|
-
}), (0, import_jsx_runtime$
|
|
1852
|
+
}), props.replyComment && props.replyComment.length > 0 && (0, import_jsx_runtime$33.jsx)("div", { className: "w-0.5 bg-default-300 h-full grow mt-4 rounded-t-full" })]
|
|
1853
|
+
}), (0, import_jsx_runtime$33.jsxs)("div", {
|
|
1830
1854
|
className: "flex flex-col pb-4 pl-4 min-w-0",
|
|
1831
1855
|
children: [
|
|
1832
|
-
(0, import_jsx_runtime$
|
|
1856
|
+
(0, import_jsx_runtime$33.jsxs)("div", {
|
|
1833
1857
|
className: "flex flex-wrap gap-4 items-center mb-3 text-5xl select-text min-h-35 content-center",
|
|
1834
1858
|
children: [
|
|
1835
|
-
(0, import_jsx_runtime$
|
|
1859
|
+
(0, import_jsx_runtime$33.jsx)("span", {
|
|
1836
1860
|
className: "font-medium text-foreground-500",
|
|
1837
1861
|
children: props.nickname
|
|
1838
1862
|
}),
|
|
1839
|
-
props.label_type === 1 && (0, import_jsx_runtime$
|
|
1863
|
+
props.label_type === 1 && (0, import_jsx_runtime$33.jsx)("div", {
|
|
1840
1864
|
className: "inline-flex items-center px-3 py-1 rounded-lg text-3xl bg-[#fe2c55] text-white",
|
|
1841
1865
|
children: "作者"
|
|
1842
1866
|
}),
|
|
1843
|
-
props.is_author_digged && props.status_label !== "作者赞过" && (0, import_jsx_runtime$
|
|
1867
|
+
props.is_author_digged && props.status_label !== "作者赞过" && (0, import_jsx_runtime$33.jsx)("div", {
|
|
1844
1868
|
className: "inline-flex items-center px-3 py-1 text-3xl font-light rounded-lg bg-content2 text-foreground-700",
|
|
1845
1869
|
children: "作者赞过"
|
|
1846
1870
|
}),
|
|
1847
|
-
props.status_label && (0, import_jsx_runtime$
|
|
1871
|
+
props.status_label && (0, import_jsx_runtime$33.jsx)("div", {
|
|
1848
1872
|
className: "inline-flex items-center px-3 py-1 text-3xl font-light rounded-lg bg-content2 text-foreground-700",
|
|
1849
1873
|
children: props.status_label
|
|
1850
1874
|
})
|
|
1851
1875
|
]
|
|
1852
1876
|
}),
|
|
1853
|
-
(0, import_jsx_runtime$
|
|
1877
|
+
(0, import_jsx_runtime$33.jsx)("div", {
|
|
1854
1878
|
className: "text-5xl text-foreground leading-normal mb-4 whitespace-pre-wrap select-text [&_img]:mb-2 [&_img]:inline [&_img]:h-[1.3em] [&_img]:w-auto [&_img]:align-middle [&_img]:mx-1 [&_img]:max-w-[1.7em]",
|
|
1855
1879
|
dangerouslySetInnerHTML: { __html: props.text },
|
|
1856
1880
|
style: {
|
|
@@ -1858,34 +1882,34 @@ var init_Comment$3 = __esmMin(() => {
|
|
|
1858
1882
|
overflowWrap: "break-word"
|
|
1859
1883
|
}
|
|
1860
1884
|
}),
|
|
1861
|
-
(props.commentimage || props.sticker) && (0, import_jsx_runtime$
|
|
1885
|
+
(props.commentimage || props.sticker) && (0, import_jsx_runtime$33.jsx)("div", {
|
|
1862
1886
|
className: "my-6 overflow-hidden shadow-sm rounded-2xl max-w-200",
|
|
1863
|
-
children: (0, import_jsx_runtime$
|
|
1887
|
+
children: (0, import_jsx_runtime$33.jsx)("img", {
|
|
1864
1888
|
className: "object-contain w-full h-auto rounded-2xl",
|
|
1865
1889
|
src: props.commentimage || props.sticker,
|
|
1866
1890
|
alt: "评论图片"
|
|
1867
1891
|
})
|
|
1868
1892
|
}),
|
|
1869
|
-
(0, import_jsx_runtime$
|
|
1893
|
+
(0, import_jsx_runtime$33.jsx)("div", {
|
|
1870
1894
|
className: "flex justify-between items-center mt-3 text-foreground-500",
|
|
1871
|
-
children: (0, import_jsx_runtime$
|
|
1895
|
+
children: (0, import_jsx_runtime$33.jsxs)("div", {
|
|
1872
1896
|
className: "flex gap-6 items-center shrink-0",
|
|
1873
1897
|
children: [
|
|
1874
|
-
(0, import_jsx_runtime$
|
|
1898
|
+
(0, import_jsx_runtime$33.jsxs)("div", {
|
|
1875
1899
|
className: "flex gap-2 items-center transition-colors cursor-pointer",
|
|
1876
|
-
children: [(0, import_jsx_runtime$
|
|
1900
|
+
children: [(0, import_jsx_runtime$33.jsx)(Heart, {
|
|
1877
1901
|
size: 44,
|
|
1878
1902
|
className: "text-foreground-500"
|
|
1879
|
-
}), (0, import_jsx_runtime$
|
|
1903
|
+
}), (0, import_jsx_runtime$33.jsx)("span", {
|
|
1880
1904
|
className: "text-4xl select-text",
|
|
1881
1905
|
children: props.digg_count
|
|
1882
1906
|
})]
|
|
1883
1907
|
}),
|
|
1884
|
-
(0, import_jsx_runtime$
|
|
1908
|
+
(0, import_jsx_runtime$33.jsx)("span", {
|
|
1885
1909
|
className: "text-4xl",
|
|
1886
1910
|
children: props.ip_label
|
|
1887
1911
|
}),
|
|
1888
|
-
(0, import_jsx_runtime$
|
|
1912
|
+
(0, import_jsx_runtime$33.jsx)("span", {
|
|
1889
1913
|
className: "ml-2 text-4xl",
|
|
1890
1914
|
children: props.create_time
|
|
1891
1915
|
})
|
|
@@ -1894,9 +1918,9 @@ var init_Comment$3 = __esmMin(() => {
|
|
|
1894
1918
|
})
|
|
1895
1919
|
]
|
|
1896
1920
|
})]
|
|
1897
|
-
}), props.replyComment && props.replyComment.length > 0 && (0, import_jsx_runtime$
|
|
1921
|
+
}), props.replyComment && props.replyComment.length > 0 && (0, import_jsx_runtime$33.jsxs)("div", {
|
|
1898
1922
|
className: "flex relative flex-col mt-8 ml-5",
|
|
1899
|
-
children: [(0, import_jsx_runtime$
|
|
1923
|
+
children: [(0, import_jsx_runtime$33.jsx)("div", { className: "absolute -top-8 left-12.5 w-0.5 h-8 bg-default-300 -ml-px" }), organizeReplies(props.replyComment, props.cid || "", props.maxDepth).map((reply, index, arr) => (0, import_jsx_runtime$33.jsx)(ReplyItemComponent, {
|
|
1900
1924
|
reply,
|
|
1901
1925
|
depth: 1,
|
|
1902
1926
|
isLast: index === arr.length - 1,
|
|
@@ -1905,51 +1929,51 @@ var init_Comment$3 = __esmMin(() => {
|
|
|
1905
1929
|
})]
|
|
1906
1930
|
})
|
|
1907
1931
|
});
|
|
1908
|
-
DouyinComment = import_react$
|
|
1909
|
-
const randomSuggestWord = import_react$
|
|
1932
|
+
DouyinComment = import_react$35.memo((props) => {
|
|
1933
|
+
const randomSuggestWord = import_react$35.useMemo(() => {
|
|
1910
1934
|
if (props.data.suggestWrod && props.data.suggestWrod.length > 0) {
|
|
1911
1935
|
const randomIndex = Math.floor(Math.random() * props.data.suggestWrod.length);
|
|
1912
1936
|
return props.data.suggestWrod[randomIndex];
|
|
1913
1937
|
}
|
|
1914
1938
|
return null;
|
|
1915
1939
|
}, [props.data.suggestWrod]);
|
|
1916
|
-
return (0, import_jsx_runtime$
|
|
1940
|
+
return (0, import_jsx_runtime$33.jsx)(DefaultLayout, {
|
|
1917
1941
|
...props,
|
|
1918
|
-
children: (0, import_jsx_runtime$
|
|
1942
|
+
children: (0, import_jsx_runtime$33.jsxs)("div", {
|
|
1919
1943
|
className: "p-5",
|
|
1920
1944
|
children: [
|
|
1921
|
-
(0, import_jsx_runtime$
|
|
1922
|
-
(0, import_jsx_runtime$
|
|
1945
|
+
(0, import_jsx_runtime$33.jsx)("div", { className: "h-20" }),
|
|
1946
|
+
(0, import_jsx_runtime$33.jsx)(VideoInfoHeader$1, {
|
|
1923
1947
|
...props.data,
|
|
1924
1948
|
qrCodeDataUrl: props.qrCodeDataUrl
|
|
1925
1949
|
}),
|
|
1926
|
-
randomSuggestWord && (0, import_jsx_runtime$
|
|
1950
|
+
randomSuggestWord && (0, import_jsx_runtime$33.jsx)("div", {
|
|
1927
1951
|
className: "mx-auto my-20 mb-5 ml-10",
|
|
1928
|
-
children: (0, import_jsx_runtime$
|
|
1952
|
+
children: (0, import_jsx_runtime$33.jsxs)("div", {
|
|
1929
1953
|
className: "flex gap-3 items-center px-6 py-4 rounded-2xl",
|
|
1930
|
-
children: [(0, import_jsx_runtime$
|
|
1954
|
+
children: [(0, import_jsx_runtime$33.jsx)("span", {
|
|
1931
1955
|
className: "text-5xl text-default-500",
|
|
1932
1956
|
children: "大家都在搜:"
|
|
1933
|
-
}), (0, import_jsx_runtime$
|
|
1957
|
+
}), (0, import_jsx_runtime$33.jsxs)("span", {
|
|
1934
1958
|
className: "relative text-5xl text-[#04498d] dark:text-[#face15]",
|
|
1935
|
-
children: [randomSuggestWord, (0, import_jsx_runtime$
|
|
1959
|
+
children: [randomSuggestWord, (0, import_jsx_runtime$33.jsx)(IoSearch, {
|
|
1936
1960
|
size: 32,
|
|
1937
1961
|
className: "absolute -top-2 -right-8"
|
|
1938
1962
|
})]
|
|
1939
1963
|
})]
|
|
1940
1964
|
})
|
|
1941
1965
|
}),
|
|
1942
|
-
(0, import_jsx_runtime$
|
|
1966
|
+
(0, import_jsx_runtime$33.jsx)("div", {
|
|
1943
1967
|
className: "overflow-hidden mt-8",
|
|
1944
|
-
children: props.data.CommentsData.length > 0 ? (0, import_jsx_runtime$
|
|
1968
|
+
children: props.data.CommentsData.length > 0 ? (0, import_jsx_runtime$33.jsx)(import_jsx_runtime$33.Fragment, { children: props.data.CommentsData.map((comment, index) => (0, import_jsx_runtime$33.jsx)(CommentItemComponent$2, {
|
|
1945
1969
|
...comment,
|
|
1946
1970
|
isLast: index === props.data.CommentsData.length - 1,
|
|
1947
1971
|
maxDepth: props.data.maxDepth
|
|
1948
|
-
}, comment.cid || index)) }) : (0, import_jsx_runtime$
|
|
1972
|
+
}, comment.cid || index)) }) : (0, import_jsx_runtime$33.jsx)("div", {
|
|
1949
1973
|
className: "flex justify-center items-center py-20 text-foreground-400",
|
|
1950
|
-
children: (0, import_jsx_runtime$
|
|
1974
|
+
children: (0, import_jsx_runtime$33.jsx)("div", {
|
|
1951
1975
|
className: "text-center",
|
|
1952
|
-
children: (0, import_jsx_runtime$
|
|
1976
|
+
children: (0, import_jsx_runtime$33.jsx)("p", {
|
|
1953
1977
|
className: "text-xl",
|
|
1954
1978
|
children: "暂无评论数据"
|
|
1955
1979
|
})
|
|
@@ -1959,50 +1983,652 @@ var init_Comment$3 = __esmMin(() => {
|
|
|
1959
1983
|
]
|
|
1960
1984
|
})
|
|
1961
1985
|
});
|
|
1962
|
-
});
|
|
1963
|
-
Comment_default$3 = DouyinComment;
|
|
1986
|
+
});
|
|
1987
|
+
Comment_default$3 = DouyinComment;
|
|
1988
|
+
});
|
|
1989
|
+
var Dynamic_exports = __export({
|
|
1990
|
+
DouyinDynamic: () => DouyinDynamic,
|
|
1991
|
+
default: () => Dynamic_default
|
|
1992
|
+
}, 1);
|
|
1993
|
+
var import_react$34, import_jsx_runtime$32, DouyinHeader$4, CoverSection$3, InfoSection$3, UserInfoSection$4, CoCreatorsInfo$2, DouyinDynamic, Dynamic_default;
|
|
1994
|
+
var init_Dynamic = __esmMin(() => {
|
|
1995
|
+
init_date_fns();
|
|
1996
|
+
init_lucide_react();
|
|
1997
|
+
import_react$34 = __toESM(require_react(), 1);
|
|
1998
|
+
init_lu();
|
|
1999
|
+
init_DefaultLayout();
|
|
2000
|
+
import_jsx_runtime$32 = __toESM(require_jsx_runtime(), 1);
|
|
2001
|
+
DouyinHeader$4 = ({ useDarkTheme }) => (0, import_jsx_runtime$32.jsxs)("div", {
|
|
2002
|
+
className: "flex items-center px-12 py-15",
|
|
2003
|
+
children: [(0, import_jsx_runtime$32.jsx)("div", {
|
|
2004
|
+
className: "w-[39%] h-50 bg-cover bg-center bg-fixed",
|
|
2005
|
+
children: (0, import_jsx_runtime$32.jsx)("img", {
|
|
2006
|
+
src: useDarkTheme ? "/image/douyin/dylogo-light.svg" : "/image/douyin/dylogo-dark.svg",
|
|
2007
|
+
alt: "抖音Logo",
|
|
2008
|
+
className: "object-contain w-full h-full"
|
|
2009
|
+
})
|
|
2010
|
+
}), (0, import_jsx_runtime$32.jsx)("span", {
|
|
2011
|
+
className: "text-[65px] ml-4 text-foreground-600",
|
|
2012
|
+
children: "记录美好生活"
|
|
2013
|
+
})]
|
|
2014
|
+
});
|
|
2015
|
+
CoverSection$3 = ({ imageUrl }) => (0, import_jsx_runtime$32.jsx)("div", {
|
|
2016
|
+
className: "flex flex-col items-center my-5",
|
|
2017
|
+
children: (0, import_jsx_runtime$32.jsx)("div", {
|
|
2018
|
+
className: "flex flex-col items-center overflow-hidden shadow-large rounded-[25px] w-[90%] relative",
|
|
2019
|
+
children: (0, import_jsx_runtime$32.jsx)("img", {
|
|
2020
|
+
className: "rounded-[25px] object-contain w-full h-full",
|
|
2021
|
+
src: imageUrl,
|
|
2022
|
+
alt: "封面"
|
|
2023
|
+
})
|
|
2024
|
+
})
|
|
2025
|
+
});
|
|
2026
|
+
InfoSection$3 = (props) => (0, import_jsx_runtime$32.jsxs)("div", {
|
|
2027
|
+
className: "flex flex-col px-16 py-5",
|
|
2028
|
+
children: [
|
|
2029
|
+
(0, import_jsx_runtime$32.jsx)("div", {
|
|
2030
|
+
className: "text-[70px] font-bold leading-relaxed mb-9 text-foreground select-text",
|
|
2031
|
+
style: {
|
|
2032
|
+
letterSpacing: "1.5px",
|
|
2033
|
+
wordWrap: "break-word"
|
|
2034
|
+
},
|
|
2035
|
+
dangerouslySetInnerHTML: { __html: props.data.desc }
|
|
2036
|
+
}),
|
|
2037
|
+
(0, import_jsx_runtime$32.jsxs)("div", {
|
|
2038
|
+
className: "flex items-center gap-6 text-[45px] text-foreground-500 font-light mb-2.5 select-text",
|
|
2039
|
+
children: [
|
|
2040
|
+
(0, import_jsx_runtime$32.jsxs)("div", {
|
|
2041
|
+
className: "flex gap-2 items-center",
|
|
2042
|
+
children: [(0, import_jsx_runtime$32.jsx)(Heart, { className: "w-11 h-11 text-like" }), (0, import_jsx_runtime$32.jsxs)("span", { children: [props.data.dianzan, "点赞"] })]
|
|
2043
|
+
}),
|
|
2044
|
+
(0, import_jsx_runtime$32.jsx)("span", { children: "·" }),
|
|
2045
|
+
(0, import_jsx_runtime$32.jsxs)("div", {
|
|
2046
|
+
className: "flex gap-2 items-center",
|
|
2047
|
+
children: [(0, import_jsx_runtime$32.jsx)(MessageCircle, { className: "w-11 h-11 text-comment" }), (0, import_jsx_runtime$32.jsxs)("span", { children: [props.data.pinglun, "评论"] })]
|
|
2048
|
+
}),
|
|
2049
|
+
(0, import_jsx_runtime$32.jsx)("span", { children: "·" }),
|
|
2050
|
+
(0, import_jsx_runtime$32.jsxs)("div", {
|
|
2051
|
+
className: "flex gap-2 items-center",
|
|
2052
|
+
children: [(0, import_jsx_runtime$32.jsx)(Bookmark, { className: "w-11 h-11" }), (0, import_jsx_runtime$32.jsxs)("span", { children: [props.data.shouchang, "收藏"] })]
|
|
2053
|
+
}),
|
|
2054
|
+
(0, import_jsx_runtime$32.jsx)("span", { children: "·" }),
|
|
2055
|
+
(0, import_jsx_runtime$32.jsxs)("div", {
|
|
2056
|
+
className: "flex gap-2 items-center",
|
|
2057
|
+
children: [(0, import_jsx_runtime$32.jsx)(Share2, { className: "w-11 h-11 text-success" }), (0, import_jsx_runtime$32.jsxs)("span", { children: [props.data.share, "分享"] })]
|
|
2058
|
+
})
|
|
2059
|
+
]
|
|
2060
|
+
}),
|
|
2061
|
+
(0, import_jsx_runtime$32.jsxs)("div", {
|
|
2062
|
+
className: "flex items-center gap-2 text-[45px] text-foreground-500 font-light select-text",
|
|
2063
|
+
children: [(0, import_jsx_runtime$32.jsx)(Clock, { className: "w-11 h-11 text-time" }), (0, import_jsx_runtime$32.jsxs)("span", { children: ["发布于: ", props.data.create_time] })]
|
|
2064
|
+
}),
|
|
2065
|
+
(0, import_jsx_runtime$32.jsxs)("div", {
|
|
2066
|
+
className: "flex items-center gap-2 text-[45px] text-foreground-500 font-light select-text",
|
|
2067
|
+
children: [(0, import_jsx_runtime$32.jsx)(LuFullscreen, { className: "w-11 h-11 text-time text-time" }), (0, import_jsx_runtime$32.jsxs)("span", { children: ["图片生成于: ", format(/* @__PURE__ */ new Date(), "yyyy-MM-dd HH:mm:ss")] })]
|
|
2068
|
+
})
|
|
2069
|
+
]
|
|
2070
|
+
});
|
|
2071
|
+
UserInfoSection$4 = (props) => (0, import_jsx_runtime$32.jsxs)("div", {
|
|
2072
|
+
className: "flex flex-col gap-12",
|
|
2073
|
+
children: [(0, import_jsx_runtime$32.jsxs)("div", {
|
|
2074
|
+
className: "flex gap-12 items-start",
|
|
2075
|
+
children: [(0, import_jsx_runtime$32.jsx)("div", {
|
|
2076
|
+
className: "relative shrink-0",
|
|
2077
|
+
children: (0, import_jsx_runtime$32.jsx)("div", {
|
|
2078
|
+
className: "flex justify-center items-center bg-white rounded-full w-35 h-35",
|
|
2079
|
+
children: (0, import_jsx_runtime$32.jsx)("img", {
|
|
2080
|
+
src: props.data.avater_url,
|
|
2081
|
+
alt: "头像",
|
|
2082
|
+
className: "rounded-full w-33 h-33 shadow-large"
|
|
2083
|
+
})
|
|
2084
|
+
})
|
|
2085
|
+
}), (0, import_jsx_runtime$32.jsxs)("div", {
|
|
2086
|
+
className: "flex flex-col gap-5",
|
|
2087
|
+
children: [(0, import_jsx_runtime$32.jsxs)("div", {
|
|
2088
|
+
className: "text-7xl font-bold select-text text-foreground",
|
|
2089
|
+
children: ["@", props.data.username]
|
|
2090
|
+
}), (0, import_jsx_runtime$32.jsxs)("div", {
|
|
2091
|
+
className: "flex gap-2 items-center text-4xl text-default-500",
|
|
2092
|
+
children: [(0, import_jsx_runtime$32.jsx)(Hash, {
|
|
2093
|
+
size: 32,
|
|
2094
|
+
className: "text-default-400"
|
|
2095
|
+
}), (0, import_jsx_runtime$32.jsxs)("span", {
|
|
2096
|
+
className: "select-text",
|
|
2097
|
+
children: ["抖音号: ", props.data.抖音号]
|
|
2098
|
+
})]
|
|
2099
|
+
})]
|
|
2100
|
+
})]
|
|
2101
|
+
}), (0, import_jsx_runtime$32.jsxs)("div", {
|
|
2102
|
+
className: "text-3xl flex gap-6 items-center text-default-600",
|
|
2103
|
+
children: [
|
|
2104
|
+
(0, import_jsx_runtime$32.jsxs)("div", {
|
|
2105
|
+
className: "flex flex-col gap-1 items-start px-6 py-3 rounded-2xl bg-default-100",
|
|
2106
|
+
children: [
|
|
2107
|
+
(0, import_jsx_runtime$32.jsxs)("div", {
|
|
2108
|
+
className: "flex gap-1 items-center",
|
|
2109
|
+
children: [(0, import_jsx_runtime$32.jsx)(Heart, {
|
|
2110
|
+
size: 28,
|
|
2111
|
+
className: "text-like"
|
|
2112
|
+
}), (0, import_jsx_runtime$32.jsx)("span", {
|
|
2113
|
+
className: "text-default-400",
|
|
2114
|
+
children: "获赞"
|
|
2115
|
+
})]
|
|
2116
|
+
}),
|
|
2117
|
+
(0, import_jsx_runtime$32.jsx)("div", { className: "w-full h-px bg-default-300" }),
|
|
2118
|
+
(0, import_jsx_runtime$32.jsx)("span", {
|
|
2119
|
+
className: "select-text font-medium text-4xl",
|
|
2120
|
+
children: props.data.获赞
|
|
2121
|
+
})
|
|
2122
|
+
]
|
|
2123
|
+
}),
|
|
2124
|
+
(0, import_jsx_runtime$32.jsxs)("div", {
|
|
2125
|
+
className: "flex flex-col gap-1 items-start px-6 py-3 rounded-2xl bg-default-100",
|
|
2126
|
+
children: [
|
|
2127
|
+
(0, import_jsx_runtime$32.jsxs)("div", {
|
|
2128
|
+
className: "flex gap-1 items-center",
|
|
2129
|
+
children: [(0, import_jsx_runtime$32.jsx)(Eye, {
|
|
2130
|
+
size: 28,
|
|
2131
|
+
className: "text-view"
|
|
2132
|
+
}), (0, import_jsx_runtime$32.jsx)("span", {
|
|
2133
|
+
className: "text-default-400",
|
|
2134
|
+
children: "关注"
|
|
2135
|
+
})]
|
|
2136
|
+
}),
|
|
2137
|
+
(0, import_jsx_runtime$32.jsx)("div", { className: "w-full h-px bg-default-300" }),
|
|
2138
|
+
(0, import_jsx_runtime$32.jsx)("span", {
|
|
2139
|
+
className: "select-text font-medium text-4xl",
|
|
2140
|
+
children: props.data.关注
|
|
2141
|
+
})
|
|
2142
|
+
]
|
|
2143
|
+
}),
|
|
2144
|
+
(0, import_jsx_runtime$32.jsxs)("div", {
|
|
2145
|
+
className: "flex flex-col gap-1 items-start px-6 py-3 rounded-2xl bg-default-100",
|
|
2146
|
+
children: [
|
|
2147
|
+
(0, import_jsx_runtime$32.jsxs)("div", {
|
|
2148
|
+
className: "flex gap-1 items-center",
|
|
2149
|
+
children: [(0, import_jsx_runtime$32.jsx)(Users, {
|
|
2150
|
+
size: 28,
|
|
2151
|
+
className: "text-primary"
|
|
2152
|
+
}), (0, import_jsx_runtime$32.jsx)("span", {
|
|
2153
|
+
className: "text-default-400",
|
|
2154
|
+
children: "粉丝"
|
|
2155
|
+
})]
|
|
2156
|
+
}),
|
|
2157
|
+
(0, import_jsx_runtime$32.jsx)("div", { className: "w-full h-px bg-default-300" }),
|
|
2158
|
+
(0, import_jsx_runtime$32.jsx)("span", {
|
|
2159
|
+
className: "select-text font-medium text-4xl",
|
|
2160
|
+
children: props.data.粉丝
|
|
2161
|
+
})
|
|
2162
|
+
]
|
|
2163
|
+
})
|
|
2164
|
+
]
|
|
2165
|
+
})]
|
|
2166
|
+
});
|
|
2167
|
+
CoCreatorsInfo$2 = ({ info }) => {
|
|
2168
|
+
const creators = info?.co_creators ?? [];
|
|
2169
|
+
if (creators.length === 0) return null;
|
|
2170
|
+
const items = creators.slice(0, 50);
|
|
2171
|
+
const listRef = import_react$34.useRef(null);
|
|
2172
|
+
const [visibleCount, setVisibleCount] = import_react$34.useState(items.length);
|
|
2173
|
+
import_react$34.useEffect(() => {
|
|
2174
|
+
const calc = () => {
|
|
2175
|
+
const el = listRef.current;
|
|
2176
|
+
if (!el) return;
|
|
2177
|
+
const containerWidth = el.offsetWidth;
|
|
2178
|
+
const capacity = Math.floor((containerWidth - 8) / 184);
|
|
2179
|
+
setVisibleCount(items.length > capacity ? Math.max(0, capacity - 1) : items.length);
|
|
2180
|
+
};
|
|
2181
|
+
calc();
|
|
2182
|
+
window.addEventListener("resize", calc);
|
|
2183
|
+
return () => window.removeEventListener("resize", calc);
|
|
2184
|
+
}, [items.length]);
|
|
2185
|
+
return (0, import_jsx_runtime$32.jsx)("div", {
|
|
2186
|
+
className: "flex flex-col pl-16 w-full",
|
|
2187
|
+
children: (0, import_jsx_runtime$32.jsxs)("div", {
|
|
2188
|
+
ref: listRef,
|
|
2189
|
+
className: "flex overflow-hidden gap-8 py-1 pr-2 w-full",
|
|
2190
|
+
style: { scrollbarWidth: "thin" },
|
|
2191
|
+
children: [items.slice(0, visibleCount).map((c, idx) => {
|
|
2192
|
+
const avatar = c.avatar_thumb?.url_list[0];
|
|
2193
|
+
return (0, import_jsx_runtime$32.jsxs)("div", {
|
|
2194
|
+
className: "flex flex-col items-center min-w-38 w-38 shrink-0",
|
|
2195
|
+
children: [
|
|
2196
|
+
(0, import_jsx_runtime$32.jsx)("div", {
|
|
2197
|
+
className: "flex justify-center items-center bg-white rounded-full w-30 h-30",
|
|
2198
|
+
children: (0, import_jsx_runtime$32.jsx)("img", {
|
|
2199
|
+
src: avatar,
|
|
2200
|
+
alt: "共创者头像",
|
|
2201
|
+
className: "object-cover w-28 h-auto rounded-full"
|
|
2202
|
+
})
|
|
2203
|
+
}),
|
|
2204
|
+
(0, import_jsx_runtime$32.jsx)("div", {
|
|
2205
|
+
className: "overflow-hidden mt-6 w-full text-3xl font-medium leading-tight text-center truncate whitespace-nowrap select-text text-foreground-700",
|
|
2206
|
+
children: c.nickname || "未提供"
|
|
2207
|
+
}),
|
|
2208
|
+
(0, import_jsx_runtime$32.jsx)("div", {
|
|
2209
|
+
className: "overflow-hidden mt-2 w-full text-3xl leading-tight text-center truncate whitespace-nowrap select-text text-foreground-600",
|
|
2210
|
+
children: c.role_title || "未提供"
|
|
2211
|
+
})
|
|
2212
|
+
]
|
|
2213
|
+
}, `${c.nickname || "creator"}-${idx}`);
|
|
2214
|
+
}), items.length > visibleCount && (0, import_jsx_runtime$32.jsxs)("div", {
|
|
2215
|
+
className: "flex flex-col items-center min-w-38 w-38 shrink-0",
|
|
2216
|
+
children: [
|
|
2217
|
+
(0, import_jsx_runtime$32.jsx)("div", {
|
|
2218
|
+
className: "flex justify-center items-center rounded-full bg-default-200 w-38 h-38",
|
|
2219
|
+
children: (0, import_jsx_runtime$32.jsx)("span", {
|
|
2220
|
+
className: "text-[42px] leading-none text-foreground-500",
|
|
2221
|
+
children: "···"
|
|
2222
|
+
})
|
|
2223
|
+
}),
|
|
2224
|
+
(0, import_jsx_runtime$32.jsxs)("div", {
|
|
2225
|
+
className: "overflow-hidden mt-6 w-full text-3xl font-medium leading-tight text-center truncate whitespace-nowrap select-text text-foreground-700",
|
|
2226
|
+
children: [
|
|
2227
|
+
"还有",
|
|
2228
|
+
items.length - visibleCount,
|
|
2229
|
+
"人"
|
|
2230
|
+
]
|
|
2231
|
+
}),
|
|
2232
|
+
(0, import_jsx_runtime$32.jsx)("div", {
|
|
2233
|
+
className: "overflow-hidden mt-2 w-full text-3xl leading-tight text-center truncate whitespace-nowrap select-text text-foreground-600",
|
|
2234
|
+
children: "共创"
|
|
2235
|
+
})
|
|
2236
|
+
]
|
|
2237
|
+
})]
|
|
2238
|
+
})
|
|
2239
|
+
});
|
|
2240
|
+
};
|
|
2241
|
+
DouyinDynamic = (props) => {
|
|
2242
|
+
const coCreatorCount = props.data.cooperation_info?.co_creator_nums ?? props.data.cooperation_info?.co_creators?.length ?? void 0;
|
|
2243
|
+
return (0, import_jsx_runtime$32.jsx)(DefaultLayout, {
|
|
2244
|
+
...props,
|
|
2245
|
+
children: (0, import_jsx_runtime$32.jsxs)("div", { children: [
|
|
2246
|
+
(0, import_jsx_runtime$32.jsx)("div", { className: "h-15" }),
|
|
2247
|
+
(0, import_jsx_runtime$32.jsx)(DouyinHeader$4, { useDarkTheme: props.data.useDarkTheme }),
|
|
2248
|
+
(0, import_jsx_runtime$32.jsx)("div", { className: "h-15" }),
|
|
2249
|
+
(0, import_jsx_runtime$32.jsx)(CoverSection$3, { imageUrl: props.data.image_url }),
|
|
2250
|
+
(0, import_jsx_runtime$32.jsx)("div", { className: "h-5" }),
|
|
2251
|
+
(0, import_jsx_runtime$32.jsx)(InfoSection$3, { ...props }),
|
|
2252
|
+
(0, import_jsx_runtime$32.jsx)("div", { className: "h-25" }),
|
|
2253
|
+
(0, import_jsx_runtime$32.jsxs)("div", {
|
|
2254
|
+
className: "flex flex-col gap-10 px-0 pt-25",
|
|
2255
|
+
children: [(0, import_jsx_runtime$32.jsxs)("div", {
|
|
2256
|
+
className: "w-full",
|
|
2257
|
+
children: [coCreatorCount && coCreatorCount > 0 && (0, import_jsx_runtime$32.jsx)("div", {
|
|
2258
|
+
className: "px-16 pb-8",
|
|
2259
|
+
children: (0, import_jsx_runtime$32.jsxs)("div", {
|
|
2260
|
+
className: "gap-2 inline-flex items-center rounded-2xl bg-default-100 text-foreground-700 px-6 py-3",
|
|
2261
|
+
children: [(0, import_jsx_runtime$32.jsx)(Users, { className: "w-7 h-7" }), (0, import_jsx_runtime$32.jsxs)("span", {
|
|
2262
|
+
className: "text-3xl font-medium leading-none select-text text-foreground-700",
|
|
2263
|
+
children: [coCreatorCount, "人共创"]
|
|
2264
|
+
})]
|
|
2265
|
+
})
|
|
2266
|
+
}), (0, import_jsx_runtime$32.jsx)(CoCreatorsInfo$2, { info: props.data.cooperation_info })]
|
|
2267
|
+
}), (0, import_jsx_runtime$32.jsxs)("div", {
|
|
2268
|
+
className: "flex justify-between items-start px-20 pb-20",
|
|
2269
|
+
children: [(0, import_jsx_runtime$32.jsx)(UserInfoSection$4, { ...props }), (0, import_jsx_runtime$32.jsx)("div", {
|
|
2270
|
+
className: "flex flex-col items-center gap-4",
|
|
2271
|
+
children: props.qrCodeDataUrl ? (0, import_jsx_runtime$32.jsx)("img", {
|
|
2272
|
+
src: props.qrCodeDataUrl,
|
|
2273
|
+
alt: "二维码",
|
|
2274
|
+
className: "h-auto w-75 rounded-xl"
|
|
2275
|
+
}) : (0, import_jsx_runtime$32.jsx)("div", {
|
|
2276
|
+
className: "flex justify-center items-center rounded-2xl bg-default-100 w-100 h-100",
|
|
2277
|
+
children: (0, import_jsx_runtime$32.jsx)("span", {
|
|
2278
|
+
className: "text-default-400",
|
|
2279
|
+
children: "二维码"
|
|
2280
|
+
})
|
|
2281
|
+
})
|
|
2282
|
+
})]
|
|
2283
|
+
})]
|
|
2284
|
+
})
|
|
2285
|
+
] })
|
|
2286
|
+
});
|
|
2287
|
+
};
|
|
2288
|
+
Dynamic_default = DouyinDynamic;
|
|
2289
|
+
});
|
|
2290
|
+
var VideoWork_exports = __export({
|
|
2291
|
+
DouyinVideoWork: () => DouyinVideoWork,
|
|
2292
|
+
default: () => VideoWork_default
|
|
2293
|
+
}, 1);
|
|
2294
|
+
var import_react$33, import_jsx_runtime$31, DouyinHeader$3, CoverSection$2, InfoSection$2, UserInfoSection$3, CoCreatorsInfo$1, DouyinVideoWork, VideoWork_default;
|
|
2295
|
+
var init_VideoWork = __esmMin(() => {
|
|
2296
|
+
init_date_fns();
|
|
2297
|
+
init_lucide_react();
|
|
2298
|
+
import_react$33 = __toESM(require_react(), 1);
|
|
2299
|
+
init_lu();
|
|
2300
|
+
init_DefaultLayout();
|
|
2301
|
+
import_jsx_runtime$31 = __toESM(require_jsx_runtime(), 1);
|
|
2302
|
+
DouyinHeader$3 = ({ useDarkTheme }) => (0, import_jsx_runtime$31.jsxs)("div", {
|
|
2303
|
+
className: "flex items-center px-12 py-15",
|
|
2304
|
+
children: [(0, import_jsx_runtime$31.jsx)("div", {
|
|
2305
|
+
className: "w-[39%] h-50 bg-cover bg-center bg-fixed",
|
|
2306
|
+
children: (0, import_jsx_runtime$31.jsx)("img", {
|
|
2307
|
+
src: useDarkTheme ? "/image/douyin/dylogo-light.svg" : "/image/douyin/dylogo-dark.svg",
|
|
2308
|
+
alt: "抖音Logo",
|
|
2309
|
+
className: "object-contain w-full h-full"
|
|
2310
|
+
})
|
|
2311
|
+
}), (0, import_jsx_runtime$31.jsx)("span", {
|
|
2312
|
+
className: "text-[65px] ml-4 text-foreground-600",
|
|
2313
|
+
children: "记录美好生活"
|
|
2314
|
+
})]
|
|
2315
|
+
});
|
|
2316
|
+
CoverSection$2 = ({ imageUrl }) => (0, import_jsx_runtime$31.jsx)("div", {
|
|
2317
|
+
className: "flex flex-col items-center my-5",
|
|
2318
|
+
children: (0, import_jsx_runtime$31.jsx)("div", {
|
|
2319
|
+
className: "flex flex-col items-center overflow-hidden shadow-large rounded-[25px] w-[90%] relative",
|
|
2320
|
+
children: (0, import_jsx_runtime$31.jsx)("img", {
|
|
2321
|
+
className: "rounded-[25px] object-contain w-full h-full",
|
|
2322
|
+
src: imageUrl,
|
|
2323
|
+
alt: "视频封面"
|
|
2324
|
+
})
|
|
2325
|
+
})
|
|
2326
|
+
});
|
|
2327
|
+
InfoSection$2 = (props) => (0, import_jsx_runtime$31.jsxs)("div", {
|
|
2328
|
+
className: "flex flex-col px-16 py-5",
|
|
2329
|
+
children: [
|
|
2330
|
+
(0, import_jsx_runtime$31.jsx)("div", {
|
|
2331
|
+
className: "text-[70px] font-bold leading-relaxed mb-9 text-foreground select-text",
|
|
2332
|
+
style: {
|
|
2333
|
+
letterSpacing: "1.5px",
|
|
2334
|
+
wordWrap: "break-word"
|
|
2335
|
+
},
|
|
2336
|
+
dangerouslySetInnerHTML: { __html: props.data.desc }
|
|
2337
|
+
}),
|
|
2338
|
+
(0, import_jsx_runtime$31.jsxs)("div", {
|
|
2339
|
+
className: "flex items-center gap-6 text-[45px] text-foreground-500 font-light mb-2.5 select-text",
|
|
2340
|
+
children: [
|
|
2341
|
+
(0, import_jsx_runtime$31.jsxs)("div", {
|
|
2342
|
+
className: "flex gap-2 items-center",
|
|
2343
|
+
children: [(0, import_jsx_runtime$31.jsx)(Heart, { className: "w-11 h-11 text-like" }), (0, import_jsx_runtime$31.jsxs)("span", { children: [props.data.dianzan, "点赞"] })]
|
|
2344
|
+
}),
|
|
2345
|
+
(0, import_jsx_runtime$31.jsx)("span", { children: "·" }),
|
|
2346
|
+
(0, import_jsx_runtime$31.jsxs)("div", {
|
|
2347
|
+
className: "flex gap-2 items-center",
|
|
2348
|
+
children: [(0, import_jsx_runtime$31.jsx)(MessageCircle, { className: "w-11 h-11 text-comment" }), (0, import_jsx_runtime$31.jsxs)("span", { children: [props.data.pinglun, "评论"] })]
|
|
2349
|
+
}),
|
|
2350
|
+
(0, import_jsx_runtime$31.jsx)("span", { children: "·" }),
|
|
2351
|
+
(0, import_jsx_runtime$31.jsxs)("div", {
|
|
2352
|
+
className: "flex gap-2 items-center",
|
|
2353
|
+
children: [(0, import_jsx_runtime$31.jsx)(Bookmark, { className: "w-11 h-11" }), (0, import_jsx_runtime$31.jsxs)("span", { children: [props.data.shouchang, "收藏"] })]
|
|
2354
|
+
}),
|
|
2355
|
+
(0, import_jsx_runtime$31.jsx)("span", { children: "·" }),
|
|
2356
|
+
(0, import_jsx_runtime$31.jsxs)("div", {
|
|
2357
|
+
className: "flex gap-2 items-center",
|
|
2358
|
+
children: [(0, import_jsx_runtime$31.jsx)(Share2, { className: "w-11 h-11 text-success" }), (0, import_jsx_runtime$31.jsxs)("span", { children: [props.data.share, "分享"] })]
|
|
2359
|
+
})
|
|
2360
|
+
]
|
|
2361
|
+
}),
|
|
2362
|
+
(0, import_jsx_runtime$31.jsxs)("div", {
|
|
2363
|
+
className: "flex items-center gap-2 text-[45px] text-foreground-500 font-light select-text",
|
|
2364
|
+
children: [(0, import_jsx_runtime$31.jsx)(Clock, { className: "w-11 h-11 text-time" }), (0, import_jsx_runtime$31.jsxs)("span", { children: ["发布于: ", props.data.create_time] })]
|
|
2365
|
+
}),
|
|
2366
|
+
(0, import_jsx_runtime$31.jsxs)("div", {
|
|
2367
|
+
className: "flex items-center gap-2 text-[45px] text-foreground-500 font-light select-text",
|
|
2368
|
+
children: [(0, import_jsx_runtime$31.jsx)(LuFullscreen, { className: "w-11 h-11 text-time text-time" }), (0, import_jsx_runtime$31.jsxs)("span", { children: ["图片生成于: ", format(/* @__PURE__ */ new Date(), "yyyy-MM-dd HH:mm:ss")] })]
|
|
2369
|
+
})
|
|
2370
|
+
]
|
|
2371
|
+
});
|
|
2372
|
+
UserInfoSection$3 = (props) => (0, import_jsx_runtime$31.jsxs)("div", {
|
|
2373
|
+
className: "flex flex-col gap-12",
|
|
2374
|
+
children: [(0, import_jsx_runtime$31.jsxs)("div", {
|
|
2375
|
+
className: "flex gap-12 items-start",
|
|
2376
|
+
children: [(0, import_jsx_runtime$31.jsx)("div", {
|
|
2377
|
+
className: "relative shrink-0",
|
|
2378
|
+
children: (0, import_jsx_runtime$31.jsx)("div", {
|
|
2379
|
+
className: "flex justify-center items-center bg-white rounded-full w-35 h-35",
|
|
2380
|
+
children: (0, import_jsx_runtime$31.jsx)("img", {
|
|
2381
|
+
src: props.data.avater_url,
|
|
2382
|
+
alt: "头像",
|
|
2383
|
+
className: "rounded-full w-33 h-33 shadow-large"
|
|
2384
|
+
})
|
|
2385
|
+
})
|
|
2386
|
+
}), (0, import_jsx_runtime$31.jsxs)("div", {
|
|
2387
|
+
className: "flex flex-col gap-5",
|
|
2388
|
+
children: [(0, import_jsx_runtime$31.jsxs)("div", {
|
|
2389
|
+
className: "text-7xl font-bold select-text text-foreground",
|
|
2390
|
+
children: ["@", props.data.username]
|
|
2391
|
+
}), (0, import_jsx_runtime$31.jsxs)("div", {
|
|
2392
|
+
className: "flex gap-2 items-center text-4xl text-default-500",
|
|
2393
|
+
children: [(0, import_jsx_runtime$31.jsx)(Hash, {
|
|
2394
|
+
size: 32,
|
|
2395
|
+
className: "text-default-400"
|
|
2396
|
+
}), (0, import_jsx_runtime$31.jsxs)("span", {
|
|
2397
|
+
className: "select-text",
|
|
2398
|
+
children: ["抖音号: ", props.data.抖音号]
|
|
2399
|
+
})]
|
|
2400
|
+
})]
|
|
2401
|
+
})]
|
|
2402
|
+
}), (0, import_jsx_runtime$31.jsxs)("div", {
|
|
2403
|
+
className: "text-3xl flex gap-6 items-center text-default-600",
|
|
2404
|
+
children: [
|
|
2405
|
+
(0, import_jsx_runtime$31.jsxs)("div", {
|
|
2406
|
+
className: "flex flex-col gap-1 items-start px-6 py-3 rounded-2xl bg-default-100",
|
|
2407
|
+
children: [
|
|
2408
|
+
(0, import_jsx_runtime$31.jsxs)("div", {
|
|
2409
|
+
className: "flex gap-1 items-center",
|
|
2410
|
+
children: [(0, import_jsx_runtime$31.jsx)(Heart, {
|
|
2411
|
+
size: 28,
|
|
2412
|
+
className: "text-like"
|
|
2413
|
+
}), (0, import_jsx_runtime$31.jsx)("span", {
|
|
2414
|
+
className: "text-default-400",
|
|
2415
|
+
children: "获赞"
|
|
2416
|
+
})]
|
|
2417
|
+
}),
|
|
2418
|
+
(0, import_jsx_runtime$31.jsx)("div", { className: "w-full h-px bg-default-300" }),
|
|
2419
|
+
(0, import_jsx_runtime$31.jsx)("span", {
|
|
2420
|
+
className: "select-text font-medium text-4xl",
|
|
2421
|
+
children: props.data.获赞
|
|
2422
|
+
})
|
|
2423
|
+
]
|
|
2424
|
+
}),
|
|
2425
|
+
(0, import_jsx_runtime$31.jsxs)("div", {
|
|
2426
|
+
className: "flex flex-col gap-1 items-start px-6 py-3 rounded-2xl bg-default-100",
|
|
2427
|
+
children: [
|
|
2428
|
+
(0, import_jsx_runtime$31.jsxs)("div", {
|
|
2429
|
+
className: "flex gap-1 items-center",
|
|
2430
|
+
children: [(0, import_jsx_runtime$31.jsx)(Eye, {
|
|
2431
|
+
size: 28,
|
|
2432
|
+
className: "text-view"
|
|
2433
|
+
}), (0, import_jsx_runtime$31.jsx)("span", {
|
|
2434
|
+
className: "text-default-400",
|
|
2435
|
+
children: "关注"
|
|
2436
|
+
})]
|
|
2437
|
+
}),
|
|
2438
|
+
(0, import_jsx_runtime$31.jsx)("div", { className: "w-full h-px bg-default-300" }),
|
|
2439
|
+
(0, import_jsx_runtime$31.jsx)("span", {
|
|
2440
|
+
className: "select-text font-medium text-4xl",
|
|
2441
|
+
children: props.data.关注
|
|
2442
|
+
})
|
|
2443
|
+
]
|
|
2444
|
+
}),
|
|
2445
|
+
(0, import_jsx_runtime$31.jsxs)("div", {
|
|
2446
|
+
className: "flex flex-col gap-1 items-start px-6 py-3 rounded-2xl bg-default-100",
|
|
2447
|
+
children: [
|
|
2448
|
+
(0, import_jsx_runtime$31.jsxs)("div", {
|
|
2449
|
+
className: "flex gap-1 items-center",
|
|
2450
|
+
children: [(0, import_jsx_runtime$31.jsx)(Users, {
|
|
2451
|
+
size: 28,
|
|
2452
|
+
className: "text-primary"
|
|
2453
|
+
}), (0, import_jsx_runtime$31.jsx)("span", {
|
|
2454
|
+
className: "text-default-400",
|
|
2455
|
+
children: "粉丝"
|
|
2456
|
+
})]
|
|
2457
|
+
}),
|
|
2458
|
+
(0, import_jsx_runtime$31.jsx)("div", { className: "w-full h-px bg-default-300" }),
|
|
2459
|
+
(0, import_jsx_runtime$31.jsx)("span", {
|
|
2460
|
+
className: "select-text font-medium text-4xl",
|
|
2461
|
+
children: props.data.粉丝
|
|
2462
|
+
})
|
|
2463
|
+
]
|
|
2464
|
+
})
|
|
2465
|
+
]
|
|
2466
|
+
})]
|
|
2467
|
+
});
|
|
2468
|
+
CoCreatorsInfo$1 = ({ info }) => {
|
|
2469
|
+
const creators = info?.co_creators ?? [];
|
|
2470
|
+
if (creators.length === 0) return null;
|
|
2471
|
+
const items = creators.slice(0, 50);
|
|
2472
|
+
const listRef = import_react$33.useRef(null);
|
|
2473
|
+
const [visibleCount, setVisibleCount] = import_react$33.useState(items.length);
|
|
2474
|
+
import_react$33.useEffect(() => {
|
|
2475
|
+
const calc = () => {
|
|
2476
|
+
const el = listRef.current;
|
|
2477
|
+
if (!el) return;
|
|
2478
|
+
const containerWidth = el.offsetWidth;
|
|
2479
|
+
const capacity = Math.floor((containerWidth - 8) / 184);
|
|
2480
|
+
setVisibleCount(items.length > capacity ? Math.max(0, capacity - 1) : items.length);
|
|
2481
|
+
};
|
|
2482
|
+
calc();
|
|
2483
|
+
window.addEventListener("resize", calc);
|
|
2484
|
+
return () => window.removeEventListener("resize", calc);
|
|
2485
|
+
}, [items.length]);
|
|
2486
|
+
return (0, import_jsx_runtime$31.jsx)("div", {
|
|
2487
|
+
className: "flex flex-col pl-16 w-full",
|
|
2488
|
+
children: (0, import_jsx_runtime$31.jsxs)("div", {
|
|
2489
|
+
ref: listRef,
|
|
2490
|
+
className: "flex overflow-hidden gap-8 py-1 pr-2 w-full",
|
|
2491
|
+
style: { scrollbarWidth: "thin" },
|
|
2492
|
+
children: [items.slice(0, visibleCount).map((c, idx) => {
|
|
2493
|
+
const avatar = c.avatar_thumb?.url_list[0];
|
|
2494
|
+
return (0, import_jsx_runtime$31.jsxs)("div", {
|
|
2495
|
+
className: "flex flex-col items-center min-w-38 w-38 shrink-0",
|
|
2496
|
+
children: [
|
|
2497
|
+
(0, import_jsx_runtime$31.jsx)("div", {
|
|
2498
|
+
className: "flex justify-center items-center bg-white rounded-full w-30 h-30",
|
|
2499
|
+
children: (0, import_jsx_runtime$31.jsx)("img", {
|
|
2500
|
+
src: avatar,
|
|
2501
|
+
alt: "共创者头像",
|
|
2502
|
+
className: "object-cover w-28 h-auto rounded-full"
|
|
2503
|
+
})
|
|
2504
|
+
}),
|
|
2505
|
+
(0, import_jsx_runtime$31.jsx)("div", {
|
|
2506
|
+
className: "overflow-hidden mt-6 w-full text-3xl font-medium leading-tight text-center truncate whitespace-nowrap select-text text-foreground-700",
|
|
2507
|
+
children: c.nickname || "未提供"
|
|
2508
|
+
}),
|
|
2509
|
+
(0, import_jsx_runtime$31.jsx)("div", {
|
|
2510
|
+
className: "overflow-hidden mt-2 w-full text-3xl leading-tight text-center truncate whitespace-nowrap select-text text-foreground-600",
|
|
2511
|
+
children: c.role_title || "未提供"
|
|
2512
|
+
})
|
|
2513
|
+
]
|
|
2514
|
+
}, `${c.nickname || "creator"}-${idx}`);
|
|
2515
|
+
}), items.length > visibleCount && (0, import_jsx_runtime$31.jsxs)("div", {
|
|
2516
|
+
className: "flex flex-col items-center min-w-38 w-38 shrink-0",
|
|
2517
|
+
children: [
|
|
2518
|
+
(0, import_jsx_runtime$31.jsx)("div", {
|
|
2519
|
+
className: "flex justify-center items-center rounded-full bg-default-200 w-38 h-38",
|
|
2520
|
+
children: (0, import_jsx_runtime$31.jsx)("span", {
|
|
2521
|
+
className: "text-[42px] leading-none text-foreground-500",
|
|
2522
|
+
children: "···"
|
|
2523
|
+
})
|
|
2524
|
+
}),
|
|
2525
|
+
(0, import_jsx_runtime$31.jsxs)("div", {
|
|
2526
|
+
className: "overflow-hidden mt-6 w-full text-3xl font-medium leading-tight text-center truncate whitespace-nowrap select-text text-foreground-700",
|
|
2527
|
+
children: [
|
|
2528
|
+
"还有",
|
|
2529
|
+
items.length - visibleCount,
|
|
2530
|
+
"人"
|
|
2531
|
+
]
|
|
2532
|
+
}),
|
|
2533
|
+
(0, import_jsx_runtime$31.jsx)("div", {
|
|
2534
|
+
className: "overflow-hidden mt-2 w-full text-3xl leading-tight text-center truncate whitespace-nowrap select-text text-foreground-600",
|
|
2535
|
+
children: "共创"
|
|
2536
|
+
})
|
|
2537
|
+
]
|
|
2538
|
+
})]
|
|
2539
|
+
})
|
|
2540
|
+
});
|
|
2541
|
+
};
|
|
2542
|
+
DouyinVideoWork = (props) => {
|
|
2543
|
+
const coCreatorCount = props.data.cooperation_info?.co_creator_nums ?? props.data.cooperation_info?.co_creators?.length ?? void 0;
|
|
2544
|
+
return (0, import_jsx_runtime$31.jsx)(DefaultLayout, {
|
|
2545
|
+
...props,
|
|
2546
|
+
children: (0, import_jsx_runtime$31.jsxs)("div", { children: [
|
|
2547
|
+
(0, import_jsx_runtime$31.jsx)("div", { className: "h-15" }),
|
|
2548
|
+
(0, import_jsx_runtime$31.jsx)(DouyinHeader$3, { useDarkTheme: props.data.useDarkTheme }),
|
|
2549
|
+
(0, import_jsx_runtime$31.jsx)("div", { className: "h-15" }),
|
|
2550
|
+
(0, import_jsx_runtime$31.jsx)(CoverSection$2, { imageUrl: props.data.image_url }),
|
|
2551
|
+
(0, import_jsx_runtime$31.jsx)("div", { className: "h-5" }),
|
|
2552
|
+
(0, import_jsx_runtime$31.jsx)(InfoSection$2, { ...props }),
|
|
2553
|
+
(0, import_jsx_runtime$31.jsx)("div", { className: "h-25" }),
|
|
2554
|
+
(0, import_jsx_runtime$31.jsxs)("div", {
|
|
2555
|
+
className: "flex flex-col gap-10 px-0 pt-25",
|
|
2556
|
+
children: [(0, import_jsx_runtime$31.jsxs)("div", {
|
|
2557
|
+
className: "w-full",
|
|
2558
|
+
children: [coCreatorCount && coCreatorCount > 0 && (0, import_jsx_runtime$31.jsx)("div", {
|
|
2559
|
+
className: "px-16 pb-8",
|
|
2560
|
+
children: (0, import_jsx_runtime$31.jsxs)("div", {
|
|
2561
|
+
className: "gap-2 inline-flex items-center rounded-2xl bg-default-100 text-foreground-700 px-6 py-3",
|
|
2562
|
+
children: [(0, import_jsx_runtime$31.jsx)(Users, { className: "w-7 h-7" }), (0, import_jsx_runtime$31.jsxs)("span", {
|
|
2563
|
+
className: "text-3xl font-medium leading-none select-text text-foreground-700",
|
|
2564
|
+
children: [coCreatorCount, "人共创"]
|
|
2565
|
+
})]
|
|
2566
|
+
})
|
|
2567
|
+
}), (0, import_jsx_runtime$31.jsx)(CoCreatorsInfo$1, { info: props.data.cooperation_info })]
|
|
2568
|
+
}), (0, import_jsx_runtime$31.jsxs)("div", {
|
|
2569
|
+
className: "flex justify-between items-start px-20 pb-20",
|
|
2570
|
+
children: [(0, import_jsx_runtime$31.jsx)(UserInfoSection$3, { ...props }), (0, import_jsx_runtime$31.jsx)("div", {
|
|
2571
|
+
className: "flex flex-col items-center gap-4",
|
|
2572
|
+
children: props.qrCodeDataUrl ? (0, import_jsx_runtime$31.jsx)("img", {
|
|
2573
|
+
src: props.qrCodeDataUrl,
|
|
2574
|
+
alt: "二维码",
|
|
2575
|
+
className: "h-auto w-75 rounded-xl"
|
|
2576
|
+
}) : (0, import_jsx_runtime$31.jsx)("div", {
|
|
2577
|
+
className: "flex justify-center items-center rounded-2xl bg-default-100 w-100 h-100",
|
|
2578
|
+
children: (0, import_jsx_runtime$31.jsx)("span", {
|
|
2579
|
+
className: "text-default-400",
|
|
2580
|
+
children: "二维码"
|
|
2581
|
+
})
|
|
2582
|
+
})
|
|
2583
|
+
})]
|
|
2584
|
+
})]
|
|
2585
|
+
})
|
|
2586
|
+
] })
|
|
2587
|
+
});
|
|
2588
|
+
};
|
|
2589
|
+
VideoWork_default = DouyinVideoWork;
|
|
1964
2590
|
});
|
|
1965
|
-
var
|
|
1966
|
-
|
|
1967
|
-
default: () =>
|
|
2591
|
+
var ImageWork_exports = __export({
|
|
2592
|
+
DouyinImageWork: () => DouyinImageWork,
|
|
2593
|
+
default: () => ImageWork_default
|
|
1968
2594
|
}, 1);
|
|
1969
|
-
var import_react$
|
|
1970
|
-
var
|
|
2595
|
+
var import_react$32, import_jsx_runtime$30, DouyinHeader$2, CoverSection$1, InfoSection$1, UserInfoSection$2, CoCreatorsInfo, DouyinImageWork, ImageWork_default;
|
|
2596
|
+
var init_ImageWork = __esmMin(() => {
|
|
1971
2597
|
init_date_fns();
|
|
1972
2598
|
init_lucide_react();
|
|
1973
|
-
import_react$
|
|
2599
|
+
import_react$32 = __toESM(require_react(), 1);
|
|
1974
2600
|
init_lu();
|
|
1975
2601
|
init_DefaultLayout();
|
|
1976
|
-
import_jsx_runtime$
|
|
1977
|
-
DouyinHeader$
|
|
2602
|
+
import_jsx_runtime$30 = __toESM(require_jsx_runtime(), 1);
|
|
2603
|
+
DouyinHeader$2 = ({ useDarkTheme }) => (0, import_jsx_runtime$30.jsxs)("div", {
|
|
1978
2604
|
className: "flex items-center px-12 py-15",
|
|
1979
|
-
children: [(0, import_jsx_runtime$
|
|
2605
|
+
children: [(0, import_jsx_runtime$30.jsx)("div", {
|
|
1980
2606
|
className: "w-[39%] h-50 bg-cover bg-center bg-fixed",
|
|
1981
|
-
children: (0, import_jsx_runtime$
|
|
2607
|
+
children: (0, import_jsx_runtime$30.jsx)("img", {
|
|
1982
2608
|
src: useDarkTheme ? "/image/douyin/dylogo-light.svg" : "/image/douyin/dylogo-dark.svg",
|
|
1983
2609
|
alt: "抖音Logo",
|
|
1984
2610
|
className: "object-contain w-full h-full"
|
|
1985
2611
|
})
|
|
1986
|
-
}), (0, import_jsx_runtime$
|
|
2612
|
+
}), (0, import_jsx_runtime$30.jsx)("span", {
|
|
1987
2613
|
className: "text-[65px] ml-4 text-foreground-600",
|
|
1988
2614
|
children: "记录美好生活"
|
|
1989
2615
|
})]
|
|
1990
2616
|
});
|
|
1991
|
-
CoverSection$1 = ({ imageUrl }) => (0, import_jsx_runtime$
|
|
2617
|
+
CoverSection$1 = ({ imageUrl }) => (0, import_jsx_runtime$30.jsx)("div", {
|
|
1992
2618
|
className: "flex flex-col items-center my-5",
|
|
1993
|
-
children: (0, import_jsx_runtime$
|
|
2619
|
+
children: (0, import_jsx_runtime$30.jsx)("div", {
|
|
1994
2620
|
className: "flex flex-col items-center overflow-hidden shadow-large rounded-[25px] w-[90%] relative",
|
|
1995
|
-
children: (0, import_jsx_runtime$
|
|
2621
|
+
children: (0, import_jsx_runtime$30.jsx)("img", {
|
|
1996
2622
|
className: "rounded-[25px] object-contain w-full h-full",
|
|
1997
2623
|
src: imageUrl,
|
|
1998
|
-
alt: "
|
|
2624
|
+
alt: "图文封面"
|
|
1999
2625
|
})
|
|
2000
2626
|
})
|
|
2001
2627
|
});
|
|
2002
|
-
InfoSection = (props) => (0, import_jsx_runtime$
|
|
2628
|
+
InfoSection$1 = (props) => (0, import_jsx_runtime$30.jsxs)("div", {
|
|
2003
2629
|
className: "flex flex-col px-16 py-5",
|
|
2004
2630
|
children: [
|
|
2005
|
-
(0, import_jsx_runtime$
|
|
2631
|
+
(0, import_jsx_runtime$30.jsx)("div", {
|
|
2006
2632
|
className: "text-[70px] font-bold leading-relaxed mb-9 text-foreground select-text",
|
|
2007
2633
|
style: {
|
|
2008
2634
|
letterSpacing: "1.5px",
|
|
@@ -2010,128 +2636,128 @@ var init_Dynamic = __esmMin(() => {
|
|
|
2010
2636
|
},
|
|
2011
2637
|
dangerouslySetInnerHTML: { __html: props.data.desc }
|
|
2012
2638
|
}),
|
|
2013
|
-
(0, import_jsx_runtime$
|
|
2639
|
+
(0, import_jsx_runtime$30.jsxs)("div", {
|
|
2014
2640
|
className: "flex items-center gap-6 text-[45px] text-foreground-500 font-light mb-2.5 select-text",
|
|
2015
2641
|
children: [
|
|
2016
|
-
(0, import_jsx_runtime$
|
|
2642
|
+
(0, import_jsx_runtime$30.jsxs)("div", {
|
|
2017
2643
|
className: "flex gap-2 items-center",
|
|
2018
|
-
children: [(0, import_jsx_runtime$
|
|
2644
|
+
children: [(0, import_jsx_runtime$30.jsx)(Heart, { className: "w-11 h-11 text-like" }), (0, import_jsx_runtime$30.jsxs)("span", { children: [props.data.dianzan, "点赞"] })]
|
|
2019
2645
|
}),
|
|
2020
|
-
(0, import_jsx_runtime$
|
|
2021
|
-
(0, import_jsx_runtime$
|
|
2646
|
+
(0, import_jsx_runtime$30.jsx)("span", { children: "·" }),
|
|
2647
|
+
(0, import_jsx_runtime$30.jsxs)("div", {
|
|
2022
2648
|
className: "flex gap-2 items-center",
|
|
2023
|
-
children: [(0, import_jsx_runtime$
|
|
2649
|
+
children: [(0, import_jsx_runtime$30.jsx)(MessageCircle, { className: "w-11 h-11 text-comment" }), (0, import_jsx_runtime$30.jsxs)("span", { children: [props.data.pinglun, "评论"] })]
|
|
2024
2650
|
}),
|
|
2025
|
-
(0, import_jsx_runtime$
|
|
2026
|
-
(0, import_jsx_runtime$
|
|
2651
|
+
(0, import_jsx_runtime$30.jsx)("span", { children: "·" }),
|
|
2652
|
+
(0, import_jsx_runtime$30.jsxs)("div", {
|
|
2027
2653
|
className: "flex gap-2 items-center",
|
|
2028
|
-
children: [(0, import_jsx_runtime$
|
|
2654
|
+
children: [(0, import_jsx_runtime$30.jsx)(Bookmark, { className: "w-11 h-11" }), (0, import_jsx_runtime$30.jsxs)("span", { children: [props.data.shouchang, "收藏"] })]
|
|
2029
2655
|
}),
|
|
2030
|
-
(0, import_jsx_runtime$
|
|
2031
|
-
(0, import_jsx_runtime$
|
|
2656
|
+
(0, import_jsx_runtime$30.jsx)("span", { children: "·" }),
|
|
2657
|
+
(0, import_jsx_runtime$30.jsxs)("div", {
|
|
2032
2658
|
className: "flex gap-2 items-center",
|
|
2033
|
-
children: [(0, import_jsx_runtime$
|
|
2659
|
+
children: [(0, import_jsx_runtime$30.jsx)(Share2, { className: "w-11 h-11 text-success" }), (0, import_jsx_runtime$30.jsxs)("span", { children: [props.data.share, "分享"] })]
|
|
2034
2660
|
})
|
|
2035
2661
|
]
|
|
2036
2662
|
}),
|
|
2037
|
-
(0, import_jsx_runtime$
|
|
2663
|
+
(0, import_jsx_runtime$30.jsxs)("div", {
|
|
2038
2664
|
className: "flex items-center gap-2 text-[45px] text-foreground-500 font-light select-text",
|
|
2039
|
-
children: [(0, import_jsx_runtime$
|
|
2665
|
+
children: [(0, import_jsx_runtime$30.jsx)(Clock, { className: "w-11 h-11 text-time" }), (0, import_jsx_runtime$30.jsxs)("span", { children: ["发布于: ", props.data.create_time] })]
|
|
2040
2666
|
}),
|
|
2041
|
-
(0, import_jsx_runtime$
|
|
2667
|
+
(0, import_jsx_runtime$30.jsxs)("div", {
|
|
2042
2668
|
className: "flex items-center gap-2 text-[45px] text-foreground-500 font-light select-text",
|
|
2043
|
-
children: [(0, import_jsx_runtime$
|
|
2669
|
+
children: [(0, import_jsx_runtime$30.jsx)(LuFullscreen, { className: "w-11 h-11 text-time text-time" }), (0, import_jsx_runtime$30.jsxs)("span", { children: ["图片生成于: ", format(/* @__PURE__ */ new Date(), "yyyy-MM-dd HH:mm:ss")] })]
|
|
2044
2670
|
})
|
|
2045
2671
|
]
|
|
2046
2672
|
});
|
|
2047
|
-
UserInfoSection$
|
|
2673
|
+
UserInfoSection$2 = (props) => (0, import_jsx_runtime$30.jsxs)("div", {
|
|
2048
2674
|
className: "flex flex-col gap-12",
|
|
2049
|
-
children: [(0, import_jsx_runtime$
|
|
2675
|
+
children: [(0, import_jsx_runtime$30.jsxs)("div", {
|
|
2050
2676
|
className: "flex gap-12 items-start",
|
|
2051
|
-
children: [(0, import_jsx_runtime$
|
|
2677
|
+
children: [(0, import_jsx_runtime$30.jsx)("div", {
|
|
2052
2678
|
className: "relative shrink-0",
|
|
2053
|
-
children: (0, import_jsx_runtime$
|
|
2679
|
+
children: (0, import_jsx_runtime$30.jsx)("div", {
|
|
2054
2680
|
className: "flex justify-center items-center bg-white rounded-full w-35 h-35",
|
|
2055
|
-
children: (0, import_jsx_runtime$
|
|
2681
|
+
children: (0, import_jsx_runtime$30.jsx)("img", {
|
|
2056
2682
|
src: props.data.avater_url,
|
|
2057
2683
|
alt: "头像",
|
|
2058
2684
|
className: "rounded-full w-33 h-33 shadow-large"
|
|
2059
2685
|
})
|
|
2060
2686
|
})
|
|
2061
|
-
}), (0, import_jsx_runtime$
|
|
2687
|
+
}), (0, import_jsx_runtime$30.jsxs)("div", {
|
|
2062
2688
|
className: "flex flex-col gap-5",
|
|
2063
|
-
children: [(0, import_jsx_runtime$
|
|
2689
|
+
children: [(0, import_jsx_runtime$30.jsxs)("div", {
|
|
2064
2690
|
className: "text-7xl font-bold select-text text-foreground",
|
|
2065
2691
|
children: ["@", props.data.username]
|
|
2066
|
-
}), (0, import_jsx_runtime$
|
|
2692
|
+
}), (0, import_jsx_runtime$30.jsxs)("div", {
|
|
2067
2693
|
className: "flex gap-2 items-center text-4xl text-default-500",
|
|
2068
|
-
children: [(0, import_jsx_runtime$
|
|
2694
|
+
children: [(0, import_jsx_runtime$30.jsx)(Hash, {
|
|
2069
2695
|
size: 32,
|
|
2070
2696
|
className: "text-default-400"
|
|
2071
|
-
}), (0, import_jsx_runtime$
|
|
2697
|
+
}), (0, import_jsx_runtime$30.jsxs)("span", {
|
|
2072
2698
|
className: "select-text",
|
|
2073
2699
|
children: ["抖音号: ", props.data.抖音号]
|
|
2074
2700
|
})]
|
|
2075
2701
|
})]
|
|
2076
2702
|
})]
|
|
2077
|
-
}), (0, import_jsx_runtime$
|
|
2703
|
+
}), (0, import_jsx_runtime$30.jsxs)("div", {
|
|
2078
2704
|
className: "text-3xl flex gap-6 items-center text-default-600",
|
|
2079
2705
|
children: [
|
|
2080
|
-
(0, import_jsx_runtime$
|
|
2706
|
+
(0, import_jsx_runtime$30.jsxs)("div", {
|
|
2081
2707
|
className: "flex flex-col gap-1 items-start px-6 py-3 rounded-2xl bg-default-100",
|
|
2082
2708
|
children: [
|
|
2083
|
-
(0, import_jsx_runtime$
|
|
2709
|
+
(0, import_jsx_runtime$30.jsxs)("div", {
|
|
2084
2710
|
className: "flex gap-1 items-center",
|
|
2085
|
-
children: [(0, import_jsx_runtime$
|
|
2711
|
+
children: [(0, import_jsx_runtime$30.jsx)(Heart, {
|
|
2086
2712
|
size: 28,
|
|
2087
2713
|
className: "text-like"
|
|
2088
|
-
}), (0, import_jsx_runtime$
|
|
2714
|
+
}), (0, import_jsx_runtime$30.jsx)("span", {
|
|
2089
2715
|
className: "text-default-400",
|
|
2090
2716
|
children: "获赞"
|
|
2091
2717
|
})]
|
|
2092
2718
|
}),
|
|
2093
|
-
(0, import_jsx_runtime$
|
|
2094
|
-
(0, import_jsx_runtime$
|
|
2719
|
+
(0, import_jsx_runtime$30.jsx)("div", { className: "w-full h-px bg-default-300" }),
|
|
2720
|
+
(0, import_jsx_runtime$30.jsx)("span", {
|
|
2095
2721
|
className: "select-text font-medium text-4xl",
|
|
2096
2722
|
children: props.data.获赞
|
|
2097
2723
|
})
|
|
2098
2724
|
]
|
|
2099
2725
|
}),
|
|
2100
|
-
(0, import_jsx_runtime$
|
|
2726
|
+
(0, import_jsx_runtime$30.jsxs)("div", {
|
|
2101
2727
|
className: "flex flex-col gap-1 items-start px-6 py-3 rounded-2xl bg-default-100",
|
|
2102
2728
|
children: [
|
|
2103
|
-
(0, import_jsx_runtime$
|
|
2729
|
+
(0, import_jsx_runtime$30.jsxs)("div", {
|
|
2104
2730
|
className: "flex gap-1 items-center",
|
|
2105
|
-
children: [(0, import_jsx_runtime$
|
|
2731
|
+
children: [(0, import_jsx_runtime$30.jsx)(Eye, {
|
|
2106
2732
|
size: 28,
|
|
2107
2733
|
className: "text-view"
|
|
2108
|
-
}), (0, import_jsx_runtime$
|
|
2734
|
+
}), (0, import_jsx_runtime$30.jsx)("span", {
|
|
2109
2735
|
className: "text-default-400",
|
|
2110
2736
|
children: "关注"
|
|
2111
2737
|
})]
|
|
2112
2738
|
}),
|
|
2113
|
-
(0, import_jsx_runtime$
|
|
2114
|
-
(0, import_jsx_runtime$
|
|
2739
|
+
(0, import_jsx_runtime$30.jsx)("div", { className: "w-full h-px bg-default-300" }),
|
|
2740
|
+
(0, import_jsx_runtime$30.jsx)("span", {
|
|
2115
2741
|
className: "select-text font-medium text-4xl",
|
|
2116
2742
|
children: props.data.关注
|
|
2117
2743
|
})
|
|
2118
2744
|
]
|
|
2119
2745
|
}),
|
|
2120
|
-
(0, import_jsx_runtime$
|
|
2746
|
+
(0, import_jsx_runtime$30.jsxs)("div", {
|
|
2121
2747
|
className: "flex flex-col gap-1 items-start px-6 py-3 rounded-2xl bg-default-100",
|
|
2122
2748
|
children: [
|
|
2123
|
-
(0, import_jsx_runtime$
|
|
2749
|
+
(0, import_jsx_runtime$30.jsxs)("div", {
|
|
2124
2750
|
className: "flex gap-1 items-center",
|
|
2125
|
-
children: [(0, import_jsx_runtime$
|
|
2751
|
+
children: [(0, import_jsx_runtime$30.jsx)(Users, {
|
|
2126
2752
|
size: 28,
|
|
2127
2753
|
className: "text-primary"
|
|
2128
|
-
}), (0, import_jsx_runtime$
|
|
2754
|
+
}), (0, import_jsx_runtime$30.jsx)("span", {
|
|
2129
2755
|
className: "text-default-400",
|
|
2130
2756
|
children: "粉丝"
|
|
2131
2757
|
})]
|
|
2132
2758
|
}),
|
|
2133
|
-
(0, import_jsx_runtime$
|
|
2134
|
-
(0, import_jsx_runtime$
|
|
2759
|
+
(0, import_jsx_runtime$30.jsx)("div", { className: "w-full h-px bg-default-300" }),
|
|
2760
|
+
(0, import_jsx_runtime$30.jsx)("span", {
|
|
2135
2761
|
className: "select-text font-medium text-4xl",
|
|
2136
2762
|
children: props.data.粉丝
|
|
2137
2763
|
})
|
|
@@ -2144,9 +2770,9 @@ var init_Dynamic = __esmMin(() => {
|
|
|
2144
2770
|
const creators = info?.co_creators ?? [];
|
|
2145
2771
|
if (creators.length === 0) return null;
|
|
2146
2772
|
const items = creators.slice(0, 50);
|
|
2147
|
-
const listRef = import_react$
|
|
2148
|
-
const [visibleCount, setVisibleCount] = import_react$
|
|
2149
|
-
import_react$
|
|
2773
|
+
const listRef = import_react$32.useRef(null);
|
|
2774
|
+
const [visibleCount, setVisibleCount] = import_react$32.useState(items.length);
|
|
2775
|
+
import_react$32.useEffect(() => {
|
|
2150
2776
|
const calc = () => {
|
|
2151
2777
|
const el = listRef.current;
|
|
2152
2778
|
if (!el) return;
|
|
@@ -2158,46 +2784,46 @@ var init_Dynamic = __esmMin(() => {
|
|
|
2158
2784
|
window.addEventListener("resize", calc);
|
|
2159
2785
|
return () => window.removeEventListener("resize", calc);
|
|
2160
2786
|
}, [items.length]);
|
|
2161
|
-
return (0, import_jsx_runtime$
|
|
2787
|
+
return (0, import_jsx_runtime$30.jsx)("div", {
|
|
2162
2788
|
className: "flex flex-col pl-16 w-full",
|
|
2163
|
-
children: (0, import_jsx_runtime$
|
|
2789
|
+
children: (0, import_jsx_runtime$30.jsxs)("div", {
|
|
2164
2790
|
ref: listRef,
|
|
2165
2791
|
className: "flex overflow-hidden gap-8 py-1 pr-2 w-full",
|
|
2166
2792
|
style: { scrollbarWidth: "thin" },
|
|
2167
2793
|
children: [items.slice(0, visibleCount).map((c, idx) => {
|
|
2168
2794
|
const avatar = c.avatar_thumb?.url_list[0];
|
|
2169
|
-
return (0, import_jsx_runtime$
|
|
2795
|
+
return (0, import_jsx_runtime$30.jsxs)("div", {
|
|
2170
2796
|
className: "flex flex-col items-center min-w-38 w-38 shrink-0",
|
|
2171
2797
|
children: [
|
|
2172
|
-
(0, import_jsx_runtime$
|
|
2798
|
+
(0, import_jsx_runtime$30.jsx)("div", {
|
|
2173
2799
|
className: "flex justify-center items-center bg-white rounded-full w-30 h-30",
|
|
2174
|
-
children: (0, import_jsx_runtime$
|
|
2800
|
+
children: (0, import_jsx_runtime$30.jsx)("img", {
|
|
2175
2801
|
src: avatar,
|
|
2176
2802
|
alt: "共创者头像",
|
|
2177
2803
|
className: "object-cover w-28 h-auto rounded-full"
|
|
2178
2804
|
})
|
|
2179
2805
|
}),
|
|
2180
|
-
(0, import_jsx_runtime$
|
|
2806
|
+
(0, import_jsx_runtime$30.jsx)("div", {
|
|
2181
2807
|
className: "overflow-hidden mt-6 w-full text-3xl font-medium leading-tight text-center truncate whitespace-nowrap select-text text-foreground-700",
|
|
2182
2808
|
children: c.nickname || "未提供"
|
|
2183
2809
|
}),
|
|
2184
|
-
(0, import_jsx_runtime$
|
|
2810
|
+
(0, import_jsx_runtime$30.jsx)("div", {
|
|
2185
2811
|
className: "overflow-hidden mt-2 w-full text-3xl leading-tight text-center truncate whitespace-nowrap select-text text-foreground-600",
|
|
2186
2812
|
children: c.role_title || "未提供"
|
|
2187
2813
|
})
|
|
2188
2814
|
]
|
|
2189
2815
|
}, `${c.nickname || "creator"}-${idx}`);
|
|
2190
|
-
}), items.length > visibleCount && (0, import_jsx_runtime$
|
|
2816
|
+
}), items.length > visibleCount && (0, import_jsx_runtime$30.jsxs)("div", {
|
|
2191
2817
|
className: "flex flex-col items-center min-w-38 w-38 shrink-0",
|
|
2192
2818
|
children: [
|
|
2193
|
-
(0, import_jsx_runtime$
|
|
2819
|
+
(0, import_jsx_runtime$30.jsx)("div", {
|
|
2194
2820
|
className: "flex justify-center items-center rounded-full bg-default-200 w-38 h-38",
|
|
2195
|
-
children: (0, import_jsx_runtime$
|
|
2821
|
+
children: (0, import_jsx_runtime$30.jsx)("span", {
|
|
2196
2822
|
className: "text-[42px] leading-none text-foreground-500",
|
|
2197
2823
|
children: "···"
|
|
2198
2824
|
})
|
|
2199
2825
|
}),
|
|
2200
|
-
(0, import_jsx_runtime$
|
|
2826
|
+
(0, import_jsx_runtime$30.jsxs)("div", {
|
|
2201
2827
|
className: "overflow-hidden mt-6 w-full text-3xl font-medium leading-tight text-center truncate whitespace-nowrap select-text text-foreground-700",
|
|
2202
2828
|
children: [
|
|
2203
2829
|
"还有",
|
|
@@ -2205,7 +2831,7 @@ var init_Dynamic = __esmMin(() => {
|
|
|
2205
2831
|
"人"
|
|
2206
2832
|
]
|
|
2207
2833
|
}),
|
|
2208
|
-
(0, import_jsx_runtime$
|
|
2834
|
+
(0, import_jsx_runtime$30.jsx)("div", {
|
|
2209
2835
|
className: "overflow-hidden mt-2 w-full text-3xl leading-tight text-center truncate whitespace-nowrap select-text text-foreground-600",
|
|
2210
2836
|
children: "共创"
|
|
2211
2837
|
})
|
|
@@ -2214,43 +2840,43 @@ var init_Dynamic = __esmMin(() => {
|
|
|
2214
2840
|
})
|
|
2215
2841
|
});
|
|
2216
2842
|
};
|
|
2217
|
-
|
|
2843
|
+
DouyinImageWork = (props) => {
|
|
2218
2844
|
const coCreatorCount = props.data.cooperation_info?.co_creator_nums ?? props.data.cooperation_info?.co_creators?.length ?? void 0;
|
|
2219
|
-
return (0, import_jsx_runtime$
|
|
2845
|
+
return (0, import_jsx_runtime$30.jsx)(DefaultLayout, {
|
|
2220
2846
|
...props,
|
|
2221
|
-
children: (0, import_jsx_runtime$
|
|
2222
|
-
(0, import_jsx_runtime$
|
|
2223
|
-
(0, import_jsx_runtime$
|
|
2224
|
-
(0, import_jsx_runtime$
|
|
2225
|
-
(0, import_jsx_runtime$
|
|
2226
|
-
(0, import_jsx_runtime$
|
|
2227
|
-
(0, import_jsx_runtime$
|
|
2228
|
-
(0, import_jsx_runtime$
|
|
2229
|
-
(0, import_jsx_runtime$
|
|
2847
|
+
children: (0, import_jsx_runtime$30.jsxs)("div", { children: [
|
|
2848
|
+
(0, import_jsx_runtime$30.jsx)("div", { className: "h-15" }),
|
|
2849
|
+
(0, import_jsx_runtime$30.jsx)(DouyinHeader$2, { useDarkTheme: props.data.useDarkTheme }),
|
|
2850
|
+
(0, import_jsx_runtime$30.jsx)("div", { className: "h-15" }),
|
|
2851
|
+
(0, import_jsx_runtime$30.jsx)(CoverSection$1, { imageUrl: props.data.image_url }),
|
|
2852
|
+
(0, import_jsx_runtime$30.jsx)("div", { className: "h-5" }),
|
|
2853
|
+
(0, import_jsx_runtime$30.jsx)(InfoSection$1, { ...props }),
|
|
2854
|
+
(0, import_jsx_runtime$30.jsx)("div", { className: "h-25" }),
|
|
2855
|
+
(0, import_jsx_runtime$30.jsxs)("div", {
|
|
2230
2856
|
className: "flex flex-col gap-10 px-0 pt-25",
|
|
2231
|
-
children: [(0, import_jsx_runtime$
|
|
2857
|
+
children: [(0, import_jsx_runtime$30.jsxs)("div", {
|
|
2232
2858
|
className: "w-full",
|
|
2233
|
-
children: [coCreatorCount && coCreatorCount > 0 && (0, import_jsx_runtime$
|
|
2859
|
+
children: [coCreatorCount && coCreatorCount > 0 && (0, import_jsx_runtime$30.jsx)("div", {
|
|
2234
2860
|
className: "px-16 pb-8",
|
|
2235
|
-
children: (0, import_jsx_runtime$
|
|
2861
|
+
children: (0, import_jsx_runtime$30.jsxs)("div", {
|
|
2236
2862
|
className: "gap-2 inline-flex items-center rounded-2xl bg-default-100 text-foreground-700 px-6 py-3",
|
|
2237
|
-
children: [(0, import_jsx_runtime$
|
|
2863
|
+
children: [(0, import_jsx_runtime$30.jsx)(Users, { className: "w-7 h-7" }), (0, import_jsx_runtime$30.jsxs)("span", {
|
|
2238
2864
|
className: "text-3xl font-medium leading-none select-text text-foreground-700",
|
|
2239
2865
|
children: [coCreatorCount, "人共创"]
|
|
2240
2866
|
})]
|
|
2241
2867
|
})
|
|
2242
|
-
}), (0, import_jsx_runtime$
|
|
2243
|
-
}), (0, import_jsx_runtime$
|
|
2868
|
+
}), (0, import_jsx_runtime$30.jsx)(CoCreatorsInfo, { info: props.data.cooperation_info })]
|
|
2869
|
+
}), (0, import_jsx_runtime$30.jsxs)("div", {
|
|
2244
2870
|
className: "flex justify-between items-start px-20 pb-20",
|
|
2245
|
-
children: [(0, import_jsx_runtime$
|
|
2871
|
+
children: [(0, import_jsx_runtime$30.jsx)(UserInfoSection$2, { ...props }), (0, import_jsx_runtime$30.jsx)("div", {
|
|
2246
2872
|
className: "flex flex-col items-center gap-4",
|
|
2247
|
-
children: props.qrCodeDataUrl ? (0, import_jsx_runtime$
|
|
2873
|
+
children: props.qrCodeDataUrl ? (0, import_jsx_runtime$30.jsx)("img", {
|
|
2248
2874
|
src: props.qrCodeDataUrl,
|
|
2249
2875
|
alt: "二维码",
|
|
2250
2876
|
className: "h-auto w-75 rounded-xl"
|
|
2251
|
-
}) : (0, import_jsx_runtime$
|
|
2877
|
+
}) : (0, import_jsx_runtime$30.jsx)("div", {
|
|
2252
2878
|
className: "flex justify-center items-center rounded-2xl bg-default-100 w-100 h-100",
|
|
2253
|
-
children: (0, import_jsx_runtime$
|
|
2879
|
+
children: (0, import_jsx_runtime$30.jsx)("span", {
|
|
2254
2880
|
className: "text-default-400",
|
|
2255
2881
|
children: "二维码"
|
|
2256
2882
|
})
|
|
@@ -2261,7 +2887,290 @@ var init_Dynamic = __esmMin(() => {
|
|
|
2261
2887
|
] })
|
|
2262
2888
|
});
|
|
2263
2889
|
};
|
|
2264
|
-
|
|
2890
|
+
ImageWork_default = DouyinImageWork;
|
|
2891
|
+
});
|
|
2892
|
+
var ArticleWork_exports = __export({
|
|
2893
|
+
DouyinArticleWork: () => DouyinArticleWork,
|
|
2894
|
+
default: () => ArticleWork_default
|
|
2895
|
+
}, 1), import_jsx_runtime$29, DouyinHeader$1, TitleSection, ContentSection, InfoSection, UserInfoSection$1, DouyinArticleWork, ArticleWork_default;
|
|
2896
|
+
var init_ArticleWork = __esmMin(() => {
|
|
2897
|
+
init_date_fns();
|
|
2898
|
+
init_lucide_react();
|
|
2899
|
+
__toESM(require_react(), 1);
|
|
2900
|
+
init_lu();
|
|
2901
|
+
init_react_markdown();
|
|
2902
|
+
init_DefaultLayout();
|
|
2903
|
+
import_jsx_runtime$29 = __toESM(require_jsx_runtime(), 1);
|
|
2904
|
+
DouyinHeader$1 = ({ useDarkTheme }) => (0, import_jsx_runtime$29.jsxs)("div", {
|
|
2905
|
+
className: "flex items-center px-12 py-15",
|
|
2906
|
+
children: [(0, import_jsx_runtime$29.jsx)("div", {
|
|
2907
|
+
className: "w-[39%] h-50 bg-cover bg-center bg-fixed",
|
|
2908
|
+
children: (0, import_jsx_runtime$29.jsx)("img", {
|
|
2909
|
+
src: useDarkTheme ? "/image/douyin/dylogo-light.svg" : "/image/douyin/dylogo-dark.svg",
|
|
2910
|
+
alt: "抖音Logo",
|
|
2911
|
+
className: "object-contain w-full h-full"
|
|
2912
|
+
})
|
|
2913
|
+
}), (0, import_jsx_runtime$29.jsx)("span", {
|
|
2914
|
+
className: "text-[65px] ml-4 text-foreground-600",
|
|
2915
|
+
children: "记录美好生活"
|
|
2916
|
+
})]
|
|
2917
|
+
});
|
|
2918
|
+
TitleSection = ({ title, createTime, readTime }) => (0, import_jsx_runtime$29.jsxs)("div", {
|
|
2919
|
+
className: "flex flex-col px-16 py-5",
|
|
2920
|
+
children: [(0, import_jsx_runtime$29.jsx)("h1", {
|
|
2921
|
+
className: "text-8xl font-bold leading-relaxed mb-6 text-foreground select-text tracking-wide wrap-break-word",
|
|
2922
|
+
children: title
|
|
2923
|
+
}), (0, import_jsx_runtime$29.jsxs)("div", {
|
|
2924
|
+
className: "flex items-center gap-8 text-5xl text-foreground-500",
|
|
2925
|
+
children: [
|
|
2926
|
+
(0, import_jsx_runtime$29.jsxs)("div", {
|
|
2927
|
+
className: "flex items-center gap-2",
|
|
2928
|
+
children: [(0, import_jsx_runtime$29.jsx)(Clock, { className: "w-10 h-10" }), (0, import_jsx_runtime$29.jsx)("span", { children: createTime })]
|
|
2929
|
+
}),
|
|
2930
|
+
(0, import_jsx_runtime$29.jsx)("span", { children: "·" }),
|
|
2931
|
+
(0, import_jsx_runtime$29.jsxs)("div", {
|
|
2932
|
+
className: "flex items-center gap-2",
|
|
2933
|
+
children: [(0, import_jsx_runtime$29.jsx)(Clock, { className: "w-10 h-10 text-primary" }), (0, import_jsx_runtime$29.jsxs)("span", { children: [
|
|
2934
|
+
"阅读 ",
|
|
2935
|
+
readTime,
|
|
2936
|
+
" 分钟"
|
|
2937
|
+
] })]
|
|
2938
|
+
})
|
|
2939
|
+
]
|
|
2940
|
+
})]
|
|
2941
|
+
});
|
|
2942
|
+
ContentSection = ({ markdown, images }) => {
|
|
2943
|
+
const imageMap = /* @__PURE__ */ new Map();
|
|
2944
|
+
images.forEach((img) => {
|
|
2945
|
+
imageMap.set(img.markdown_url, img.high_image_url);
|
|
2946
|
+
});
|
|
2947
|
+
return (0, import_jsx_runtime$29.jsx)("div", {
|
|
2948
|
+
className: "flex flex-col px-16 py-5",
|
|
2949
|
+
children: (0, import_jsx_runtime$29.jsx)("div", {
|
|
2950
|
+
className: "prose prose-lg max-w-none text-foreground select-text",
|
|
2951
|
+
children: (0, import_jsx_runtime$29.jsx)(Markdown, {
|
|
2952
|
+
children: markdown.replace(/!\[([^\]]*)\]\(([^\s)]+)(?:\s+width=\d+)?(?:\s+height=\d+)?\)/g, ""),
|
|
2953
|
+
components: {
|
|
2954
|
+
h1: ({ children }) => (0, import_jsx_runtime$29.jsx)("h1", {
|
|
2955
|
+
className: "text-8xl font-bold mb-8 mt-12 text-foreground",
|
|
2956
|
+
children
|
|
2957
|
+
}),
|
|
2958
|
+
h2: ({ children }) => (0, import_jsx_runtime$29.jsx)("h2", {
|
|
2959
|
+
className: "text-7xl font-bold mb-6 mt-10 text-foreground",
|
|
2960
|
+
children
|
|
2961
|
+
}),
|
|
2962
|
+
h3: ({ children }) => (0, import_jsx_runtime$29.jsx)("h3", {
|
|
2963
|
+
className: "text-6xl font-bold mb-5 mt-8 text-foreground",
|
|
2964
|
+
children
|
|
2965
|
+
}),
|
|
2966
|
+
h4: ({ children }) => (0, import_jsx_runtime$29.jsx)("h4", {
|
|
2967
|
+
className: "text-5xl font-bold mb-4 mt-6 text-foreground",
|
|
2968
|
+
children
|
|
2969
|
+
}),
|
|
2970
|
+
p: ({ children }) => (0, import_jsx_runtime$29.jsx)("p", {
|
|
2971
|
+
className: "text-6xl leading-relaxed mb-6 text-foreground-800 tracking-wide",
|
|
2972
|
+
children
|
|
2973
|
+
}),
|
|
2974
|
+
ul: ({ children }) => (0, import_jsx_runtime$29.jsx)("ul", {
|
|
2975
|
+
className: "list-disc list-inside mb-6 text-6xl text-foreground-800",
|
|
2976
|
+
children
|
|
2977
|
+
}),
|
|
2978
|
+
ol: ({ children }) => (0, import_jsx_runtime$29.jsx)("ol", {
|
|
2979
|
+
className: "list-decimal list-inside mb-6 text-6xl text-foreground-800",
|
|
2980
|
+
children
|
|
2981
|
+
}),
|
|
2982
|
+
li: ({ children }) => (0, import_jsx_runtime$29.jsx)("li", {
|
|
2983
|
+
className: "mb-3 leading-relaxed",
|
|
2984
|
+
children
|
|
2985
|
+
}),
|
|
2986
|
+
img: ({ src, alt }) => (0, import_jsx_runtime$29.jsxs)("div", {
|
|
2987
|
+
className: "flex flex-col items-center my-8 w-full",
|
|
2988
|
+
children: [(0, import_jsx_runtime$29.jsx)("img", {
|
|
2989
|
+
src: src ? imageMap.get(src) || src : "",
|
|
2990
|
+
alt: alt || "文章图片",
|
|
2991
|
+
className: "rounded-2xl shadow-large w-full h-auto"
|
|
2992
|
+
}), alt && alt !== "图片描述" && (0, import_jsx_runtime$29.jsx)("span", {
|
|
2993
|
+
className: "text-5xl text-foreground-500 mt-4",
|
|
2994
|
+
children: alt
|
|
2995
|
+
})]
|
|
2996
|
+
}),
|
|
2997
|
+
strong: ({ children }) => (0, import_jsx_runtime$29.jsx)("strong", {
|
|
2998
|
+
className: "font-bold text-foreground",
|
|
2999
|
+
children
|
|
3000
|
+
}),
|
|
3001
|
+
em: ({ children }) => (0, import_jsx_runtime$29.jsx)("em", {
|
|
3002
|
+
className: "italic text-foreground-700",
|
|
3003
|
+
children
|
|
3004
|
+
}),
|
|
3005
|
+
blockquote: ({ children }) => (0, import_jsx_runtime$29.jsx)("blockquote", {
|
|
3006
|
+
className: "border-l-4 border-primary pl-6 my-6 text-foreground-700 italic",
|
|
3007
|
+
children
|
|
3008
|
+
}),
|
|
3009
|
+
code: ({ children }) => (0, import_jsx_runtime$29.jsx)("code", {
|
|
3010
|
+
className: "bg-default-100 px-3 py-1 rounded text-5xl text-primary font-mono",
|
|
3011
|
+
children
|
|
3012
|
+
})
|
|
3013
|
+
}
|
|
3014
|
+
})
|
|
3015
|
+
})
|
|
3016
|
+
});
|
|
3017
|
+
};
|
|
3018
|
+
InfoSection = (props) => (0, import_jsx_runtime$29.jsxs)("div", {
|
|
3019
|
+
className: "flex flex-col px-16 py-5",
|
|
3020
|
+
children: [(0, import_jsx_runtime$29.jsxs)("div", {
|
|
3021
|
+
className: "flex items-center gap-6 text-5xl text-foreground-500 font-light mb-2.5 select-text",
|
|
3022
|
+
children: [
|
|
3023
|
+
(0, import_jsx_runtime$29.jsxs)("div", {
|
|
3024
|
+
className: "flex gap-2 items-center",
|
|
3025
|
+
children: [(0, import_jsx_runtime$29.jsx)(Heart, { className: "w-11 h-11 text-like" }), (0, import_jsx_runtime$29.jsxs)("span", { children: [props.data.dianzan, "点赞"] })]
|
|
3026
|
+
}),
|
|
3027
|
+
(0, import_jsx_runtime$29.jsx)("span", { children: "·" }),
|
|
3028
|
+
(0, import_jsx_runtime$29.jsxs)("div", {
|
|
3029
|
+
className: "flex gap-2 items-center",
|
|
3030
|
+
children: [(0, import_jsx_runtime$29.jsx)(MessageCircle, { className: "w-11 h-11 text-comment" }), (0, import_jsx_runtime$29.jsxs)("span", { children: [props.data.pinglun, "评论"] })]
|
|
3031
|
+
}),
|
|
3032
|
+
(0, import_jsx_runtime$29.jsx)("span", { children: "·" }),
|
|
3033
|
+
(0, import_jsx_runtime$29.jsxs)("div", {
|
|
3034
|
+
className: "flex gap-2 items-center",
|
|
3035
|
+
children: [(0, import_jsx_runtime$29.jsx)(Bookmark, { className: "w-11 h-11" }), (0, import_jsx_runtime$29.jsxs)("span", { children: [props.data.shouchang, "收藏"] })]
|
|
3036
|
+
}),
|
|
3037
|
+
(0, import_jsx_runtime$29.jsx)("span", { children: "·" }),
|
|
3038
|
+
(0, import_jsx_runtime$29.jsxs)("div", {
|
|
3039
|
+
className: "flex gap-2 items-center",
|
|
3040
|
+
children: [(0, import_jsx_runtime$29.jsx)(Share2, { className: "w-11 h-11 text-success" }), (0, import_jsx_runtime$29.jsxs)("span", { children: [props.data.share, "分享"] })]
|
|
3041
|
+
})
|
|
3042
|
+
]
|
|
3043
|
+
}), (0, import_jsx_runtime$29.jsxs)("div", {
|
|
3044
|
+
className: "flex items-center gap-2 text-5xl text-foreground-500 font-light select-text",
|
|
3045
|
+
children: [(0, import_jsx_runtime$29.jsx)(LuFullscreen, { className: "w-11 h-11 text-time" }), (0, import_jsx_runtime$29.jsxs)("span", { children: ["图片生成于: ", format(/* @__PURE__ */ new Date(), "yyyy-MM-dd HH:mm:ss")] })]
|
|
3046
|
+
})]
|
|
3047
|
+
});
|
|
3048
|
+
UserInfoSection$1 = (props) => (0, import_jsx_runtime$29.jsxs)("div", {
|
|
3049
|
+
className: "flex flex-col gap-12",
|
|
3050
|
+
children: [(0, import_jsx_runtime$29.jsxs)("div", {
|
|
3051
|
+
className: "flex gap-12 items-start",
|
|
3052
|
+
children: [(0, import_jsx_runtime$29.jsx)("div", {
|
|
3053
|
+
className: "relative shrink-0",
|
|
3054
|
+
children: (0, import_jsx_runtime$29.jsx)("div", {
|
|
3055
|
+
className: "flex justify-center items-center bg-white rounded-full w-35 h-35",
|
|
3056
|
+
children: (0, import_jsx_runtime$29.jsx)("img", {
|
|
3057
|
+
src: props.data.avater_url,
|
|
3058
|
+
alt: "头像",
|
|
3059
|
+
className: "rounded-full w-33 h-33 shadow-large"
|
|
3060
|
+
})
|
|
3061
|
+
})
|
|
3062
|
+
}), (0, import_jsx_runtime$29.jsxs)("div", {
|
|
3063
|
+
className: "flex flex-col gap-5",
|
|
3064
|
+
children: [(0, import_jsx_runtime$29.jsxs)("div", {
|
|
3065
|
+
className: "text-7xl font-bold select-text text-foreground",
|
|
3066
|
+
children: ["@", props.data.username]
|
|
3067
|
+
}), (0, import_jsx_runtime$29.jsxs)("div", {
|
|
3068
|
+
className: "flex gap-2 items-center text-4xl text-default-500",
|
|
3069
|
+
children: [(0, import_jsx_runtime$29.jsx)(Hash, { className: "w-8 h-8 text-default-400" }), (0, import_jsx_runtime$29.jsxs)("span", {
|
|
3070
|
+
className: "select-text",
|
|
3071
|
+
children: ["抖音号: ", props.data.抖音号]
|
|
3072
|
+
})]
|
|
3073
|
+
})]
|
|
3074
|
+
})]
|
|
3075
|
+
}), (0, import_jsx_runtime$29.jsxs)("div", {
|
|
3076
|
+
className: "text-3xl flex gap-6 items-center text-default-600",
|
|
3077
|
+
children: [
|
|
3078
|
+
(0, import_jsx_runtime$29.jsxs)("div", {
|
|
3079
|
+
className: "flex flex-col gap-1 items-start px-6 py-3 rounded-2xl bg-default-100",
|
|
3080
|
+
children: [
|
|
3081
|
+
(0, import_jsx_runtime$29.jsxs)("div", {
|
|
3082
|
+
className: "flex gap-1 items-center",
|
|
3083
|
+
children: [(0, import_jsx_runtime$29.jsx)(Heart, { className: "w-7 h-7 text-like" }), (0, import_jsx_runtime$29.jsx)("span", {
|
|
3084
|
+
className: "text-default-400",
|
|
3085
|
+
children: "获赞"
|
|
3086
|
+
})]
|
|
3087
|
+
}),
|
|
3088
|
+
(0, import_jsx_runtime$29.jsx)("div", { className: "w-full h-px bg-default-300" }),
|
|
3089
|
+
(0, import_jsx_runtime$29.jsx)("span", {
|
|
3090
|
+
className: "select-text font-medium text-4xl",
|
|
3091
|
+
children: props.data.获赞
|
|
3092
|
+
})
|
|
3093
|
+
]
|
|
3094
|
+
}),
|
|
3095
|
+
(0, import_jsx_runtime$29.jsxs)("div", {
|
|
3096
|
+
className: "flex flex-col gap-1 items-start px-6 py-3 rounded-2xl bg-default-100",
|
|
3097
|
+
children: [
|
|
3098
|
+
(0, import_jsx_runtime$29.jsxs)("div", {
|
|
3099
|
+
className: "flex gap-1 items-center",
|
|
3100
|
+
children: [(0, import_jsx_runtime$29.jsx)(Eye, { className: "w-7 h-7 text-view" }), (0, import_jsx_runtime$29.jsx)("span", {
|
|
3101
|
+
className: "text-default-400",
|
|
3102
|
+
children: "关注"
|
|
3103
|
+
})]
|
|
3104
|
+
}),
|
|
3105
|
+
(0, import_jsx_runtime$29.jsx)("div", { className: "w-full h-px bg-default-300" }),
|
|
3106
|
+
(0, import_jsx_runtime$29.jsx)("span", {
|
|
3107
|
+
className: "select-text font-medium text-4xl",
|
|
3108
|
+
children: props.data.关注
|
|
3109
|
+
})
|
|
3110
|
+
]
|
|
3111
|
+
}),
|
|
3112
|
+
(0, import_jsx_runtime$29.jsxs)("div", {
|
|
3113
|
+
className: "flex flex-col gap-1 items-start px-6 py-3 rounded-2xl bg-default-100",
|
|
3114
|
+
children: [
|
|
3115
|
+
(0, import_jsx_runtime$29.jsxs)("div", {
|
|
3116
|
+
className: "flex gap-1 items-center",
|
|
3117
|
+
children: [(0, import_jsx_runtime$29.jsx)(Users, { className: "w-7 h-7 text-primary" }), (0, import_jsx_runtime$29.jsx)("span", {
|
|
3118
|
+
className: "text-default-400",
|
|
3119
|
+
children: "粉丝"
|
|
3120
|
+
})]
|
|
3121
|
+
}),
|
|
3122
|
+
(0, import_jsx_runtime$29.jsx)("div", { className: "w-full h-px bg-default-300" }),
|
|
3123
|
+
(0, import_jsx_runtime$29.jsx)("span", {
|
|
3124
|
+
className: "select-text font-medium text-4xl",
|
|
3125
|
+
children: props.data.粉丝
|
|
3126
|
+
})
|
|
3127
|
+
]
|
|
3128
|
+
})
|
|
3129
|
+
]
|
|
3130
|
+
})]
|
|
3131
|
+
});
|
|
3132
|
+
DouyinArticleWork = (props) => (0, import_jsx_runtime$29.jsx)(DefaultLayout, {
|
|
3133
|
+
...props,
|
|
3134
|
+
children: (0, import_jsx_runtime$29.jsxs)("div", { children: [
|
|
3135
|
+
(0, import_jsx_runtime$29.jsx)("div", { className: "h-15" }),
|
|
3136
|
+
(0, import_jsx_runtime$29.jsx)(DouyinHeader$1, { useDarkTheme: props.data.useDarkTheme }),
|
|
3137
|
+
(0, import_jsx_runtime$29.jsx)("div", { className: "h-15" }),
|
|
3138
|
+
(0, import_jsx_runtime$29.jsx)(TitleSection, {
|
|
3139
|
+
title: props.data.title,
|
|
3140
|
+
createTime: props.data.create_time,
|
|
3141
|
+
readTime: props.data.read_time
|
|
3142
|
+
}),
|
|
3143
|
+
(0, import_jsx_runtime$29.jsx)("div", { className: "h-5" }),
|
|
3144
|
+
(0, import_jsx_runtime$29.jsx)(ContentSection, {
|
|
3145
|
+
markdown: props.data.markdown,
|
|
3146
|
+
images: props.data.images
|
|
3147
|
+
}),
|
|
3148
|
+
(0, import_jsx_runtime$29.jsx)("div", { className: "h-15" }),
|
|
3149
|
+
(0, import_jsx_runtime$29.jsx)(InfoSection, { ...props }),
|
|
3150
|
+
(0, import_jsx_runtime$29.jsx)("div", { className: "h-25" }),
|
|
3151
|
+
(0, import_jsx_runtime$29.jsx)("div", {
|
|
3152
|
+
className: "flex flex-col gap-10 px-0 pt-25",
|
|
3153
|
+
children: (0, import_jsx_runtime$29.jsxs)("div", {
|
|
3154
|
+
className: "flex justify-between items-start px-20 pb-20",
|
|
3155
|
+
children: [(0, import_jsx_runtime$29.jsx)(UserInfoSection$1, { ...props }), (0, import_jsx_runtime$29.jsx)("div", {
|
|
3156
|
+
className: "flex flex-col items-center gap-4",
|
|
3157
|
+
children: props.qrCodeDataUrl ? (0, import_jsx_runtime$29.jsx)("img", {
|
|
3158
|
+
src: props.qrCodeDataUrl,
|
|
3159
|
+
alt: "二维码",
|
|
3160
|
+
className: "h-auto w-75 rounded-xl"
|
|
3161
|
+
}) : (0, import_jsx_runtime$29.jsx)("div", {
|
|
3162
|
+
className: "flex justify-center items-center rounded-2xl bg-default-100 w-100 h-100",
|
|
3163
|
+
children: (0, import_jsx_runtime$29.jsx)("span", {
|
|
3164
|
+
className: "text-default-400",
|
|
3165
|
+
children: "二维码"
|
|
3166
|
+
})
|
|
3167
|
+
})
|
|
3168
|
+
})]
|
|
3169
|
+
})
|
|
3170
|
+
})
|
|
3171
|
+
] })
|
|
3172
|
+
});
|
|
3173
|
+
ArticleWork_default = DouyinArticleWork;
|
|
2265
3174
|
});
|
|
2266
3175
|
var FavoriteList_exports = __export({ DouyinFavoriteList: () => DouyinFavoriteList }, 1), import_jsx_runtime$28, DouyinFavoriteList, StatItem$4;
|
|
2267
3176
|
var init_FavoriteList = __esmMin(() => {
|
|
@@ -5550,17 +6459,27 @@ var init_DYNAMIC_TYPE_DRAW = __esmMin(() => {
|
|
|
5550
6459
|
return (0, import_jsx_runtime$15.jsxs)(import_jsx_runtime$15.Fragment, { children: [
|
|
5551
6460
|
(0, import_jsx_runtime$15.jsxs)("div", {
|
|
5552
6461
|
className: "flex flex-col px-20 w-full leading-relaxed",
|
|
5553
|
-
children: [
|
|
5554
|
-
|
|
5555
|
-
|
|
5556
|
-
|
|
5557
|
-
|
|
5558
|
-
|
|
5559
|
-
|
|
5560
|
-
|
|
5561
|
-
|
|
5562
|
-
|
|
5563
|
-
|
|
6462
|
+
children: [
|
|
6463
|
+
props.title && (0, import_jsx_runtime$15.jsx)("div", {
|
|
6464
|
+
className: "mb-8",
|
|
6465
|
+
children: (0, import_jsx_runtime$15.jsx)("h2", {
|
|
6466
|
+
className: "text-[72px] font-bold leading-[1.4] text-foreground select-text",
|
|
6467
|
+
children: props.title
|
|
6468
|
+
})
|
|
6469
|
+
}),
|
|
6470
|
+
(0, import_jsx_runtime$15.jsx)("div", {
|
|
6471
|
+
className: "relative items-center text-5xl tracking-wider wrap-break-word text-foreground",
|
|
6472
|
+
children: (0, import_jsx_runtime$15.jsx)(CommentText, {
|
|
6473
|
+
className: clsx_default("text-[60px] tracking-[0.5px] leading-[1.6] whitespace-pre-wrap text-foreground mb-5 select-text", "[&_svg]:inline [&_svg]:mb-4!", "[&_img]:inline [&_img]:mx-1 [&_img]:align-text-bottom"),
|
|
6474
|
+
content: props.text,
|
|
6475
|
+
style: {
|
|
6476
|
+
wordBreak: "break-word",
|
|
6477
|
+
overflowWrap: "break-word"
|
|
6478
|
+
}
|
|
6479
|
+
})
|
|
6480
|
+
}),
|
|
6481
|
+
(0, import_jsx_runtime$15.jsx)("div", { className: "h-15" })
|
|
6482
|
+
]
|
|
5564
6483
|
}),
|
|
5565
6484
|
props.image_url && Array.isArray(props.image_url) && props.image_url.length > 0 && (0, import_jsx_runtime$15.jsxs)("div", {
|
|
5566
6485
|
className: "px-20",
|
|
@@ -5809,6 +6728,7 @@ var init_DYNAMIC_TYPE_DRAW = __esmMin(() => {
|
|
|
5809
6728
|
}),
|
|
5810
6729
|
(0, import_jsx_runtime$15.jsx)("div", { className: "h-15" }),
|
|
5811
6730
|
(0, import_jsx_runtime$15.jsx)(BilibiliDynamicContent, {
|
|
6731
|
+
title: props.data.title,
|
|
5812
6732
|
text: props.data.text,
|
|
5813
6733
|
image_url: props.data.image_url,
|
|
5814
6734
|
imageLayout: props.data.imageLayout,
|
|
@@ -11233,6 +12153,18 @@ var init_config = __esmMin(() => {
|
|
|
11233
12153
|
validateData: (data) => data && typeof data.share_url === "string",
|
|
11234
12154
|
lazyComponent: () => Promise.resolve().then(() => (init_Dynamic(), Dynamic_exports)).then((module) => ({ default: module.DouyinDynamic }))
|
|
11235
12155
|
});
|
|
12156
|
+
case "video-work": return createComponentConfig(baseComponent, {
|
|
12157
|
+
validateData: (data) => data && typeof data.share_url === "string",
|
|
12158
|
+
lazyComponent: () => Promise.resolve().then(() => (init_VideoWork(), VideoWork_exports)).then((module) => ({ default: module.DouyinVideoWork }))
|
|
12159
|
+
});
|
|
12160
|
+
case "image-work": return createComponentConfig(baseComponent, {
|
|
12161
|
+
validateData: (data) => data && typeof data.share_url === "string",
|
|
12162
|
+
lazyComponent: () => Promise.resolve().then(() => (init_ImageWork(), ImageWork_exports)).then((module) => ({ default: module.DouyinImageWork }))
|
|
12163
|
+
});
|
|
12164
|
+
case "article-work": return createComponentConfig(baseComponent, {
|
|
12165
|
+
validateData: (data) => data && typeof data.share_url === "string",
|
|
12166
|
+
lazyComponent: () => Promise.resolve().then(() => (init_ArticleWork(), ArticleWork_exports)).then((module) => ({ default: module.DouyinArticleWork }))
|
|
12167
|
+
});
|
|
11236
12168
|
case "favorite-list": return createComponentConfig(baseComponent, {
|
|
11237
12169
|
validateData: (data) => data && typeof data.share_url === "string",
|
|
11238
12170
|
lazyComponent: () => Promise.resolve().then(() => (init_FavoriteList(), FavoriteList_exports)).then((module) => ({ default: module.DouyinFavoriteList }))
|