@siact/sime-x-vue 0.0.20 → 0.0.21

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/style.css CHANGED
@@ -690,7 +690,7 @@ to {
690
690
  min-width: 260px;
691
691
  }
692
692
  }
693
- .voice-assistant[data-v-5f5506a2] {
693
+ .voice-assistant[data-v-ac1884ea] {
694
694
  --text-primary: #e6edf7;
695
695
  --text-secondary: #95a8c8;
696
696
  --glass-bg: rgba(8, 16, 32, 0.72);
@@ -707,16 +707,16 @@ to {
707
707
  }
708
708
 
709
709
  /* ── FAB 按钮 ── */
710
- .assistant-fab[data-v-5f5506a2] {
710
+ .assistant-fab[data-v-ac1884ea] {
711
711
  position: relative;
712
712
  cursor: pointer;
713
713
  transition: transform 0.2s ease, filter 0.2s ease;
714
714
  }
715
- .assistant-fab[data-v-5f5506a2]:hover {
715
+ .assistant-fab[data-v-ac1884ea]:hover {
716
716
  transform: translateY(-1px) scale(1.03);
717
717
  filter: brightness(1.06);
718
718
  }
719
- .status-pill[data-v-5f5506a2] {
719
+ .status-pill[data-v-ac1884ea] {
720
720
  position: absolute;
721
721
  right: calc(100% + 12px);
722
722
  top: 50%;
@@ -735,13 +735,13 @@ to {
735
735
  text-overflow: ellipsis;
736
736
  box-shadow: 0 10px 20px rgba(2, 8, 24, 0.38);
737
737
  }
738
- .fab-avatar-wrapper[data-v-5f5506a2] {
738
+ .fab-avatar-wrapper[data-v-ac1884ea] {
739
739
  position: relative;
740
740
  display: flex;
741
741
  align-items: center;
742
742
  justify-content: center;
743
743
  }
744
- .fab-avatar-wrapper img[data-v-5f5506a2] {
744
+ .fab-avatar-wrapper img[data-v-ac1884ea] {
745
745
  display: block;
746
746
  height: auto;
747
747
  object-fit: contain;
@@ -749,7 +749,7 @@ to {
749
749
  }
750
750
 
751
751
  /* ── 气泡容器 ── */
752
- .bubble-stack[data-v-5f5506a2] {
752
+ .bubble-stack[data-v-ac1884ea] {
753
753
  position: absolute;
754
754
  right: 0;
755
755
  bottom: calc(100% + 16px);
@@ -757,16 +757,16 @@ to {
757
757
  max-height: min(58vh, 520px);
758
758
  overflow: auto;
759
759
  }
760
- .bubble-stack[data-v-5f5506a2]::-webkit-scrollbar {
760
+ .bubble-stack[data-v-ac1884ea]::-webkit-scrollbar {
761
761
  width: 4px;
762
762
  }
763
- .bubble-stack[data-v-5f5506a2]::-webkit-scrollbar-thumb {
763
+ .bubble-stack[data-v-ac1884ea]::-webkit-scrollbar-thumb {
764
764
  background: rgba(126, 155, 204, 0.3);
765
765
  border-radius: 999px;
766
766
  }
767
767
 
768
768
  /* ── 统一 agent 气泡 ── */
769
- .agent-bubble[data-v-5f5506a2] {
769
+ .agent-bubble[data-v-ac1884ea] {
770
770
  border-radius: 16px;
771
771
  padding: 12px 14px;
772
772
  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));
@@ -776,9 +776,9 @@ to {
776
776
  display: flex;
777
777
  flex-direction: column;
778
778
  gap: 0;
779
- animation: bubble-appear-5f5506a2 0.3s cubic-bezier(0.16, 1, 0.3, 1);
779
+ animation: bubble-appear-ac1884ea 0.3s cubic-bezier(0.16, 1, 0.3, 1);
780
780
  }
781
- @keyframes bubble-appear-5f5506a2 {
781
+ @keyframes bubble-appear-ac1884ea {
782
782
  from {
783
783
  opacity: 0;
784
784
  transform: translateY(8px) scale(0.97);
@@ -789,7 +789,7 @@ to {
789
789
  }
790
790
  }
791
791
  /* ── 工具执行步骤(内联紧凑) ── */
792
- .tool-steps[data-v-5f5506a2] {
792
+ .tool-steps[data-v-ac1884ea] {
793
793
  display: flex;
794
794
  flex-direction: column;
795
795
  gap: 2px;
@@ -797,40 +797,40 @@ to {
797
797
  padding-bottom: 8px;
798
798
  border-bottom: 1px solid rgba(125, 160, 220, 0.1);
799
799
  }
800
- .tool-step[data-v-5f5506a2] {
800
+ .tool-step[data-v-ac1884ea] {
801
801
  display: flex;
802
802
  align-items: center;
803
803
  gap: 7px;
804
804
  padding: 4px 6px;
805
805
  border-radius: 8px;
806
806
  transition: background 0.2s ease;
807
- animation: step-in-5f5506a2 0.25s cubic-bezier(0.16, 1, 0.3, 1);
807
+ animation: step-in-ac1884ea 0.25s cubic-bezier(0.16, 1, 0.3, 1);
808
808
  }
809
- .tool-step--loading .tool-step__icon[data-v-5f5506a2] {
809
+ .tool-step--loading .tool-step__icon[data-v-ac1884ea] {
810
810
  color: var(--color-accent);
811
811
  }
812
- .tool-step--loading .tool-step__name[data-v-5f5506a2] {
812
+ .tool-step--loading .tool-step__name[data-v-ac1884ea] {
813
813
  color: rgba(200, 215, 240, 0.85);
814
814
  }
815
- .tool-step--done .tool-step__icon[data-v-5f5506a2] {
815
+ .tool-step--done .tool-step__icon[data-v-ac1884ea] {
816
816
  color: var(--color-success);
817
817
  }
818
- .tool-step--done .tool-step__name[data-v-5f5506a2] {
818
+ .tool-step--done .tool-step__name[data-v-ac1884ea] {
819
819
  color: rgba(200, 215, 240, 0.55);
820
820
  }
821
- .tool-step--error .tool-step__icon[data-v-5f5506a2] {
821
+ .tool-step--error .tool-step__icon[data-v-ac1884ea] {
822
822
  color: var(--color-error);
823
823
  }
824
- .tool-step--error .tool-step__name[data-v-5f5506a2] {
824
+ .tool-step--error .tool-step__name[data-v-ac1884ea] {
825
825
  color: rgba(248, 113, 113, 0.8);
826
826
  }
827
- .tool-step--executing[data-v-5f5506a2] {
827
+ .tool-step--executing[data-v-ac1884ea] {
828
828
  background: rgba(129, 140, 248, 0.06);
829
829
  }
830
- .tool-step--executing .tool-step__icon[data-v-5f5506a2] {
830
+ .tool-step--executing .tool-step__icon[data-v-ac1884ea] {
831
831
  color: var(--color-accent);
832
832
  }
833
- @keyframes step-in-5f5506a2 {
833
+ @keyframes step-in-ac1884ea {
834
834
  from {
835
835
  opacity: 0;
836
836
  transform: translateX(-6px);
@@ -840,7 +840,7 @@ to {
840
840
  transform: translateX(0);
841
841
  }
842
842
  }
843
- .tool-step__icon[data-v-5f5506a2] {
843
+ .tool-step__icon[data-v-ac1884ea] {
844
844
  display: flex;
845
845
  align-items: center;
846
846
  justify-content: center;
@@ -848,10 +848,10 @@ to {
848
848
  height: 18px;
849
849
  flex-shrink: 0;
850
850
  }
851
- .tool-step__spinner[data-v-5f5506a2] {
852
- animation: tool-spin-5f5506a2 0.8s linear infinite;
851
+ .tool-step__spinner[data-v-ac1884ea] {
852
+ animation: tool-spin-ac1884ea 0.8s linear infinite;
853
853
  }
854
- @keyframes tool-spin-5f5506a2 {
854
+ @keyframes tool-spin-ac1884ea {
855
855
  from {
856
856
  transform: rotate(0deg);
857
857
  }
@@ -859,7 +859,7 @@ to {
859
859
  transform: rotate(360deg);
860
860
  }
861
861
  }
862
- .tool-step__name[data-v-5f5506a2] {
862
+ .tool-step__name[data-v-ac1884ea] {
863
863
  font-size: 12px;
864
864
  font-weight: 500;
865
865
  white-space: nowrap;
@@ -867,7 +867,7 @@ to {
867
867
  text-overflow: ellipsis;
868
868
  transition: color 0.2s ease;
869
869
  }
870
- .tool-step__tag[data-v-5f5506a2] {
870
+ .tool-step__tag[data-v-ac1884ea] {
871
871
  font-size: 10px;
872
872
  font-weight: 500;
873
873
  padding: 1px 6px;
@@ -875,32 +875,32 @@ to {
875
875
  white-space: nowrap;
876
876
  flex-shrink: 0;
877
877
  }
878
- .tool-step__tag--exec[data-v-5f5506a2] {
878
+ .tool-step__tag--exec[data-v-ac1884ea] {
879
879
  background: rgba(129, 140, 248, 0.12);
880
880
  color: var(--color-accent);
881
881
  }
882
882
 
883
883
  /* ── 思考中动画 ── */
884
- .thinking-dots[data-v-5f5506a2] {
884
+ .thinking-dots[data-v-ac1884ea] {
885
885
  display: inline-flex;
886
886
  align-items: center;
887
887
  gap: 5px;
888
888
  padding: 2px 0;
889
889
  }
890
- .thinking-dots span[data-v-5f5506a2] {
890
+ .thinking-dots span[data-v-ac1884ea] {
891
891
  width: 5px;
892
892
  height: 5px;
893
893
  border-radius: 50%;
894
894
  background: var(--text-secondary);
895
- animation: thinking-bounce-5f5506a2 1s infinite ease-in-out;
895
+ animation: thinking-bounce-ac1884ea 1s infinite ease-in-out;
896
896
  }
897
- .thinking-dots span[data-v-5f5506a2]:nth-child(2) {
897
+ .thinking-dots span[data-v-ac1884ea]:nth-child(2) {
898
898
  animation-delay: 0.15s;
899
899
  }
900
- .thinking-dots span[data-v-5f5506a2]:nth-child(3) {
900
+ .thinking-dots span[data-v-ac1884ea]:nth-child(3) {
901
901
  animation-delay: 0.3s;
902
902
  }
903
- @keyframes thinking-bounce-5f5506a2 {
903
+ @keyframes thinking-bounce-ac1884ea {
904
904
  0%, 100% {
905
905
  transform: translateY(0);
906
906
  opacity: 0.3;
@@ -911,7 +911,7 @@ to {
911
911
  }
912
912
  }
913
913
  /* ── 文本内容 ── */
914
- .agent-text[data-v-5f5506a2] {
914
+ .agent-text[data-v-ac1884ea] {
915
915
  font-size: 14px;
916
916
  line-height: 1.55;
917
917
  color: var(--text-primary);
@@ -920,23 +920,23 @@ to {
920
920
  }
921
921
 
922
922
  /* ── 气泡淡入淡出过渡 ── */
923
- .bubble-fade-enter-active[data-v-5f5506a2] {
923
+ .bubble-fade-enter-active[data-v-ac1884ea] {
924
924
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
925
925
  }
926
- .bubble-fade-leave-active[data-v-5f5506a2] {
926
+ .bubble-fade-leave-active[data-v-ac1884ea] {
927
927
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
928
928
  }
929
- .bubble-fade-enter-from[data-v-5f5506a2] {
929
+ .bubble-fade-enter-from[data-v-ac1884ea] {
930
930
  opacity: 0;
931
931
  transform: translateY(12px) scale(0.95);
932
932
  }
933
- .bubble-fade-leave-to[data-v-5f5506a2] {
933
+ .bubble-fade-leave-to[data-v-ac1884ea] {
934
934
  opacity: 0;
935
935
  transform: translateY(8px) scale(0.97);
936
936
  }
937
937
 
938
938
  /* ── 监听状态指示器 ── */
939
- .listening-badge[data-v-5f5506a2] {
939
+ .listening-badge[data-v-ac1884ea] {
940
940
  position: absolute;
941
941
  top: -8px;
942
942
  right: -8px;
@@ -948,57 +948,57 @@ to {
948
948
  align-items: center;
949
949
  justify-content: center;
950
950
  }
951
- .listening-waves[data-v-5f5506a2] {
951
+ .listening-waves[data-v-ac1884ea] {
952
952
  position: absolute;
953
953
  inset: 0;
954
954
  display: flex;
955
955
  align-items: center;
956
956
  justify-content: center;
957
957
  }
958
- .wave[data-v-5f5506a2] {
958
+ .wave[data-v-ac1884ea] {
959
959
  position: absolute;
960
960
  width: 100%;
961
961
  height: 100%;
962
962
  border-radius: 50%;
963
963
  border: 2px solid rgba(255, 255, 255, 0.65);
964
- animation: wave-expand-5f5506a2 3s ease-out infinite;
964
+ animation: wave-expand-ac1884ea 3s ease-out infinite;
965
965
  }
966
- .wave-1[data-v-5f5506a2] {
966
+ .wave-1[data-v-ac1884ea] {
967
967
  animation-delay: 0s;
968
968
  }
969
- .wave-2[data-v-5f5506a2] {
969
+ .wave-2[data-v-ac1884ea] {
970
970
  animation-delay: 0.6s;
971
971
  }
972
- .wave-3[data-v-5f5506a2] {
972
+ .wave-3[data-v-ac1884ea] {
973
973
  animation-delay: 1.2s;
974
974
  }
975
- .listening-icon[data-v-5f5506a2] {
975
+ .listening-icon[data-v-ac1884ea] {
976
976
  position: relative;
977
977
  color: #fff;
978
978
  }
979
- .listening-badge.wake-active[data-v-5f5506a2] {
979
+ .listening-badge.wake-active[data-v-ac1884ea] {
980
980
  background-color: rgba(34, 197, 94, 0.9);
981
- animation: wake-badge-pop-5f5506a2 0.35s ease;
981
+ animation: wake-badge-pop-ac1884ea 0.35s ease;
982
982
  }
983
- .indicator-fade-enter-active[data-v-5f5506a2],
984
- .indicator-fade-leave-active[data-v-5f5506a2] {
983
+ .indicator-fade-enter-active[data-v-ac1884ea],
984
+ .indicator-fade-leave-active[data-v-ac1884ea] {
985
985
  transition: all 0.2s ease;
986
986
  }
987
- .indicator-fade-enter-from[data-v-5f5506a2],
988
- .indicator-fade-leave-to[data-v-5f5506a2] {
987
+ .indicator-fade-enter-from[data-v-ac1884ea],
988
+ .indicator-fade-leave-to[data-v-ac1884ea] {
989
989
  opacity: 0;
990
990
  transform: translateY(6px);
991
991
  }
992
992
  @media (max-width: 768px) {
993
- .bubble-stack[data-v-5f5506a2] {
993
+ .bubble-stack[data-v-ac1884ea] {
994
994
  width: min(320px, 88vw);
995
995
  max-height: min(54vh, 420px);
996
996
  }
997
- .status-pill[data-v-5f5506a2] {
997
+ .status-pill[data-v-ac1884ea] {
998
998
  max-width: 220px;
999
999
  }
1000
1000
  }
1001
- @keyframes wave-expand-5f5506a2 {
1001
+ @keyframes wave-expand-ac1884ea {
1002
1002
  0% {
1003
1003
  transform: scale(0.8);
1004
1004
  opacity: 0.8;
@@ -1008,7 +1008,7 @@ to {
1008
1008
  opacity: 0;
1009
1009
  }
1010
1010
  }
1011
- @keyframes wake-badge-pop-5f5506a2 {
1011
+ @keyframes wake-badge-pop-ac1884ea {
1012
1012
  0% {
1013
1013
  transform: scale(1);
1014
1014
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@siact/sime-x-vue",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },