mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
refactor: ♻️ remove twitch add memos and server suburls
This commit is contained in:
parent
fd8206b9e0
commit
9809787888
1 changed files with 7 additions and 6 deletions
13
index.html
13
index.html
|
|
@ -45,9 +45,9 @@
|
|||
['v', { name: 'Vercel', url: 'https://vercel.com/dashboard' }],
|
||||
['b', { name: 'Supabase', url: 'https://supabase.com/dashboard/projects' }],
|
||||
['h', { name: 'Hoarder', url: 'https://hoarder.m1n.omg.lol/dashboard/bookmarks' }],
|
||||
['m', { name: 'Memos', url: 'https://memos.m1n.omg.lol' }],
|
||||
['a', { name: 'Audiobooks', url: 'https://audio.m1n.omg.lol/library/76869b27-fac9-4e88-ba73-2c003c19fca1' }],
|
||||
['y', { name: 'YouTube', searchTemplate: '/results?search_query={}', url: 'https://youtube.com' }],
|
||||
['t', { name: 'Twitch', url: 'https://www.twitch.tv' }],
|
||||
// ['aud', { name: 'Audible', url: 'https://www.audible.com/' }],
|
||||
['n', { name: 'Hacker News', url: 'https://news.ycombinator.com' }],
|
||||
['i', { name: 'Pico.sh', suggestions: ['i/local'], url: 'https://pico.sh/' }],
|
||||
|
|
@ -56,11 +56,12 @@
|
|||
['d', { name: 'DeltaSpace', url: 'https://deta.space' }],
|
||||
['c', { name: 'ChatGPT', url: 'https://chat.openai.com/' }],
|
||||
// ['m', { name: 'Morphic', url: 'https://www.morphic.sh/' }],
|
||||
['s', { name: 'Server', url: 'http://192.168.1.139/#' }],
|
||||
['s', { name: 'Server', suggestions: ['s/memos', 's/torrent', 's/audio'], url: 'http://192.168.1.139/#' }],
|
||||
['s/memos', { url: 'http://192.168.1.139:5230' }],
|
||||
['s/torrent', { url: 'http://192.168.1.139:1340/#/' }],
|
||||
['s/audio', { url: 'http://192.168.1.139:13378' }],
|
||||
['0', { name: 'Local', url: 'http://localhost:3000' }],
|
||||
// ['0:54323', { url: 'http://localhost:54323' }],
|
||||
// ['0:54324', { url: 'http://localhost:54324' }],
|
||||
['m', { name: 'M1n', url: 'https://m1n.land/' }],
|
||||
['1', { name: 'M1n', url: 'https://m1n.land/' }],
|
||||
]);
|
||||
</script>
|
||||
|
||||
|
|
@ -550,4 +551,4 @@
|
|||
<main>
|
||||
<commands-component></commands-component>
|
||||
<search-component></search-component>
|
||||
</main>
|
||||
</main>
|
||||
Loading…
Reference in a new issue