feat: UI update

This commit is contained in:
xkeyC
2025-11-19 21:14:36 +08:00
parent 2ffb02e62d
commit 6fda5628ff
10 changed files with 126 additions and 65 deletions

View File

@@ -889,4 +889,8 @@ class PartyRoom extends _$PartyRoom {
_stopEventStream();
_confBox?.close();
}
common.Tag? getMainTagById(String mainTagId) {
return state.room.tags[mainTagId];
}
}