fix:优化配置存储
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from rich.console import Console
|
||||
from loguru import logger
|
||||
from rich.console import Console
|
||||
|
||||
from config.config import load_config
|
||||
from utils.pptx_utils import replace_text_in_slide, replace_picture
|
||||
@@ -10,7 +10,7 @@ console = Console()
|
||||
# ==========================================
|
||||
# 1. 配置区域 (Configuration)
|
||||
# ==========================================
|
||||
config = load_config("config.toml")
|
||||
config = load_config()
|
||||
|
||||
|
||||
def replace_one_page(prs, name, class_name):
|
||||
|
||||
Reference in New Issue
Block a user