更新Company页面的UI为FUI风格

This commit is contained in:
2025-12-21 19:29:42 +08:00
parent d74162b7ce
commit b61f7a5048
10 changed files with 736 additions and 23 deletions

3
app.py
View File

@@ -11829,6 +11829,9 @@ def broadcast_new_event(event):
else:
print(f'[WebSocket] 已推送新事件到房间: events_all')
# 清除事件列表缓存,确保用户刷新页面时获取最新数据
clear_events_cache()
print(f'[WebSocket DEBUG] ========== 广播完成 ==========\n')
except Exception as e: