Skip to content

Commit

Permalink
docs(preset-system): improve structure and clarity of write-preset guide
Browse files Browse the repository at this point in the history
- Reorganize headings for better readability and logical flow
- Clarify differences between default and item-specific configurations
- Remove redundant 'config' example for cleaner presentation
  • Loading branch information
dingyi222666 committed Oct 6, 2024
1 parent d4fded7 commit fde35dc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/guide/preset-system/write-preset.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ text{variable_name} | {variable_name::xx::xx} | {variable_name:xx,xx,xx}

### 世界书

## 世界书

World Book(或称 Lorebooks)是 ChatLuna 的特色功能之一,它允许你为你的预设编写一系列信息,并且通过关键词在合适的时机插入这些信息。

下面是一个示例:
Expand All @@ -149,7 +147,7 @@ world_lores:

让我们逐步讲解这些属性:

### 默认配置项
#### 默认配置项

对于第一个没有 `keywords` 的 `world_lore` 子项,这代表世界书的默认配置项,以下是可用的配置项:

Expand All @@ -158,7 +156,7 @@ world_lores:
- `recursiveScan`: 是否递归扫描。递归扫描意味着世界书条目类的内容可以继续触发其他的世界书条目类。
- `maxRecursionDepth`: 最大递归深度。当设置为 3 时,会递归扫描 3 层世界书条目类。

### 主要条目配置
#### 条目配置

对于第二个有 `keywords` 的 `world_lore` 子项或者其他 `world_lore` 子项,这代表世界书的主要条目类,以下是可用的配置项(会覆盖默认配置项):

Expand All @@ -172,7 +170,7 @@ world_lores:

### 更多配置项

我们还可以在预设文件中添加更多配置项,例如:
我们还可以在预设文件中添加其他的配置项,用于设置其他功能。

```yml
- config:
Expand Down

0 comments on commit fde35dc

Please sign in to comment.