mirror of
https://github.com/xushier/HD-Icons.git
synced 2025-12-06 12:27:29 +08:00
添加 谷歌云
This commit is contained in:
parent
789e2d5dc3
commit
6b95069340
@ -12,7 +12,6 @@ readme_path = root / "README.md"
|
||||
def generate_img_tag(file,folder):
|
||||
return f'<img src="{folder}/{file.name}" alt="{file.stem}" width="95">'
|
||||
|
||||
|
||||
imgs = sorted(Path("./border-radius").glob("*.png"))
|
||||
img_tags = [generate_img_tag(x,"border-radius") for x in imgs]
|
||||
circle_imgs = sorted(Path("./circle").glob("*.png"))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user