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