-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
688 lines (683 loc) · 22.1 KB
/
index.html
File metadata and controls
688 lines (683 loc) · 22.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<link rel="canonical" href="https://thedecklab.com/" />
<link rel="icon" href="/image/favicon.png" type="image/png" sizes="64x64" />
<title>抽取你的SBKPI搭子 · SBKPI</title>
<meta name="description" content="抽取职场 SBKPI 工作搭子:轻量 SBTI test、人格图鉴与扑克牌玩法,融入职场黑话与搭子梗。娱乐向站点,非专业心理量表。" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="zh_CN" />
<meta property="og:title" content="抽取你的SBKPI搭子 · SBKPI" />
<meta property="og:description" content="抽取职场 SBKPI 工作搭子:轻量 SBTI test、人格图鉴与扑克牌玩法,融入职场黑话与搭子梗。娱乐向站点,非专业心理量表。" />
<meta property="og:url" content="https://thedecklab.com/" />
<meta name="twitter:card" content="summary" />
<style>
:root {
--bg: #f6faf6;
--panel: #ffffff;
--text: #1e2a22;
--muted: #6a786f;
--line: #dbe8dd;
--soft: #edf6ef;
--accent: #6c8d71;
--accent-strong: #4d6a53;
--shadow: 0 12px 32px rgba(47, 73, 55, 0.08);
--radius: 20px;
--safe-b: env(safe-area-inset-bottom, 0px);
--safe-t: env(safe-area-inset-top, 0px);
--red-card: #b83c3c;
--black-card: #2c3d35;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
background: radial-gradient(circle at top left, #f8fff8 0, #f6faf6 40%, #f2f7f3 100%);
color: var(--text);
min-height: 100vh;
min-height: 100dvh;
padding-top: var(--safe-t);
}
.shell {
max-width: 560px;
margin: 0 auto;
padding: 16px 14px calc(28px + var(--safe-b));
}
.card {
background: var(--panel);
border: 1px solid var(--line);
border-radius: var(--radius);
box-shadow: var(--shadow);
padding: 22px 18px;
margin-bottom: 14px;
}
.land-draw-hero-title {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 10px 12px;
font-size: clamp(1.35rem, 5.5vw, 1.95rem);
margin: 0 0 12px;
letter-spacing: -0.02em;
color: var(--accent-strong);
font-weight: 700;
line-height: 1.25;
text-align: center;
}
.land-title-logo {
width: 48px;
height: 48px;
object-fit: contain;
flex-shrink: 0;
display: block;
}
.land-section-title {
margin: 0 0 12px;
font-size: 1.05rem;
color: var(--accent-strong);
}
.land-hint {
margin: 0 0 14px;
font-size: 0.88rem;
color: var(--muted);
line-height: 1.5;
}
.btn-draw {
display: inline-flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 6px;
width: 100%;
padding: 14px 18px;
border: 0;
border-radius: 14px;
background: var(--accent-strong);
color: #fff;
font: inherit;
font-weight: 700;
cursor: pointer;
box-shadow: 0 10px 24px rgba(77, 106, 83, 0.22);
}
.btn-draw-main {
flex: 0 0 auto;
line-height: 1.2;
}
.btn-draw-unlock {
flex: 0 1 auto;
font-size: 0.8rem;
font-weight: 600;
line-height: 1.2;
color: rgba(255, 255, 255, 0.9);
letter-spacing: 0.02em;
}
.btn-draw:active { transform: scale(0.98); }
.draw-result {
margin-top: 16px;
/* 预留结果区高度,减少首次随机渲染导致的页面抖动 */
min-height: clamp(460px, 68vh, 620px);
}
.draw-result-inner { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.land-poker-slot {
position: relative;
width: 100%;
max-width: 260px;
margin: 0 auto;
}
.land-poker-slot .land-poker {
position: relative;
z-index: 0;
}
.draw-new-unlock {
position: absolute;
left: 50%;
top: 15px;
z-index: 4;
transform: translateX(-50%);
padding: 5px 9px 5px 11px;
border-radius: 999px;
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.08em;
color: #fff;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
background: linear-gradient(180deg, #f05a4a 0%, #c92a2a 100%);
border: 1.5px solid rgba(255, 210, 120, 0.95);
box-shadow:
0 1px 3px rgba(0, 0, 0, 0.18),
0 4px 12px rgba(180, 40, 35, 0.22);
white-space: nowrap;
pointer-events: none;
animation: draw-unlock-pop 0.42s ease;
}
.draw-new-unlock-bang {
display: inline-block;
margin-left: 1px;
font-weight: 900;
font-size: 1.05em;
line-height: 1;
transform: translateY(-0.04em);
}
@keyframes draw-unlock-pop {
0% {
transform: translateX(-50%) scale(0.88);
opacity: 0;
}
100% {
transform: translateX(-50%) scale(1);
opacity: 1;
}
}
@media (prefers-reduced-motion: reduce) {
.draw-new-unlock {
animation: none;
}
.land-poker-deal--play-deal {
animation: none;
}
.land-poker-inner {
transition: none;
}
}
.land-poker {
width: 100%;
perspective: 1000px;
text-align: left;
font: inherit;
color: inherit;
}
.land-poker-deal {
width: 100%;
transform-origin: 50% 50%;
}
@keyframes land-poker-deal-in {
from {
transform: translate(18px, -56px) scale(0.9) rotate(-5deg);
opacity: 0.88;
}
to {
transform: translate(0, 0) scale(1) rotate(0deg);
opacity: 1;
}
}
.land-poker-deal--play-deal {
animation: land-poker-deal-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.land-poker-inner {
position: relative;
width: 100%;
aspect-ratio: 63 / 88;
transform-style: preserve-3d;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.land-poker-inner--from-back {
transform: rotateY(180deg);
}
.land-poker-inner--show-front {
transform: rotateY(0deg);
}
.land-poker-back {
position: absolute;
inset: 0;
border-radius: 14px;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
transform: rotateY(180deg);
background: linear-gradient(155deg, #4a674f 0%, #2d4034 45%, #1a2820 100%);
border: 1px solid rgba(255, 255, 255, 0.12);
box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.25);
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.land-poker-back::before {
content: '';
position: absolute;
inset: -40%;
background: repeating-linear-gradient(
-28deg,
transparent,
transparent 6px,
rgba(255, 255, 255, 0.04) 6px,
rgba(255, 255, 255, 0.04) 8px
);
pointer-events: none;
}
.land-poker-back-logo {
position: relative;
z-index: 1;
font-weight: 900;
letter-spacing: 0.18em;
font-size: clamp(0.75rem, 3.5vw, 0.95rem);
color: rgba(255, 255, 255, 0.88);
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
.land-poker-back--blank {
background: transparent;
border: 0;
box-shadow: none;
}
.land-poker-back--blank::before {
display: none;
}
.land-poker-front {
position: absolute;
inset: 0;
border-radius: 14px;
border: 0.8px solid #d6dfd8;
background: var(--panel);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
overflow: hidden;
padding: 10px 10px 8px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.land-poker .lp-corner {
position: absolute;
display: flex;
flex-direction: column;
align-items: center;
font-weight: 800;
line-height: 1;
width: 34px;
z-index: 2;
}
.land-poker .lp-corner.top { top: 6px; left: 5px; }
.land-poker .lp-corner.bottom { bottom: 6px; right: 5px; transform: rotate(180deg); }
.land-poker .lp-rank { font-size: 1.06rem; letter-spacing: -0.02em; }
.land-poker .lp-suit { font-size: 1.14rem; margin-top: 1px; }
.land-poker.is-red .lp-rank,
.land-poker.is-red .lp-suit { color: #b30000; }
.land-poker.is-black .lp-rank,
.land-poker.is-black .lp-suit { color: #121212; }
.land-poker.is-joker .lp-corner { width: 34px; align-items: center; }
.land-poker.is-joker .lp-corner.top { top: 5px; left: 4px; }
.land-poker.is-joker .lp-corner.bottom { bottom: 5px; right: 4px; transform: rotate(180deg); }
.land-poker.is-joker .lp-rank {
font-size: 0.68rem;
letter-spacing: 0.01em;
writing-mode: vertical-rl;
text-orientation: upright;
line-height: 1;
}
.land-poker.is-joker .lp-suit { display: none; }
.land-poker .lp-role {
position: absolute;
top: 7px;
right: 7px;
font-size: 0.62rem;
color: #8a978f;
letter-spacing: 0.06em;
z-index: 2;
}
.land-poker .lp-avatar {
margin-top: 34px;
height: 58%;
width: 100%;
border-radius: 10px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.land-poker .lp-avatar img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.land-poker .lp-name {
margin-top: 8px;
font-weight: 800;
font-size: 0.98rem;
letter-spacing: -0.01em;
width: 100%;
text-align: center;
}
.land-poker .lp-code {
margin-top: 2px;
font-size: 0.72rem;
color: var(--muted);
font-weight: 600;
width: 100%;
text-align: center;
letter-spacing: 0.04em;
}
.draw-below {
width: 100%;
max-width: 100%;
text-align: left;
}
.draw-below--concealed {
display: none;
}
.draw-new-unlock.draw-new-unlock--wait {
opacity: 0;
visibility: hidden;
animation: none;
}
.draw-below-meta {
margin: 0 0 12px;
padding-bottom: 12px;
border-bottom: 1px dashed var(--line);
font-size: 0.88rem;
line-height: 1.55;
color: #304034;
}
.draw-below-meta p { margin: 0 0 6px; }
.draw-below-meta p:last-child { margin-bottom: 0; }
.draw-quote { font-weight: 600; color: #20342a; }
/* 技能:独立卡片样式,与上方信息行区分 */
.draw-below-skill {
margin: 14px 0 0;
padding: 12px 14px 14px;
background: linear-gradient(165deg, var(--soft) 0%, #e5f0e8 100%);
border: 1px solid var(--line);
border-radius: 14px;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}
.draw-skill-label {
display: inline-block;
margin: 0 0 8px;
padding: 2px 8px;
border-radius: 999px;
font-size: 0.68rem;
font-weight: 700;
letter-spacing: 0.08em;
color: #fff;
background: var(--accent-strong);
line-height: 1.4;
}
.draw-skill-body {
margin: 0;
font-size: 0.9rem;
line-height: 1.6;
font-weight: 500;
color: #1f3328;
}
/* 人格:测验图鉴长文案,与技能卡片区分色系 */
.draw-below-persona {
margin: 14px 0 0;
padding: 12px 14px 14px;
background: linear-gradient(165deg, #faf9f6 0%, #f0eeea 100%);
border: 1px solid var(--line);
border-radius: 14px;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.draw-persona-label {
display: inline-block;
margin: 0 0 8px;
padding: 2px 8px;
border-radius: 999px;
font-size: 0.68rem;
font-weight: 700;
letter-spacing: 0.08em;
color: #fff;
background: #5a6d5e;
line-height: 1.4;
}
.draw-persona-intro {
margin: 0 0 10px;
font-size: 0.88rem;
font-weight: 600;
color: #2a3d32;
line-height: 1.5;
min-height: 2.8em;
}
.draw-persona-intro-inner { font-weight: 600; color: #20342a; }
.draw-persona-desc-wrap {
max-height: 12.5em;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
padding-right: 2px;
}
.draw-persona-desc {
margin: 0;
font-size: 0.82rem;
line-height: 1.6;
color: #3d4d44;
white-space: pre-line;
}
.land-nav-grid {
display: flex;
flex-direction: column;
gap: 10px;
}
.land-nav-btn {
display: block;
text-align: center;
padding: 14px 16px;
border-radius: 14px;
border: 1px solid var(--line);
background: var(--panel);
color: var(--accent-strong);
font-weight: 700;
text-decoration: none;
font-size: 0.95rem;
}
.land-nav-btn:hover { background: #fafcfb; border-color: #c5d8c9; }
.land-nav-unlock {
font-weight: 600;
font-size: 0.82em;
color: var(--muted);
white-space: nowrap;
}
.land-design p,
.land-legal p {
margin: 0 0 10px;
font-size: 0.9rem;
line-height: 1.65;
color: #304034;
}
.land-design ul {
margin: 8px 0 0;
padding-left: 1.2rem;
font-size: 0.88rem;
line-height: 1.6;
color: #3d4f45;
}
/* 全站统一页脚 */
.site-footer {
margin-top: 8px;
padding: 18px 4px 0;
border-top: 1px solid var(--line);
text-align: center;
font-size: 0.86rem;
color: var(--muted);
line-height: 1.65;
display: flex;
flex-direction: column;
align-items: center;
gap: 14px;
}
.site-footer-nav,
.site-footer-meta {
display: flex;
flex-wrap: wrap;
gap: 6px 10px;
justify-content: center;
align-items: center;
}
.site-footer-meta {
font-size: 0.82rem;
}
.site-footer a {
color: var(--accent-strong);
font-weight: 600;
text-decoration: none;
}
.site-footer a:hover { text-decoration: underline; text-underline-offset: 3px; }
.site-footer-sep {
color: #b8c9bc;
font-weight: 700;
user-select: none;
}
/* 页尾:本机数据说明与清除(对齐 sbti 测验页风格) */
.land-data-bar {
margin-top: 8px;
padding: 16px 4px 0;
max-width: 560px;
margin-left: auto;
margin-right: auto;
}
.land-clear-local-btn {
display: block;
width: 100%;
padding: 8px 12px;
border-radius: 10px;
border: 1px solid rgba(180, 55, 50, 0.38);
background: #fff;
color: #9e2a2a;
font: inherit;
font-size: 0.8rem;
font-weight: 600;
cursor: pointer;
box-shadow: none;
touch-action: manipulation;
}
.land-clear-local-btn:hover {
background: #fff8f7;
border-color: rgba(180, 55, 50, 0.5);
}
.land-clear-local-btn:active {
opacity: 0.92;
}
.land-privacy-note {
margin: 10px 0 0;
font-size: 0.78rem;
line-height: 1.55;
color: var(--muted);
text-align: center;
}
</style>
</head>
<body>
<div class="shell">
<section class="card" aria-labelledby="draw-title">
<h1 id="draw-title" class="land-draw-hero-title">
<img src="/image/favicon.png" alt="" class="land-title-logo" width="64" height="64" decoding="async" />
<span>抽取你的SBKPI搭子</span>
</h1>
<p class="land-hint">从 SBKPI 牌堆随机抽一张,看看你的 SBKPI搭子,不喜欢可以换。</p>
<button type="button" id="drawCardBtn" class="btn-draw">
<span class="btn-draw-main">换一个 SBKPI 搭子</span>
<span id="drawBtnUnlock" class="btn-draw-unlock" aria-hidden="true"></span>
</button>
<div id="drawCardResult" class="draw-result">
<div class="draw-result-inner" aria-hidden="true">
<div class="land-poker-slot">
<div class="land-poker-deal">
<div class="land-poker is-black">
<div class="land-poker-inner land-poker-inner--from-back">
<div class="land-poker-back land-poker-back--blank" aria-hidden="true"></div>
<div class="land-poker-front">
<div class="lp-corner top">
<span class="lp-rank">?</span>
<span class="lp-suit">?</span>
</div>
<div class="lp-role">??</div>
<div class="lp-avatar" aria-hidden="true"></div>
<div class="lp-name">????</div>
<div class="lp-code">??</div>
<div class="lp-corner bottom">
<span class="lp-rank">?</span>
<span class="lp-suit">?</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="draw-below">
<div class="draw-below-meta">
<p>牌面:??</p>
<p>人格:<strong>????</strong>(??)</p>
<p>身份:??</p>
<p>口头禅:“?????”</p>
</div>
<div class="draw-below-skill" role="note" aria-label="技能">
<span class="draw-skill-label">技能</span>
<p class="draw-skill-body">?????</p>
</div>
<div class="draw-below-persona" role="region" aria-label="人格">
<span class="draw-persona-label">人格</span>
<p class="draw-persona-intro">“<span class="draw-persona-intro-inner">???? · ????</span>”</p>
<div class="draw-persona-desc-wrap">
<p class="draw-persona-desc">?????
?????
?????
?????</p>
</div>
</div>
</div>
</div>
</div>
</section>
<nav class="card" aria-label="主要入口">
<h2 class="land-section-title">入口</h2>
<div class="land-nav-grid">
<a class="land-nav-btn" href="/sbti">SBTI 人格测验</a>
<a class="land-nav-btn" href="/aiti.html">SBTI AI 测试</a>
<a class="land-nav-btn" href="/wiki">SBTI 人格图鉴</a>
<a class="land-nav-btn" href="/sbkpi" id="navSbkpiGallery">SBKPI搭子图鉴<span id="navGalleryUnlock" class="land-nav-unlock" aria-hidden="true"></span></a>
</div>
</nav>
<section class="land-design card" aria-labelledby="design-title">
<h2 id="design-title" class="land-section-title">设计想法</h2>
<p>SBKPI 把 SBTI 做成可浏览的<strong>SBKPI搭子</strong>(图鉴 + 扑克牌面):红色偏领导语境、黑色偏同事语境,技能条是卡牌向风味文案,方便以后若要做成<strong>卡牌游戏</strong>再扩展规则。</p>
<p>曾认真讨论过更完整的 <strong>PVE、KPI 进度、工作流槽位</strong> 等玩法,但复杂度较高,当前站点以<strong>展示与自嘲</strong>为主;思路备忘见仓库 <a href="https://github.com/cloudcreate-ai/SBKPI/blob/main/docs/sbkpi-play-design-discussion.md" target="_blank" rel="noopener noreferrer">玩法讨论稿</a>。</p>
<ul>
<li>测验数据仅保存在本机浏览器,不上传服务器。</li>
<li>创意致谢 B 站活动原作者;本变种与原作者无隶属关系。</li>
</ul>
</section>
<section class="land-legal card" aria-labelledby="legal-title">
<h2 id="legal-title" class="land-section-title">项目声明</h2>
<p><strong>仅供娱乐。</strong>请勿用于心理诊断、职场评价、贴标签或任何严肃结论。</p>
<p>原创 SBTI 人格测验与活动玩法来自 bilibili UP 主 <a href="https://space.bilibili.com/417038183" target="_blank" rel="noopener noreferrer"><strong>@Q肉儿串儿</strong></a>(UID 417038183),线上版本见 <a href="https://www.bilibili.com/blackboard/era/WijKT2bWuCJWPg8B.html" target="_blank" rel="noopener noreferrer">B 站原版活动页</a>。SBKPI 仅为基于该思路的改编站点,与原作者<strong>无隶属关系</strong>。</p>
<p><strong>AGI 声明:</strong>本站大量内容由 AI 辅助生成,并经人工审阅;仍可能有疏漏,欢迎在 GitHub 提 issue。</p>
<p>原作者未声明开源协议,本仓库亦未附 License;二次使用请自行把握尺度,勿打扰原作者。</p>
</section>
<div class="land-data-bar">
<button type="button" id="landClearLocalBtn" class="land-clear-local-btn"></button>
<p class="land-privacy-note" id="landPrivacyNote"></p>
</div>
<footer class="site-footer" role="contentinfo">
<nav class="site-footer-nav" aria-label="主要页面">
<a href="/" aria-current="page">首页</a>
<span class="site-footer-sep" aria-hidden="true">·</span>
<a href="/sbti">SBTI 测验</a>
<span class="site-footer-sep" aria-hidden="true">·</span>
<a href="/aiti.html">AITI 简易</a>
<span class="site-footer-sep" aria-hidden="true">·</span>
<a href="/aiti-wizard.html">完整向导</a>
<span class="site-footer-sep" aria-hidden="true">·</span>
<a href="/wiki">人格图鉴</a>
<span class="site-footer-sep" aria-hidden="true">·</span>
<a href="/sbkpi">搭子图鉴</a>
</nav>
<div class="site-footer-meta">
<a href="https://thedecklab.com/">thedecklab.com</a>
<span class="site-footer-sep" aria-hidden="true">·</span>
<a href="https://github.com/cloudcreate-ai/SBKPI" target="_blank" rel="noopener noreferrer">GitHub</a>
<span class="site-footer-sep" aria-hidden="true">·</span>
<a href="/devlog.html">开发日志</a>
<span class="site-footer-sep" aria-hidden="true">·</span>
<a href="/privacy">隐私说明</a>
<span class="site-footer-sep" aria-hidden="true">·</span>
<a href="/terms">服务条款</a>
</div>
</footer>
</div>
<script type="module" src="./js/sbti-landing.js"></script>
</body>
</html>