feat(chat): port chat widget components from Dart to React

This commit is contained in:
2026-06-09 20:19:52 +08:00
parent 199a14650e
commit 109a3e3855
48 changed files with 2463 additions and 382 deletions
@@ -0,0 +1,9 @@
/* AiDisclosureBanner 样式(独立文件以便 chat-area 内联版本可复用) */
.banner {
align-self: center;
background: transparent;
font-size: var(--font-size-xs, 11px);
color: var(--color-text-banner, #8c8b8b);
text-align: center;
}