minor refinements

This commit is contained in:
2025-12-18 22:51:14 +08:00
parent ec18f5366c
commit 3094d9de3d
14 changed files with 505 additions and 212 deletions

View File

@@ -13,6 +13,7 @@ pub async fn start_fdoll() {
async fn construct_app() {
init_app_data().await;
crate::services::ws::init_ws_client().await;
open_scene_window();
}