Skip to content

Commit b29832f

Browse files
committed
Up to date
1 parent 46fa008 commit b29832f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/readmes/README.zh-cn.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
:target: https://pyga.me/
44

55

6+
|DocsStatus|
67
|PyPiVersion| |PyPiLicense|
78
|Python3| |GithubCommits| |BlackFormatBadge|
89

@@ -104,7 +105,7 @@ pygame显然依赖于SDL和Python。此外pygame还嵌入了几个较小的库
104105

105106

106107
+----------+------------------------+
107-
| CPython | >= 3.6 (或 PyPy3) |
108+
| CPython | >= 3.7 (或 PyPy3) |
108109
+----------+------------------------+
109110
| SDL | >= 2.0.8 |
110111
+----------+------------------------+
@@ -142,8 +143,11 @@ pygame显然依赖于SDL和Python。此外pygame还嵌入了几个较小的库
142143

143144
.. |Python3| image:: https://img.shields.io/badge/python-3-blue.svg?v=1
144145

145-
.. |GithubCommits| image:: https://img.shields.io/github/commits-since/pygame-community/pygame-ce/2.1.3.svg
146-
:target: https://github.com/pygame-community/pygame-ce/compare/2.1.3...main
146+
.. |GithubCommits| image:: https://img.shields.io/github/commits-since/pygame-community/pygame-ce/2.1.4.svg
147+
:target: https://github.com/pygame-community/pygame-ce/compare/2.1.4...main
148+
149+
.. |DocsStatus| image:: https://img.shields.io/website?down_message=offline&label=docs&up_message=online&url=https%3A%2F%2Fpyga.me%2Fdocs%2F
150+
:target: https://pyga.me/docs/
147151

148152
.. |BlackFormatBadge| image:: https://img.shields.io/badge/code%20style-black-000000.svg
149153
:target: https://github.com/psf/black

0 commit comments

Comments
 (0)