docs: 改东西

This commit is contained in:
shenjack 2023-01-07 18:59:50 +08:00
parent 4acb95564c
commit 5bb407cff2
4 changed files with 56 additions and 54 deletions

View File

@ -14,10 +14,10 @@
- [多指令舱控制](./plan_features/multi-control.md) - [多指令舱控制](./plan_features/multi-control.md)
- [轨道规划](./plan_features/orbit-plan.md) - [轨道规划](./plan_features/orbit-plan.md)
- [how to](./howto/readme.md) - [开发文档](./howto/readme.md)
- [client](./howto/client.md) - [client](./howto/client.md)
- [mod loader](./howto/mod/loader.md) - [mod 加载器](./howto/mod/loader.md)
- [game name](./howto/game/命名.md) - [命名规范](./howto/game/命名.md)
- [NOOOOOOOOOO](./no/readme.md) - [NOOOOOOOOOO](./no/readme.md)
- [Andy Zhang](./no/zhang_anzhi/readme.md) - [Andy Zhang](./no/zhang_anzhi/readme.md)

View File

@ -5,45 +5,45 @@
## 命名空间 ## 命名空间
- DR: Difficult Rocket - DR: Difficult Rocket
- DR单独的部件、格式、结构的命名空间 - DR单独的部件、格式、结构的命名空间
- 例子 - 例子
- `DR:pod-1` - `DR:pod-1`
- `DR:solar.expand` - `DR:solar.expand`
- `DR:wheel.big` - `DR:wheel.big`
- `DR:planet.smearth` - `DR:planet.smearth`
- `DR:planet.smars` - `DR:planet.smars`
- SR: SimpleRockets - SR: SimpleRockets
- SR的原生组件、格式、结构的命名空间(大概不会用多少) - SR的原生组件、格式、结构的命名空间(大概不会用多少)
- 例子 - 例子
- `SR:pod-1` - `SR:pod-1`
- `SR:wheel.small` - `SR:wheel.small`
- 其他: - 其他:
- 命名规则: - 命名规则:
- 可以包含 - 可以包含
- `ABC` - `ABC`
- `abc` - `abc`
- `-` `_` - `-` `_`
- `123` - `123`
- `从前有座山` - `从前有座山`
- `Unicode表情` - `Unicode表情`
- 各种中文标点符号 - 各种中文标点符号
- 中文的啊! - 中文的啊!
- `` `。` `、` `·` - `` `。` `、` `·`
- `` `` - `` ``
- `` `` - `` ``
- `` `` - `` ``
- `【` `】` - `【` `】`
- `《` `》` - `《` `》`
- `“` `”` - `“` `”`
- `` `` - `` ``
- 不能以数字开头 - 不能以数字开头
- 不能包含 - 不能包含
- `.` `/` `:` - `.` `/` `:`
- `<` `>` - `<` `>`
- `|` `*` `?` - `|` `*` `?`
- `"` `'` - `"` `'`
- 例子: - 例子:
- `Simple_Mod` - `Simple_Mod`
- `真·简单mod` - `真·简单mod`
- `啊啊啊啊↑↓Jundroo` - `啊啊啊啊↑↓Jundroo`
- mod添加的部件、格式、结构的命名空间 - mod添加的部件、格式、结构的命名空间

View File

@ -1 +1,3 @@
# NO # NO
没错,这里是被挂起来的一些东西(

View File

@ -8,20 +8,20 @@
注:文件名指的是本文件夹里的详细说明文件的文件名,如果没有则代表没有详细说明 注:文件名指的是本文件夹里的详细说明文件的文件名,如果没有则代表没有详细说明
| 特性描述 | 文件名 | 状态 | | 特性描述 | 文件名 | 状态 |
| :----------------: | :-----------------: | :-----: | |:---------:|:-------------------:|:-------:|
| 轨道规划 | 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 |
# 文件范例 # 文件范例