修改配置文件

This commit is contained in:
2026-04-07 16:12:46 +08:00
parent b2a5060a19
commit b78032f80c
6 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -314,7 +314,7 @@ if __name__ == "__main__":
help='输出 txt 文件路径(可选)'
)
parser.add_argument(
'--excel', action='store_true',
'--excel', action='store_true',default= '--excel',
help='是否同时导出 Excel 文件(可直接复制粘贴到飞书云文档)'
)