diff --git a/README.md b/README.md index a0c1dade6..87d1b0754 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Latest Stable Version](https://poser.pugx.org/zoujingli/thinkadmin/v/stable)](https://packagist.org/packages/zoujingli/thinkadmin) [![Total Downloads](https://poser.pugx.org/zoujingli/thinkadmin/downloads)](https://packagist.org/packages/zoujingli/thinkadmin) [![Latest Unstable Version](https://poser.pugx.org/zoujingli/thinkadmin/v/unstable)](https://packagist.org/packages/zoujingli/thinkadmin) [![License](https://poser.pugx.org/zoujingli/thinkadmin/license)](https://packagist.org/packages/zoujingli/thinkadmin) -# 大道至简 · 原生框架 +## 大道至简 · 原生框架 ThinkAdmin V4.1 是一个基于 ThinkPHP 5.1 开发的后台管理系统。 @@ -57,28 +57,28 @@ public function index(){ * 执行 `build.cmd` 可更新 `Composer` 插件,会删除并替换 `vendor` 目录 * 执行 `php think run` 启用本地开发环境,访问 `http://127.0.0.1:8000` -* 线上代码更新 ->* 执行 `php think xsync:admin` 从线上服务更新 `admin` 模块的所有文件(注意文件安全) ->* 执行 `php think xsync:wechat` 从线上服务更新 `wechat` 模块的所有文件(注意文件安全) ->* 执行 `php think xsync:service` 从线上服务更新 `service` 模块的所有文件(注意文件安全) ->* 执行 `php think xsync:plugs` 从线上服务更新 `plugs` 静态插件的部分文件(注意文件安全) ->* 执行 `php think xsync:config` 从线上服务更新 `config` 项目配置的部分文件(注意文件安全) +#### 1. 线上代码更新 +* 执行 `php think xsync:admin` 从线上服务更新 `admin` 模块的所有文件(注意文件安全) +* 执行 `php think xsync:wechat` 从线上服务更新 `wechat` 模块的所有文件(注意文件安全) +* 执行 `php think xsync:service` 从线上服务更新 `service` 模块的所有文件(注意文件安全) +* 执行 `php think xsync:plugs` 从线上服务更新 `plugs` 静态插件的部分文件(注意文件安全) +* 执行 `php think xsync:config` 从线上服务更新 `config` 项目配置的部分文件(注意文件安全) -* 微信资料管理 ->* 执行 `php think xfans:all` 更新已经对接的公众号全部列表 ->* 执行 `php think xfans:list` 更新已经对接的公众号粉丝列表 ->* 执行 `php think xfans:tags` 更新已经对接的公众号标签列表 ->* 执行 `php think xfans:black` 更新已经对接的公众号黑名单列表 +#### 2. 微信资料管理 +* 执行 `php think xfans:all` 更新已经对接的公众号全部列表 +* 执行 `php think xfans:list` 更新已经对接的公众号粉丝列表 +* 执行 `php think xfans:tags` 更新已经对接的公众号标签列表 +* 执行 `php think xfans:black` 更新已经对接的公众号黑名单列表 -* 守护进程管理 ->* 执行 `php think xtask:reset` 重启消息任务守护进程 ->* 执行 `php think xtask:start` 启动消息任务守护进程 ->* 执行 `php think xtask:state` 查询消息任务守护进程 ->* 执行 `php think xtask:stop` 暂停消息任务守护进程 +#### 3. 守护进程管理 +* 执行 `php think xtask:reset` 重启消息任务守护进程 +* 执行 `php think xtask:start` 启动消息任务守护进程 +* 执行 `php think xtask:state` 查询消息任务守护进程 +* 执行 `php think xtask:stop` 暂停消息任务守护进程 -* 其它自定工具 ->* 执行 `php think xclean:session` 清理无效的会话SESSION文件 ->* 执行 `php think xclean:store` 清理无效的订单信息及定时任务 +#### 4. 其它自定工具 +* 执行 `php think xclean:session` 清理无效的会话SESSION文件 +* 执行 `php think xclean:store` 清理无效的订单信息及定时任务 ## 特别感谢