From 9621a0412325263293c641b3864ac4df83f27245 Mon Sep 17 00:00:00 2001 From: Billchyi Date: Mon, 2 Jan 2023 15:01:17 +0800 Subject: [PATCH] Updated the README-en.md file and deleted the README-cn.md file. --- docs/README-cn.md | 106 -------------------------------------------- docs/README-en.md | 10 ++--- docs/update_logs.md | 2 +- 3 files changed, 6 insertions(+), 112 deletions(-) delete mode 100644 docs/README-cn.md diff --git a/docs/README-cn.md b/docs/README-cn.md deleted file mode 100644 index 434e97d..0000000 --- a/docs/README-cn.md +++ /dev/null @@ -1,106 +0,0 @@ -# Difficult Rocket - -[comment]: <> ([中文](./docs/README-cn.md) | English) - -中文 | [English](https://github.com/shenjackyuanjie/Difficult-Rocket). - -- [GitHub](https://github.com/shenjackyuanjie/Difficult-Rocket) -- [gitee](https://gitee.com/shenjackyuanjie/Difficult-Rocket) - -[![Generic badge](https://img.shields.io/badge/SemVer-2.0.0-blue.svg)](https://Semver.org/) -[![Generic badge](https://img.shields.io/badge/编写于_Python_版本-3.8.10-blue.svg)](https://Python.org) -[![Generic badge](https://img.shields.io/badge/编写于_Pyglet_版本-2.0dev11-blue.svg)](https://pyglet.org) -[![Generic badge](https://img.shields.io/badge/Python-_3.8_|_3.9_|_3.10_-blue.svg)](https://Python.org) - -## 版本 - -[![Generic badge](https://img.shields.io/badge/Release-0.6.1-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) -
[![Generic badge](https://img.shields.io/badge/Pre_Release-0.6.1-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) -
![Generic badge](https://img.shields.io/badge/Devloping-0.6.2-blue.svg) - - -> 这是一个用Python制作的类Simple Rocket游戏(简称:火箭模拟器) - -## 优势 - -> 相对于原版SR比较“轻量化” - -## [计划特性列表](./plan_features) - -## [更新日志](./update_logs.md) - -## 环境需求 (测试过的 / 开发平台) - -- `开发平台 1 - Windows 10` - - `Python 3.8.10` - - `Windows10 x64` - - `json5 0.9.6` - - `pillow 8.1.0` - - `pyperclip 1.8.2` - - `pyglet 2.0.dev11` - - `xmltodict 0.12.0` - - `toml 0.10.2` - - `AMD R5 5600X` - - `AMD RX 550 4G` -- `开发平台 2 - macOS Big Sur` - - `Python 3.8.7` - - `macOS Big Sur 11.2.1` - - `Pyglet 1.5.15` - - `Json5 0.9.5` - - `pillow 8.1.2` - - `Intel I5 8279U` - -## 需要的Python模块 - -- `json5` (已经内置 V0.9.6 路径:`./libs/json5`) -- `toml` (已经内置 V0.10.2 路径:`./libs/toml`) -- `pyglet` (已经内置 V2.0.dev11 路径:`./libs/pyglet`) -- `xmltodict` (已经内置 V0.12.0 路径:`./libs/xmltodict`) -- `pyperclip` (已经内置 V1.8.2 路径: `./libs/pyperclip`) -- `pillow` -- `semver` - -## 感谢 - -- [pyglet](https://github.com/pyglet/pyglet) : 图形界面 -- `json5`: json5解析器 -- `toml`: toml解析器 -- `xmltodict`: xml 与 dict 转换器 -- `pyperclip`: 剪贴板! -- [@Rayawa](https://github.com/Rayawa) : 文档矫正&翻译部分lang -- [@rouxiao-you](https://github.com/ruoxiao-you) : 翻译lang -- [@Billchyi](https://github.com/Billchyi) : 文档矫正 - -## 相关链接 - -## 关于分享协议 - -#### https://creativecommons.org/licenses/by-nc-sa/4.0/ - -#### 署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0) - -这是一份普通人可以理解的许可协议概要 (但不是替代) 。 免责声明. - -您可以自由地: - -共享 — 在任何媒介以任何形式复制、发行本作品 - -演绎 — 修改、转换或以本作品为基础进行创作 - -只要你遵守许可协议条款,许可人就无法收回你的这些权利。 - -惟须遵守下列条件: - -署名 — 您必须给出地当的署名,提供指向本许可协议的链接,同时标明是否(对原始作品)作了修改。您可以用任何合理的方式来署名,但是不得以任何方式暗示许可人为您或您的使用背书。 - -非商业性使用 — 您不得将本作品用于商业目的。 - -相同方式共享 — 如果您再混合、转换或者基于本作品进行创作,您必须基于与原先许可协议地同的许可协议 分发您贡献的作品。 - -没有附加限制 — 您不得适用法律术语或者 技术措施 从而限制其他人做许可协议允许的事情。 - -声明: - -您不必因为公共领域的作品要素而遵守许可协议,或者您的使用被可适用的 例外或限制所允许。 - -不提供担保。许可协议可能不会给与您意图使用的所必须的所有许可。例如,其他权利比如形象权、隐私权或人格权可能限制您如何使用作品。 diff --git a/docs/README-en.md b/docs/README-en.md index 95118ea..c688044 100644 --- a/docs/README-en.md +++ b/docs/README-en.md @@ -1,9 +1,9 @@ # Difficult Rocket -[中文](../README.md) | English - [comment]: <> (中文 | [English](https://github.com/shenjackyuanjie/Difficult-Rocket).) +[中文](../README.md) | English + - [GitHub](https://github.com/shenjackyuanjie/Difficult-Rocket) - [gitee](https://gitee.com/shenjackyuanjie/Difficult-Rocket) - [discord](https://discord.gg/kWzw2JrG6M) @@ -17,8 +17,8 @@ ## Version [![Generic badge](https://img.shields.io/badge/Release-0.6.1-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) -[![Generic badge](https://img.shields.io/badge/Pre_Release-0.6.1-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) -[![Generic badge](https://img.shields.io/badge/Devloping-0.6.2-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) +[![Generic badge](https://img.shields.io/badge/Pre_Release-0.6.4-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) +[![Generic badge](https://img.shields.io/badge/Devloping-0.7.0-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) ## 中文README请移步 [这里](../README.md) @@ -34,7 +34,7 @@ ## [Update logs](/docs/update_logs.md) -## Environment (been tested / develop on) +## Environment (been tested / developed on) - `Develop platform 1 - Windows 10 x64 22H2` - `Python 3.8.10` diff --git a/docs/update_logs.md b/docs/update_logs.md index 7f7ae5b..8c80791 100644 --- a/docs/update_logs.md +++ b/docs/update_logs.md @@ -12,7 +12,7 @@ - [![Readme-github](https://img.shields.io/badge/Readme-Github-blue.svg?style=flat-square&logo=Github)](https://github.com/shenjackyuanjie/Difficult-Rocket) - [![Readme-gitee](https://img.shields.io/badge/Readme-Gitee-blue.svg?style=flat-square&logo=Gitee)](https://gitee.com/shenjackyuanjie/Difficult-Rocket) -- [![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.md) - Using [SemVer 2.0.0](https://semver.org/) to manage version ## 20221124 V 0.6.4