Skip to content

Commit 2a3eccb

Browse files
committed
update docs
1 parent 9279b20 commit 2a3eccb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/plugin/dev.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,8 @@ EMAIL_CAPTCHA_EXPIRE_SECONDS: int = 60 * 3 # 3 分钟
226226
227227
完成以上配置后,如果插件无需更多修改,通过 [CLI 或 Git](./install.md) 方式安装插件后,将无损适配热插拔
228228
229-
除此之外,在开发阶段,我们仍强烈建议您添加 [全局配置](#全局配置),因为它更有利于 IDE 提供键入提示
229+
除此之外,我们仍强烈建议您在开发阶段添加 [全局配置](#全局配置),并在发布的插件 `README` 中添加全局配置说明,因为全局配置会为
230+
IDE 提供键入提示
230231
231232
## 前端
232233

0 commit comments

Comments
 (0)