docs: plan features

This commit is contained in:
shenjack 2023-01-06 23:28:25 +08:00
parent 6bd1f2c2f0
commit 4acb95564c
4 changed files with 43 additions and 18 deletions

View File

@ -7,11 +7,12 @@
- [nuitka performents test](./nuitka/20221121_nuitka_performs.md) - [nuitka performents test](./nuitka/20221121_nuitka_performs.md)
- [plan features](./plan_features/README.md) - [计划特性](./plan_features/README.md)
- [格式](./plan_features/格式.md) - [格式](./plan_features/格式.md)
- [更多保存信息](./plan_features/extra-save-info.md) - [更多保存信息](./plan_features/extra-save-info.md)
- [联机](./plan_features/multi-connect.md) - [部件可成环](./plan_features/multi-connect.md)
- [muit control](./plan_features/multi-control.md) - [多指令舱控制](./plan_features/multi-control.md)
- [轨道规划](./plan_features/orbit-plan.md)
- [how to](./howto/readme.md) - [how to](./howto/readme.md)
- [client](./howto/client.md) - [client](./howto/client.md)
@ -20,4 +21,4 @@
- [NOOOOOOOOOO](./no/readme.md) - [NOOOOOOOOOO](./no/readme.md)
- [Andy Zhang](./no/zhang_anzhi/readme.md) - [Andy Zhang](./no/zhang_anzhi/readme.md)
- [CSDN](./no/csdn/readme.md) - [CSDN](./no/csdn/readme.md)

View File

@ -8,25 +8,25 @@
注:文件名指的是本文件夹里的详细说明文件的文件名,如果没有则代表没有详细说明 注:文件名指的是本文件夹里的详细说明文件的文件名,如果没有则代表没有详细说明
| 特性描述 | 文件名 | 状态 | | 特性描述 | 文件名 | 状态 |
|:---------:|:-------------------:|:-------:| | :----------------: | :-----------------: | :-----: |
| 轨道规划 | orbit-plan | planing | | 轨道规划 | orbit-plan | planing |
| 部件可成环 | multi-connect | planing | | 部件可成环 | multi-connect | planing |
| 多指令舱控制 | multi-control | planing | | 多指令舱控制 | multi-control | planing |
| 自定义部件旋转角度 | custom-turn-angle | planing | | 自定义部件旋转角度 | custom-turn-angle | planing |
| 自定义warp速度 | custom-warp-speed | planing | | 自定义warp速度 | custom-warp-speed | planing |
| Dv计算 | Dv-calculation | planing | | Dv计算 | Dv-calculation | planing |
| socket 联机 | online-play | planing | | socket 联机 | online-play | planing |
| 操作界面可视化轨道 | visible-orbit | planing | | 操作界面可视化轨道 | visible-orbit | planing |
| 可堆叠部件 | part-stack | planing | | 可堆叠部件 | part-stack | planing |
| 可压缩结构 | part-zip | planing | | 可压缩结构 | part-zip | planing |
| 部件平移 | part-move | planing | | 部件平移 | part-move | planing |
| 存档额外信息 | extra-save-info | planing | | 存档额外信息 | extra-save-info | planing |
| 自定义部件分组开关 | custom-stage-on-off | planing | | 自定义部件分组开关 | custom-stage-on-off | planing |
# 文件范例 # 文件范例
# 中文简称 文件名`英文名称` # 中文简称 文件名 `英文名称`
## 日期 ## 日期
@ -40,4 +40,4 @@
### 效果 ### 效果
## 别的什么的 ## 别的什么的

View File

@ -30,3 +30,5 @@
### 底层机制 ### 底层机制
不知道
别问我

View File

@ -0,0 +1,22 @@
# 轨道规划 `orbit plan`
## 20230106
## shenjack
## 状态
planing
## 描述
### 底层机制 `实现方法(大致)`
aaaa
### 效果
可以规划轨道
## 别的什么的