Skip to content

Instantly share code, notes, and snippets.

View LittleChest's full-sized avatar
😶‍🌫️
Being ignored...

LittleChest

😶‍🌫️
Being ignored...
View GitHub Profile
🗣 Commented on #4 in Itsusinn/tuic
🗣 Commented on #4 in Itsusinn/tuic
🗣 Commented on #4 in Itsusinn/tuic
🗣 Commented on #4 in Itsusinn/tuic
🗣 Commented on #4 in Itsusinn/tuic
⭐ Total Stars: 1
➕ Total Commits: 400
🔀 Total PRs: 75
🚩 Total Issues: 112
📦 Contributed to: 50
🌞 Morning 8 commits ▋░░░░░░░░░░░░░░░░░░░░ 3.0%
🌆 Daytime 67 commits █████▎░░░░░░░░░░░░░░░ 25.5%
🌃 Evening 147 commits ███████████▋░░░░░░░░░ 55.9%
🌙 Night 41 commits ███▎░░░░░░░░░░░░░░░░░ 15.6%
// 万物起源
addEventListener('fetch', event => {
event.respondWith(handleRequest(event.request))
})
// 主逻辑
async function handleRequest(request) {
const url = new URL(request.url);
const path = url.pathname;
const otaResponse = await ROMS.get(`OTA_${path}`);