mirror of
https://github.com/xushier/HD-Icons.git
synced 2026-09-11 02:44:09 +08:00
添加 谷歌云
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user