From c867cea79ee90add30152ddec38b24262f53fcbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=85=E9=A3=8E?= <642139974@qq.com> Date: Thu, 9 Aug 2018 20:41:47 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20think?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- think | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 think diff --git a/think b/think old mode 100755 new mode 100644 index 8afa938af..cf372ba2a --- a/think +++ b/think @@ -9,7 +9,7 @@ // +---------------------------------------------------------------------- // | Author: yunwuxin <448901948@qq.com> // +---------------------------------------------------------------------- - +//开始 // 定义项目路径 define('APP_PATH', __DIR__ . '/application/'); -- Gitee From 0f764a744d79f9865125c44a8ac33589ca106f5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=85=E9=A3=8E?= <642139974@qq.com> Date: Thu, 9 Aug 2018 20:50:05 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20composer.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 3 +++ 1 file changed, 3 insertions(+) mode change 100755 => 100644 composer.json diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 index 827f9f2dc..98b51b30c --- a/composer.json +++ b/composer.json @@ -28,5 +28,8 @@ }, "config": { "preferred-install": "dist" + }, + "hello":{ + "hello":"world" } } -- Gitee From 5d99dbcf1878f617872ae7631a76eee5dcec6720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=85=E9=A3=8E?= <642139974@qq.com> Date: Thu, 9 Aug 2018 20:54:52 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E8=BF=99=E9=87=8C=E6=98=AF=E7=A0=81?= =?UTF-8?q?=E4=BA=91=E6=96=B0=E6=89=8B=E6=90=9E=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bower.json | 1 + 1 file changed, 1 insertion(+) mode change 100755 => 100644 bower.json diff --git a/bower.json b/bower.json old mode 100755 new mode 100644 index fa07ab519..e097f2705 --- a/bower.json +++ b/bower.json @@ -1,5 +1,6 @@ { "name": "fastadmin", + "age":20, "description": "the fastest admin framework", "main": "", "license": "Apache2.0", -- Gitee From 7a746f7ff757361f153ec921d8861a8afc5576b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=85=E9=A3=8E?= <642139974@qq.com> Date: Thu, 9 Aug 2018 21:11:40 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20build.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 build.php diff --git a/build.php b/build.php old mode 100755 new mode 100644 index 35deda28c..ccbd224b2 --- a/build.php +++ b/build.php @@ -7,7 +7,7 @@ // +---------------------------------------------------------------------- // | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 ) // +---------------------------------------------------------------------- -// | Author: liu21st +// | Author: liu21st hello world // +---------------------------------------------------------------------- return [ -- Gitee