modified: application/config.php

modified:   application/push/controller/Index.php
	deleted:    application/push/view/index/index.html
	new file:   application/push/view/index_index.html
	new file:   public/static/images/favicon.ico
	modified:   themes/blue/index_index.html
master
fengyuexingzi 8 years ago
parent bf61081911
commit 8a5e30c32d

@ -144,7 +144,8 @@ return [
// 视图输出字符串内容替换
'view_replace_str' => [
'__PUBLIC__' => 'public',
'__ROOT__' => '/'
'__ROOT__' => '/',
'__RELATIVE_PATH__' => './',
],
// 默认跳转页面对应的模板文件

@ -1,10 +1,12 @@
<?php
namespace app\push\controller;
class Index
use think\Controller;
class Index extends Controller
{
public function index()
{
return '<style type="text/css">*{ padding: 0; margin: 0; } div{ padding: 4px 48px;} a{color:#2E5CD5;cursor: pointer;text-decoration: none} a:hover{text-decoration:underline; } body{ background: #fff; font-family: "Century Gothic","Microsoft yahei"; color: #333;font-size:18px;} h1{ font-size: 100px; font-weight: normal; margin-bottom: 12px; } p{ line-height: 1.6em; font-size: 42px }</style><div style="padding: 24px 48px;"> <h1>:)</h1><p> ThinkPHP V5<br/><span style="font-size:30px">十年磨一剑 - 为API开发设计的高性能框架</span></p><span style="font-size:22px;">[ V5.0 版本由 <a href="http://www.qiniu.com" target="qiniu">七牛云</a> 独家赞助发布 ]</span></div><script type="text/javascript" src="http://tajs.qq.com/stats?sId=9347272" charset="UTF-8"></script><script type="text/javascript" src="http://ad.topthink.com/Public/static/client.js"></script><thinkad id="ad_bd568ce7058a1091"></thinkad>';
return $this->fetch();
}
}

@ -0,0 +1,6 @@
<head>
<script src="__RELATIVE_PATH__/static/js/jquery-3.2.1.min.js"></script>
</head>
<body>
<div><img src="__RELATIVE_PATH__/static/images/favicon.ico"></div>
</body>

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

@ -5,6 +5,7 @@
<title>Title</title>
</head>
<body>
<div><img src="__RELATIVE_PATH__/static/images/favicon.ico"></div>
<h1>闭合标签</h1>
{tree:close time='$demo_time'/}
<hr>

Loading…
Cancel
Save