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