From a6cae7d8f87caccd0f0e5556d50a906f1448b54e Mon Sep 17 00:00:00 2001 From: fengbohan <1953356163@qq.com> Date: Mon, 30 Oct 2023 13:53:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E8=A6=81=E4=BA=BA=E5=B7=A5=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E5=AE=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + gen_word.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 00b097a..bb0d0f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.doc *.tmp *.log +.idea/ diff --git a/gen_word.py b/gen_word.py index 62b2463..2c858f7 100644 --- a/gen_word.py +++ b/gen_word.py @@ -57,6 +57,8 @@ class WEEK_REPORT: s.Find.Execute(self.pre_str, False, False, False, False, False, True, 1, False, self.str, 1) + # run 宏 + # self.doc.run("update") def update_file(self): self.open_file()