预加载角色数据
Future<void> preloadCharacter(String characterId) async { await _state?.preloadCharacter(characterId); }