1
0
Эх сурвалжийг харах

Update fix_bold_format.py

jjyaoao 9 сар өмнө
parent
commit
5cc3ce6bbc
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      fix_bold_format.py

+ 2 - 2
fix_bold_format.py

@@ -40,7 +40,7 @@ def fix_bold_format_in_file(file_path):
 def main():
     """主函数"""
     # 查找所有Markdown文件
-    docs_dir = "D:\code\multiAgentBok\HL-MAS\jjyaoao分支的hello-agents\hello-agents"
+    docs_dir = ""
     
     # 递归查找所有.md文件
     md_files = []
@@ -61,4 +61,4 @@ def main():
     print(f"处理完成!共修改了 {modified_count} 个文件")
 
 if __name__ == "__main__":
-    main()
+    main()