feat: 功能菜单增加留言、反馈快捷入口

This commit is contained in:
pllx
2026-04-28 14:28:52 +08:00
parent 05ec4a72b7
commit 4fb78eaca9
@@ -195,6 +195,10 @@ $welcomeMessages = [
style="font-size:11px;padding:6px 8px;background:#fff;color:#334155;border:1px solid #cbd5e1;border-radius:6px;cursor:pointer;">👥 好友</button>
<button type="button" data-chat-feature-shortcut="settings"
style="font-size:11px;padding:6px 8px;background:#fff;color:#334155;border:1px solid #cbd5e1;border-radius:6px;cursor:pointer;">⚙️ 设置</button>
<button type="button" data-chat-feature-shortcut="guestbook"
style="font-size:11px;padding:6px 8px;background:#fff;color:#334155;border:1px solid #cbd5e1;border-radius:6px;cursor:pointer;">📝 留言</button>
<button type="button" data-chat-feature-shortcut="feedback"
style="font-size:11px;padding:6px 8px;background:#fff;color:#334155;border:1px solid #cbd5e1;border-radius:6px;cursor:pointer;">💬 反馈</button>
</div>
</div>
</div>