index.html 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1" />
  6. <link rel="stylesheet" href="../style.css#" type="text/css" />
  7. <title>常用书签</title>
  8. <script type="text/javascript">
  9. function findLang(){
  10. let href = location.href;
  11. for(let i=href.length-1;i>0;i--){
  12. if('/'==href.charAt(i) && '/'==href.charAt(i-3))
  13. return i;
  14. }
  15. return 0;
  16. }
  17. function nav2(page){
  18. let i = findLang();
  19. location.href = location.href.substring(0,i+1)+page;
  20. }
  21. function nav2Lang(lang){
  22. let i = findLang();
  23. let href = location.href;
  24. location.href = location.href.substring(0,i-2)+lang+location.href.substring(i);
  25. }
  26. </script>
  27. </head>
  28. <body>
  29. <header class='header'>
  30. <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>
  31. <a class="logo" href="javascript:void(0)" onclick="return nav2Lang('en')">English</a>
  32. <nav>
  33. </nav>
  34. </header>
  35. <br />
  36. <div class="container">
  37. <h1 class="title">常用书签
  38. <br>
  39. <span class="subtitle"></span>
  40. </h1>
  41. <ul class="tags">
  42. </ul>
  43. <p>所有书签都可通过&quot;长按链接-&gt;命令-&gt;书签&quot;保存链接为书签。书签菜单可至<a href="../urls/index.html#">特色服务网页</a>安装。<br>
  44. AI/chatGPT:</p>
  45. <ul>
  46. <li><a href="https://kimi.ai">kimi</a></li>
  47. <li><a href="https://taichu-web.ia.ac.cn/#/chat">taichu</a></li>
  48. <li><a href="https://hellomiku.com">miku</a></li>
  49. <li><a href="https://search.lepton.run">lepton</a></li>
  50. </ul>
  51. <p>文本/文件共享</p>
  52. <ul>
  53. <li><a href="https://netcut.cn">网络剪贴板</a></li>
  54. <li><a href="https://txtpad.cn">txtpad</a></li>
  55. <li><a href="https://getnote.top">getnote</a></li>
  56. <li><a href="https://cmd.im">cmd.im</a></li>
  57. </ul>
  58. <p><a href="i:1w">Wait for url from other devices</a><br>
  59. <a href="https://www.gamezop.com">gamezop</a></p>
  60. <h3 id="分类书签模板">分类书签模板</h3>
  61. <p>点击以下链接可安装模板至分类书签目录。保存至“小说”类别的网站会自动使用阅读模式。<br>
  62. <a href="i:0hbookmark/小说.html:../searchurl/bookmark/novel.html">&quot;小说.html&quot;: 自动使用阅读模式</a></p>
  63. <p>href=&quot;i:0hbookmark/txt.html:../searchurl/bookmark/viewtxt.html&quot;&gt;&quot;txt.html&quot;: 在线阅读下载直链(txt/html)</a></p>
  64. <h3 id="镜像">镜像</h3>
  65. <p><a href="https://web.xml.wiki">google镜像</a><br>
  66. <a href="https://mirror.js.org">Google等镜像</a></p>
  67. <h3 id="termux命令书签">Termux命令书签</h3>
  68. <p>以下书签需&quot;长按以下链接-&gt;新窗口打开&quot;才能在此网页正常执行。<br>
  69. 需安装定制版termux及相应工具,<br>
  70. <a href="c:bc -l">计算器bc</a><br>
  71. <a href="c:bc -l *.bc">全能计算器bc</a></p>
  72. </div>
  73. <p>Last Modified: 20 April 2024<br>
  74. update bookmarks<br>
  75. <pre></pre>
  76. </p>
  77. <script id='jsgiscus'
  78. src='https://giscus.app/client.js'
  79. data-repo="torappinfo/uweb"
  80. data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
  81. data-category="Announcements"
  82. data-category-id="DIC_kwDOEgNLGc4CQjsh"
  83. data-mapping="title"
  84. data-strict="0"
  85. data-reactions-enabled="1"
  86. data-emit-metadata="0"
  87. data-input-position="top"
  88. data-theme="light"
  89. data-lang="en"
  90. data-loading="lazy"
  91. crossorigin="anonymous" async>
  92. </script>
  93. <footer class="site-footer">
  94. <div class="container">
  95. &copy; 2018-2024 Richard H. Cao
  96. </div>
  97. </footer>
  98. <!-- 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/>. -->
  99. </body>
  100. </html>