From 57896675b4898b1f01c5f776827e5f9346e17f60 Mon Sep 17 00:00:00 2001 From: 502647092 Date: Fri, 20 Oct 2017 14:26:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0CodeMirror?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/controller/Index.php | 2 +- application/index/view/index.html | 42 ++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 application/index/view/index.html 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