优化按钮

This commit is contained in:
2026-04-12 17:11:12 +08:00
parent 77c17f87f9
commit 705af810a9
@@ -108,7 +108,7 @@ $welcomeMessages = [
<input type="file" id="chat_image" name="image" accept="image/jpeg,image/png,image/gif,image/webp" style="display:none;" <input type="file" id="chat_image" name="image" accept="image/jpeg,image/png,image/gif,image/webp" style="display:none;"
onchange="handleChatImageSelected(this)"> onchange="handleChatImageSelected(this)">
<button type="button" onclick="document.getElementById('chat_image')?.click()" <button type="button" onclick="document.getElementById('chat_image')?.click()"
style="font-size: 11px; padding: 3px 8px; background: #0f766e; color: #fff; border: none; border-radius: 3px; cursor: pointer;"> style="font-size: 11px; padding: 1px 6px; background: #0f766e; color: #fff; border: none; border-radius: 2px; cursor: pointer;">
📷 图片 📷 图片
</button> </button>