refactor: ♻️ remove twitch add memos and server suburls

This commit is contained in:
M1n 2024-08-22 19:21:27 +02:00
parent fd8206b9e0
commit 9809787888

View file

@ -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>