feat(game): 添加开会暂停系统——点击开会按钮暂停游戏,可安心发激励,结束开会后恢复

This commit is contained in:
Cloud Bot
2026-03-24 09:13:14 +00:00
parent 6843d2b74c
commit b8ba572ffb
4 changed files with 157 additions and 33 deletions

View File

@@ -725,3 +725,8 @@
/* 深色背景(终端/代码块保留不覆盖bg-slate-900 bg-slate-950 */
}
@keyframes pulse {
0%, 100% { opacity: 1; }
50% { opacity: 0.3; }
}