Fix icon problem.

main
PJ568 2 years ago
parent 0eafabf38f
commit 1519af6c4b

@ -2,13 +2,13 @@
简体中文|[English](./README_EN.md)
<img height="15" src="./img/icon.svg" /> 568Tools 在线工具箱是在线工具的集合。使用大部分工具无需注册、下载或上传到服务器。
<img height="15" src="https://tools.PJ568.eu.org/img/icon.svg" /> 568Tools 在线工具箱是在线工具的集合。使用大部分工具无需注册、下载或上传到服务器。
服务涵盖:文件转换、加密解密、站长工具、代码开发、生活相关等。
## 其他说明
* `本项目和其使用的开源项目允许修改,但请保留原作者信息。确需去除,请联系作者,以免失去技术支持。`详情请参照[许可证](https://Tools.pj568.eu.org/license)。
* `本项目和其使用的开源项目允许修改,但请保留原作者信息。确需去除,请联系作者,以免失去技术支持。`详情请参照[许可证](https://Tools.PJ568.eu.org/LICENSE)。
* 欢迎[提交页面或链接](https://Tools.pj568.eu.org/application)。
* 项目基于[fly63在线工具箱](https://github.com/mydearcc/tools),向他们表示诚挚的感谢!
* 出现 BUG 请提出`Issue`,我会修复。

@ -2,14 +2,14 @@
[简体中文](./README.md)|English
<img height="15" src="./img/icon.svg" /> 568Tools Online Toolbox is a collection of online tools. Using most tools do not require registration, download, or upload to a server.
<img height="15" src="https://tools.PJ568.eu.org/img/icon.svg" /> 568Tools Online Toolbox is a collection of online tools. Using most tools do not require registration, download, or upload to a server.
Features include: file Converter, encryption & decryption, webmaster tools, code development, life-related...
## Infomation
* `This project and the open source projects which are used are allowed to modify, as long as you retain the original author information. If you want to remove it, please contact the author or you may lose technical support.`Please refer to [license](https://Tools.pj568.eu.org/license).
* [Submit your own pages or links](https://Tools.pj568.eu.org/application) is welcomed.
* `This project and the open source projects which are used are allowed to modify, as long as you retain the original author information. If you want to remove it, please contact the author or you may lose technical support.`Please refer to [license](https://Tools.PJ568.eu.org/LICENSE).
* [Submit your own pages or links](https://Tools.PJ568.eu.org/application) is welcomed.
* This project is based on [fly63在线工具箱](https://github.com/mydearcc/tools) (fly63 Online Toolbox). We would like to express my sincere thanks to them!
* If there is a BUG, please shoot an `Issue` and I will fix it.

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>关于&nbsp;568Tools&nbsp;在线工具箱</title>
<link rel="icon" type="image/svg+xml" href="https://tools.pj568.eu.org/img/icon.svg">
<link rel="icon" type="image/svg+xml" href="https://tools.PJ568.eu.org/img/icon.svg">
<link rel="stylesheet" href="https://tools.pj568.eu.org/css/tool_type.css">
<script src="https://tools.pj568.eu.org/js/include.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
@ -13,7 +13,7 @@
<div class="bg-img"></div>
<div id="list" class="nav_content">
<div class="item info">
<div style="width: 50%;padding: 0 20px;" id="content">
<div style="padding: 0 20px;" id="content">
</div>
</div>

@ -1,5 +1,5 @@
<div class="nav_menu">
<a class="menu_item_href" href="#"><img class="mainicon" src="./img/icon.svg" />568Tools&nbsp;在线工具箱</a>
<a class="menu_item_href" href="#"><img class="mainicon" src="https://tools.PJ568.eu.org/img/icon.svg" />568Tools&nbsp;在线工具箱</a>
<p class="menu_item_href">|</p>
<div class="menu_item"><span>操作</span>
<div id="nav" class="menu_child">

Loading…
Cancel
Save