Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Chinese plugin doc fix #2334

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/zh-cn/docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Hexo 有强大的插件系统,使您能轻松扩展功能而不用修改核心

### 脚本(Scripts)

如果您的代码较复杂,或是您想要发布到 NPM 上,建议您编写插件。 首先,在 `node_modules` 文件夹中建立文件夹,文件夹名称开头必须为 `hexo-`,如此一来 Hexo 才会在启动时加载;否则 Hexo 将会忽略它
如果你的插件相对简单,建议使用脚本。你只需将 JavaScript 文件放入 `scripts` 文件夹,Hexo 就会在初始化时加载它们

### 插件(Packages)

Expand Down