# 编辑窗

点击点词拼写弹出单词修改窗口

![单词修改窗口](https://1332882938-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mb6msVuvEIKa7mzXLMU-887967055%2Fuploads%2Fgit-blob-acbfc9a3c543b42285f61cb3fe1b16602db7f33b%2Fedit_win-01.png?alt=media)

修改窗口分为

* [内容](https://visuddhinanda.gitbook.io/wikipali-help-zh-hans/master/wbw/edit_win/edit_win_content)
* [书签](https://visuddhinanda.gitbook.io/wikipali-help-zh-hans/master/wbw/edit_win/edit_win_bookmark)
* [注释](https://visuddhinanda.gitbook.io/wikipali-help-zh-hans/master/wbw/edit_win/edit_win_note)
* [高级](https://visuddhinanda.gitbook.io/wikipali-help-zh-hans/master/wbw/edit_win/edit_win_advance)

## 应用到其他单词

当单词被修改并保存时，同样拼写的没有修改过的单词会被自动修改。被手工修改过的相同拼写的单词不受影响。当勾选

* [x] 应用到##个相同单词时

即使之前手工修改过的单词也会被修改为同样的内容。

## 单词锁

默认解锁状态。 当单词为锁定状态时。**应用到##个相同单词**对此单词无效。

## 保存

### 保存

保存单词编辑信息到服务器。此单词信息在之后的自动查词时会被使用。

### 保存并公开

保存单词编辑信息到服务器。将单词添加到您的单词本并公开到社区词典。

## 个人单词本

拆分方式和拆分含义在进入[单词本](https://www.wikipali.org/studio/mydict)的时候，会在基础单词数据块的基础上，增加和拆分数目相同的单词数据块

* 内容会被简化为拼写+含义，语法类型代码为**待定组分**
* 比如：attha+saṃhita 义+已携带，会增加2条单词数据到[单词本](https://github.com/visuddhinanda/help.zh-hans/blob/master/wbw/setting.php?item=userdict)

| 拼写      | 含义  | 类型   |
| ------- | --- | ---- |
| attha   | 义   | 待定组分 |
| saṃhita | 已携带 | 待定组分 |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://visuddhinanda.gitbook.io/wikipali-help-zh-hans/master/wbw/edit_win.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
