mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-06-29 07:39:16 +08:00
修改文档文件
This commit is contained in:
parent
80a724d8ef
commit
9d7dc9e26b
2
license
2
license
@ -1,6 +1,6 @@
|
||||
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
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -25,7 +25,7 @@
|
||||
> * 插件仓库:https://github.com/zoujingli/think-plugs-static
|
||||
> * 开源协议:MIT ( 免费开放,里面有部分其他开源协议,具体可以查看源文件 )
|
||||
|
||||
> 基础在线插件市场 ( 开发中,后期会成为 ThinkAdmin 生态市场 )
|
||||
> 基础在线插件市场 ( 开发中,后期开放 ThinkAdmin 生态市场 )
|
||||
> * 插件标识:`plugin-center`
|
||||
> * 插件包名:`zoujingli/think-plugs-center`
|
||||
> * 安装方式:`composer require zoujingli/think-plugs-center`
|
||||
|
@ -142,7 +142,7 @@ public function index(){
|
||||
* 执行 `php think xadmin:fansall` 同步微信粉丝数据,依赖于 `ThinkPlugsWechat` 应用插件
|
||||
* 执行 `php think xadmin:replace` 可以批量替换数据库指定字符字段内容,通常用于文件地址替换
|
||||
* 执行 `php think xadmin:database` 对数据库的所有表 `repair|optimize` 操作,优化并整理数据库碎片
|
||||
* 执行 `php think xadmin:publish` 可自动安装现在模块或已安装应用插件,增加`--migrate`参数执行数据库脚本
|
||||
* 执行 `php think xadmin:publish` 可自动安装现在模块或已安装应用插件,增加 `--migrate` 参数执行数据库脚本
|
||||
|
||||
#### 1. 守护进程管理(可自建定时任务去守护监听主进程)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user