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. 守护进程管理(可自建定时任务去守护监听主进程)