22

I want to show the progress of the current iteration of my project on Github Wiki. However I couldn't find a way to do this.

I am looking for something similar to the Bootstrap progress bars without any interaction. Is there a simple way to do this?

4

2 回答 2

44

将此链接用作图像:

https://progress-bar.dev/<thepercentage>

例子:![50%](https://progress-bar.dev/50) 50%

如果你想添加类似 shields.io 的标题:

https://progress-bar.dev/<thepercentage>?title=<title> 例子

更多文档可以在这里找到。

于 2020-05-17T18:51:42.577 回答
18

您可以使用表情符号的力量来描绘进度条的意图。

简单的符号

复选框:

⏹⏹⏹⏹⏹</p>

⬜️⬜️⬜️⬜️

✅✅✅✅✅</p>

⏹⬛️⬛️⬛️⬛️</p>

数字:

1️⃣2️⃣3️⃣4️⃣❎6️⃣7️⃣8️⃣9️⃣


形状:

⚪️⚪️⚪️⚪️⚪️⚪️⚪️

❤️❤️❤️❤️❤️❤️

❤️❤️


盒子外面

冲浪者和海浪:

〰️〰️〰️〰️〰️


足球运动员和目标:

➖➖➖⚽️➖➖➖➖➖‍♂️</p>


随意将您的创造力与表情符号一起使用,以创建更多这样的进度条!

这是一个很好的资源

于 2019-08-03T11:46:43.810 回答