diff --git a/application/index/controller/Index.php b/application/index/controller/Index.php index 2ab0697..914d879 100644 --- a/application/index/controller/Index.php +++ b/application/index/controller/Index.php @@ -5,6 +5,6 @@ class Index { public function index() { - return '

:)

ThinkPHP V5
十年磨一剑 - 为API开发设计的高性能框架

[ V5.0 版本由 七牛云 独家赞助发布 ]
'; + return view(); } } diff --git a/application/index/view/index.html b/application/index/view/index.html new file mode 100644 index 0000000..c32c0c5 --- /dev/null +++ b/application/index/view/index.html @@ -0,0 +1,42 @@ + + + + + + + + + + + + YUMC插件商城 + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file