Skip to content

Commit

Permalink
Add badges and modify release template(#396)
Browse files Browse the repository at this point in the history
Add badges and modify release template
  • Loading branch information
SodaWithoutSparkles authored Aug 10, 2021
1 parent 1902922 commit 186ff7a
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@ jobs:
tag_name: ${{ env.VERSION_TAG }}
name: ${{ env.VERSION_TAG }}
body: |
## 更新内容
#### 新增
# 更新内容
### 新增
*
*
#### 修改
### 修改
*
*
#### 修复
### 修复
*
*
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Shaft (Pixiv 第三方客户端)
[![release](https://img.shields.io/github/v/release/CeuiLiSA/Pixiv-Shaft)](https://github.com/CeuiLiSA/Pixiv-Shaft/releases/latest)
[![build status](https://img.shields.io/github/workflow/status/CeuiLiSA/Pixiv-Shaft/CI)](https://github.com/CeuiLiSA/Pixiv-Shaft/actions)
[![open issues](https://img.shields.io/github/issues/CeuiLiSA/Pixiv-Shaft?color=brightgreen)](https://github.com/CeuiLiSA/Pixiv-Shaft/issues?q=is%3Aopen+is%3Aissue)
[![license](https://img.shields.io/github/license/CeuiLiSA/Pixiv-Shaft)](https://github.com/CeuiLiSA/Pixiv-Shaft/blob/master/LICENSE)

* 本应用为日本插画交流网站Pixiv的安卓客户端第三方重制版
* 项目已开源且仅做交流和学习使用,不得用于任何商业用途
Expand Down Expand Up @@ -90,3 +94,4 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```

24 changes: 24 additions & 0 deletions badges.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Badges from shields.io

- [x] Open issues count: [![open issues](https://img.shields.io/github/issues/CeuiLiSA/Pixiv-Shaft?color=brightgreen)](https://github.com/CeuiLiSA/Pixiv-Shaft/issues?q=is%3Aopen+is%3Aissue)
- [ ] Closed issues count: [![close issues](https://img.shields.io/github/issues-closed/CeuiLiSA/Pixiv-Shaft?color=red)](https://github.com/CeuiLiSA/Pixiv-Shaft/issues?q=is%3Aissue+is%3Aclosed)
- [ ] Contributors count: [![contributors](https://img.shields.io/github/contributors/CeuiLiSA/Pixiv-Shaft)](https://github.com/CeuiLiSA/Pixiv-Shaft/graphs/contributors)
- [x] Latest stable version: [![release](https://img.shields.io/github/v/release/CeuiLiSA/Pixiv-Shaft)](https://github.com/CeuiLiSA/Pixiv-Shaft/releases/latest)
- [ ] Latest stable date: [![release date](https://img.shields.io/github/release-date/CeuiLiSA/pixiv-Shaft)](https://github.com/CeuiLiSA/Pixiv-Shaft/releases/latest)
- [ ] Latest stable download count: [![latest download count](https://img.shields.io/github/downloads/CeuiLiSA/Pixiv-Shaft/latest/total?label=download%20count)](https://github.com/CeuiLiSA/Pixiv-Shaft/releases/latest)
- [x] License: [![license](https://img.shields.io/github/license/CeuiLiSA/Pixiv-Shaft)](https://github.com/CeuiLiSA/Pixiv-Shaft/blob/master/LICENSE)
- [ ] Commit count since stable: [![commit since latest](https://img.shields.io/github/commits-since/CeuiLiSA/Pixiv-Shaft/latest/master)](https://github.com/CeuiLiSA/Pixiv-Shaft/graphs/commit-activity)
- [x] Build status: [![build status](https://img.shields.io/github/workflow/status/CeuiLiSA/Pixiv-Shaft/CI)](https://github.com/CeuiLiSA/Pixiv-Shaft/actions)
- [ ] Total download count: [![total download](https://img.shields.io/github/downloads/CeuiLiSA/Pixiv-Shaft/total)](https://github.com/CeuiLiSA/Pixiv-Shaft/releases)
- [ ] jsDelivr hits: [![jsDelivr hits](https://img.shields.io/jsdelivr/gh/hm/CeuiLiSA/Pixiv-Shaft)](https://cdn.jsdelivr.net/gh/CeuiLiSA/Pixiv-Shaft@master/app/src/main/assets/comment.filter.rule.txt)
- [ ] Github forks count: [![forks](https://img.shields.io/github/forks/CeuiLiSA/Pixiv-Shaft?style=social)](https://github.com/CeuiLiSA/Pixiv-Shaft/network/members)
- [ ] Github stars count: [![stars](https://img.shields.io/github/stars/CeuiLiSA/Pixiv-Shaft?style=social)](https://github.com/CeuiLiSA/Pixiv-Shaft/stargazers)

<br>

> Replace <tag> with tag before use, <tag> --> v3.2.2, can be put in release template?
- [ ] <tag> download counts: [![Download Counts by tags](https://img.shields.io/github/downloads/CeuiLiSA/Pixiv-Shaft/<tag>/total)](https://github.com/CeuiLiSA/Pixiv-Shaft/releases/tag/<tag>)
```
[![name](link to image)](link to website)
```

0 comments on commit 186ff7a

Please sign in to comment.