Refactor server-rs runtime and update related docs

This commit is contained in:
2026-04-25 14:29:44 +08:00
parent 019dd9efba
commit 6be3afe45a
56 changed files with 1561 additions and 1158 deletions

View File

@@ -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`

View File

@@ -505,7 +505,6 @@ draftProfile.landmarks.find(...)
kind: 'camp' | 'landmark';
name: string;
description: string;
dangerLevel?: string;
imageSrc?: string;
};
onPublishSuccess: (payload) => void;

View File

@@ -213,7 +213,6 @@
1. 开局场景允许配置的字段必须与普通场景一致,至少包括:
- `name`
- `description`
- `dangerLevel`
- `imageSrc`
- `sceneNpcIds`
- `connections`