|
|
@ -25,7 +25,6 @@ async def main():
|
|
|
|
file_path = "Docx/《动能定理》巩固练习.docx"
|
|
|
|
file_path = "Docx/《动能定理》巩固练习.docx"
|
|
|
|
WORKING_DIR = "../Topic/WuLi"
|
|
|
|
WORKING_DIR = "../Topic/WuLi"
|
|
|
|
fileName = file_path.split('/')[-1].replace(".docx", "").replace(".doc", "")
|
|
|
|
fileName = file_path.split('/')[-1].replace(".docx", "").replace(".doc", "")
|
|
|
|
print("文件名=" + fileName)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 删除output目录下的所有文件
|
|
|
|
# 删除output目录下的所有文件
|
|
|
|
output_dir = "../output"
|
|
|
|
output_dir = "../output"
|
|
|
|