修复弹窗闪烁:添加 [x-cloak] CSS 规则 + 删除重复的 chat:marriage-accepted 监听器

This commit is contained in:
2026-03-01 19:22:40 +08:00
parent 68c4ca7a96
commit 0990a13c2e
2 changed files with 14 additions and 13 deletions
+5
View File
@@ -7,6 +7,11 @@
* @version 1.0.0
*/
/* Alpine.js x-cloak:初始化完成前完全隐藏,防止弹窗闪烁 */
[x-cloak] {
display: none !important;
}
/*
原版海军蓝聊天室色系 (CHAT.CSS 复刻)
*/