Browse Source

layout footer update

master
filesite 4 days ago
parent
commit
b366239b11
  1. 5
      themes/tajian/views/layout/index.php
  2. 4
      themes/tajian/views/layout/main.php

5
themes/tajian/views/layout/index.php

@ -56,9 +56,6 @@ if (!empty(FSC::$app['config']['multipleUserUriParse']) && !empty(FSC::$app['use
<li> <li>
<a href="https://herounion.filesite.io" target="_blank">HeroUnion</a> <a href="https://herounion.filesite.io" target="_blank">HeroUnion</a>
</li> </li>
<li>
<a href="https://filesite.io" target="_blank">FileSite.io</a>
</li>
<li><a href="https://github.com/filesite-io/machete" target="_blank">源码下载</a></li> <li><a href="https://github.com/filesite-io/machete" target="_blank">源码下载</a></li>
</ul> </ul>
<ul class="footer-social-links list-reset"> <ul class="footer-social-links list-reset">
@ -86,7 +83,7 @@ if (!empty(FSC::$app['config']['multipleUserUriParse']) && !empty(FSC::$app['use
</a> </a>
</li> </li>
</ul> </ul>
<div class="footer-copyright">&copy; 2024 Machete, execute {page_time_cost} ms</div> <div class="footer-copyright"><a href="https://filesite.io" target="_blank">&copy;FileSite.io</a>&nbsp;2022,耗时 {page_time_cost} ms</div>
</div> </div>
</div> </div>
</footer> </footer>

4
themes/tajian/views/layout/main.php

@ -130,13 +130,13 @@ eof;
<?php if (in_array(FSC::$app['controller'], array('site', 'my')) && FSC::$app['action'] == 'index') { ?> <?php if (in_array(FSC::$app['controller'], array('site', 'my')) && FSC::$app['action'] == 'index') { ?>
<div class="footer"> <div class="footer">
<div class="copyright"> <div class="copyright">
从GitHub下 <a href="https://github.com/filesite-io/machete" target="_blank">Machete源码</a> 部署到本地 从GitHub下 <a href="https://github.com/filesite-io/machete" target="_blank">Filesite/Machete源码</a> 部署到本地
<br> <br>
数据采集由 数据采集由
<a href="https://herounion.filesite.io" target="_blank">HeroUnion英雄联盟</a> <a href="https://herounion.filesite.io" target="_blank">HeroUnion英雄联盟</a>
提供技术支持 提供技术支持
<br> <br>
<a href="https://filesite.io" target="_blank">&copy;FileSite.io</a> 2022 - execute time: {page_time_cost} ms <a href="https://filesite.io" target="_blank">&copy;FileSite.io</a> 2022,耗时 {page_time_cost} ms
</div> </div>
</div> </div>

Loading…
Cancel
Save