feat(ui): 替换原生select为shadcn/ui组件并支持图片消息发送
- 将 AccountBasicTab 和 ConfigForm 中的原生 select 替换为 shadcn/ui Select 组件 - ChatInput 支持拖放上传图片附件 - 添加 attachment button 并整合图片附件到消息发送 - 优化 Select 组件样式,增加过渡动画和悬停效果 - 调整 ConfigForm tab 切换样式为按钮风格 - AssetGallery 使用 useAccounts hook 获取账户列表 - 重新构建前端静态资源
This commit is contained in:
4
web/client/dist/index.html
vendored
4
web/client/dist/index.html
vendored
@@ -4,8 +4,8 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>美图 Agent</title>
|
||||
<script type="module" crossorigin src="/assets/index-DSKEPThI.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DXUyFc07.css">
|
||||
<script type="module" crossorigin src="/assets/index-Cgtxrl8D.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-B_JK8LRt.css">
|
||||
</head>
|
||||
<body class="bg-white text-zinc-900 antialiased">
|
||||
<div id="root"></div>
|
||||
|
||||
Reference in New Issue
Block a user