Skip to content

Commit 00beaad

Browse files
committed
更新了 文档
1 parent 5721e0d commit 00beaad

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

Docs/发布日志.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
发布日志
22
======
3+
2019-01-10
4+
- 发布版本 0.2.1
5+
- 优化了执行方式,支持 Docker 中部署
6+
- 增加了插件清理功能
7+
- 独立了用户配置
8+
9+
2018-12-01
10+
- 发布版本 0.2.0
11+
- 重构优化了 Init 配置方式
12+
- 实现了对多平台的支持
13+
- 增加了插件前置执行脚本功能
314

415
2018-11-27
516
- 发布版本 0.1.3

Docs/插件开发.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
插件开发
22
======
33

4+
### 插件下文件说明
5+
- `README.md` 插件文档
6+
- `default.conf` 插件默认配置
7+
- `init.tpl` 初始化模板
8+
- `supervisor.tpl` 服务模板
9+
- `systemd.tpl` 服务模板
10+
- `install.sh` 安装脚本
11+
- `init` 初始化脚本
12+
- `supervisor.sh` 服务配置脚本
13+
- `systemd.sh` 服务配置脚本
14+
- `purge.sh` 清除脚本
15+
- `backup.sh` 备份脚本

0 commit comments

Comments
 (0)