moved friend cursor data aggregation from frontend to backend

This commit is contained in:
2026-03-09 12:30:29 +08:00
parent 23c778a0bb
commit 69cfebee3d
8 changed files with 201 additions and 96 deletions

View File

@@ -8,6 +8,7 @@ pub mod auth;
pub mod client_config_manager;
pub mod cursor;
pub mod doll_editor;
pub mod friend_cursor;
pub mod health_manager;
pub mod health_monitor;
pub mod interaction;