update index.html

This commit is contained in:
wcbing 2024-11-06 19:29:46 +08:00
parent 24f3778910
commit 09567c7f6b

View File

@ -9,29 +9,51 @@
<style> <style>
body { body {
text-align: center; text-align: center;
max-width: 600px;
margin: 0 auto;
} }
a { a {
color: #4096ff; color: #4096ff;
text-decoration: none; text-decoration: none;
} }
.code-blocks {
border: 1px solid #777;
padding: 0.8em;
border-radius: 5px;
}
.footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
padding: 1em 0;
background-color: #f1f1f1;
}
</style> </style>
</head> </head>
<body> <body>
<h1>wcbing 的 APT 软件源</h1> <h1>wcbing 的 APT 软件源</h1>
<h2>相关链接</h2> <h3>➕添加本仓库</h3>
<p class="code-blocks">
<code>curl -fsSL https://packages.wcbing.top/deb/add.sh | sudo sh</code>
</p>
<h3>➖移除本仓库</h3>
<p class="code-blocks">
<code>curl -fsSL https://packages.wcbing.top/deb/del.sh | sudo sh</code>
</p>
<h3>🔗相关链接</h3>
<p> <p>
<a href="https://github.com/wcbing/wcbing-apt-repo#已收录软件">已收录软件</a> | <a href="https://github.com/wcbing/wcbing-apt-repo#已收录软件">已收录软件</a> |
<a href="./version.txt">现有包版本信息</a> | <a href="./Packages">完整信息</a> <a href="./version.txt">现有包版本信息</a> | <a href="./Packages">完整信息</a>
</p> </p>
<h2>用法</h2> <div class="footer">
<p>添加本仓库:<br /><code>curl -fsSL https://packages.wcbing.top/deb/add.sh | sudo sh</code> </p>
<p>移除本仓库:<br /><code>curl -fsSL https://packages.wcbing.top/deb/del.sh | sudo sh</code> </p>
<p style="position: absolute;bottom: 0;width: 96%">
<a href="https://github.com/wcbing/wcbing-apt-repo">项目地址</a> | <a href="https://github.com/wcbing/wcbing-apt-repo">项目地址</a> |
<a href="./status.txt">仓库状态日志</a> <a href="./status.txt">状态日志</a>
</p> </div>
</body> </body>
</html> </html>