fix links for tags
[uweb.git] / zh / bookmark / index.html
blob215c0abf8c501c040a4158862446092d3d3295f2
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1" />
7 <link rel="stylesheet" href="../style.css#" type="text/css" />
8 <title>常用书签</title>
9 <script type="text/javascript">
10 function findLang(){
11 let href = location.href;
12 for(let i=href.length-1;i>0;i--){
13 if('/'==href.charAt(i) && '/'==href.charAt(i-3))
14 return i;
16 return 0;
18 function nav2(page){
19 let i = findLang();
20 location.href = location.href.substring(0,i+1)+page;
22 function nav2Lang(lang){
23 let i = findLang();
24 let href = location.href;
25 location.href = location.href.substring(0,i-2)+lang+location.href.substring(i);
27 </script>
28 </head>
29 <body>
30 <header class='header'>
31 <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>
34 <a class="logo" href="javascript:void(0)" onclick="return nav2Lang('en')">English</a>
37 <nav>
38 </nav>
39 </header>
40 <br />
42 <div class="container">
43 <h1 class="title">常用书签
44 <br>
45 <span class="subtitle"></span>
46 </h1>
47 <ul class="tags">
49 </ul>
50 <p>所有书签都可通过&quot;长按链接-&gt;命令-&gt;书签&quot;保存链接为书签。书签菜单可至<a href="../urls/index.html">特色服务网页</a>安装。<br>
51 <a href="https://web.xml.wiki">web</a><br>
52 AI/chatGPT:</p>
53 <ul>
54 <li><a href="https://search.tiangong.cn">天工</a></li>
55 <li><a href="https://kimi.ai">kimi</a></li>
56 <li><a href="https://taichu-web.ia.ac.cn/#/chat">taichu</a></li>
57 </ul>
58 <p><a href="https://netcut.cn">网络剪贴板</a><br>
59 <a href="https://txtpad.cn">txtpad</a><br>
60 <a href="https://cmd.im">cmd.im</a><br>
61 <a href="i:1w">Wait for url from other devices</a><br>
62 <a href="https://www.gamezop.com">gamezop</a><br>
63 <a href="https://www.123pan.com/s/cKA9-HFUCA">Personal use 2</a></p>
64 <h3 id="分类书签模板">分类书签模板</h3>
65 <p>点击以下链接可安装模板至分类书签目录。保存至“小说”类别的网站会自动使用阅读模式。<br>
66 <a href="i:0hbookmark/小说.html:../searchurl/bookmark/novel.html">&quot;小说.html&quot;: 自动使用阅读模式</a></p>
67 <p>href=&quot;i:0hbookmark/txt.html:../searchurl/bookmark/viewtxt.html&quot;&gt;&quot;txt.html&quot;: 在线阅读下载直链(txt/html)</a></p>
68 <h3 id="mirrors">Mirrors</h3>
69 <p><a href="https://www.library.ac.cn">Mirror list</a><br>
70 <a href="https://entry.zhelper.net">zlibirary</a><br>
71 <a href="i:631:https://mirror.js.org">mirror.js.org</a></p>
72 <h3 id="termux命令书签">Termux命令书签</h3>
73 <p>以下书签需&quot;长按以下链接-&gt;新窗口打开&quot;才能在此网页正常执行。<br>
74 需安装定制版termux及相应工具,<br>
75 <a href="c:bc -l">计算器bc</a><br>
76 <a href="c:bc -l *.bc">全能计算器bc</a></p>
77 <p>以下书签需安装gopher.<br>
78 <a href="c:gopher gopher://codevoid.de/1/cnn">CNN news gopher</a><br>
79 <a href="c:gopher gopher://gopherpedia.com/7/lookup">wikipedia search gopher</a><br>
80 <a href="c:gopher gopher://gopherddit.com">reddit gopher</a></p>
82 </div>
83 <p>Last Modified: 23 March 2024<br>
84 add more AI chatbox as search engines<br>
85 <pre></pre>
86 </p>
88 <script id='jsgiscus'
89 src='https://giscus.app/client.js'
90 data-repo="torappinfo/uweb"
91 data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
92 data-category="Announcements"
93 data-category-id="DIC_kwDOEgNLGc4CQjsh"
94 data-mapping="title"
95 data-strict="0"
96 data-reactions-enabled="1"
97 data-emit-metadata="0"
98 data-input-position="top"
99 data-theme="light"
100 data-lang="en"
101 data-loading="lazy"
102 crossorigin="anonymous" async>
103 </script>
105 </body>
106 </html>