@ -57,8 +57,8 @@ class _SvgaPlayerWidgetState extends State<SvgaPlayerWidget>
// 如果正在播放,先停止并清理
if (_controller != null) {
print('🛑 停止当前播放');
_controller!.stop();
_controller!.dispose();
_controller = null;
}