mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update README.md
This commit is contained in:
parent
4593b54fc8
commit
233ede56b0
40
README.md
40
README.md
@ -1,7 +1,7 @@
|
||||
[](https://packagist.org/packages/zoujingli/thinkadmin) [](https://packagist.org/packages/zoujingli/thinkadmin) [](https://packagist.org/packages/zoujingli/thinkadmin) [](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` 清理无效的订单信息及定时任务
|
||||
|
||||
## 特别感谢
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user