为关于页面做准备

main
PJ568 2 years ago
parent e97fc02644
commit 29db2a5886

@ -16,7 +16,7 @@
## 待完成
- [ ] 适配搜索栏,使其能够正常使用。
- [ ] 多语言支持。
- [ ] 构建`许可证`页面,能够查询所有项目的许可证和地址信息。
- [ ] 构建`关于`页面,能够查询所有项目的许可证和信息。
- [X] ~~构建`留言反馈`页面,做到无后端。~~
- [ ] 构建`提交页面`页面。
- [ ] ……

@ -16,7 +16,7 @@ Features include: file Converter, encryption & decryption, webmaster tools, code
## To Do List
- [ ] Fix Search, make it functional.
- [ ] Multilingual support.
- [ ] Build`license`page, make it be able to query license and address for all projects.
- [ ] Build`about`page, make it be able to query license and info for all projects.
- [X] ~~Build`comment`page, make it without back end.~~
- [ ] Build`application`page.
- [ ] ...

@ -9,9 +9,9 @@
</div>
</div>
<p class="menu_item_href">|</p>
<a class="menu_item_href" href="https://Tools.pj568.eu.org/license">许可证</a>
<a class="menu_item_href" href="https://Tools.pj568.eu.org/comment">留言反馈</a>
<a class="menu_item_href" href="https://Tools.pj568.eu.org/application">提交页面</a>
<a class="menu_item_href" href="https://Tools.pj568.eu.org/about">关于</a>
<div class="search_box"><input class="search_in" id="keyword" maxlength="18" placeholder="请键入关键词">
<div id="searchContent"></div>
<svg t="1626534436665" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4200" width="64" height="64">

@ -20,14 +20,14 @@
<div id="nav" class="menu_child"><!-- nav_html的插入位置包含初始化、插入和后补 --></div>
</div>
<p class="menu_item_href">|</p>
<a class="menu_item_href" href="https://Tools.pj568.eu.org/license">许可证</a>
<a class="menu_item_href" href="https://Tools.pj568.eu.org/comment">留言反馈</a>
<a class="menu_item_href" href="https://Tools.pj568.eu.org/application">提交页面</a>
<a class="menu_item_href" href="https://Tools.pj568.eu.org/about">关于</a>
<div class="search_box"><input class="search_in" id="keyword" maxlength="18" placeholder="请键入关键词">
<div id="searchContent"></div>
<svg t="1626534436665" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4200" width="64" height="64">
<path d="M466.69056 804.488541c-90.212628 0-175.009919-35.130102-238.789525-98.914824-131.605364-131.650389-131.605364-345.864192-0.007163-477.524814 63.785745-63.793932 148.58406-98.920964 238.796688-98.920964 90.214674 0 175.011966 35.128055 238.791571 98.920964 131.612527 131.660622 131.612527 345.874425 0 477.524814C641.702526 769.358439 556.905234 804.488541 466.69056 804.488541zM466.69056 177.066765c-77.399811 0-150.167115 30.142507-204.894553 84.876086-112.910583 112.965841-112.910583 296.77824 0.007163 409.737942 54.720276 54.726415 127.487579 84.866876 204.88739 84.866876 77.403904 0 150.169161-30.139437 204.895577-84.866876 112.919792-112.959701 112.919792-296.772101 0-409.737942C616.859721 207.208249 544.093441 177.066765 466.69056 177.066765z" p-id="4201" fill="#8a8a8a"></path>
<path d="M860.908016 894.871037 726.797599 760.77597 760.691547 726.883045 894.802988 860.976066Z" p-id="4202" fill="#8a8a8a"></path>
<path d="M466.69056 804.488541c-90.212628 0-175.009919-35.130102-238.789525-98.914824-131.605364-131.650389-131.605364-345.864192-0.007163-477.524814 63.785745-63.793932 148.58406-98.920964 238.796688-98.920964 90.214674 0 175.011966 35.128055 238.791571 98.920964 131.612527 131.660622 131.612527 345.874425 0 477.524814C641.702526 769.358439 556.905234 804.488541 466.69056 804.488541zM466.69056 177.066765c-77.399811 0-150.167115 30.142507-204.894553 84.876086-112.910583 112.965841-112.910583 296.77824 0.007163 409.737942 54.720276 54.726415 127.487579 84.866876 204.88739 84.866876 77.403904 0 150.169161-30.139437 204.895577-84.866876 112.919792-112.959701 112.919792-296.772101 0-409.737942C616.859721 207.208249 544.093441 177.066765 466.69056 177.066765z" p-id="4201" fill="#8a8a8a"></path>
<path d="M860.908016 894.871037 726.797599 760.77597 760.691547 726.883045 894.802988 860.976066Z" p-id="4202" fill="#8a8a8a"></path>
</svg>
</div>
<a href="https://github.com/PJ-568/568tools" target="_blank" rel="noopener noreferrer" title="github" class="github">

Loading…
Cancel
Save