123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- <!doctype html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1" />
-
- <link rel="stylesheet" href="../style.css#" type="text/css" />
- <title>常用书签</title>
- <script type="text/javascript">
- function findLang(){
- let href = location.href;
- for(let i=href.length-1;i>0;i--){
- if('/'==href.charAt(i) && '/'==href.charAt(i-3))
- return i;
- }
- return 0;
- }
- function nav2(page){
- let i = findLang();
- location.href = location.href.substring(0,i+1)+page;
- }
- function nav2Lang(lang){
- let i = findLang();
- let href = location.href;
- location.href = location.href.substring(0,i-2)+lang+location.href.substring(i);
- }
- </script>
- </head>
- <body>
- <header class='header'>
- <a class="logo" href="javascript:void(0)" onclick="return nav2('index.html#')">Home</a> <a class="logo" href="javascript:void(0)" onclick="return nav2('tags/index.html#')">Tags</a>
-
-
- <a class="logo" href="javascript:void(0)" onclick="return nav2Lang('en')">English</a>
-
-
- <nav>
- </nav>
- </header>
- <br />
-
- <div class="container">
- <h1 class="title">常用书签
- <br>
- <span class="subtitle"></span>
- </h1>
- <ul class="tags">
-
- </ul>
- <p>所有书签都可通过"长按链接->命令->书签"保存链接为书签。书签菜单可至<a href="../urls/index.html#">特色服务网页</a>安装。<br>
- AI/chatGPT:</p>
- <ul>
- <li><a href="https://kimi.ai">kimi</a></li>
- <li><a href="https://taichu-web.ia.ac.cn/#/chat">taichu</a></li>
- <li><a href="https://hellomiku.com">miku</a></li>
- <li><a href="https://search.lepton.run">lepton</a></li>
- </ul>
- <p>文本/文件共享</p>
- <ul>
- <li><a href="https://netcut.cn">网络剪贴板</a></li>
- <li><a href="https://txtpad.cn">txtpad</a></li>
- <li><a href="https://getnote.top">getnote</a></li>
- <li><a href="https://cmd.im">cmd.im</a></li>
- </ul>
- <p><a href="i:1w">Wait for url from other devices</a><br>
- <a href="https://www.gamezop.com">gamezop</a></p>
- <h3 id="分类书签模板">分类书签模板</h3>
- <p>点击以下链接可安装模板至分类书签目录。保存至“小说”类别的网站会自动使用阅读模式。<br>
- <a href="i:0hbookmark/小说.html:../searchurl/bookmark/novel.html">"小说.html": 自动使用阅读模式</a></p>
- <p>href="i:0hbookmark/txt.html:../searchurl/bookmark/viewtxt.html">"txt.html": 在线阅读下载直链(txt/html)</a></p>
- <h3 id="镜像">镜像</h3>
- <p><a href="https://web.xml.wiki">google镜像</a><br>
- <a href="https://mirror.js.org">Google等镜像</a></p>
- <h3 id="termux命令书签">Termux命令书签</h3>
- <p>以下书签需"长按以下链接->新窗口打开"才能在此网页正常执行。<br>
- 需安装定制版termux及相应工具,<br>
- <a href="c:bc -l">计算器bc</a><br>
- <a href="c:bc -l *.bc">全能计算器bc</a></p>
- </div>
- <p>Last Modified: 20 April 2024<br>
- update bookmarks<br>
- <pre></pre>
- </p>
- <script id='jsgiscus'
- src='https://giscus.app/client.js'
- data-repo="torappinfo/uweb"
- data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
- data-category="Announcements"
- data-category-id="DIC_kwDOEgNLGc4CQjsh"
- data-mapping="title"
- data-strict="0"
- data-reactions-enabled="1"
- data-emit-metadata="0"
- data-input-position="top"
- data-theme="light"
- data-lang="en"
- data-loading="lazy"
- crossorigin="anonymous" async>
- </script>
- <footer class="site-footer">
- <div class="container">
- © 2018-2024 Richard H. Cao
- </div>
- </footer>
- <!-- This document is licensed under the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is available at <https://www.gnu.org/licenses/>. -->
- </body>
- </html>
|