Spaces:
Sleeping
Sleeping
Update web/src/components/ChatArea.tsx
Browse files
web/src/components/ChatArea.tsx
CHANGED
|
@@ -638,7 +638,7 @@ export function ChatArea({
|
|
| 638 |
<div className="text-xs text-muted-foreground">{label}</div>
|
| 639 |
</div>
|
| 640 |
|
| 641 |
-
{/* ✅
|
| 642 |
<button
|
| 643 |
type="button"
|
| 644 |
onClick={(e) => {
|
|
|
|
| 638 |
<div className="text-xs text-muted-foreground">{label}</div>
|
| 639 |
</div>
|
| 640 |
|
| 641 |
+
{/* ✅ 删除按钮 */}
|
| 642 |
<button
|
| 643 |
type="button"
|
| 644 |
onClick={(e) => {
|