Skip to content

Commit 90e5843

Browse files
committed
docs: 优化 README 文件中的应用图标显示
- 在 README.md 和 README.zh.md 文件中更新了应用图标图片标签 - 添加了 height 属性,确保图标按比例显示
1 parent bd5869c commit 90e5843

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img src="./docs/images/icon.svg" width="192" alt="App icon" />
2+
<img src="./docs/images/icon.svg" width="192" height="192" alt="App icon" />
33

44
# VCF Generator Lite
55

README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img src="./docs/images/icon.svg" width="192" alt="App icon" />
2+
<img src="./docs/images/icon.svg" width="192" height="192" alt="App icon" />
33

44
# VCF 生成器 Lite
55

0 commit comments

Comments
 (0)