Initial commit

This commit is contained in:
易焱
2021-03-13 18:42:01 +08:00
commit d9a3c376d5
3243 changed files with 627198 additions and 0 deletions
@@ -0,0 +1,3 @@
<div class="footer">
&copy; 2018-{:date('Y')} <a href="http://www.jijinweb.com" target="_blank">Jijincms</a>上海集锦信息科技有限公司出品
</div>
@@ -0,0 +1,4 @@
<meta charset="utf-8" />
<title>Jijincms 安装向导</title>
<link rel="stylesheet" href="__PUBLIC__/install/css/theme.min.css" />
<link rel="stylesheet" href="__PUBLIC__/install/css/install.css" />
@@ -0,0 +1,4 @@
<div class="header">
<h1 class="logo">Jijincms 安装向导</h1>
<div class="version">{$Think.config.VERSION}</div>
</div>