mirror of
https://gitcode.com/JianFeeeee/TrulyMEM-TrueHumanMEM.git
synced 2026-09-20 00:48:52 +00:00
fix: 📎 emoji 改为 Font Awesome fa-paperclip 图标,风格统一
This commit is contained in:
@ -507,7 +507,7 @@
|
||||
</div>
|
||||
<div class="chat-input-area">
|
||||
<input type="text" id="chatInput" placeholder="输入消息..." autocomplete="off">
|
||||
<button class="attach-btn" id="attachBtn" title="添加文件">📎</button>
|
||||
<button class="attach-btn" id="attachBtn" title="添加文件"><i class="fas fa-paperclip"></i></button>
|
||||
<button id="chatSendBtn">发送</button>
|
||||
</div>
|
||||
<input type="file" id="fileInput" multiple style="display:none">
|
||||
|
||||
Reference in New Issue
Block a user