Browse Source

css improve

master
filesite 7 months ago
parent
commit
84aa114858
  1. 4
      themes/tajian/views/layout/index.php
  2. 8
      themes/tajian/views/layout/main.php
  3. 2
      themes/tajian/views/my/index.php
  4. 5
      www/css/tajian.css
  5. 12
      www/tajian/README.md

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

@ -37,13 +37,13 @@ if (!empty($viewFile) && file_exists($viewFile)) {
<div class="footer"> <div class="footer">
<div class="copyright"> <div class="copyright">
<a href="https://filesite.io" target="_blank">&copy;FileSite.io</a> 2022 - execute time: {page_time_cost} ms 从GitHub下 <a href="https://github.com/filesite-io/machete" target="_blank">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>
从GitHub下 <a href="https://github.com/filesite-io/machete" target="_blank">Machete源码</a> 部署到本地 <a href="https://filesite.io" target="_blank">&copy;FileSite.io</a> 2022 - execute time: {page_time_cost} ms
</div> </div>
</div> </div>

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

@ -130,17 +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">
<?php if (!empty(FSC::$app['config']['theme'])) { ?> 从GitHub下 <a href="https://github.com/filesite-io/machete" target="_blank">Machete源码</a> 部署到本地
Theme name <strong><?php echo FSC::$app['config']['theme']; ?></strong>
<br>
<?php } ?>
<a href="https://filesite.io" target="_blank">&copy;FileSite.io</a> 2022 - execute time: {page_time_cost} ms
<br> <br>
数据采集由 数据采集由
<a href="https://herounion.filesite.io" target="_blank">HeroUnion英雄联盟</a> <a href="https://herounion.filesite.io" target="_blank">HeroUnion英雄联盟</a>
提供技术支持 提供技术支持
<br> <br>
从GitHub下 <a href="https://github.com/filesite-io/machete" target="_blank">Machete源码</a> 部署到本地 <a href="https://filesite.io" target="_blank">&copy;FileSite.io</a> 2022 - execute time: {page_time_cost} ms
</div> </div>
</div> </div>

2
themes/tajian/views/my/index.php

@ -23,7 +23,7 @@ if (!empty(FSC::$app['config']['multipleUserUriParse']) && !empty(FSC::$app['use
<li><a href="<?=$linkPrefix?>/my/tags"><img src="/img/collection.svg" alt="collection" width="18"> 管理分类</a></li> <li><a href="<?=$linkPrefix?>/my/tags"><img src="/img/collection.svg" alt="collection" width="18"> 管理分类</a></li>
<li><a href="###"><img src="/img/favorite.png" alt="favorite" width="20"> 管理收藏</a></li> <li><a href="###"><img src="/img/favorite.png" alt="favorite" width="20"> 管理收藏</a></li>
<li><a href="<?=$linkPrefix?>/my/addtag"><img src="/img/edit.svg" alt="edit" width="18"> 添加分类</a></li> <li><a href="<?=$linkPrefix?>/my/addtag"><img src="/img/edit.svg" alt="edit" width="18"> 添加分类</a></li>
<li><a href="###"><img src="/img/addvideos.svg" alt="add favorite" width="20"> 添加收藏</a></li> <li><a href="<?=$linkPrefix?>/site/new"><img src="/img/addvideos.svg" alt="add favorite" width="20"> 添加收藏</a></li>
</ul> </ul>
</div> </div>
</main> </main>

5
www/css/tajian.css

@ -228,7 +228,10 @@ a:link{text-decoration:none;}
} }
.hide{display:none} .hide{display:none}
.markdown-body h3{margin-top: 24px}
.markdown-body p{margin-bottom: 10px}
.markdown-body pre{margin-bottom:16px;padding:0 .2em;font-family: monospace,monospace;font-size: 1em}
.markdown-body code{padding: .2em .4em;margin: 0;font-size: 85%;background-color: rgba(175,184,193,0.2)}
/* TaJian首页 */ /* TaJian首页 */
.tajian_index{max-width:640px;margin:0 auto;padding:10px} .tajian_index{max-width:640px;margin:0 auto;padding:10px}

12
www/tajian/README.md

@ -1,12 +1,12 @@
# Ta荐 - TaJian.tv
一个好用的视频收藏夹,帮你整理不同平台的好视频,还能轻松分享给朋友! 发邮件告诉我们你对Machete的看法和它的趣事吧:
```
machete#filesite.io(用@替换#)
```
加我们的微信分享你的想法吧: 我们会在收到邮件后第一时间跟你联系,如果在发出邮件后 2 天内没有收到我们的回复,请检查你邮箱的垃圾箱和广告邮件。
![Wechat qr image of TaJian.tv](https://tajian.tv/tajian/wx_jialuoma.jpeg)
### 免责申明 ### 免责申明
本站所有视频均来自以上平台,如果某个视频涉嫌违规,请联系我们第一时间删除。 本站所有视频均来自网络,如果某个视频涉嫌违规,请联系我们第一时间删除。

Loading…
Cancel
Save