补充修改内容

This commit is contained in:
liubiren 2026-04-13 19:20:52 +08:00
parent 7f3479e05b
commit 390d8aaafb
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@ class Canvas:
"""
# 构建所有素材文件夹的根目录路径
# self.materials_folder_path = Path(materials_folder_path)
self.materials_folder_path = Path("/Users/liubiren/Python/短视频合成自动化/纯图")
self.materials_folder_path = Path(
"/Users/liubiren/Python/短视频合成自动化/纯图"
)
self.canvas_height, self.canvas_width = canvas_height, canvas_width
# 创建画布(默认尺寸为 1920x1080底色为白色