Skip to content

Commit

Permalink
add storage
Browse files Browse the repository at this point in the history
  • Loading branch information
lixinyang123 authored Jun 26, 2024
1 parent d7cd1f3 commit 93f9228
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</li>

<li class="nav-item">
<a href="javascript:void(0)" onclick="navigate('proxyservice')" class="nav-link">ProxyService</a>
<a href="javascript:void(0)" onclick="navigate('webproxy')" class="nav-link">WebProxy</a>
</li>
</ul>

Expand Down Expand Up @@ -161,10 +161,9 @@

<div class="col-md-3">
<p class="title">其他</p>
<p><a target="blank"
href="https://github.com/ConchbrainClub/Home/issues/new?assignees=lixinyang123%2C+ccczg&labels=&template=feedback.md&title=Feedback">Feedback</a>
</p>
<p><a target="blank" href="https://github.com/ConchbrainClub/Home/issues/new?assignees=lixinyang123%2C+ccczg&labels=&template=feedback.md&title=Feedback">Feedback</a></p>
<p><a target="blank" href="https://music.conchbrain.club/">MusicPlayer</a></p>
<p><a target="blank" href="https://storage.conchbrain.club/">Storage</a></p>
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions view/proxyservice.html → view/webproxy.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<div class="container pt-5 pb-5">

<div class="text-center m-5 p-3">
<h1>ConchBrain ProxyService</h1>
<h1>ConchBrain WebProxy</h1>
</div>

<div class="input-group mt-5 mb-5 pt-5 pb-5">
<div id="input-group">
<input type="text" class="form-control" id="link" autocomplete="off" placeholder="搜索或输入 Web 地址">
<input type="text" class="form-control" id="link" autocomplete="off" placeholder="使用 DuckDuckGo 搜索">

<button class="btn btn-info" onclick="search()">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor"
Expand Down

0 comments on commit 93f9228

Please sign in to comment.