diff --git a/bower.json b/bower.json old mode 100755 new mode 100644 index fa07ab5192bf8cdacb363438a6dd5a394486bcb6..e097f2705db6e31dcda3e527e35bcb176c51be41 --- a/bower.json +++ b/bower.json @@ -1,5 +1,6 @@ { "name": "fastadmin", + "age":20, "description": "the fastest admin framework", "main": "", "license": "Apache2.0", diff --git a/build.php b/build.php old mode 100755 new mode 100644 index 35deda28c4454489ea0f5b2f23e60f6cc968b3d8..ccbd224b21a86a00d016d1c381727250dee17079 --- 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 [ diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 index 827f9f2dcf931ada9f873c1c3efacda53683c33b..98b51b30c664dc9244c55bab78cd44338ee6b9ef --- a/composer.json +++ b/composer.json @@ -28,5 +28,8 @@ }, "config": { "preferred-install": "dist" + }, + "hello":{ + "hello":"world" } } diff --git a/think b/think old mode 100755 new mode 100644 index 8afa938affcc48dc7171fe9ab78d5e32ea25e9c6..cf372ba2aeb89af6bf3f764f259abd656e1c4433 --- a/think +++ b/think @@ -9,7 +9,7 @@ // +---------------------------------------------------------------------- // | Author: yunwuxin <448901948@qq.com> // +---------------------------------------------------------------------- - +//开始 // 定义项目路径 define('APP_PATH', __DIR__ . '/application/');