From 4d037980a0489158f13c2b0563599dd8a92ce7d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=91=97=E6=9D=B0=20=E6=B2=88?= <3695888@qq.com> Date: Fri, 9 Apr 2021 21:37:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=97=A5=E5=BF=97=E5=8F=AF?= =?UTF-8?q?=E8=A7=81=20[=E8=BF=99=E9=87=8C](.docs/update=5Flogs.md)=20upda?= =?UTF-8?q?te=20logs=20can=20see=20at=20[here](./docs/update=5Flogs)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 10 +--------- README.md | 6 ++++-- docs/README-cn.md | 6 ++++-- docs/update_logs.md | 7 ++++++- 4 files changed, 15 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 5be85a6..1809c04 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # VScode file .vscode/ +.vs/ DR.code-workspace # PYCharm file @@ -132,12 +133,3 @@ dmypy.json # Pyre type checker .pyre/ - -# DS_Store -*.DS_Store -*/.DS_Store -textures/.DS_Store -/.vs/PythonSettings.json -/.vs/slnx.sqlite -/.vs/VSWorkspaceState.json -/.vs/DR/v16/.suo diff --git a/README.md b/README.md index e7b2741..67f2be2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ 0.2.4 (developing DEMO) -中文README请移步 [这里](docs/README-cn.md) +[Update logs](https://github.com/shenjackyuanjie/Difficult-Rocket/blob/main/docs/update_logs.md) + +中文README请移步 [这里](https://github.com/shenjackyuanjie/Difficult-Rocket/blob/main/docs/README-cn.md) > It's a Simple Rocket liked game build with Python @@ -16,7 +18,7 @@ None. Not even one! ## Planed feature -- All In [here](../projects) +- All In [here](https://github.com/shenjackyuanjie/Difficult-Rocket/projects) ## Environment (been tested / develop on) diff --git a/docs/README-cn.md b/docs/README-cn.md index 108484c..ffd0c2e 100644 --- a/docs/README-cn.md +++ b/docs/README-cn.md @@ -4,7 +4,9 @@ 0.2.4 (开发DEMO.ing) -For an English version of readme, please move [here](). +[更新日志](https://github.com/shenjackyuanjie/Difficult-Rocket/blob/main/docs/update_logs.md) + +For an English version of readme, please move [here](https://github.com/shenjackyuanjie/Difficult-Rocket). > 这是一个用Python制作的类Simple Rocket游戏 @@ -16,7 +18,7 @@ For an English version of readme, please move [here](). ## 计划特性 -- 都在 [这](./projects) +- 都在 [这](https://github.com/shenjackyuanjie/Difficult-Rocket/projects) ## 环境需求 (测试过的/开发平台) diff --git a/docs/update_logs.md b/docs/update_logs.md index 10277a8..78e0d4f 100644 --- a/docs/update_logs.md +++ b/docs/update_logs.md @@ -1,5 +1,10 @@ # Difficult Rocket Update Logs +## Readme + +- [README](https://github.com/shenjackyuanjie/Difficult-Rocket) +- [中文README](https://github.com/shenjackyuanjie/Difficult-Rocket/blob/main/docs/README-cn.md) + ## 2021/04/09 V 0.2.3/4 ### Add @@ -23,7 +28,7 @@ - add local libs - `pyglet 1.5.15` - - `json 0.9.5` + - `json5 0.9.5` PS: now I'm not sure witch lib will be import first