From cec01558a12aad6a2db96e0a5ab82652cb982d82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E7=91=97=E6=9D=B0?= <3695888@qq.com> Date: Sat, 24 Apr 2021 20:24:00 +0800 Subject: [PATCH] plan-features! --- docs/plan_features/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/plan_features/README.md diff --git a/docs/plan_features/README.md b/docs/plan_features/README.md new file mode 100644 index 0000000..8cbec2d --- /dev/null +++ b/docs/plan_features/README.md @@ -0,0 +1,23 @@ +# Difficult Rocket 计划特性页面 + +这里会用中文列出。DR未来的计划特性(已经做出来的也会有标注) + +别问为什么用中文,问就是写不动English了 + +正文开始 + +注:文件名指的是本文件夹里的详细说明文件的文件名,如果没有则代表没有详细说明 + +| 序号 | 特性描述 | 文件名 | 状态 | +| :----: | :----: | :----: | :----: | +| 1 | 轨道规划 | orbit-plan | planing | +| 2 | 部件可成环 | multi-connect | planing | +| 3 | 多指令舱控制 | multi-control | planing | +| 4 | 自定义部件旋转角度 | custom-turn-angle | planing | +| 5 | 自定义warp速度 | custom-warp-speed | planing | +| 6 | Dv计算 | Dv-calculation | planing | +| 7 | 基于服务端、客户端的 socket 联机 | online-play | planing | +| 8 | 操作界面可视化轨道 | visible-orbit | planing | +| 9 | 可堆叠部件 | part-stack | planing | +| 10 | 可压缩结构 | part-zip | planing | +| 11 | 部件平移 | part-move | planing |