Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit 31e1f26

Browse files
committed
update docs
1 parent dab7ef8 commit 31e1f26

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,20 @@ The release card is used to display information about the release, such as branc
5757

5858
Show previous release versions by setting the parameter `tag`. Customize the release tag by adding `&tag=`. The default is **latest**.
5959

60+
## 🍋 Issue Card
61+
The issue card is used to show the status of the issue, title, time, communication, etc.
62+
```markdown
63+
[![Vue's Issue #13013](https://stats.deeptrain.net/issue/vuejs/vue/13013)](https://github.com/zmh-program/code-statistic)
64+
```
65+
[![Vue's Issue #13013](https://stats.deeptrain.net/issue/vuejs/vue/13013)](https://github.com/zmh-program/code-statistic)
66+
67+
## 🍓 Pull Request Card
68+
The pull request card is used to show the status of the pull request, branches, title, time, migrations, etc.
69+
```markdown
70+
[![TurboWarp's PR #497](https://stats.deeptrain.net/pull/TurboWarp/extensions/497)](https://github.com/zmh-program/code-statistic)
71+
```
72+
[![TurboWarp's PR #497](https://stats.deeptrain.net/pull/TurboWarp/extensions/497)](https://github.com/zmh-program/code-statistic)
73+
6074
## 🥝 Dark Theme
6175
Very easy, just add `?theme=dark` after it in any kind of card!
6276
```markdown

docs/nginx.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ server
3939
}
4040

4141
location /issue/ {
42-
rewrite ^/issue/(.*?)/(.*?)/(.*?)/?$ /release.php?username=$1&repo=$2&id=$3 last;
42+
rewrite ^/issue/(.*?)/(.*?)/(.*?)/?$ /issue.php?username=$1&repo=$2&id=$3 last;
4343
}
4444

4545
location /pull/ {
46-
rewrite ^/pull/(.*?)/(.*?)/(.*?)/?$ /release.php?username=$1&repo=$2&id=$3 last;
46+
rewrite ^/pull/(.*?)/(.*?)/(.*?)/?$ /pull.php?username=$1&repo=$2&id=$3 last;
4747
}
4848

4949
location /api {

0 commit comments

Comments
 (0)