main
PJ568 2 years ago
parent 6054ea4100
commit 4694e3594d

@ -14,8 +14,8 @@
<div id="list" class="nav_content"> <div id="list" class="nav_content">
<div class="item info"> <div class="item info">
<div style="padding:0 20px" id="content"></div> <div style="padding:0 20px" id="content"></div>
<h2 id="1">许可证</h2> <h1 id="1">许可证</h1>
<p style="color:#F5F5F5;max-width:800px;padding: 0 20px" id="lic"></p> <p style="color:#F5F5F5;padding:0 20px;max-width:800px" id="lic"></p>
</div> </div>
<div class="item"> <div class="item">
<h2>可选操作</h2> <h2>可选操作</h2>

@ -48,6 +48,7 @@ body {
} }
.nav_content .item h1 { .nav_content .item h1 {
margin: 12px;
color: #E0E0E0 color: #E0E0E0
} }

@ -65,7 +65,7 @@ function initData(){
} }
// 后补 // 后补
nav_html+=`<a href="#0" target="_self">页内页</a><a href="#-1" target="_self">项目贡献者</a><a href="#-2" target="_self">Star&nbsp;历史</a>` nav_html+=`<a href="#0" target="_self">页内页</a><a href="#-1" target="_self">项目贡献者</a><a href="#-2" target="_self">Star&nbsp;历史</a>`
list_html+=`<div id="0" class="item"><h2>页内页</h2><div class="child"><iframe src="https://pj568.eu.org/Spinning_Bird/" class="page"></iframe></div></div><div id="-1" class="item"><h2>项目贡献者</h2><div class="child"><a class="contri" href="https://github.com/PJ-568/568tools/graphs/contributors" target="_blank"><img src="https://contrib.rocks/image?repo=PJ-568/568tools"/></a></div></div><div id="-2" class="item"><h2>Star&nbsp;历史</h2><div class="child"><img class="incert" src="https://api.star-history.com/svg?repos=PJ-568/568tools&type=Date"/></div></div><div class="item"><a class="ota" href="#">↑↑&nbsp;&nbsp;&nbsp;&nbsp;返回页顶&nbsp;&nbsp;&nbsp;&nbsp;↑↑</a></div>` list_html+=`<div id="0" class="item"><h2>页内页</h2><div class="child"><iframe src="https://tools.pj568.eu.org/about/" class="page"></iframe></div></div><div id="-1" class="item"><h2>项目贡献者</h2><div class="child"><a class="contri" href="https://github.com/PJ-568/568tools/graphs/contributors" target="_blank"><img src="https://contrib.rocks/image?repo=PJ-568/568tools"/></a></div></div><div id="-2" class="item"><h2>Star&nbsp;历史</h2><div class="child"><img class="incert" src="https://api.star-history.com/svg?repos=PJ-568/568tools&type=Date"/></div></div><div class="item"><a class="ota" href="#">↑↑&nbsp;&nbsp;&nbsp;&nbsp;返回页顶&nbsp;&nbsp;&nbsp;&nbsp;↑↑</a></div>`
// 后补结束 // 后补结束
nav.innerHTML=nav_html; nav.innerHTML=nav_html;
list.innerHTML=list_html; list.innerHTML=list_html;

Loading…
Cancel
Save