From 3bd39d6b5663558d3dd149951dd37138062268ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E4=BB=AA=E5=BC=8F?= <854085467@qq.com> Date: Thu, 10 Dec 2020 10:02:17 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E6=B5=8B=E8=AF=95=20gitee=20=E4=B8=8E?= =?UTF-8?q?=20github=20=E4=BB=A3=E7=A0=81=E5=90=8C=E6=AD=A5=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 086f61a..19142ab 100644 --- a/index.html +++ b/index.html @@ -90,7 +90,7 @@ // 重新设置配置文件读取路径,默认为同级目录下的 pear.config.json admin.setConfigPath("config/pear.config.yml"); - // 进行框架初始化 + // Admin 框架初始化 admin.render(); })