修改文档文件

This commit is contained in:
邹景立 2023-02-18 22:24:07 +08:00
parent 80a724d8ef
commit 9d7dc9e26b
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2014-2023 Anyon Copyright (c) 2014-2023 Anyon <zoujingli@qq.com>
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -25,7 +25,7 @@
> * 插件仓库https://github.com/zoujingli/think-plugs-static > * 插件仓库https://github.com/zoujingli/think-plugs-static
> * 开源协议MIT ( 免费开放,里面有部分其他开源协议,具体可以查看源文件 ) > * 开源协议MIT ( 免费开放,里面有部分其他开源协议,具体可以查看源文件 )
> 基础在线插件市场 ( 开发中,后期会成为 ThinkAdmin 生态市场 ) > 基础在线插件市场 ( 开发中,后期开放 ThinkAdmin 生态市场 )
> * 插件标识:`plugin-center` > * 插件标识:`plugin-center`
> * 插件包名:`zoujingli/think-plugs-center` > * 插件包名:`zoujingli/think-plugs-center`
> * 安装方式:`composer require zoujingli/think-plugs-center` > * 安装方式:`composer require zoujingli/think-plugs-center`

View File

@ -142,7 +142,7 @@ public function index(){
* 执行 `php think xadmin:fansall` 同步微信粉丝数据,依赖于 `ThinkPlugsWechat` 应用插件 * 执行 `php think xadmin:fansall` 同步微信粉丝数据,依赖于 `ThinkPlugsWechat` 应用插件
* 执行 `php think xadmin:replace` 可以批量替换数据库指定字符字段内容,通常用于文件地址替换 * 执行 `php think xadmin:replace` 可以批量替换数据库指定字符字段内容,通常用于文件地址替换
* 执行 `php think xadmin:database` 对数据库的所有表 `repair|optimize` 操作,优化并整理数据库碎片 * 执行 `php think xadmin:database` 对数据库的所有表 `repair|optimize` 操作,优化并整理数据库碎片
* 执行 `php think xadmin:publish` 可自动安装现在模块或已安装应用插件,增加`--migrate`参数执行数据库脚本 * 执行 `php think xadmin:publish` 可自动安装现在模块或已安装应用插件,增加 `--migrate` 参数执行数据库脚本
#### 1. 守护进程管理(可自建定时任务去守护监听主进程) #### 1. 守护进程管理(可自建定时任务去守护监听主进程)