feat: add global 'a' keyboard shortcut for navigation and refactor backend routes for improved code structure and authentication logic
This commit is contained in:
parent
7d698786d0
commit
89c831cba4
5 changed files with 405 additions and 759 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -24,7 +24,7 @@ export default new Elysia({ prefix: "/proxy" })
|
|||
|
||||
const response = await fetch(targetUrl, {
|
||||
headers: {
|
||||
"User-Agent": "Mozilla/5.0 (compatible; bot/1.0)",
|
||||
"User-Agent": "Mozilla/5.0 (compatible; akiyama.mizuki.guru/1.0)",
|
||||
"Referer": "https://twitter.com/",
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue