feat: update toggle components and enhance chatbot layout; upgrade dependencies and improve UI structure

This commit is contained in:
yuanhau 2025-05-13 09:57:48 +08:00
parent 5bf857f3cd
commit 28240b38dc
9 changed files with 212 additions and 29 deletions

View file

@ -0,0 +1,2 @@
export { default as ToggleGroup } from "./ToggleGroup.vue";
export { default as ToggleGroupItem } from "./ToggleGroupItem.vue";