Skip to content

Commit

Permalink
docs: update README with improved instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
CaiHaosen committed Sep 4, 2024
1 parent ea5d2d7 commit 49d843e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# plugin-injection

基于Halo 2.0 插件开发快速开始模板开发的代码注入管理插件。
用户可以添加、编辑、删除和启用/禁用HTML代码片段,并通过特定规则匹配页面和注入位置。
基于Halo 2.0 插件开发快速开始模板开发的代码注入管理插件,可以实现对 HTML 代码片段的动态管理和注入。
用户可以灵活进行查询、创建、编辑、删除、启用和禁用操作。插件支持配置注入规则,根据页面路径和位置(头部或尾部)动态将代码注入目标页面。


## 开发环境

Expand Down Expand Up @@ -37,4 +38,6 @@ cd path/to/plugin-injection

1. 在 Releases 下载最新的 JAR 文件。
2. 在 Halo 后台的插件管理上传 JAR 文件进行安装。
3. ...
3. 在工具菜单中打开`代码注入管理界面`,进入代码注入管理列表。
4. 配置`代码名称``代码描述``代码片段``注入位置``页面匹配规则`以及`代码片段`信息。
5. 保存并启用或禁用注入代码。

0 comments on commit 49d843e

Please sign in to comment.