diff --git a/composer.lock b/composer.lock index d4c480c13..ed5a3ea7f 100644 --- a/composer.lock +++ b/composer.lock @@ -909,12 +909,12 @@ "source": { "type": "git", "url": "https://github.com/zoujingli/ThinkLibrary.git", - "reference": "4b5d056a51c18261255b728d7ef2f40c5779805b" + "reference": "1e0488650982272bedf647c95f02924919dce206" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/4b5d056a51c18261255b728d7ef2f40c5779805b", - "reference": "4b5d056a51c18261255b728d7ef2f40c5779805b", + "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/1e0488650982272bedf647c95f02924919dce206", + "reference": "1e0488650982272bedf647c95f02924919dce206", "shasum": "", "mirrors": [ { @@ -958,7 +958,7 @@ ], "description": "ThinkPHP v6.0 Development Library", "homepage": "http://framework.thinkadmin.top", - "time": "2020-01-14T02:21:11+00:00" + "time": "2020-01-14T06:06:23+00:00" }, { "name": "zoujingli/wechat-developer", diff --git a/readme.md b/readme.md index 338ea9459..dd3d46f70 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ ## 大道至简 · 原生框架 -### 目前 ThinkAdmin v6 处理调测阶段,请匆应用到生产版本的项目开发!!! +### 目前 ThinkAdmin v6 处于调测阶段,请匆应用到生产版本的项目开发!!! ThinkAdmin v6 依赖自制组件 ThinkLibrary v6,ThinkLibrary v6 是针对 ThinkPHP 6.0 定制开发。 @@ -56,8 +56,8 @@ public function index(){ 部分代码来自互联网,若有异议可以联系作者进行删除。 * 在线体验地址:https://v6.thinkadmin.top (账号和密码都是 admin ) - * Gitee仓库地址:https://gitee.com/zoujingli/ThinkAdmin - * GitHub仓库地址:https://github.com/zoujingli/ThinkAdmin + * Gitee仓库地址:https://gitee.com/zoujingli/ThinkAdmin/tree/v6 + * GitHub仓库地址:https://github.com/zoujingli/ThinkAdmin/tree/v6 ## 框架指令 diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 04a147bb6..65dd48abd 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -935,12 +935,12 @@ "source": { "type": "git", "url": "https://github.com/zoujingli/ThinkLibrary.git", - "reference": "4b5d056a51c18261255b728d7ef2f40c5779805b" + "reference": "1e0488650982272bedf647c95f02924919dce206" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/4b5d056a51c18261255b728d7ef2f40c5779805b", - "reference": "4b5d056a51c18261255b728d7ef2f40c5779805b", + "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/1e0488650982272bedf647c95f02924919dce206", + "reference": "1e0488650982272bedf647c95f02924919dce206", "shasum": "", "mirrors": [ { @@ -956,7 +956,7 @@ "ext-json": "*", "topthink/framework": "^6.0" }, - "time": "2020-01-14T02:21:11+00:00", + "time": "2020-01-14T06:06:23+00:00", "type": "library", "extra": { "think": { diff --git a/vendor/services.php b/vendor/services.php index e803d7c12..0d827548d 100644 --- a/vendor/services.php +++ b/vendor/services.php @@ -1,5 +1,5 @@ 'think\\app\\Service', diff --git a/vendor/zoujingli/think-library/readme.md b/vendor/zoujingli/think-library/readme.md index a1d13c49a..e91b14a70 100644 --- a/vendor/zoujingli/think-library/readme.md +++ b/vendor/zoujingli/think-library/readme.md @@ -20,9 +20,9 @@ ThinkLibrary 6.0 是针对 ThinkPHP 6.0 版本封装的一套工具类库,方 ## 参考项目 #### ThinkAdmin - V6.0 -* Gitee 仓库 https://gitee.com/zoujingli/ThinkAdmin -* Github 仓库 https://github.com/zoujingli/ThinkAdmin -* 体验地址(账号密码都是admin)https://demo.thinkadmin.top +* Gitee 仓库 https://gitee.com/zoujingli/ThinkAdmin/tree/v6 +* Github 仓库 https://github.com/zoujingli/ThinkAdmin/tree/v6 +* 体验地址(账号密码都是admin)https://v6.thinkadmin.top ## 代码仓库 ThinkLibrary 为 MIT 协议开源项目,安装使用或二次开发不受约束,欢迎 fork 项目。 @@ -31,7 +31,7 @@ ThinkLibrary 6.0 是针对 ThinkPHP 6.0 版本封装的一套工具类库,方 * 在线体验地址:https://v6.thinkadmin.top (账号和密码都是 admin ) * Gitee仓库地址:https://gitee.com/zoujingli/ThinkLibrary - * GitHub仓库地址:https://github.com/zoujingli/ThinkLibrary + * Github仓库地址:https://github.com/zoujingli/ThinkLibrary ## 使用说明 * ThinkLibrary 需要 Composer 支持