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