迁移五子棋邀请按钮事件

This commit is contained in:
2026-04-25 11:05:15 +08:00
parent 6cb63a98e2
commit ed484c9235
3 changed files with 65 additions and 9 deletions
+9
View File
@@ -10,6 +10,15 @@
'Segoe UI Symbol', 'Noto Color Emoji';
}
/* 五子棋公屏邀请按钮由 Vite 事件委托接管,这里集中维护 hover 视觉态。 */
.gomoku-invite-open:hover {
background: #ddeeff !important;
}
.gomoku-invite-accept:hover {
opacity: .8 !important;
}
.vip-presence-banner {
position: fixed;
inset: 24px 24px auto 24px;