0.6.1 ruaaa

This commit is contained in:
shenjackyuanjie 2022-02-07 22:54:15 +08:00
parent 934210d465
commit 7c41c25e72
3 changed files with 16 additions and 5 deletions

View File

@ -1,5 +1,9 @@
# Difficult Rocket # Difficult Rocket
[中文](./docs/README-cn.md) | English
[comment]: <> (中文 | [English]&#40;https://github.com/shenjackyuanjie/Difficult-Rocket&#41;.)
- [github](https://github.com/shenjackyuanjie/Difficult-Rocket) - [github](https://github.com/shenjackyuanjie/Difficult-Rocket)
- [gitee](https://gitee.com/shenjackyuanjie/Difficult-Rocket) - [gitee](https://gitee.com/shenjackyuanjie/Difficult-Rocket)

View File

@ -1,5 +1,9 @@
# Difficult Rocket # Difficult Rocket
[comment]: <> ([中文]&#40;./docs/README-cn.md&#41; | English)
中文 | [English](https://github.com/shenjackyuanjie/Difficult-Rocket).
- [github](https://github.com/shenjackyuanjie/Difficult-Rocket) - [github](https://github.com/shenjackyuanjie/Difficult-Rocket)
- [gitee](https://gitee.com/shenjackyuanjie/Difficult-Rocket) - [gitee](https://gitee.com/shenjackyuanjie/Difficult-Rocket)
@ -14,7 +18,6 @@
<br/>[![Generic badge](https://img.shields.io/badge/Pre_Release-0.6.1-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) <br/>[![Generic badge](https://img.shields.io/badge/Pre_Release-0.6.1-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases)
<br/>![Generic badge](https://img.shields.io/badge/Devloping-0.6.2-blue.svg) <br/>![Generic badge](https://img.shields.io/badge/Devloping-0.6.2-blue.svg)
### For an English version of readme, please move [here](https://github.com/shenjackyuanjie/Difficult-Rocket).
> 这是一个用Python制作的类Simple Rocket游戏(简称:火箭模拟器) > 这是一个用Python制作的类Simple Rocket游戏(简称:火箭模拟器)

View File

@ -15,16 +15,20 @@
- [![Readme-gitee](https://img.shields.io/badge/Readme-中文(点我!)-blue.svg?style=flat-square)](README-cn.md) - [![Readme-gitee](https://img.shields.io/badge/Readme-中文(点我!)-blue.svg?style=flat-square)](README-cn.md)
- Using [SemVer 2.0.0](https://semver.org/) to manage version - Using [SemVer 2.0.0](https://semver.org/) to manage version
## ~~202111 202112xx~~ 20220119 V 0.6.1 ## ~~202111 202112xx 20220119~~ 20220207 V 0.6.1
~~争取12月内发一个release~~ ~~争取12月内发一个release~~
行了这都2022年了我接着摸等我考完试(20220110)再发 ~~行了这都2022年了我接着摸等我考完试(20220110)再发~~
20220207 可算是发了ruaaaa
### Change ### Change
- 更新了所有文件的版权信息 - 修改了 readme 文件的语言切换格式
- Update all files copyright information - Change the language switch format in readme
- 更新了所有文件的版权信息 (2021-2022)
- Update all files copyright information (2021-2022)
- 重命名 `Difficult_Rocket.py` -> `DR.py` - 重命名 `Difficult_Rocket.py` -> `DR.py`
- 用于修复 `Pycharm` 检测模块时总是会把主文件检测成主程序,导致一些模块总是检测不到的问题 - 用于修复 `Pycharm` 检测模块时总是会把主文件检测成主程序,导致一些模块总是检测不到的问题
- Rename `Difficult_Rocket.py` -> `DR.py` - Rename `Difficult_Rocket.py` -> `DR.py`