在manimlib/scene/scene_file_writer.py文件中将第354行的代码注释掉(subprocess.call(["rm",sound_file_path])),并在下面添加一行代码:os.remove(sound_file_path)
然后创建名为assets的文件夹,并创建raster_images,svg_images,sounds这三个子文件夹
比如svg图片,使用svg = SVGMobject("name")[0]来引用