We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d0e17a commit 11116d5Copy full SHA for 11116d5
images/头像.png
-63.6 KB
scripts/gen_images_md.py
@@ -7,6 +7,7 @@
7
8
for file in sorted(os.listdir(IMAGE_DIR)):
9
if file.lower().endswith(('.png', '.jpg', '.jpeg', '.gif', '.webp', '.bmp')):
10
+ md_lines.append(f"**{file}**")
11
md_lines.append(f"")
12
13
with open(OUTPUT_FILE, "w", encoding="utf-8") as f:
0 commit comments