From 9d7dc9e26bab84dce5390407c6322a7882d8ce47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sat, 18 Feb 2023 22:24:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- license | 2 +- plugin.md | 2 +- readme.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/license b/license index 59e47ca3b..66b2d005b 100644 --- a/license +++ b/license @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2014-2023 Anyon +Copyright (c) 2014-2023 Anyon Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/plugin.md b/plugin.md index 6701a9f1d..4fa204a9a 100644 --- a/plugin.md +++ b/plugin.md @@ -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` diff --git a/readme.md b/readme.md index 34179f78e..62b9174de 100644 --- a/readme.md +++ b/readme.md @@ -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. 守护进程管理(可自建定时任务去守护监听主进程)