@siact/sime-x-vue 0.0.24 → 0.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/sime-x-vue.mjs +20 -9
- package/dist/sime-x-vue.mjs.map +1 -1
- package/dist/sime-x-vue.umd.js +20 -9
- package/dist/sime-x-vue.umd.js.map +1 -1
- package/dist/style.css +49 -49
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -423,7 +423,7 @@ to {
|
|
|
423
423
|
.fade-leave-to[data-v-958fd919] {
|
|
424
424
|
opacity: 0;
|
|
425
425
|
}
|
|
426
|
-
.command-test[data-v-
|
|
426
|
+
.command-test[data-v-74573d6c] {
|
|
427
427
|
--text-primary: #e6edf7;
|
|
428
428
|
--text-secondary: #95a8c8;
|
|
429
429
|
--glass-bg: rgba(8, 16, 32, 0.72);
|
|
@@ -440,14 +440,14 @@ to {
|
|
|
440
440
|
}
|
|
441
441
|
|
|
442
442
|
/* ── 输入栏 ── */
|
|
443
|
-
.input-bar[data-v-
|
|
443
|
+
.input-bar[data-v-74573d6c] {
|
|
444
444
|
display: flex;
|
|
445
445
|
align-items: center;
|
|
446
446
|
gap: 8px;
|
|
447
447
|
width: 100%;
|
|
448
448
|
min-width: 320px;
|
|
449
449
|
}
|
|
450
|
-
.input-field[data-v-
|
|
450
|
+
.input-field[data-v-74573d6c] {
|
|
451
451
|
flex: 1;
|
|
452
452
|
padding: 10px 14px;
|
|
453
453
|
border-radius: 12px;
|
|
@@ -459,17 +459,17 @@ to {
|
|
|
459
459
|
backdrop-filter: blur(10px);
|
|
460
460
|
transition: border-color 0.2s ease;
|
|
461
461
|
}
|
|
462
|
-
.input-field[data-v-
|
|
462
|
+
.input-field[data-v-74573d6c]::placeholder {
|
|
463
463
|
color: var(--text-secondary);
|
|
464
464
|
}
|
|
465
|
-
.input-field[data-v-
|
|
465
|
+
.input-field[data-v-74573d6c]:focus {
|
|
466
466
|
border-color: var(--color-accent);
|
|
467
467
|
}
|
|
468
|
-
.input-field[data-v-
|
|
468
|
+
.input-field[data-v-74573d6c]:disabled {
|
|
469
469
|
opacity: 0.5;
|
|
470
470
|
cursor: not-allowed;
|
|
471
471
|
}
|
|
472
|
-
.submit-btn[data-v-
|
|
472
|
+
.submit-btn[data-v-74573d6c] {
|
|
473
473
|
display: flex;
|
|
474
474
|
align-items: center;
|
|
475
475
|
justify-content: center;
|
|
@@ -483,20 +483,20 @@ to {
|
|
|
483
483
|
backdrop-filter: blur(10px);
|
|
484
484
|
transition: background 0.2s ease, transform 0.15s ease, opacity 0.2s ease;
|
|
485
485
|
}
|
|
486
|
-
.submit-btn[data-v-
|
|
486
|
+
.submit-btn[data-v-74573d6c]:hover:not(:disabled) {
|
|
487
487
|
background: rgba(129, 140, 248, 0.12);
|
|
488
488
|
transform: scale(1.05);
|
|
489
489
|
}
|
|
490
|
-
.submit-btn[data-v-
|
|
490
|
+
.submit-btn[data-v-74573d6c]:disabled {
|
|
491
491
|
opacity: 0.4;
|
|
492
492
|
cursor: not-allowed;
|
|
493
493
|
}
|
|
494
|
-
.btn-spinner[data-v-
|
|
495
|
-
animation: tool-spin-
|
|
494
|
+
.btn-spinner[data-v-74573d6c] {
|
|
495
|
+
animation: tool-spin-74573d6c 0.8s linear infinite;
|
|
496
496
|
}
|
|
497
497
|
|
|
498
498
|
/* ── 气泡容器 ── */
|
|
499
|
-
.bubble-stack[data-v-
|
|
499
|
+
.bubble-stack[data-v-74573d6c] {
|
|
500
500
|
position: absolute;
|
|
501
501
|
right: 0;
|
|
502
502
|
bottom: calc(100% + 12px);
|
|
@@ -504,16 +504,16 @@ to {
|
|
|
504
504
|
max-height: min(58vh, 520px);
|
|
505
505
|
overflow: auto;
|
|
506
506
|
}
|
|
507
|
-
.bubble-stack[data-v-
|
|
507
|
+
.bubble-stack[data-v-74573d6c]::-webkit-scrollbar {
|
|
508
508
|
width: 4px;
|
|
509
509
|
}
|
|
510
|
-
.bubble-stack[data-v-
|
|
510
|
+
.bubble-stack[data-v-74573d6c]::-webkit-scrollbar-thumb {
|
|
511
511
|
background: rgba(126, 155, 204, 0.3);
|
|
512
512
|
border-radius: 999px;
|
|
513
513
|
}
|
|
514
514
|
|
|
515
515
|
/* ── Agent 气泡 ── */
|
|
516
|
-
.agent-bubble[data-v-
|
|
516
|
+
.agent-bubble[data-v-74573d6c] {
|
|
517
517
|
border-radius: 16px;
|
|
518
518
|
padding: 12px 14px;
|
|
519
519
|
background: radial-gradient(circle at 12% 10%, rgba(80, 122, 255, 0.14), transparent 50%), linear-gradient(155deg, rgba(24, 42, 72, 0.96), rgba(14, 24, 46, 0.97));
|
|
@@ -523,9 +523,9 @@ to {
|
|
|
523
523
|
display: flex;
|
|
524
524
|
flex-direction: column;
|
|
525
525
|
gap: 0;
|
|
526
|
-
animation: bubble-appear-
|
|
526
|
+
animation: bubble-appear-74573d6c 0.3s cubic-bezier(0.16, 1, 0.3, 1);
|
|
527
527
|
}
|
|
528
|
-
@keyframes bubble-appear-
|
|
528
|
+
@keyframes bubble-appear-74573d6c {
|
|
529
529
|
from {
|
|
530
530
|
opacity: 0;
|
|
531
531
|
transform: translateY(8px) scale(0.97);
|
|
@@ -536,7 +536,7 @@ to {
|
|
|
536
536
|
}
|
|
537
537
|
}
|
|
538
538
|
/* ── 工具执行步骤 ── */
|
|
539
|
-
.tool-steps[data-v-
|
|
539
|
+
.tool-steps[data-v-74573d6c] {
|
|
540
540
|
display: flex;
|
|
541
541
|
flex-direction: column;
|
|
542
542
|
gap: 2px;
|
|
@@ -544,40 +544,40 @@ to {
|
|
|
544
544
|
padding-bottom: 8px;
|
|
545
545
|
border-bottom: 1px solid rgba(125, 160, 220, 0.1);
|
|
546
546
|
}
|
|
547
|
-
.tool-step[data-v-
|
|
547
|
+
.tool-step[data-v-74573d6c] {
|
|
548
548
|
display: flex;
|
|
549
549
|
align-items: center;
|
|
550
550
|
gap: 7px;
|
|
551
551
|
padding: 4px 6px;
|
|
552
552
|
border-radius: 8px;
|
|
553
553
|
transition: background 0.2s ease;
|
|
554
|
-
animation: step-in-
|
|
554
|
+
animation: step-in-74573d6c 0.25s cubic-bezier(0.16, 1, 0.3, 1);
|
|
555
555
|
}
|
|
556
|
-
.tool-step--loading .tool-step__icon[data-v-
|
|
556
|
+
.tool-step--loading .tool-step__icon[data-v-74573d6c] {
|
|
557
557
|
color: var(--color-accent);
|
|
558
558
|
}
|
|
559
|
-
.tool-step--loading .tool-step__name[data-v-
|
|
559
|
+
.tool-step--loading .tool-step__name[data-v-74573d6c] {
|
|
560
560
|
color: rgba(200, 215, 240, 0.85);
|
|
561
561
|
}
|
|
562
|
-
.tool-step--done .tool-step__icon[data-v-
|
|
562
|
+
.tool-step--done .tool-step__icon[data-v-74573d6c] {
|
|
563
563
|
color: var(--color-success);
|
|
564
564
|
}
|
|
565
|
-
.tool-step--done .tool-step__name[data-v-
|
|
565
|
+
.tool-step--done .tool-step__name[data-v-74573d6c] {
|
|
566
566
|
color: rgba(200, 215, 240, 0.55);
|
|
567
567
|
}
|
|
568
|
-
.tool-step--error .tool-step__icon[data-v-
|
|
568
|
+
.tool-step--error .tool-step__icon[data-v-74573d6c] {
|
|
569
569
|
color: var(--color-error);
|
|
570
570
|
}
|
|
571
|
-
.tool-step--error .tool-step__name[data-v-
|
|
571
|
+
.tool-step--error .tool-step__name[data-v-74573d6c] {
|
|
572
572
|
color: rgba(248, 113, 113, 0.8);
|
|
573
573
|
}
|
|
574
|
-
.tool-step--executing[data-v-
|
|
574
|
+
.tool-step--executing[data-v-74573d6c] {
|
|
575
575
|
background: rgba(129, 140, 248, 0.06);
|
|
576
576
|
}
|
|
577
|
-
.tool-step--executing .tool-step__icon[data-v-
|
|
577
|
+
.tool-step--executing .tool-step__icon[data-v-74573d6c] {
|
|
578
578
|
color: var(--color-accent);
|
|
579
579
|
}
|
|
580
|
-
@keyframes step-in-
|
|
580
|
+
@keyframes step-in-74573d6c {
|
|
581
581
|
from {
|
|
582
582
|
opacity: 0;
|
|
583
583
|
transform: translateX(-6px);
|
|
@@ -587,7 +587,7 @@ to {
|
|
|
587
587
|
transform: translateX(0);
|
|
588
588
|
}
|
|
589
589
|
}
|
|
590
|
-
.tool-step__icon[data-v-
|
|
590
|
+
.tool-step__icon[data-v-74573d6c] {
|
|
591
591
|
display: flex;
|
|
592
592
|
align-items: center;
|
|
593
593
|
justify-content: center;
|
|
@@ -595,10 +595,10 @@ to {
|
|
|
595
595
|
height: 18px;
|
|
596
596
|
flex-shrink: 0;
|
|
597
597
|
}
|
|
598
|
-
.tool-step__spinner[data-v-
|
|
599
|
-
animation: tool-spin-
|
|
598
|
+
.tool-step__spinner[data-v-74573d6c] {
|
|
599
|
+
animation: tool-spin-74573d6c 0.8s linear infinite;
|
|
600
600
|
}
|
|
601
|
-
@keyframes tool-spin-
|
|
601
|
+
@keyframes tool-spin-74573d6c {
|
|
602
602
|
from {
|
|
603
603
|
transform: rotate(0deg);
|
|
604
604
|
}
|
|
@@ -606,7 +606,7 @@ to {
|
|
|
606
606
|
transform: rotate(360deg);
|
|
607
607
|
}
|
|
608
608
|
}
|
|
609
|
-
.tool-step__name[data-v-
|
|
609
|
+
.tool-step__name[data-v-74573d6c] {
|
|
610
610
|
font-size: 12px;
|
|
611
611
|
font-weight: 500;
|
|
612
612
|
white-space: nowrap;
|
|
@@ -614,7 +614,7 @@ to {
|
|
|
614
614
|
text-overflow: ellipsis;
|
|
615
615
|
transition: color 0.2s ease;
|
|
616
616
|
}
|
|
617
|
-
.tool-step__tag[data-v-
|
|
617
|
+
.tool-step__tag[data-v-74573d6c] {
|
|
618
618
|
font-size: 10px;
|
|
619
619
|
font-weight: 500;
|
|
620
620
|
padding: 1px 6px;
|
|
@@ -622,32 +622,32 @@ to {
|
|
|
622
622
|
white-space: nowrap;
|
|
623
623
|
flex-shrink: 0;
|
|
624
624
|
}
|
|
625
|
-
.tool-step__tag--exec[data-v-
|
|
625
|
+
.tool-step__tag--exec[data-v-74573d6c] {
|
|
626
626
|
background: rgba(129, 140, 248, 0.12);
|
|
627
627
|
color: var(--color-accent);
|
|
628
628
|
}
|
|
629
629
|
|
|
630
630
|
/* ── 思考中动画 ── */
|
|
631
|
-
.thinking-dots[data-v-
|
|
631
|
+
.thinking-dots[data-v-74573d6c] {
|
|
632
632
|
display: inline-flex;
|
|
633
633
|
align-items: center;
|
|
634
634
|
gap: 5px;
|
|
635
635
|
padding: 2px 0;
|
|
636
636
|
}
|
|
637
|
-
.thinking-dots span[data-v-
|
|
637
|
+
.thinking-dots span[data-v-74573d6c] {
|
|
638
638
|
width: 5px;
|
|
639
639
|
height: 5px;
|
|
640
640
|
border-radius: 50%;
|
|
641
641
|
background: var(--text-secondary);
|
|
642
|
-
animation: thinking-bounce-
|
|
642
|
+
animation: thinking-bounce-74573d6c 1s infinite ease-in-out;
|
|
643
643
|
}
|
|
644
|
-
.thinking-dots span[data-v-
|
|
644
|
+
.thinking-dots span[data-v-74573d6c]:nth-child(2) {
|
|
645
645
|
animation-delay: 0.15s;
|
|
646
646
|
}
|
|
647
|
-
.thinking-dots span[data-v-
|
|
647
|
+
.thinking-dots span[data-v-74573d6c]:nth-child(3) {
|
|
648
648
|
animation-delay: 0.3s;
|
|
649
649
|
}
|
|
650
|
-
@keyframes thinking-bounce-
|
|
650
|
+
@keyframes thinking-bounce-74573d6c {
|
|
651
651
|
0%, 100% {
|
|
652
652
|
transform: translateY(0);
|
|
653
653
|
opacity: 0.3;
|
|
@@ -658,7 +658,7 @@ to {
|
|
|
658
658
|
}
|
|
659
659
|
}
|
|
660
660
|
/* ── 文本内容 ── */
|
|
661
|
-
.agent-text[data-v-
|
|
661
|
+
.agent-text[data-v-74573d6c] {
|
|
662
662
|
font-size: 14px;
|
|
663
663
|
line-height: 1.55;
|
|
664
664
|
color: var(--text-primary);
|
|
@@ -667,26 +667,26 @@ to {
|
|
|
667
667
|
}
|
|
668
668
|
|
|
669
669
|
/* ── 气泡过渡 ── */
|
|
670
|
-
.bubble-fade-enter-active[data-v-
|
|
670
|
+
.bubble-fade-enter-active[data-v-74573d6c] {
|
|
671
671
|
transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
|
|
672
672
|
}
|
|
673
|
-
.bubble-fade-leave-active[data-v-
|
|
673
|
+
.bubble-fade-leave-active[data-v-74573d6c] {
|
|
674
674
|
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
|
|
675
675
|
}
|
|
676
|
-
.bubble-fade-enter-from[data-v-
|
|
676
|
+
.bubble-fade-enter-from[data-v-74573d6c] {
|
|
677
677
|
opacity: 0;
|
|
678
678
|
transform: translateY(12px) scale(0.95);
|
|
679
679
|
}
|
|
680
|
-
.bubble-fade-leave-to[data-v-
|
|
680
|
+
.bubble-fade-leave-to[data-v-74573d6c] {
|
|
681
681
|
opacity: 0;
|
|
682
682
|
transform: translateY(8px) scale(0.97);
|
|
683
683
|
}
|
|
684
684
|
@media (max-width: 768px) {
|
|
685
|
-
.bubble-stack[data-v-
|
|
685
|
+
.bubble-stack[data-v-74573d6c] {
|
|
686
686
|
width: min(320px, 88vw);
|
|
687
687
|
max-height: min(54vh, 420px);
|
|
688
688
|
}
|
|
689
|
-
.input-bar[data-v-
|
|
689
|
+
.input-bar[data-v-74573d6c] {
|
|
690
690
|
min-width: 260px;
|
|
691
691
|
}
|
|
692
692
|
}
|