Skip to content

Commit

Permalink
perf: 优化生成readme文件内容格式
Browse files Browse the repository at this point in the history
  • Loading branch information
super456 committed May 7, 2024
1 parent 56879c7 commit f5c3126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/generateReadme.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ function generateList(list) {
(item) =>
`- [x] [${
item.name
} <img alt="" height="16" src="https://img.shields.io/github/size/super456/FE-MindMap/${encodeURI(
} <img style="display:inline-block" alt="${item.name}" height="16" src="https://img.shields.io/github/size/super456/FE-MindMap/${encodeURI(
item.path
)}" align="center" />](/${encodeURI(item.path)})
)}" align="center" />](https://github.com/super456/FE-MindMap/blob/main/${encodeURI(item.path)})
- 💡创建时间: ${item.createdTime}
- 🛠️更新时间: ${item.updateTime}`
)
Expand Down

0 comments on commit f5c3126

Please sign in to comment.