feat: add global 'a' keyboard shortcut for navigation and refactor backend routes for improved code structure and authentication logic

This commit is contained in:
암냥 2026-05-23 22:59:40 +09:00
commit 89c831cba4
No known key found for this signature in database
5 changed files with 405 additions and 759 deletions

File diff suppressed because it is too large Load diff

View file

@ -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/",
},
});