Refactor server-rs runtime and update related docs
This commit is contained in:
@@ -307,7 +307,6 @@
|
||||
|
||||
1. `name`
|
||||
2. `description`
|
||||
3. `dangerLevel`
|
||||
|
||||
## 7.4 第四阶段不允许编辑的内容
|
||||
|
||||
@@ -425,7 +424,6 @@
|
||||
1. `id`
|
||||
2. `name`
|
||||
3. `description` 或 `summary`
|
||||
4. `dangerLevel`
|
||||
5. `purpose`
|
||||
6. `mood`
|
||||
|
||||
|
||||
@@ -505,7 +505,6 @@ draftProfile.landmarks.find(...)
|
||||
kind: 'camp' | 'landmark';
|
||||
name: string;
|
||||
description: string;
|
||||
dangerLevel?: string;
|
||||
imageSrc?: string;
|
||||
};
|
||||
onPublishSuccess: (payload) => void;
|
||||
|
||||
@@ -213,7 +213,6 @@
|
||||
1. 开局场景允许配置的字段必须与普通场景一致,至少包括:
|
||||
- `name`
|
||||
- `description`
|
||||
- `dangerLevel`
|
||||
- `imageSrc`
|
||||
- `sceneNpcIds`
|
||||
- `connections`
|
||||
|
||||
Reference in New Issue
Block a user