mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
add default route port 8080 shortcut
This commit is contained in:
parent
0c9f8afda3
commit
3d380947d6
1 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,8 @@
|
|||
{ key: 't', name: 'Twitter', url: 'https://twitter.com', search: '/search?q=' },
|
||||
{ key: 'u', name: 'Unsplash', url: 'https://unsplash.com', search: '/search?keyword=' },
|
||||
{ key: 'y', name: 'YouTube', url: 'https://www.youtube.com', search: '/weather?search_query=' },
|
||||
{ key: 'Y', name: 'YTS', url: 'https://yts.ag', search: '/browse-movies/' }
|
||||
{ key: 'Y', name: 'YTS', url: 'https://yts.ag', search: '/browse-movies/' },
|
||||
{ key: '8', name: '0.0.0.0:8080', url: 'http://0.0.0.0:8080' }
|
||||
],
|
||||
|
||||
// if none of the keys are matched, this is triggered
|
||||
|
|
|
|||
Loading…
Reference in a new issue