
diff --git a/.gitignore b/.gitignore
index 894a44c..2526fb3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -102,3 +102,7 @@ venv.bak/
# mypy
.mypy_cache/
+
+# pictures
+.Pictures
+.pictures
diff --git a/.idea/encodings.xml b/.idea/encodings.xml
new file mode 100644
index 0000000..bcafbde
--- /dev/null
+++ b/.idea/encodings.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
(.*?)
', html, re.S).group(1) + text_block = text_block.replace('部门编号 | \n') + output.write('\t\t\t部门名称 | \n') + output.write('\t\t\t所在地 | \n') + output.write('\t\t
---|---|---|
{dept["no"]} | \n') + output.write(f'\t\t\t{dept["name"]} | \n') + output.write(f'\t\t\t{dept["location"]} | \n') + output.write('\t\t
部门编号 | +部门名称 | +所在地 | +
---|---|---|
{{dept.no}} | +{{dept.name}} | +{{dept.location}} | +